We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d850a commit 6657d6cCopy full SHA for 6657d6c
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.contentstack.sdk</groupId>
7
<artifactId>utils</artifactId>
8
- <version>1.1.2-SNAPSHOT</version>
+ <version>{$utils.version}</version>
9
<packaging>jar</packaging>
10
<name>Contentstack-utils</name>
11
<description>Java Utils SDK for Contentstack Content Delivery API, Contentstack is a headless CMS with an API-first
@@ -86,7 +86,7 @@
86
<dependency>
87
<groupId>javax.validation</groupId>
88
<artifactId>validation-api</artifactId>
89
- <version>1.0.0.GA</version>
+ <version>2.0.1.Final</version>
90
</dependency>
91
92
<groupId>org.jsoup</groupId>
0 commit comments