Skip to content

Commit 0b952e6

Browse files
committed
Dep updates
1 parent aff5a09 commit 0b952e6

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

1313
group = '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

4747
jar {
@@ -87,7 +87,7 @@ ossIndexAudit {
8787
check.dependsOn 'ossIndexAudit'
8888

8989
wrapper {
90-
gradleVersion = '7.2'
90+
gradleVersion = '7.3'
9191
distributionType = Wrapper.DistributionType.ALL
9292
}
9393

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)