@@ -2,13 +2,13 @@ plugins {
22 id ' java-library'
33 id ' checkstyle'
44 id ' jacoco'
5- id " com.github.spotbugs" version " 5.0.9 "
5+ id " com.github.spotbugs" version " 5.0.12 "
66 id ' maven-publish'
77 id ' signing'
88 id " io.codearte.nexus-staging" version " 0.30.0"
99 id ' com.adarshr.test-logger' version ' 3.2.0'
1010 id " com.github.ben-manes.versions" version " 0.42.0"
11- id ' org.sonatype.gradle.plugins.scan' version ' 2.3.0 '
11+ id ' org.sonatype.gradle.plugins.scan' version ' 2.4.1 '
1212 id " org.sonarqube" version " 3.4.0.2513"
1313}
1414
@@ -34,7 +34,7 @@ repositories {
3434}
3535
3636dependencies {
37- spotbugs ' com.github.spotbugs:spotbugs:4.7.1 '
37+ spotbugs ' com.github.spotbugs:spotbugs:4.7.2 '
3838
3939 api ' com.squareup.retrofit2:retrofit:2.9.0'
4040 api ' com.squareup.retrofit2:converter-jackson:2.9.0'
@@ -44,7 +44,7 @@ dependencies {
4444 api ' com.squareup.okio:okio:3.2.0'
4545
4646 // newer version of dependency to fix vulnerability until converter-jackson is updated
47- api ' com.fasterxml.jackson.core:jackson-databind:2.13.3 '
47+ api ' com.fasterxml.jackson.core:jackson-databind:2.13.4 '
4848
4949 testImplementation ' junit:junit:4.13.2'
5050 testImplementation ' org.assertj:assertj-core:3.23.1'
@@ -101,12 +101,12 @@ sonarqube {
101101
102102// Nexus vulnerability scan (see https://github.com/sonatype-nexus-community/scan-gradle-plugin)
103103ossIndexAudit {
104- dependencyGraph = true
104+ outputFormat = ' DEPENDENCY_GRAPH '
105105 printBanner = false
106106}
107107
108108wrapper {
109- gradleVersion = ' 7.5'
109+ gradleVersion = ' 7.5.1 '
110110 distributionType = Wrapper.DistributionType . ALL
111111}
112112
0 commit comments