Skip to content

Commit

Permalink
dep v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Dec 18, 2024
1 parent 22729ae commit 9c445d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
testImplementation(libs.bundles.jdbc)
testImplementation(libs.bundles.testcontainers)

testRuntimeOnly(libs.junit.platform.launcher)
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

// IDEA language injections
testImplementation(libs.jetbrains.annotations)
Expand Down
7 changes: 3 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
[versions]
# https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
slf4j = "2.0.13"
slf4j = "2.0.16"
lucene = "8.11.1"
testcontainers = "1.19.8" # https://testcontainers.com/guides/getting-started-with-testcontainers-for-java
testcontainers = "1.20.4" # https://repo1.maven.org/maven2/org/testcontainers/postgresql/

[libraries]
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.1.0"
# https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/
junit-jupiter-engine = "org.junit.jupiter:junit-jupiter-engine:5.10.2"
junit-jupiter-engine = "org.junit.jupiter:junit-jupiter-engine:5.11.0"
jakarta-validation = "jakarta.validation:jakarta.validation-api:3.0.2"
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.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
Expand Down

0 comments on commit 9c445d9

Please sign in to comment.