Skip to content

Commit

Permalink
Update Gradle to 8.4 (opensearch-project#1612)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Jan 12, 2024
1 parent b61baed commit be18171
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ buildscript {
}

plugins {
id 'com.netflix.nebula.ospackage' version "11.5.0"
id 'com.netflix.nebula.ospackage' version "11.6.0"
id 'java'
id "io.freefair.lombok" version "8.4"
id 'jacoco'
Expand Down
2 changes: 1 addition & 1 deletion memory/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id 'java'
id 'jacoco'
id "io.freefair.lombok"
id 'com.diffplug.spotless' version '6.23.0'
id 'com.diffplug.spotless' version '6.23.2'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion ml-algorithms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id 'java'
id 'jacoco'
id "io.freefair.lombok"
id 'com.diffplug.spotless' version '6.23.0'
id 'com.diffplug.spotless' version '6.23.2'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
id "io.freefair.lombok"
id 'jacoco'
id 'java-library'
id 'com.diffplug.spotless' version '6.23.0'
id 'com.diffplug.spotless' version '6.23.2'
id 'checkstyle'
}

Expand Down
2 changes: 1 addition & 1 deletion search-processors/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id 'java'
id 'jacoco'
id "io.freefair.lombok"
id 'com.diffplug.spotless' version '6.23.0'
id 'com.diffplug.spotless' version '6.23.2'
}

repositories {
Expand Down

0 comments on commit be18171

Please sign in to comment.