Skip to content

Commit 408ab81

Browse files
fix(deps): update all (#1211)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef35956 commit 408ab81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id "com.github.ben-manes.versions" version '0.52.0'
55
id 'ru.vyarus.mkdocs' version '4.0.1' apply false
66
id "com.github.spotbugs" version "6.1.7"
7-
id 'com.diffplug.spotless' version '7.0.2'
7+
id 'com.diffplug.spotless' version '7.0.3'
88
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
99
}
1010

@@ -15,10 +15,10 @@ ext{
1515
jupiterPlatformVersion = '1.12.1'
1616
assertjVersion = '3.27.3'
1717
pmdVersion = '7.12.0'
18-
jacocoVersion = '0.8.12'
18+
jacocoVersion = '0.8.13'
1919
caffeineVersion = '3.2.0'
2020
nexusStagingPluginVersion = '0.22.0'
21-
commonTextVersion = '1.13.0'
21+
commonTextVersion = '1.13.1'
2222
}
2323

2424
apply from: "$rootDir/gradle-scripts/repositories.gradle"
@@ -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.18.0'
50+
api 'commons-io:commons-io:2.19.0'
5151
api 'commons-codec:commons-codec:1.18.0'
5252
api 'com.google.code.findbugs:annotations:3.0.1'
5353
api 'com.neovisionaries:nv-i18n:1.29'

0 commit comments

Comments
 (0)