Skip to content

Commit 3722a24

Browse files
committed
Dep updates
1 parent 4adcec9 commit 3722a24

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
plugins {
22
id 'java-library'
33
id 'checkstyle'
4-
id "com.github.spotbugs" version "4.7.3"
4+
id "com.github.spotbugs" version "5.0.7"
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.1.0'
9-
id "com.github.ben-manes.versions" version "0.39.0"
10-
id 'org.sonatype.gradle.plugins.scan' version '2.2.1'
8+
id 'com.adarshr.test-logger' version '3.2.0'
9+
id "com.github.ben-manes.versions" version "0.42.0"
10+
id 'org.sonatype.gradle.plugins.scan' version '2.3.0'
1111
}
1212

1313
group = 'com.imsweb'
@@ -32,16 +32,16 @@ repositories {
3232
}
3333

3434
dependencies {
35-
spotbugs 'com.github.spotbugs:spotbugs:4.4.0'
35+
spotbugs 'com.github.spotbugs:spotbugs:4.7.0'
3636

3737
api 'com.squareup.retrofit2:retrofit:2.9.0'
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.13.0'
41+
api 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
4242

4343
testImplementation 'junit:junit:4.13.2'
44-
testImplementation 'org.assertj:assertj-core:3.21.0'
44+
testImplementation 'org.assertj:assertj-core:3.22.0'
4545
}
4646

4747
jar {
@@ -94,7 +94,7 @@ ossIndexAudit {
9494
check.dependsOn 'ossIndexAudit'
9595

9696
wrapper {
97-
gradleVersion = '7.3'
97+
gradleVersion = '7.4.2'
9898
distributionType = Wrapper.DistributionType.ALL
9999
}
100100

gradle/wrapper/gradle-wrapper.jar

285 Bytes
Binary file not shown.
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.3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)