Skip to content

Commit 8c81f64

Browse files
jsoup dependency updated
1 parent ed0b6dc commit 8c81f64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.contentstack.sdk</groupId>
77
<artifactId>utils</artifactId>
8-
<version>{$utils.version}</version>
8+
<version>1.1.3-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010
<name>Contentstack-utils</name>
1111
<description>Java Utils SDK for Contentstack Content Delivery API, Contentstack is a headless CMS with an API-first
@@ -24,7 +24,7 @@
2424
<maven-source-plugin.version>2.2.1</maven-source-plugin.version>
2525
<maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
2626
<junit.version>4.13.2</junit.version>
27-
<jsoup.version>1.14.3</jsoup.version>
27+
<jsoup.version>1.15.3</jsoup.version>
2828
<json.simple.version>1.1.1</json.simple.version>
2929
<maven-site-plugin.version>3.3</maven-site-plugin.version>
3030
<maven-gpg-plugin.version>1.5</maven-gpg-plugin.version>
@@ -109,7 +109,7 @@
109109
<dependency>
110110
<groupId>org.springframework</groupId>
111111
<artifactId>spring-web</artifactId>
112-
<version>5.3.20</version>
112+
<version>5.3.23</version>
113113
<scope>compile</scope>
114114
</dependency>
115115
</dependencies>

0 commit comments

Comments
 (0)