Skip to content

Commit 7e4e146

Browse files
authored
Merge branch 'main' into dependabot/gradle/io.smallrye-jandex-3.5.2
2 parents 7f4c208 + 64d2f3e commit 7e4e146

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# libs
33
byteBuddy = "1.17.8"
44
classmate = "1.7.1"
5-
jackson = "2.20.0"
5+
jackson = "2.20.1"
66
jandex = "3.5.2"
77
jbossLogging = "3.6.1.Final"
88
jbossLoggingTool = "3.0.4.Final"
@@ -21,14 +21,14 @@ jsonbRuntime = "3.0.4"
2121
# testLibs
2222
assertj = "3.27.6"
2323
h2 = "2.4.240"
24-
junit5 = "6.0.0"
25-
junitPlatform5= "6.0.0"
24+
junit5 = "6.0.1"
25+
junitPlatform5= "6.0.1"
2626
log4j = "2.25.2"
2727

2828
# plugins
2929
spotless="8.0.0"
3030
develocity="4.2.2"
31-
checkerframework="0.6.60"
31+
checkerframework="0.6.61"
3232
taskTree="4.0.1"
3333

3434
[libraries]

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginManagement {
22
plugins {
3-
id "org.checkerframework" version "0.6.60" apply false
3+
id "org.checkerframework" version "0.6.61" apply false
44
}
55
repositories {
66
gradlePluginPortal()

0 commit comments

Comments
 (0)