Skip to content

Commit

Permalink
dep v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Feb 6, 2024
1 parent da89866 commit 9e275af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
# https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
slf4j = "2.0.9"
slf4j = "2.0.11"
# https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/
junit = "5.9.3"
lucene = "8.11.1"
testcontainers = "1.19.4" # https://testcontainers.com/guides/getting-started-with-testcontainers-for-java

[libraries]
jdbiorm = "com.gitlab.mvysny.jdbiorm:jdbi-orm:2.7"
jdbiorm = "com.gitlab.mvysny.jdbiorm:jdbi-orm:2.8"
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
jetbrains-annotations = "org.jetbrains:annotations:24.0.1"
Expand Down

0 comments on commit 9e275af

Please sign in to comment.