Skip to content
Merged
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
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cel = '0.3.0'
# This version should be compatible with the version used by spring-boot-starter-test to avoid conflicts
# See https://github.com/spring-projects/spring-boot/blob/b6b570ebebb6ea233e00af5e554adcf40256f224/gradle.properties#L16C21-L16C27
junit = '5.12.2'
mockito = '5.16.0'
mockito = '5.20.0'
okhttp3 = '4.12.0'
testcontainers = '1.20.6'
swagger-integration-jakarta = '2.2.28'
Expand Down
Loading