1 parent ed92e6b commit 85fb850Copy full SHA for 85fb850
2 files changed
changelog.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.12.2
4
+
5
+### Aug 17, 2026
6
7
+- Snyk fix
8
9
## v1.13.0
10
11
### Jul 27, 2026
pom.xml
@@ -7,7 +7,7 @@
<artifactId>cms</artifactId>
<packaging>jar</packaging>
<name>contentstack-management-java</name>
- <version>1.13.0</version>
+ <version>1.13.1</version>
<description>Contentstack Java Management SDK for Content Management API, Contentstack is a headless CMS with an
12
API-first approach
13
</description>
@@ -214,7 +214,7 @@
214
<dependency>
215
<groupId>org.jsoup</groupId>
216
<artifactId>jsoup</artifactId>
217
- <version>1.22.1</version>
+ <version>1.23.1</version>
218
</dependency>
219
220
<groupId>org.jetbrains.kotlin</groupId>
0 commit comments