File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
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@v6
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@v6
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 @@ -10,12 +10,12 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v6
1414 - name : Initialize CodeQL
15- uses : github/codeql-action/init@v3
15+ uses : github/codeql-action/init@v4
1616 with :
1717 languages : java
1818 - name : Autobuild
19- uses : github/codeql-action/autobuild@v3
19+ uses : github/codeql-action/autobuild@v4
2020 - name : Perform CodeQL Analysis
21- uses : github/codeql-action/analyze@v3
21+ uses : github/codeql-action/analyze@v4
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.53.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.1.0 '
1717 id " com.github.spotbugs" version " 6.4.5"
1818}
1919
@@ -35,11 +35,11 @@ ext {
3535 pmdVersion = ' 7.18.0'
3636 jacocoVersion = ' 0.8.14'
3737 commercetoolsSyncJava = ' 10.4.0'
38- httpClientVersion = ' 18.3.0 '
38+ httpClientVersion = ' 19.6.2 '
3939 apacheCliVersion = ' 1.11.0'
4040 jupiterApiVersion = ' 5.12.2'
4141 logbackVersion = ' 1.5.21'
42- logstashLogbackEncoderVersion= ' 8.1 '
42+ logstashLogbackEncoderVersion= ' 9.0 '
4343 jupiterPlatformVersion = ' 1.12.2'
4444}
4545
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.2.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments