Skip to content

Commit e0b8fbb

Browse files
committed
Dependency updates
1 parent 38b532b commit e0b8fbb

5 files changed

Lines changed: 21 additions & 13 deletions

File tree

build.gradle

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

3636
dependencies {
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)
103103
ossIndexAudit {
104-
dependencyGraph = true
104+
outputFormat = 'DEPENDENCY_GRAPH'
105105
printBanner = false
106106
}
107107

108108
wrapper {
109-
gradleVersion = '7.5'
109+
gradleVersion = '7.5.1'
110110
distributionType = Wrapper.DistributionType.ALL
111111
}
112112

gradle/wrapper/gradle-wrapper.jar

935 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.5-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

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

gradlew.bat

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

0 commit comments

Comments
 (0)