Skip to content

Commit

Permalink
dep v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Jul 4, 2024
1 parent 8b8ea28 commit 113bea8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
slf4j = "2.0.13"
lucene = "8.11.1"
testcontainers = "1.19.4" # https://testcontainers.com/guides/getting-started-with-testcontainers-for-java
testcontainers = "1.19.8" # https://testcontainers.com/guides/getting-started-with-testcontainers-for-java

[libraries]
jdbiorm = "com.gitlab.mvysny.jdbiorm:jdbi-orm:2.8"
Expand All @@ -16,7 +16,7 @@ jakarta-el = "org.glassfish:jakarta.el:4.0.2"
hibernate-validator = "org.hibernate.validator:hibernate-validator:8.0.1.Final" # check latest version at https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator/
dynatest = "com.github.mvysny.dynatest:dynatest:0.25"
junit-platform-launcher = "org.junit.platform:junit-platform-launcher:1.10.2"
gson = "com.google.code.gson:gson:2.10.1"
gson = "com.google.code.gson:gson:2.11.0"
hikaricp = "com.zaxxer:HikariCP:5.1.0"
gsonjavatime = "com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.2" # workaround for https://github.com/google/gson/issues/1059
h2 = "com.h2database:h2:2.2.224" # https://repo1.maven.org/maven2/com/h2database/h2/
Expand All @@ -28,9 +28,9 @@ testcontainers-mysql = { module = "org.testcontainers:mysql", version.ref = "tes
testcontainers-mariadb = { module = "org.testcontainers:mariadb", version.ref = "testcontainers" }
testcontainers-mssqlserver = { module = "org.testcontainers:mssqlserver", version.ref = "testcontainers" }
testcontainers-cockroachdb = { module = "org.testcontainers:cockroachdb", version.ref = "testcontainers" }
jdbc-postgresql = "org.postgresql:postgresql:42.7.2" # check newest at https://jdbc.postgresql.org/download/
jdbc-postgresql = "org.postgresql:postgresql:42.7.3" # check newest at https://jdbc.postgresql.org/download/
jdbc-mysql = "com.mysql:mysql-connector-j:8.2.0" # https://dev.mysql.com/downloads/connector/j/
jdbc-mariadb = "org.mariadb.jdbc:mariadb-java-client:3.3.3" # https://mariadb.com/kb/en/about-mariadb-connector-j/
jdbc-mariadb = "org.mariadb.jdbc:mariadb-java-client:3.4.0" # https://mariadb.com/kb/en/about-mariadb-connector-j/
jdbc-mssql = "com.microsoft.sqlserver:mssql-jdbc:12.2.0.jre11"

[bundles]
Expand Down

0 comments on commit 113bea8

Please sign in to comment.