Skip to content

Commit 60df5cb

Browse files
committed
Update dependencies
1 parent e227937 commit 60df5cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ plugins {
22
id 'java-library'
33
id 'checkstyle'
44
id 'jacoco'
5-
id "com.github.spotbugs" version "5.0.7"
5+
id "com.github.spotbugs" version "5.0.9"
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"
1111
id 'org.sonatype.gradle.plugins.scan' version '2.3.0'
12-
id "org.sonarqube" version "3.3"
12+
id "org.sonarqube" version "3.4.0.2513"
1313
}
1414

1515
group = 'com.imsweb'
@@ -34,13 +34,13 @@ repositories {
3434
}
3535

3636
dependencies {
37-
spotbugs 'com.github.spotbugs:spotbugs:4.7.0'
37+
spotbugs 'com.github.spotbugs:spotbugs:4.7.1'
3838

3939
api 'com.squareup.retrofit2:retrofit:2.9.0'
4040
api 'com.squareup.retrofit2:converter-jackson:2.9.0'
4141

4242
// retrofit will not update these dependencies to fix vulnerabilities
43-
api 'com.squareup.okhttp3:okhttp:4.9.3'
43+
api 'com.squareup.okhttp3:okhttp:4.10.0'
4444

4545
// newer version of dependency to fix vulnerability until converter-jackson is updated
4646
api 'com.fasterxml.jackson.core:jackson-databind:2.13.3'

0 commit comments

Comments
 (0)