Skip to content

Commit 2b7660e

Browse files
dependabot[bot]ilgrosso
authored andcommitted
Bump org.jsoup:jsoup from 1.21.2 to 1.22.1
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.21.2 to 1.22.1. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](jhy/jsoup@jsoup-1.21.2...jsoup-1.22.1) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-version: 1.22.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8e2a7e6 commit 2b7660e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fit/core-reference/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ under the License.
718718
</image>
719719
<image>
720720
<alias>dashboards</alias>
721-
<name>opensearchproject/opensearch-dashboards:3.3.0</name>
721+
<name>opensearchproject/opensearch-dashboards:${opensearch.version}</name>
722722
<run>
723723
<env>
724724
<OPENSEARCH_HOSTS>http://${docker.container.opensearch.ip}:9200</OPENSEARCH_HOSTS>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,7 @@ under the License.
13621362
<dependency>
13631363
<groupId>org.jsoup</groupId>
13641364
<artifactId>jsoup</artifactId>
1365-
<version>1.21.2</version>
1365+
<version>1.22.1</version>
13661366
</dependency>
13671367

13681368
<dependency>

0 commit comments

Comments
 (0)