Skip to content

Commit 6bbf347

Browse files
committed
Merge branch '1.1.x' into 1.2.x
2 parents 27935c7 + 5a40ab9 commit 6bbf347

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/[email protected]
10-
- uses: gradle/wrapper-validation-action@v2
10+
- uses: gradle/actions/wrapper-validation@v3

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ mockito = "5.7.0"
2121
wiremock = "3.0.1"
2222
testcontainers = "1.19.7"
2323
braveBom = "5.16.0"
24-
reactorBom = "2022.0.17"
24+
reactorBom = "2022.0.18"
2525
asmForPlugins = "7.3.1"
2626
javaFormatForPlugins = "0.0.41"
2727
jsr305 = "3.0.2"
2828
aspectjweaver = "1.9.22"
29-
spring = "5.3.33"
29+
spring = "5.3.34"
3030

3131
[libraries]
3232
aopAlliance = { module = "aopalliance:aopalliance", version.ref = "aopalliance" }

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginManagement {
55
}
66

77
plugins {
8-
id 'com.gradle.enterprise' version '3.17'
8+
id 'com.gradle.enterprise' version '3.17.1'
99
id 'io.spring.ge.conventions' version '0.0.16'
1010
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
1111
}

0 commit comments

Comments
 (0)