Skip to content

Commit

Permalink
[1.3] Version bump for protobuf, snappy-java (#16792)
Browse files Browse the repository at this point in the history
* Bump protobuf-java to 3.25.5

Signed-off-by: Daniel Widdis <[email protected]>

* Bump snappy-java to 1.1.10.7

Signed-off-by: Daniel Widdis <[email protected]>

* Add CHANGELOG

Signed-off-by: Daniel Widdis <[email protected]>

* Update SHAs

Signed-off-by: Daniel Widdis <[email protected]>

---------

Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis authored Dec 6, 2024
1 parent 6c40db0 commit 9e291ce
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bump `avro` from 1.11.3 to 1.11.4 ([#16773](https://github.com/opensearch-project/OpenSearch/pull/16773))
- Bump `protobuf-java` to 3.22.5 ([#16779](https://github.com/opensearch-project/OpenSearch/pull/16779))
- Bump `commonsio` to 2.16.0 ([#16780](https://github.com/opensearch-project/OpenSearch/pull/16780))
- Bump `protobuf-java` to 3.25.5 ([#16792](https://github.com/opensearch-project/OpenSearch/pull/16792))
- Bump `snappy-java` to 1.1.10.7 ([#16792](https://github.com/opensearch-project/OpenSearch/pull/16792))

### Changed
### Deprecated
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ asm = 9.5
woodstox = 6.4.0
kotlin = 1.7.10
guava = 32.0.1-jre
protobuf = 3.22.5
protobuf = 3.25.5

# when updating the JNA version, also update the version in buildSrc/build.gradle
jna = 5.5.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/repository-gcs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
api 'com.google.api:api-common:1.8.1'
api 'com.google.api:gax:1.54.0'
api 'org.threeten:threetenbp:1.4.4'
api 'com.google.protobuf:protobuf-java-util:3.19.3'
api 'com.google.protobuf:protobuf-java-util:3.25.5'
api "com.google.protobuf:protobuf-java:${versions.protobuf}"
api 'com.google.code.gson:gson:2.8.9'
api 'com.google.api.grpc:proto-google-common-protos:1.16.0'
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5ae5c9ec39930ae9b5a61b32b93288818ec05ec1

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
38cc5ce479603e36466feda2a9f1dfdb2210ef00

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5ae5c9ec39930ae9b5a61b32b93288818ec05ec1
2 changes: 1 addition & 1 deletion test/fixtures/hdfs-fixture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ dependencies {
exclude group: "com.squareup.okio"
}
runtimeOnly "com.squareup.okio:okio:3.5.0"
runtimeOnly "org.xerial.snappy:snappy-java:1.1.10.3"
runtimeOnly "org.xerial.snappy:snappy-java:1.1.10.7"
}

0 comments on commit 9e291ce

Please sign in to comment.