Skip to content

Commit

Permalink
dependency: Update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 72a8b07 commit 785e530
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Versions {
const val JETBRAINS_ANNOTATIONS = "26.0.1"

// Tests
const val JUNIT_JUPITER = "5.11.3"
const val JUNIT_JUPITER = "5.11.4"
const val ASSERTJ = "3.26.3"
const val MOCKITO = "5.14.2"
const val AWAITILITY = "4.2.2"
Expand Down Expand Up @@ -49,7 +49,7 @@ object Versions {
const val ADVENTURE_PLATFORM_API = "4.3.4"

// Jakarta
const val HIBERNATE_VALIDATOR = "8.0.1.Final"
const val HIBERNATE_VALIDATOR = "8.0.2.Final"
const val EXPRESSLY = "5.0.0"

}
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/litecommands-unit-test.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ dependencies {
testImplementation(kotlin("stdlib-jdk8"))

testImplementation("org.mockito:mockito-core:5.14.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4")
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation("org.awaitility:awaitility:4.2.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
}

tasks.getByName<Test>("test") {
Expand Down

0 comments on commit 785e530

Please sign in to comment.