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 Nov 27, 2023
1 parent 784c27e commit 06cc0e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ plugins {
id 'org.ajoberstar.git-publish' version '4.2.1'
id 'com.adarshr.test-logger' version '4.0.0'
id 'org.ajoberstar.grgit' version '5.2.1'
id "com.github.ben-manes.versions" version '0.49.0'
id "com.github.ben-manes.versions" version '0.50.0'
id 'ru.vyarus.mkdocs' version '3.0.0'
id "com.github.spotbugs" version "5.2.3"
id "com.github.spotbugs" version "5.2.4"
id 'com.diffplug.spotless' version '6.22.0'
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
}
Expand Down Expand Up @@ -47,10 +47,10 @@ dependencies {
implementation "com.github.ben-manes.caffeine:caffeine:${caffeineVersion}"
implementation "org.apache.commons:commons-text:${commonTextVersion}"
api "com.commercetools.sdk:commercetools-sdk-java-api:${commercetoolsJavaSdkV2Version}"
api 'commons-io:commons-io:2.11.0'
api 'commons-io:commons-io:2.15.0'
api 'commons-codec:commons-codec:1.16.0'
api 'com.google.code.findbugs:annotations:3.0.1'
api 'com.neovisionaries:nv-i18n:1.28'
api 'com.neovisionaries:nv-i18n:1.29'
testImplementation "org.mockito:mockito-junit-jupiter:${mockitoJunitJupiterVersion}"
testImplementation "org.junit.jupiter:junit-jupiter-api:${jupiterApiVersion}"
testImplementation "org.junit.jupiter:junit-jupiter-params:${jupiterApiVersion}"
Expand Down

0 comments on commit 06cc0e4

Please sign in to comment.