2
2
assertjVersion = " 3.27.3"
3
3
hibernateOrmVersion = " 7.0.2.Final"
4
4
hibernateOrmGradlePluginVersion = " 7.0.2.Final"
5
- jacksonDatabindVersion = " 2.15.2 "
5
+ jacksonDatabindVersion = " 2.19.1 "
6
6
jbossLoggingAnnotationVersion = " 3.0.4.Final"
7
7
jbossLoggingVersion = " 3.6.1.Final"
8
8
junitVersion = " 5.11.3"
@@ -14,8 +14,8 @@ vertxWebClientVersion = "5.0.0"
14
14
15
15
[libraries ]
16
16
com-fasterxml-jackson-core-jackson-databind = { group = " com.fasterxml.jackson.core" , name = " jackson-databind" , version.ref = " jacksonDatabindVersion" }
17
- com-ibm-db2-jcc = { group = " com.ibm.db2" , name = " jcc" , version = " 12.1.0 .0" }
18
- com-microsoft-sqlserver-mssql-jdbc = { group = " com.microsoft.sqlserver" , name = " mssql-jdbc" , version = " 12.10 .0.jre11" }
17
+ com-ibm-db2-jcc = { group = " com.ibm.db2" , name = " jcc" , version = " 12.1.2 .0" }
18
+ com-microsoft-sqlserver-mssql-jdbc = { group = " com.microsoft.sqlserver" , name = " mssql-jdbc" , version = " 13.1 .0.jre11-preview " }
19
19
com-mysql-mysql-connector-j = { group = " com.mysql" , name = " mysql-connector-j" , version = " 9.3.0" }
20
20
com-ongres-scram-scram-client = { group = " com.ongres.scram" , name = " scram-client" , version = " 3.1" }
21
21
io-smallrye-reactive-mutiny = { group = " io.smallrye.reactive" , name = " mutiny" , version = " 2.9.0" }
@@ -42,8 +42,8 @@ org-jboss-logging-jboss-logging-annotations = { group = "org.jboss.logging", nam
42
42
org-jboss-logging-jboss-logging-processor = { group = " org.jboss.logging" , name = " jboss-logging-processor" , version.ref = " jbossLoggingAnnotationVersion" }
43
43
org-junit-jupiter-junit-jupiter-api = { group = " org.junit.jupiter" , name = " junit-jupiter-api" , version.ref = " junitVersion" }
44
44
org-junit-jupiter-junit-jupiter-engine = { group = " org.junit.jupiter" , name = " junit-jupiter-engine" , version.ref = " junitVersion" }
45
- org-mariadb-jdbc-mariadb-java-client = { group = " org.mariadb.jdbc" , name = " mariadb-java-client" , version = " 3.5.3 " }
46
- org-postgresql-postgresql = { group = " org.postgresql" , name = " postgresql" , version = " 42.7.5 " }
45
+ org-mariadb-jdbc-mariadb-java-client = { group = " org.mariadb.jdbc" , name = " mariadb-java-client" , version = " 3.5.4 " }
46
+ org-postgresql-postgresql = { group = " org.postgresql" , name = " postgresql" , version = " 42.7.7 " }
47
47
org-testcontainers-cockroachdb = { group = " org.testcontainers" , name = " cockroachdb" , version.ref = " testcontainersVersion" }
48
48
org-testcontainers-db2 = { group = " org.testcontainers" , name = " db2" , version.ref = " testcontainersVersion" }
49
49
org-testcontainers-mariadb = { group = " org.testcontainers" , name = " mariadb" , version.ref = " testcontainersVersion" }
0 commit comments