Skip to content

Commit 6657d6c

Browse files
Issue compileJava 🐛
Execution failed for task ':compileJava'.
1 parent 07d850a commit 6657d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 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>1.1.2-SNAPSHOT</version>
8+
<version>{$utils.version}</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
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>javax.validation</groupId>
8888
<artifactId>validation-api</artifactId>
89-
<version>1.0.0.GA</version>
89+
<version>2.0.1.Final</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.jsoup</groupId>

0 commit comments

Comments
 (0)