Skip to content

Commit e402ff2

Browse files
Merge branch '1.0.x' into 1.1.x
2 parents b34937e + 8c2b424 commit e402ff2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ assertj = "3.24.2"
33
mockito = "5.7.0"
44
javaFormatForPlugins = "0.0.43"
55
jsr305 = "3.0.2"
6-
junit = "5.10.3"
6+
junit = "5.10.4"
77
slf4j = "2.0.16"
88
logback = "1.4.14"
99

settings.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ pluginManagement {
55
}
66

77
plugins {
8-
id 'com.gradle.develocity' version '3.17.6'
9-
id 'io.spring.develocity.conventions' version '0.0.20'
8+
id 'com.gradle.develocity' version '3.18.1'
9+
id 'io.spring.develocity.conventions' version '0.0.22'
1010
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
1111
}
1212

0 commit comments

Comments
 (0)