2
2
assertjVersion = " 3.27.6"
3
3
hibernateOrmVersion = " 6.6.31.Final"
4
4
hibernateOrmGradlePluginVersion = " 6.6.30.Final"
5
- jacksonDatabindVersion = " 2.19.2 "
5
+ jacksonDatabindVersion = " 2.20.0 "
6
6
jbossLoggingAnnotationVersion = " 2.2.1.Final"
7
7
jbossLoggingVersion = " 3.5.0.Final"
8
8
junitVersion = " 5.13.3"
@@ -16,8 +16,8 @@ vertxWebClientVersion = "4.5.21"
16
16
[libraries ]
17
17
com-fasterxml-jackson-core-jackson-databind = { group = " com.fasterxml.jackson.core" , name = " jackson-databind" , version.ref = " jacksonDatabindVersion" }
18
18
com-ibm-db2-jcc = { group = " com.ibm.db2" , name = " jcc" , version = " 12.1.2.0" }
19
- com-microsoft-sqlserver-mssql-jdbc = { group = " com.microsoft.sqlserver" , name = " mssql-jdbc" , version = " 13.1 .0.jre11-preview " }
20
- com-mysql-mysql-connector-j = { group = " com.mysql" , name = " mysql-connector-j" , version = " 9.3 .0" }
19
+ com-microsoft-sqlserver-mssql-jdbc = { group = " com.microsoft.sqlserver" , name = " mssql-jdbc" , version = " 13.2 .0.jre11" }
20
+ com-mysql-mysql-connector-j = { group = " com.mysql" , name = " mysql-connector-j" , version = " 9.4 .0" }
21
21
com-ongres-scram-client = { group = " com.ongres.scram" , name = " client" , version = " 2.1" }
22
22
io-smallrye-reactive-mutiny = { group = " io.smallrye.reactive" , name = " mutiny" , version = " 2.7.0" }
23
23
io-vertx-vertx-db2-client = { group = " io.vertx" , name = " vertx-db2-client" , version.ref = " vertxSqlClientVersion" }
@@ -44,8 +44,8 @@ org-jboss-logging-jboss-logging-processor = { group = "org.jboss.logging", name
44
44
org-junit-jupiter-junit-jupiter-api = { group = " org.junit.jupiter" , name = " junit-jupiter-api" , version.ref = " junitVersion" }
45
45
org-junit-jupiter-junit-jupiter-engine = { group = " org.junit.jupiter" , name = " junit-jupiter-engine" , version.ref = " junitVersion" }
46
46
org-junit-platform-junit-platform-launcher = { group = " org.junit.platform" , name = " junit-platform-launcher" , version = " junitPlatformVersion" }
47
- org-mariadb-jdbc-mariadb-java-client = { group = " org.mariadb.jdbc" , name = " mariadb-java-client" , version = " 3.5.4 " }
48
- org-postgresql-postgresql = { group = " org.postgresql" , name = " postgresql" , version = " 42.7.7 " }
47
+ org-mariadb-jdbc-mariadb-java-client = { group = " org.mariadb.jdbc" , name = " mariadb-java-client" , version = " 3.5.6 " }
48
+ org-postgresql-postgresql = { group = " org.postgresql" , name = " postgresql" , version = " 42.7.8 " }
49
49
org-testcontainers-cockroachdb = { group = " org.testcontainers" , name = " cockroachdb" , version.ref = " testcontainersVersion" }
50
50
org-testcontainers-db2 = { group = " org.testcontainers" , name = " db2" , version.ref = " testcontainersVersion" }
51
51
org-testcontainers-mariadb = { group = " org.testcontainers" , name = " mariadb" , version.ref = " testcontainersVersion" }
0 commit comments