File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 MAVEN_CENTRAL_PGP_KEY : ${{ secrets.MAVEN_CENTRAL_PGP_KEY }}
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - uses : gradle/actions/wrapper-validation@v4
2020 - name : Set up JDK 11
2121 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 1111 buildAndTest :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : gradle/actions/wrapper-validation@v4
1616 - name : Set up JDK 11
1717 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 1919 RELEASE_VERSION : ${{ github.event.inputs.version }}
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : gradle/actions/wrapper-validation@v4
2424 - name : Set up JDK 11
2525 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ dependencies {
4545 api " org.hibernate.validator:hibernate-validator:7.0.1.Final"
4646 api " org.glassfish:jakarta.el:4.0.2"
4747
48- testImplementation ' org.spockframework:spock-core:1 .3-groovy-2.5 '
49- testImplementation ' org.codehaus.groovy:groovy-all:2.5.14 '
48+ testImplementation ' org.spockframework:spock-core:2 .3-groovy-3.0 '
49+ testImplementation ' org.codehaus.groovy:groovy-all:3.0.25 '
5050}
5151
5252task sourcesJar (type : Jar , dependsOn : classes) {
You can’t perform that action at this time.
0 commit comments