Skip to content

Commit

Permalink
Dependency updates: asm 9.3 -> 9.4, bytebuddy 1.12.12 -> 1.12.18 (ope…
Browse files Browse the repository at this point in the history
…nsearch-project#4889) (opensearch-project#4911)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta authored Oct 26, 2022
1 parent fc2d1ce commit 654f692
Show file tree
Hide file tree
Showing 18 changed files with 15 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Add BWC version 1.3.7 ([#4711](https://github.com/opensearch-project/OpenSearch/pull/4711))
- Bumps `jettison` from 1.5.0 to 1.5.1 ([#4712](https://github.com/opensearch-project/OpenSearch/pull/4712))

### Dependencies
- Dependency updates: asm 9.3 -> 9.4, bytebuddy 1.12.12 -> 1.12.18 ([#4889](https://github.com/opensearch-project/OpenSearch/pull/4889))

### Changed
- Dependency updates (httpcore, mockito, slf4j, httpasyncclient, commons-codec) ([#4308](https://github.com/opensearch-project/OpenSearch/pull/4308))
- Use RemoteSegmentStoreDirectory instead of RemoteDirectory ([#4240](https://github.com/opensearch-project/OpenSearch/pull/4240))
Expand Down
6 changes: 4 additions & 2 deletions buildSrc/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jackson_databind = 2.13.4.2
snakeyaml = 1.32
icu4j = 70.1
supercsv = 2.4.0
# Update to 2.17.2+ is breaking OpenSearchJsonLayout (see https://issues.apache.org/jira/browse/LOG4J2-3562)
log4j = 2.17.1
slf4j = 1.7.36
asm = 9.3
asm = 9.4

# when updating the JNA version, also update the version in buildSrc/build.gradle
jna = 5.5.0
Expand All @@ -42,9 +43,10 @@ bouncycastle=1.70
randomizedrunner = 2.7.1
junit = 4.13.2
hamcrest = 2.1
# Update to 4.8.0 is using reflection without SecurityManager checks (fails with java.security.AccessControlException)
mockito = 4.7.0
objenesis = 3.2
bytebuddy = 1.12.12
bytebuddy = 1.12.18

# benchmark dependencies
jmh = 1.35
1 change: 0 additions & 1 deletion modules/lang-expression/licenses/asm-9.3.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions modules/lang-expression/licenses/asm-9.4.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b4e0e2d2e023aa317b7cfcfc916377ea348e07d1
1 change: 0 additions & 1 deletion modules/lang-expression/licenses/asm-commons-9.3.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions modules/lang-expression/licenses/asm-commons-9.4.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8fc2810ddbcbbec0a8bbccb3f8eda58321839912
1 change: 0 additions & 1 deletion modules/lang-expression/licenses/asm-tree-9.3.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions modules/lang-expression/licenses/asm-tree-9.4.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a99175a17d7fdc18cbcbd0e8ea6a5d276844190a
1 change: 0 additions & 1 deletion modules/lang-painless/licenses/asm-9.3.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions modules/lang-painless/licenses/asm-9.4.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b4e0e2d2e023aa317b7cfcfc916377ea348e07d1
1 change: 0 additions & 1 deletion modules/lang-painless/licenses/asm-analysis-9.3.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions modules/lang-painless/licenses/asm-analysis-9.4.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0a5fec9dfc039448d4fd098fbaffcaf55373b223
1 change: 0 additions & 1 deletion modules/lang-painless/licenses/asm-commons-9.3.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions modules/lang-painless/licenses/asm-commons-9.4.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8fc2810ddbcbbec0a8bbccb3f8eda58321839912
1 change: 0 additions & 1 deletion modules/lang-painless/licenses/asm-tree-9.3.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions modules/lang-painless/licenses/asm-tree-9.4.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a99175a17d7fdc18cbcbd0e8ea6a5d276844190a
1 change: 0 additions & 1 deletion modules/lang-painless/licenses/asm-util-9.3.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions modules/lang-painless/licenses/asm-util-9.4.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ab1e0a84b72561dbaf1ee260321e72148ebf4b19

0 comments on commit 654f692

Please sign in to comment.