Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2023
1 parent 71bf9a6 commit 3a2e739
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {
id 'org.ajoberstar.grgit' version '5.2.1'
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.4"
id 'com.diffplug.spotless' version '6.22.0'
id "com.github.spotbugs" version "5.2.5"
id 'com.diffplug.spotless' version '6.23.2'
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
}

Expand Down Expand Up @@ -47,7 +47,7 @@ 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.15.0'
api 'commons-io:commons-io:2.15.1'
api 'commons-codec:commons-codec:1.16.0'
api 'com.google.code.findbugs:annotations:3.0.1'
api 'com.neovisionaries:nv-i18n:1.29'
Expand All @@ -57,5 +57,5 @@ dependencies {
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${jupiterApiVersion}"
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${jupiterApiVersion}"
testImplementation "org.assertj:assertj-core:${assertjVersion}"
testImplementation 'com.github.spotbugs:spotbugs-annotations:4.8.1'
testImplementation 'com.github.spotbugs:spotbugs-annotations:4.8.2'
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 3a2e739

Please sign in to comment.