Skip to content

Commit 3aba3d4

Browse files
authored
Merge pull request #150 from contentstack/fix/DX-1558-snyk-fixes
Snyk fixes
2 parents 62aca41 + c5a232b commit 3aba3d4

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

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.6.1
4+
5+
### Jun 23, 2025
6+
7+
- Snyk fixes
8+
39
## v1.6.0
410

511
### Jun 09, 2025

pom.xml

Lines changed: 13 additions & 6 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.6.0</version>
10+
<version>1.6.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>
@@ -93,10 +93,10 @@
9393
<converter-gson-version>2.11.0</converter-gson-version>
9494
<okhttp.version>4.12.0</okhttp.version>
9595
<jococo-plugin.version>0.8.7</jococo-plugin.version>
96-
<lombok-source.version>1.18.36</lombok-source.version>
96+
<lombok-source.version>1.18.38</lombok-source.version>
9797
<junit-jupiter.version>5.11.4</junit-jupiter.version>
9898
<junit-jupiter-engine.version>5.10.1</junit-jupiter-engine.version>
99-
<gson.version>2.12.1</gson.version>
99+
<gson.version>2.13.0</gson.version>
100100
<maven-site-plugin.version>3.3</maven-site-plugin.version>
101101
<maven-gpg-plugin.version>1.5</maven-gpg-plugin.version>
102102
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
@@ -149,7 +149,7 @@
149149
<dependency>
150150
<groupId>org.jetbrains</groupId>
151151
<artifactId>annotations</artifactId>
152-
<version>26.0.1</version>
152+
<version>26.0.2</version>
153153
<scope>provided</scope>
154154
</dependency>
155155
<dependency>
@@ -208,12 +208,12 @@
208208
<dependency>
209209
<groupId>org.jsoup</groupId>
210210
<artifactId>jsoup</artifactId>
211-
<version>1.19.1</version>
211+
<version>1.20.1</version>
212212
</dependency>
213213
<dependency>
214214
<groupId>org.jetbrains.kotlin</groupId>
215215
<artifactId>kotlin-stdlib</artifactId>
216-
<version>2.1.10</version>
216+
<version>2.1.20</version>
217217
</dependency>
218218
</dependencies>
219219

@@ -327,6 +327,13 @@
327327
<compilerArgs>
328328
<arg>-Xlint:all,-serial,-processing</arg>
329329
</compilerArgs>
330+
<annotationProcessorPaths>
331+
<path>
332+
<groupId>org.projectlombok</groupId>
333+
<artifactId>lombok</artifactId>
334+
<version>${lombok-source.version}</version>
335+
</path>
336+
</annotationProcessorPaths>
330337
</configuration>
331338
</plugin>
332339
<plugin>

0 commit comments

Comments
 (0)