Skip to content

Commit fe102f7

Browse files
authored
Merge branch 'main' into dependabot/gradle/plugins/ingest-attachment/org.jsoup-jsoup-1.21.2
Signed-off-by: Craig Perkins <[email protected]>
2 parents 88eb36d + 27c99cc commit fe102f7

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5252
- Bump `org.apache.tika` from 2.9.2 to 3.2.2 ([#19125](https://github.com/opensearch-project/OpenSearch/pull/19125))
5353
- Bump `org.apache.commons:commons-compress` from 1.26.1 to 1.28.0 ([#19125](https://github.com/opensearch-project/OpenSearch/pull/19125))
5454
- Bump `com.azure:azure-core` from 1.55.5 to 1.56.0 ([#19206](https://github.com/opensearch-project/OpenSearch/pull/19206))
55+
- Bump `com.google.cloud:google-cloud-core` from 2.59.0 to 2.60.0 ([#19208](https://github.com/opensearch-project/OpenSearch/pull/19208))
5556
- Bump `org.jsoup:jsoup` from 1.20.1 to 1.21.2 ([#19207](https://github.com/opensearch-project/OpenSearch/pull/19207))
5657

5758
### Deprecated

plugins/repository-gcs/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ dependencies {
5656

5757
// dependencies consistent with 'com.google.cloud:google-cloud-storage-bom:2.55.0'
5858
implementation "com.google.cloud:google-cloud-storage:2.55.0"
59-
implementation "com.google.cloud:google-cloud-core:2.59.0"
60-
implementation "com.google.cloud:google-cloud-core-http:2.59.0"
59+
implementation "com.google.cloud:google-cloud-core:2.60.0"
60+
implementation "com.google.cloud:google-cloud-core-http:2.60.0"
6161

6262
runtimeOnly "com.google.guava:guava:${guava_version}"
6363
runtimeOnly "com.google.guava:failureaccess:1.0.2"

plugins/repository-gcs/licenses/google-cloud-core-2.59.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ea9c71bf36e4a4f7c3d98e8e835f232cc5cdd7dd

plugins/repository-gcs/licenses/google-cloud-core-http-2.59.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ba05dc0ddb735b2988ba41e78262a96c66027f1c

0 commit comments

Comments
 (0)