Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependency: Update patch #497

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = "4.11.0"
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"

}
Loading