Skip to content

Commit

Permalink
fix: updated pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikram Kalta authored and Vikram Kalta committed Aug 10, 2024
1 parent 27748a2 commit 2bc6d9e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>${spring-boot.version}</version>
<!-- <version>${spring-boot.version}</version> -->
<version>3.2.7</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -48,7 +49,8 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>${spring-boot.version}</version>
<!-- <version>${spring-boot.version}</version> -->
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>com.contentstack.sdk</groupId>
Expand Down

0 comments on commit 2bc6d9e

Please sign in to comment.