File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 uses : actions/setup-java@v2
1717 with :
1818 distribution : ' adopt'
19- java-version : ' 11 '
19+ java-version : ' 17 '
2020 - name : Cache Gradle packages
2121 uses : actions/cache@v2
2222 with :
Original file line number Diff line number Diff line change 2020 uses : actions/setup-java@v2
2121 with :
2222 distribution : ' adopt'
23- java-version : ' 11 '
23+ java-version : ' 17 '
2424 - name : Publish
2525 run : |
2626 chmod +x gradlew
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ plugins {
55 id ' maven-publish'
66 id ' signing'
77 id " io.codearte.nexus-staging" version " 0.30.0"
8- id ' com.adarshr.test-logger' version ' 3.0 .0'
8+ id ' com.adarshr.test-logger' version ' 3.1 .0'
99 id " com.github.ben-manes.versions" version " 0.39.0"
10- id ' org.sonatype.gradle.plugins.scan' version ' 2.1.0 '
10+ id ' org.sonatype.gradle.plugins.scan' version ' 2.2.1 '
1111}
1212
1313group = ' com.imsweb'
@@ -38,10 +38,10 @@ dependencies {
3838 api ' com.squareup.retrofit2:converter-jackson:2.9.0'
3939
4040 // newer version of dependency to fix vulnerability until converter-jackson is updated
41- api ' com.fasterxml.jackson.core:jackson-databind:2.10.5.1 '
41+ api ' com.fasterxml.jackson.core:jackson-databind:2.13.0 '
4242
4343 testImplementation ' junit:junit:4.13.2'
44- testImplementation ' org.assertj:assertj-core:3.20.2 '
44+ testImplementation ' org.assertj:assertj-core:3.21.0 '
4545}
4646
4747jar {
@@ -87,7 +87,7 @@ ossIndexAudit {
8787check. dependsOn ' ossIndexAudit'
8888
8989wrapper {
90- gradleVersion = ' 7.2 '
90+ gradleVersion = ' 7.3 '
9191 distributionType = Wrapper.DistributionType . ALL
9292}
9393
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-7.2 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments