Skip to content

Commit

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

Signed-off-by: Ryan Bogan <[email protected]>

* Update dependencies for spotless and eclipse

Signed-off-by: Ryan Bogan <[email protected]>

* Add Changelog

Signed-off-by: Ryan Bogan <[email protected]>

* Add comment

Signed-off-by: Ryan Bogan <[email protected]>

* Add resources force resolution for eclipse

Signed-off-by: Ryan Bogan <[email protected]>

---------

Signed-off-by: Ryan Bogan <[email protected]>
  • Loading branch information
ryanbogan authored Feb 5, 2024
1 parent 8eb0776 commit fceb8f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
* Upgrade urllib to 1.26.18 [#1319](https://github.com/opensearch-project/k-NN/pull/1319)
* Upgrade guava to 32.1.3 [#1319](https://github.com/opensearch-project/k-NN/pull/1319)
* Bump lucene codec to 99 [#1383](https://github.com/opensearch-project/k-NN/pull/1383)
* Update spotless and eclipse dependencies [#1450](https://github.com/opensearch-project/k-NN/pull/1450)
### Refactoring
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ buildscript {
classpath "${opensearch_group}.gradle:build-tools:${opensearch_version}"
configurations.all {
resolutionStrategy {
force("org.eclipse.platform:org.eclipse.core.runtime:3.29.0") // for spotless transitive dependency CVE (for 3.26.100)
force("org.eclipse.platform:org.eclipse.core.runtime:4.29.0") // CVE for < 4.29
force("org.eclipse.platform:org.eclipse.core.resources:4.29.0") // CVE for < 4.29
}
}
}
Expand All @@ -58,7 +59,7 @@ plugins {
id 'java-library'
id 'java-test-fixtures'
id 'idea'
id "com.diffplug.spotless" version "6.20.0" apply false
id "com.diffplug.spotless" version "6.25.0" apply false
id 'io.freefair.lombok' version '8.4'
id "de.undercouch.download" version "5.3.0"
}
Expand Down

0 comments on commit fceb8f8

Please sign in to comment.