Skip to content

Commit

Permalink
chore(deps): update dependency Update spring boot to v3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent 0887060 commit 7332e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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>3.3.3</version>
<version>3.3.4</version>
<relativePath/> <!-- lookup parent from repo -->
</parent>
<groupId>com.movie.recommendation</groupId>
Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<version>3.3.3</version>
<version>3.3.4</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7332e19

Please sign in to comment.