Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 14, 2025
1 parent 408d925 commit 5368424
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ buildscript {
}

plugins {
id "com.github.ben-manes.versions" version '0.51.0'
id "com.github.ben-manes.versions" version '0.52.0'
id 'com.adarshr.test-logger' version '4.0.0'
id 'com.diffplug.spotless' version '6.25.0'
id "com.github.spotbugs" version "6.0.25"
id "com.github.spotbugs" version "6.1.5"
}

apply from: "$rootDir/gradle-scripts/extensions.gradle"
Expand All @@ -31,11 +31,11 @@ apply from: "$rootDir/gradle-scripts/set-library-version.gradle"
ext {
mockitoVersion = '5.14.2'
slf4jTestVersion = '1.2.0'
assertjVersion = '3.26.3'
pmdVersion = '7.7.0'
assertjVersion = '3.27.3'
pmdVersion = '7.10.0'
jacocoVersion = '0.8.12'
commercetoolsSyncJava = '10.0.5'
httpClientVersion = '17.16.0'
httpClientVersion = '17.26.0'
apacheCliVersion = '1.9.0'
jupiterApiVersion = '5.11.3'
logbackVersion = '1.5.12'
Expand Down
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.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 5368424

Please sign in to comment.