Skip to content

Commit

Permalink
Upgrade bytebuddy version to match OpenSearch core (#1135)
Browse files Browse the repository at this point in the history
* Bump bytebuddy version to match OpenSearch core

Signed-off-by: Ryan Bogan <rbogan@amazon.com>
  • Loading branch information
ryanbogan authored Sep 18, 2023
1 parent 3173b8a commit 0f93430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Infrastructure
### Documentation
### Maintenance
- Update bytebuddy to 1.14.7 [#1135](https://github.com/opensearch-project/k-NN/pull/1135)
### Refactoring
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ dependencies {
api group: 'com.google.guava', name: 'guava', version:'32.0.1-jre'
api group: 'commons-lang', name: 'commons-lang', version: '2.6'
testFixturesImplementation "org.opensearch.test:framework:${opensearch_version}"
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.14.3'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.14.7'
testImplementation group: 'org.objenesis', name: 'objenesis', version: '3.2'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.14.3'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.14.7'
testFixturesImplementation "org.opensearch:common-utils:${version}"
}

Expand Down

0 comments on commit 0f93430

Please sign in to comment.