Skip to content

Commit

Permalink
fix(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 27, 2024
1 parent 9098200 commit 39cf2e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'org.ajoberstar.grgit' version '5.2.2'
id "com.github.ben-manes.versions" version '0.51.0'
id 'ru.vyarus.mkdocs' version '3.0.0'
id "com.github.spotbugs" version "6.0.9"
id "com.github.spotbugs" version "6.0.12"
id 'com.diffplug.spotless' version '6.25.0'
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
}
Expand Down Expand Up @@ -48,7 +48,7 @@ dependencies {
implementation "org.apache.commons:commons-text:${commonTextVersion}"
api "com.commercetools.sdk:commercetools-sdk-java-api:${commercetoolsJavaSdkV2Version}"
api 'commons-io:commons-io:2.16.1'
api 'commons-codec:commons-codec:1.16.1'
api 'commons-codec:commons-codec:1.17.0'
api 'com.google.code.findbugs:annotations:3.0.1'
api 'com.neovisionaries:nv-i18n:1.29'
testImplementation "org.mockito:mockito-junit-jupiter:${mockitoJunitJupiterVersion}"
Expand Down

0 comments on commit 39cf2e6

Please sign in to comment.