Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
nehbehl authored Nov 20, 2024
1 parent c5f722b commit 44c76be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions udacity-jwdnd-c1-l2-final-review-solution-master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.RELEASE</version>
<version>3.3.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.udacity.jwdnd.c1</groupId>
Expand All @@ -15,7 +15,7 @@
<description>Demo project for Spring Boot</description>

<properties>
<java.version>14</java.version>
<java.version>21</java.version>
</properties>

<dependencies>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>2.1.2</version>
<version>3.0.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 44c76be

Please sign in to comment.