File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 - name : Set output
1515 id : vars
1616 run : echo ::set-output name=tag::${GITHUB_REF#refs/*/}
1717 - name : Set up JDK 11
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@v5
1919 with :
2020 java-version : 11
2121 distribution : ' temurin'
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Set up JDK 11
16- uses : actions/setup-java@v4
16+ uses : actions/setup-java@v5
1717 with :
1818 java-version : 11
1919 distribution : ' temurin'
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 - name : Initialize CodeQL
1515 uses : github/codeql-action/init@v3
1616 with :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
1313plugins {
1414 id " com.github.ben-manes.versions" version ' 0.52.0'
1515 id ' com.adarshr.test-logger' version ' 4.0.0'
16- id ' com.diffplug.spotless' version ' 7.2.1 '
16+ id ' com.diffplug.spotless' version ' 8.0.0 '
1717 id " com.github.spotbugs" version " 6.2.6"
1818}
1919
3535 pmdVersion = ' 7.16.0'
3636 jacocoVersion = ' 0.8.13'
3737 commercetoolsSyncJava = ' 10.1.0'
38- httpClientVersion = ' 18.3 .0'
38+ httpClientVersion = ' 19.5 .0'
3939 apacheCliVersion = ' 1.10.0'
4040 jupiterApiVersion = ' 5.13.4'
4141 logbackVersion = ' 1.5.18'
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments