diff --git a/r2dbc-mysql/pom.xml b/r2dbc-mysql/pom.xml
index 225353812..6a0b4194b 100644
--- a/r2dbc-mysql/pom.xml
+++ b/r2dbc-mysql/pom.xml
@@ -75,18 +75,19 @@
false
1.0.0.RELEASE
- 2022.0.9
- 3.24.2
+ 2022.0.16
+ 4.1.106.Final
+ 3.25.3
1.37
- 5.10.1
- 1.4.14
+ 5.10.2
+ 1.5.3
4.11.0
- 8.2.0
- 1.19.3
+ 8.3.0
+ 1.19.6
4.0.3
- 5.3.31
- 2.16.0
- 0.3.0.RELEASE
+ 5.3.32
+ 2.16.1
+ 0.4.0.RELEASE
3.0.2
1.5.5-11
24.1.0
@@ -102,6 +103,13 @@
pom
import
+
+ io.netty
+ netty-bom
+ ${netty.version}
+ pom
+ import
+
org.junit
junit-bom
@@ -145,7 +153,19 @@
io.projectreactor.netty
- reactor-netty
+ reactor-netty-core
+
+
+ io.netty
+ netty-transport-native-epoll
+ linux-x86_64
+ true
+
+
+ io.netty
+ netty-transport-native-kqueue
+ osx-x86_64
+ true
io.r2dbc
@@ -305,7 +325,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.11.0
+ 3.12.1
-Xlint:all
@@ -379,7 +399,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.2.3
+ 3.2.5
random
@@ -395,7 +415,7 @@
org.apache.maven.plugins
maven-failsafe-plugin
- 3.2.3
+ 3.2.5
@@ -488,7 +508,7 @@
org.codehaus.mojo
exec-maven-plugin
- 3.1.1
+ 3.2.0
run-benchmarks
diff --git a/test-native-image/pom.xml b/test-native-image/pom.xml
index 4d055475d..f74a74a20 100644
--- a/test-native-image/pom.xml
+++ b/test-native-image/pom.xml
@@ -15,9 +15,9 @@
8
true
- 2022.0.9
+ 2022.0.16
1.0.0.RELEASE
- 21.2.0
+ 20.3.13