Skip to content

Commit

Permalink
dep v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Jan 28, 2024
1 parent 9cd5148 commit 815eff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val slf4jVersion = "2.0.9"
val testcontainersVersion = "1.19.3"
val testcontainersVersion = "1.19.4" // check latest version at https://repo1.maven.org/maven2/org/testcontainers/testcontainers/

plugins {
kotlin("jvm") version "1.9.22"
Expand Down Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:$slf4jVersion")

// validation support
testImplementation("org.hibernate.validator:hibernate-validator:8.0.0.Final")
testImplementation("org.hibernate.validator:hibernate-validator:8.0.1.Final") // check latest version at https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator/
// EL is required: http://hibernate.org/validator/documentation/getting-started/
testImplementation("org.glassfish:jakarta.el:4.0.2")

Expand Down

0 comments on commit 815eff4

Please sign in to comment.