Skip to content

Commit

Permalink
fix gradle warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Jul 1, 2024
1 parent 262b182 commit cf11fd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ dependencies {
testImplementation(libs.bundles.jdbc)
testImplementation(libs.bundles.testcontainers)

testRuntimeOnly(libs.junit.platform.launcher)

// IDEA language injections
testImplementation(libs.jetbrains.annotations)
}
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ 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.10.1"
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 cf11fd3

Please sign in to comment.