Skip to content

Commit 4af9af8

Browse files
authored
Merge branch 'main' into dependabot/gradle/modules/ingest-geoip/com.maxmind.geoip2-geoip2-4.4.0
Signed-off-by: Craig Perkins <[email protected]>
2 parents 5e9bb34 + 432d7d1 commit 4af9af8

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
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))
5555
- Bump `com.google.cloud:google-cloud-core` from 2.59.0 to 2.60.0 ([#19208](https://github.com/opensearch-project/OpenSearch/pull/19208))
56+
- Bump `org.jsoup:jsoup` from 1.20.1 to 1.21.2 ([#19207](https://github.com/opensearch-project/OpenSearch/pull/19207))
5657
- Bump `com.maxmind.geoip2:geoip2` from 4.3.1 to 4.4.0 ([#19205](https://github.com/opensearch-project/OpenSearch/pull/19205))
5758

5859
### Deprecated

plugins/ingest-attachment/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575

7676
// external parser libraries
7777
// HTML
78-
api 'org.jsoup:jsoup:1.20.1'
78+
api 'org.jsoup:jsoup:1.21.2'
7979
// Adobe PDF
8080
api "org.apache.pdfbox:pdfbox:${versions.pdfbox}"
8181
api "org.apache.pdfbox:fontbox:${versions.pdfbox}"

plugins/ingest-attachment/licenses/jsoup-1.20.1.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+
55ba93337201b6f1208a6691f291ca2828860150

0 commit comments

Comments
 (0)