diff --git a/core/pom.xml b/core/pom.xml index eb4e25223..ea5ff2793 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -61,13 +61,13 @@ com.github.jnr jnr-enxio - 0.32.19 + 0.32.20 com.github.jnr jnr-unixsocket - 0.38.24 + 0.38.25 org.ow2.asm @@ -222,7 +222,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.3.0 + 3.6.1 test @@ -241,7 +241,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.6.3 + 3.12.0 8 ${project.build.directory}/generated-sources @@ -277,7 +277,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.2 + 3.5.0 diff --git a/examples/cloudrun/mariadb/pom.xml b/examples/cloudrun/mariadb/pom.xml index cfb4b33ee..15ab2dc54 100644 --- a/examples/cloudrun/mariadb/pom.xml +++ b/examples/cloudrun/mariadb/pom.xml @@ -36,7 +36,7 @@ com.google.cloud libraries-bom - 26.54.0 + 26.79.0 pom import @@ -47,12 +47,12 @@ com.google.cloud.sql mariadb-socket-factory - 1.27.0 + 1.28.2 org.mariadb.jdbc mariadb-java-client - 3.5.5 + 3.5.8 com.zaxxer @@ -66,7 +66,7 @@ org.slf4j slf4j-simple - 2.0.13 + 2.0.17 @@ -75,7 +75,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.6.0 + 3.6.2 package @@ -107,7 +107,7 @@ org.codehaus.mojo versions-maven-plugin - 2.16.2 + 2.21.0 diff --git a/examples/cloudrun/mysql/pom.xml b/examples/cloudrun/mysql/pom.xml index 5443eba40..c8dde7e99 100644 --- a/examples/cloudrun/mysql/pom.xml +++ b/examples/cloudrun/mysql/pom.xml @@ -36,7 +36,7 @@ com.google.cloud libraries-bom - 26.54.0 + 26.79.0 pom import @@ -47,12 +47,12 @@ com.google.cloud.sql mysql-socket-factory-connector-j-8 - 1.27.0 + 1.28.2 com.mysql mysql-connector-j - 8.3.0 + 8.4.0 com.zaxxer @@ -66,7 +66,7 @@ org.slf4j slf4j-simple - 2.0.13 + 2.0.17 @@ -75,7 +75,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.6.0 + 3.6.2 package @@ -107,7 +107,7 @@ org.codehaus.mojo versions-maven-plugin - 2.16.2 + 2.21.0 diff --git a/examples/cloudrun/postgres/pom.xml b/examples/cloudrun/postgres/pom.xml index 6a2fecad7..ed9263d9f 100644 --- a/examples/cloudrun/postgres/pom.xml +++ b/examples/cloudrun/postgres/pom.xml @@ -36,7 +36,7 @@ com.google.cloud libraries-bom - 26.42.0 + 26.79.0 pom import @@ -47,12 +47,12 @@ com.google.cloud.sql postgres-socket-factory - 1.27.0 + 1.28.2 org.postgresql postgresql - 42.7.7 + 42.7.10 com.zaxxer @@ -69,7 +69,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.6.0 + 3.6.2 package diff --git a/examples/cloudrun/sqlserver/pom.xml b/examples/cloudrun/sqlserver/pom.xml index 6c09b111a..34422a066 100644 --- a/examples/cloudrun/sqlserver/pom.xml +++ b/examples/cloudrun/sqlserver/pom.xml @@ -34,7 +34,7 @@ com.google.cloud libraries-bom - 26.54.0 + 26.79.0 pom import @@ -44,7 +44,7 @@ com.google.cloud.sql cloud-sql-connector-jdbc-sqlserver - 1.27.0 + 1.28.2 com.microsoft.sqlserver @@ -59,7 +59,7 @@ org.slf4j slf4j-simple - 2.0.9 + 2.0.17 com.google.cloud @@ -71,7 +71,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.6.0 + 3.6.2 package diff --git a/jdbc/mariadb/pom.xml b/jdbc/mariadb/pom.xml index c8ae6095b..a584cd7ee 100644 --- a/jdbc/mariadb/pom.xml +++ b/jdbc/mariadb/pom.xml @@ -49,7 +49,7 @@ org.mariadb.jdbc mariadb-java-client - 3.5.7 + 3.5.8 org.slf4j @@ -87,7 +87,7 @@ org.mariadb.jdbc mariadb-java-client - 3.5.7 + 3.5.8 @@ -101,7 +101,7 @@ org.mariadb.jdbc mariadb-java-client - 3.5.7 + 3.5.8 diff --git a/jdbc/postgres/pom.xml b/jdbc/postgres/pom.xml index c3619be0b..22fbfca3d 100644 --- a/jdbc/postgres/pom.xml +++ b/jdbc/postgres/pom.xml @@ -118,7 +118,7 @@ maven-surefire-plugin - 3.5.3 + 3.5.5 integration-test diff --git a/pom.xml b/pom.xml index e9687d358..c1dd2d838 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ com.google.cloud google-cloud-shared-config - 1.16.1 + 1.17.1-rc3 Cloud SQL JDBC Socket Factory @@ -130,7 +130,7 @@ org.checkerframework checker-qual - 3.54.0 + 3.55.1 org.checkerframework @@ -150,7 +150,7 @@ com.google.apis google-api-services-sqladmin - v1beta4-rev20251201-2.0.0 + v1beta4-rev20260317-2.0.0 com.google.http-client @@ -185,18 +185,18 @@ com.google.errorprone error_prone_annotations - 2.48.0 + 2.49.0 com.google.protobuf protobuf-java - 4.34.0 + 4.34.1 compile com.github.jnr jnr-unixsocket - 0.38.24 + 0.38.25 dnsjava @@ -216,7 +216,7 @@ com.google.api gax - 2.75.0 + 2.77.0 org.reactivestreams @@ -241,37 +241,37 @@ io.netty netty-handler - 4.2.10.Final + 4.2.12.Final io.netty netty-common - 4.2.10.Final + 4.2.12.Final io.netty netty-transport - 4.2.10.Final + 4.2.12.Final io.netty netty-transport-native-unix-common - 4.2.10.Final + 4.2.12.Final io.netty netty-buffer - 4.2.10.Final + 4.2.12.Final io.netty netty-codec - 4.2.10.Final + 4.2.12.Final io.netty netty-resolver - 4.2.10.Final + 4.2.12.Final @@ -372,7 +372,7 @@ org.codehaus.mojo versions-maven-plugin - 2.18.0 + 2.21.0 @@ -466,7 +466,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.2 + 3.5.0 @@ -479,7 +479,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.6.0 + 3.6.2 enforce @@ -502,7 +502,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.14.0 + 3.15.0 8 8 @@ -562,7 +562,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.3 + 3.5.5 sponge_log false @@ -575,7 +575,7 @@ org.apache.maven.plugins maven-release-plugin - 3.1.1 + 3.3.1 @{project.version} false @@ -636,7 +636,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.6.0 + 3.6.2 @@ -686,7 +686,7 @@ - 3.8.1 + 3.10.0 true @@ -732,7 +732,7 @@ maven-surefire-plugin - 3.5.3 + 3.5.5 integration-test @@ -763,7 +763,7 @@ org.jacoco jacoco-maven-plugin - 0.8.13 + 0.8.14 prepare-agent @@ -853,12 +853,12 @@ org.junit.platform junit-platform-engine - 6.0.0 + 6.0.3 org.junit.platform junit-platform-commons - 6.0.0 + 6.0.3 @@ -868,7 +868,7 @@ org.junit.vintage junit-vintage-engine - 6.0.0 + 6.0.3 test @@ -954,7 +954,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.1 + 3.4.0 attach-sources @@ -968,7 +968,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.11.2 + 3.12.0 8 src/main/java @@ -993,7 +993,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.7.1 + 3.8.0 @@ -1026,7 +1026,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.7.1 + 3.8.0 @@ -1068,7 +1068,7 @@ maven-surefire-plugin - 3.5.3 + 3.5.5 integration-test diff --git a/r2dbc/core/pom.xml b/r2dbc/core/pom.xml index f5690955a..635aa9fbf 100644 --- a/r2dbc/core/pom.xml +++ b/r2dbc/core/pom.xml @@ -90,7 +90,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.2 + 3.5.0 diff --git a/r2dbc/postgres/pom.xml b/r2dbc/postgres/pom.xml index 831c4ba98..fb1284df0 100644 --- a/r2dbc/postgres/pom.xml +++ b/r2dbc/postgres/pom.xml @@ -128,7 +128,7 @@ org.postgresql r2dbc-postgresql - 1.0.7.RELEASE + 1.1.1.RELEASE