Skip to content

Commit

Permalink
Bump versions of develocity and lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerd Aschemann (EXT) committed Nov 19, 2024
1 parent e4693ff commit 636a74b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wiremock-testcontainers-version = '1.0-alpha-14'
commons-validator = 'commons-validator:commons-validator:1.9.0'
jsoup = 'org.jsoup:jsoup:1.18.1'
junit-vintage = { module = 'org.junit.vintage:junit-vintage-engine', version.ref = 'junit5-version' }
lombok = 'org.projectlombok:lombok:1.18.34'
lombok = 'org.projectlombok:lombok:1.18.36'
slf4j-api = { module = 'org.slf4j:slf4j-api', version.ref = 'slf4j-version' }
slf4j-nop = { module = 'org.slf4j:slf4j-nop', version.ref = 'slf4j-version' }
string-similarity = {module = 'net.ricecode:string-similarity', version.ref ='string-similarity-version'}
Expand Down
2 changes: 1 addition & 1 deletion integration-test/gradle-plugin/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginManagement {

plugins {
// to report build results back to gradle.org
id 'com.gradle.develocity' version '3.18.1'
id 'com.gradle.develocity' version '3.18.2'
}

develocity {
Expand Down
2 changes: 1 addition & 1 deletion self-check/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginManagement {

plugins {
// to report build results back to gradle.org
id 'com.gradle.develocity' version '3.18.1'
id 'com.gradle.develocity' version '3.18.2'
}

develocity {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {

plugins {
// to report build results back to gradle.org
id 'com.gradle.develocity' version '3.18.1'
id 'com.gradle.develocity' version '3.18.2'
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}

Expand Down

0 comments on commit 636a74b

Please sign in to comment.