Skip to content

Commit

Permalink
chore(deps): update dependency Update spring boot to v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2024
1 parent c39eb99 commit ebffa9d
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.2.2</version>
<version>3.2.3</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.2.2</version>
<version>3.2.3</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ebffa9d

Please sign in to comment.