Skip to content

Commit 6b781e1

Browse files
dependency: Update patch (#497)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7fb5e2b commit 6b781e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Versions {
44
const val JETBRAINS_ANNOTATIONS = "26.0.1"
55

66
// Tests
7-
const val JUNIT_JUPITER = "5.11.3"
7+
const val JUNIT_JUPITER = "5.11.4"
88
const val ASSERTJ = "3.26.3"
99
const val MOCKITO = "4.11.0"
1010
const val AWAITILITY = "4.2.2"
@@ -49,7 +49,7 @@ object Versions {
4949
const val ADVENTURE_PLATFORM_API = "4.3.4"
5050

5151
// Jakarta
52-
const val HIBERNATE_VALIDATOR = "8.0.1.Final"
52+
const val HIBERNATE_VALIDATOR = "8.0.2.Final"
5353
const val EXPRESSLY = "5.0.0"
5454

5555
}

0 commit comments

Comments
 (0)