Skip to content

Commit

Permalink
Update dependency gradle to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-5034428[bot] committed Oct 16, 2024
1 parent 94150e1 commit 21cd2c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {

// external dependency versions
groovyVersion = '2.4.5'
gradleVersion = '2.14.1'
gradleVersion = '8.10.2'
jacksonVersion = "[${testJacksonVersions.first()},)"
licensePluginVersion = '0.13.1'
releasePluginVersion = '2.4.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip

0 comments on commit 21cd2c5

Please sign in to comment.