File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
1515group = ' com.imsweb'
@@ -34,13 +34,13 @@ repositories {
3434}
3535
3636dependencies {
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'
You can’t perform that action at this time.
0 commit comments