Skip to content

Commit

Permalink
Merge branch '1.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Apr 16, 2024
2 parents 1fe0cd2 + 6bbf347 commit a6cd059
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: gradle/wrapper-validation-action@v2
- uses: gradle/actions/wrapper-validation@v3
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ testcontainers = "1.19.7"
braveBom = "6.0.2"
bravePropagationW3c = "0.2.0"
zipkinReporterBom = "3.3.0"
reactorBom = "2022.0.17"
reactorBom = "2022.0.18"
asmForPlugins = "7.3.1"
javaFormatForPlugins = "0.0.41"
jsr305 = "3.0.2"
aspectjweaver = "1.9.22"
spring = "5.3.33"
spring = "5.3.34"

[libraries]
aopAlliance = { module = "aopalliance:aopalliance", version.ref = "aopalliance" }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginManagement {
}

plugins {
id 'com.gradle.enterprise' version '3.17'
id 'com.gradle.enterprise' version '3.17.1'
id 'io.spring.ge.conventions' version '0.0.16'
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}
Expand Down

0 comments on commit a6cd059

Please sign in to comment.