Skip to content

Commit

Permalink
Update spotless and eclipse dependencies (#620)
Browse files Browse the repository at this point in the history
* Update spotless and eclipse dependencies

Signed-off-by: Ryan Bogan <[email protected]>
  • Loading branch information
ryanbogan authored Feb 6, 2024
1 parent 7c214dc commit 0c703f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ See the [CONTRIBUTING guide](./CONTRIBUTING.md#Changelog) for instructions on ho
### Documentation
### Maintenance
* Upgrade gradle to 8.4 ([#596](https://github.com/opensearch-project/geospatial/pull/596))
* Update spotless and eclipse dependencies ([#620](https://github.com/opensearch-project/geospatial/pull/620))
### Refactoring
9 changes: 8 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,15 @@ buildscript {

dependencies {
classpath "${opensearch_group}.gradle:build-tools:${opensearch_version}"
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.20.0"
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.25.0"
classpath "io.freefair.gradle:lombok-plugin:8.4"

configurations.all {
resolutionStrategy {
force("org.eclipse.platform:org.eclipse.core.runtime:4.29.0") // CVE for < 4.29
force("org.eclipse.platform:org.eclipse.core.resources:4.20.0") // CVE for < 4.20
}
}
}
}
apply plugin: "com.diffplug.spotless"
Expand Down

0 comments on commit 0c703f6

Please sign in to comment.