Skip to content

Commit 7c92640

Browse files
authored
Merge pull request #92 from contentstack/fix/VersionBump
Version bump
2 parents c4e4e16 + d9dfb1c commit 7c92640

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Changelog.md

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

33
A brief description of what changes project contains
4+
## Jan 20, 2025
5+
6+
#### v1.2.13
7+
8+
- Fix: Snyk issues
9+
410
## Oct 21, 2024
511

612
#### v1.2.12

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.contentstack.sdk</groupId>
66
<artifactId>utils</artifactId>
7-
<version>1.2.12</version>
7+
<version>1.2.13</version>
88
<packaging>jar</packaging>
99
<name>Contentstack-utils</name>
1010
<description>Java Utils SDK for Contentstack Content Delivery API, Contentstack is a headless CMS</description>
@@ -20,16 +20,16 @@
2020
<maven-source-plugin.version>2.2.1</maven-source-plugin.version>
2121
<maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
2222
<junit.version>4.13.2</junit.version>
23-
<jsoup.version>1.17.2</jsoup.version>
23+
<jsoup.version>1.18.3</jsoup.version>
2424
<json.simple.version>1.1.1</json.simple.version>
2525
<maven-site-plugin.version>3.3</maven-site-plugin.version>
2626
<maven-gpg-plugin.version>1.5</maven-gpg-plugin.version>
2727
<nexus-staging-maven-plugin.version>1.6.7</nexus-staging-maven-plugin.version>
2828
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
2929
<validation-version>2.0.1.Final</validation-version>
30-
<json-version>20240303</json-version>
31-
<spring-web-version>6.1.14</spring-web-version>
32-
<org.apache.commons-text>1.12.0</org.apache.commons-text>
30+
<json-version>20250107</json-version>
31+
<spring-web-version>6.2.1</spring-web-version>
32+
<org.apache.commons-text>1.13.0</org.apache.commons-text>
3333
</properties>
3434

3535
<developers>

0 commit comments

Comments
 (0)