diff --git a/core/pom.xml b/core/pom.xml
index 9979a9faf..d9c099de5 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -61,13 +61,13 @@
com.github.jnr
jnr-enxio
- 0.32.17
+ 0.32.18
com.github.jnr
jnr-unixsocket
- 0.38.22
+ 0.38.23
org.ow2.asm
diff --git a/jdbc/mariadb/pom.xml b/jdbc/mariadb/pom.xml
index c4bf02172..d030ebe58 100644
--- a/jdbc/mariadb/pom.xml
+++ b/jdbc/mariadb/pom.xml
@@ -49,7 +49,7 @@
org.mariadb.jdbc
mariadb-java-client
- 3.4.1
+ 3.5.0
org.slf4j
@@ -87,7 +87,7 @@
org.mariadb.jdbc
mariadb-java-client
- 3.4.1
+ 3.5.0
@@ -101,7 +101,7 @@
org.mariadb.jdbc
mariadb-java-client
- 3.4.1
+ 3.5.0
diff --git a/jdbc/mysql-j-8/pom.xml b/jdbc/mysql-j-8/pom.xml
index e49bfd5a0..96c5d241c 100644
--- a/jdbc/mysql-j-8/pom.xml
+++ b/jdbc/mysql-j-8/pom.xml
@@ -53,7 +53,7 @@
com.mysql
mysql-connector-j
- 9.0.0
+ 9.1.0
provided
@@ -86,7 +86,7 @@
com.mysql
mysql-connector-j
- 9.0.0
+ 9.1.0
@@ -100,7 +100,7 @@
com.mysql
mysql-connector-j
- 9.0.0
+ 9.1.0
diff --git a/jdbc/postgres/pom.xml b/jdbc/postgres/pom.xml
index 6078ec403..5dece9509 100644
--- a/jdbc/postgres/pom.xml
+++ b/jdbc/postgres/pom.xml
@@ -118,7 +118,7 @@
maven-surefire-plugin
- 3.5.0
+ 3.5.1
integration-test
diff --git a/pom.xml b/pom.xml
index 62959d7a3..86a6eecf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
com.google.cloud
google-cloud-shared-config
- 1.11.2
+ 1.11.3
Cloud SQL JDBC Socket Factory
@@ -77,9 +77,9 @@
UTF-8
9+181-r4173-1
- 24.1.0
- 4.1.113.Final
- 9.7
+ 24.1.1
+ 4.1.114.Final
+ 9.7.1
true
@@ -133,7 +133,7 @@
org.checkerframework
checker-qual
- 3.47.0
+ 3.48.1
org.checkerframework
@@ -148,7 +148,7 @@
com.google.apis
google-api-services-sqladmin
- v1beta4-rev20240925-2.0.0
+ v1beta4-rev20241011-2.0.0
com.google.http-client
@@ -168,12 +168,12 @@
com.google.auth
google-auth-library-credentials
- 1.27.0
+ 1.29.0
com.google.auth
google-auth-library-oauth2-http
- 1.27.0
+ 1.29.0
com.google.oauth-client
@@ -183,17 +183,17 @@
com.google.errorprone
error_prone_annotations
- 2.32.0
+ 2.35.1
com.github.jnr
jnr-ffi
- 2.2.16
+ 2.2.17
com.github.jnr
jnr-unixsocket
- 0.38.22
+ 0.38.23
org.graalvm.sdk
@@ -208,7 +208,7 @@
com.google.api
gax
- 2.54.1
+ 2.57.0
org.reactivestreams
@@ -223,12 +223,12 @@
io.projectreactor
reactor-core
- 3.6.10
+ 3.6.11
io.projectreactor.netty
reactor-netty
- 1.1.22
+ 1.1.23
io.netty
@@ -317,13 +317,13 @@
io.r2dbc
r2dbc-pool
- 1.0.1.RELEASE
+ 1.0.2.RELEASE
test
org.junit
junit-bom
- 5.11.1
+ 5.11.3
pom
import
@@ -452,7 +452,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.5.0
+ 3.5.1
sponge_log
false
@@ -549,7 +549,7 @@
org.apache.maven.plugins
maven-checkstyle-plugin
- 3.5.0
+ 3.6.0
google_checks.xml
true
@@ -573,7 +573,7 @@
- 3.8.0
+ 3.8.1
true
@@ -619,7 +619,7 @@
maven-surefire-plugin
- 3.5.0
+ 3.5.1
integration-test
@@ -718,12 +718,12 @@
org.junit.platform
junit-platform-engine
- 1.11.1
+ 1.11.3
org.junit.platform
junit-platform-commons
- 1.11.1
+ 1.11.3
@@ -733,7 +733,7 @@
org.junit.vintage
junit-vintage-engine
- 5.11.1
+ 5.11.3
test
@@ -833,7 +833,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.10.0
+ 3.10.1
src/main/java
@@ -933,7 +933,7 @@
maven-surefire-plugin
- 3.5.0
+ 3.5.1
integration-test
diff --git a/r2dbc/mariadb/pom.xml b/r2dbc/mariadb/pom.xml
index 56d661c8b..5256a57dc 100644
--- a/r2dbc/mariadb/pom.xml
+++ b/r2dbc/mariadb/pom.xml
@@ -60,7 +60,7 @@
org.mariadb
r2dbc-mariadb
- 1.2.2
+ 1.3.0
provided
@@ -123,7 +123,7 @@
org.mariadb
r2dbc-mariadb
- 1.2.2
+ 1.3.0
diff --git a/r2dbc/postgres/pom.xml b/r2dbc/postgres/pom.xml
index 004c984c2..712161482 100644
--- a/r2dbc/postgres/pom.xml
+++ b/r2dbc/postgres/pom.xml
@@ -58,7 +58,7 @@
org.postgresql
r2dbc-postgresql
- 1.0.5.RELEASE
+ 1.0.7.RELEASE
provided
@@ -128,7 +128,7 @@
org.postgresql
r2dbc-postgresql
- 1.0.5.RELEASE
+ 1.0.7.RELEASE