Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `net.minidev:json-smart` from 2.5.1 to 2.5.2 ([#17378](https://github.com/opensearch-project/OpenSearch/pull/17378))
- Bump `com.netflix.nebula.ospackage-base` from 11.10.1 to 11.11.1 ([#17374](https://github.com/opensearch-project/OpenSearch/pull/17374))
- Bump `software.amazon.awssdk` from 2.20.86 to 2.30.31 ([17396](https://github.com/opensearch-project/OpenSearch/pull/17396))
- Bump `org.jruby.jcodings:jcodings` from 1.0.61 to 1.0.63 ([#17560](https://github.com/opensearch-project/OpenSearch/pull/17560))

### Changed
- Convert transport-reactor-netty4 to use gradle version catalog [#17233](https://github.com/opensearch-project/OpenSearch/pull/17233)
Expand Down
2 changes: 1 addition & 1 deletion libs/grok/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
dependencies {
api 'org.jruby.joni:joni:2.2.3'
// joni dependencies:
api 'org.jruby.jcodings:jcodings:1.0.61'
api 'org.jruby.jcodings:jcodings:1.0.63'

testImplementation(project(":test:framework")) {
exclude group: 'org.opensearch', module: 'opensearch-grok'
Expand Down
1 change: 0 additions & 1 deletion libs/grok/licenses/jcodings-1.0.61.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions libs/grok/licenses/jcodings-1.0.63.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b8c386790e72f0bad666c8f1a8af12d0528992e0
1 change: 1 addition & 0 deletions test/framework/licenses/byte-buddy-1.15.10.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
635c873fadd853c084f84fdc3cbd58c5dd8537f9
1 change: 1 addition & 0 deletions test/framework/licenses/commons-codec-1.16.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
47bd4d333fba53406f6c6c51884ddbca435c8862
1 change: 1 addition & 0 deletions test/framework/licenses/commons-logging-1.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4bfc12adfe4842bf07b657f0369c4cb522955686
1 change: 1 addition & 0 deletions test/framework/licenses/hamcrest-2.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9420ba32c29217b54eebd26ff7f9234d31c3fbb2
1 change: 1 addition & 0 deletions test/framework/licenses/junit-4.13.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8ac9e16d933b6fb43bc7f576336b8f4d7eb5ba12
1 change: 1 addition & 0 deletions test/framework/licenses/lucene-codecs-9.12.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cf88c401660f80fd7a3c0896c180581126880697
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d348aac4eff0371888f45b2aaa9034922b96b466
1 change: 1 addition & 0 deletions test/framework/licenses/mockito-core-5.14.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f7bf936008d7664e2002c3faf0c02071c8d10e7c
1 change: 1 addition & 0 deletions test/framework/licenses/objenesis-3.3.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1049c09f1de4331e8193e579448d0916d75b7631
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e917f4983144c3b969eb7d3648338ecde5e3ba89
Loading