diff --git a/.github/workflows/test_java.yml b/.github/workflows/test_java.yml
index 2c8461d07c1e3..de160e2ee283e 100644
--- a/.github/workflows/test_java.yml
+++ b/.github/workflows/test_java.yml
@@ -110,7 +110,6 @@ jobs:
         credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
         bazel-cache: java_linux/11
         bash: |
-          set -ex
           bazel build //java:release
           mvn install:install-file -Dfile=java/bom/pom.xml -DpomFile=java/bom/pom.xml
           mvn install:install-file -Dfile=java/pom.xml -DpomFile=java/pom.xml
diff --git a/java/bom/pom.xml b/java/bom/pom.xml
index f20325ebb1c22..f66a405099d0b 100644
--- a/java/bom/pom.xml
+++ b/java/bom/pom.xml
@@ -4,7 +4,7 @@
 
   com.google.protobuf
   protobuf-bom
-  4.29.0
+  4.23.3
   pom
 
   Protocol Buffers [BOM]
diff --git a/java/core/pom_template.xml b/java/core/pom_template.xml
index 11bd41964f8d1..36dcee0b9f687 100644
--- a/java/core/pom_template.xml
+++ b/java/core/pom_template.xml
@@ -2,7 +2,6 @@
 
   4.0.0
   
-    {groupId}
     protobuf-parent
     {version}