Skip to content

Commit 83a34dd

Browse files
committed
chore(deps): update all
1 parent 71bf9a6 commit 83a34dd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44
id 'org.ajoberstar.grgit' version '5.2.1'
55
id "com.github.ben-manes.versions" version '0.50.0'
66
id 'ru.vyarus.mkdocs' version '3.0.0'
7-
id "com.github.spotbugs" version "5.2.4"
8-
id 'com.diffplug.spotless' version '6.22.0'
7+
id "com.github.spotbugs" version "5.2.5"
8+
id 'com.diffplug.spotless' version '6.23.3'
99
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
1010
}
1111

@@ -47,7 +47,7 @@ dependencies {
4747
implementation "com.github.ben-manes.caffeine:caffeine:${caffeineVersion}"
4848
implementation "org.apache.commons:commons-text:${commonTextVersion}"
4949
api "com.commercetools.sdk:commercetools-sdk-java-api:${commercetoolsJavaSdkV2Version}"
50-
api 'commons-io:commons-io:2.15.0'
50+
api 'commons-io:commons-io:2.15.1'
5151
api 'commons-codec:commons-codec:1.16.0'
5252
api 'com.google.code.findbugs:annotations:3.0.1'
5353
api 'com.neovisionaries:nv-i18n:1.29'
@@ -57,5 +57,5 @@ dependencies {
5757
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${jupiterApiVersion}"
5858
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${jupiterApiVersion}"
5959
testImplementation "org.assertj:assertj-core:${assertjVersion}"
60-
testImplementation 'com.github.spotbugs:spotbugs-annotations:4.8.1'
60+
testImplementation 'com.github.spotbugs:spotbugs-annotations:4.8.2'
6161
}

gradle/wrapper/gradle-wrapper.jar

-19.8 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)