Skip to content

Commit 945a29b

Browse files
committed
fix: upgrade jsoup dependency to version 1.23.1
1 parent 103440e commit 945a29b

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.12.2
4+
5+
### Aug 17, 2026
6+
7+
- Snyk fix
8+
39
## v1.13.0
410

511
### Jul 27, 2026

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>cms</artifactId>
88
<packaging>jar</packaging>
99
<name>contentstack-management-java</name>
10-
<version>1.13.0</version>
10+
<version>1.13.1</version>
1111
<description>Contentstack Java Management SDK for Content Management API, Contentstack is a headless CMS with an
1212
API-first approach
1313
</description>
@@ -214,7 +214,7 @@
214214
<dependency>
215215
<groupId>org.jsoup</groupId>
216216
<artifactId>jsoup</artifactId>
217-
<version>1.22.1</version>
217+
<version>1.23.1</version>
218218
</dependency>
219219
<dependency>
220220
<groupId>org.jetbrains.kotlin</groupId>

0 commit comments

Comments
 (0)