|
1 | 1 | plugins {
|
2 | 2 | id 'com.adarshr.test-logger' version '4.0.0'
|
3 |
| - id 'org.ajoberstar.grgit' version '5.3.0' |
| 3 | + id 'org.ajoberstar.grgit' version '5.3.2' |
4 | 4 | id "com.github.ben-manes.versions" version '0.52.0'
|
5 | 5 | id 'ru.vyarus.mkdocs' version '4.0.1' apply false
|
6 |
| - id "com.github.spotbugs" version "6.1.12" |
7 |
| - id 'com.diffplug.spotless' version '7.0.3' |
| 6 | + id "com.github.spotbugs" version "6.2.2" |
| 7 | + id 'com.diffplug.spotless' version '7.2.0' |
8 | 8 | id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
|
9 | 9 | }
|
10 | 10 |
|
11 | 11 | ext{
|
12 |
| - commercetoolsJavaSdkV2Version = '18.0.0' |
| 12 | + commercetoolsJavaSdkV2Version = '18.3.0' |
13 | 13 | mockitoJunitJupiterVersion = '5.18.0'
|
14 | 14 | jupiterApiVersion = '5.13.1'
|
15 | 15 | jupiterPlatformVersion = '1.13.1'
|
16 | 16 | assertjVersion = '3.27.3'
|
17 |
| - pmdVersion = '7.13.0' |
| 17 | + pmdVersion = '7.15.0' |
18 | 18 | jacocoVersion = '0.8.13'
|
19 |
| - caffeineVersion = '3.2.0' |
| 19 | + caffeineVersion = '3.2.2' |
20 | 20 | nexusStagingPluginVersion = '0.22.0'
|
21 | 21 | commonTextVersion = '1.13.1'
|
22 | 22 | }
|
@@ -47,7 +47,7 @@ dependencies {
|
47 | 47 | implementation "com.github.ben-manes.caffeine:caffeine:${caffeineVersion}"
|
48 | 48 | implementation "org.apache.commons:commons-text:${commonTextVersion}"
|
49 | 49 | api "com.commercetools.sdk:commercetools-sdk-java-api:${commercetoolsJavaSdkV2Version}"
|
50 |
| - api 'commons-io:commons-io:2.19.0' |
| 50 | + api 'commons-io:commons-io:2.20.0' |
51 | 51 | api 'commons-codec:commons-codec:1.18.0'
|
52 | 52 | api 'com.google.code.findbugs:annotations:3.0.1'
|
53 | 53 | api 'com.neovisionaries:nv-i18n:1.29'
|
|
0 commit comments