11plugins {
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
1313group = ' com.imsweb'
@@ -32,16 +32,16 @@ repositories {
3232}
3333
3434dependencies {
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
4747jar {
@@ -94,7 +94,7 @@ ossIndexAudit {
9494check. dependsOn ' ossIndexAudit'
9595
9696wrapper {
97- gradleVersion = ' 7.3 '
97+ gradleVersion = ' 7.4.2 '
9898 distributionType = Wrapper.DistributionType . ALL
9999}
100100
0 commit comments