Skip to content

Commit

Permalink
chore(deps): update dependency Update spring boot to v3.4.1 (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 368e815 commit 3c069be
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.4.0</version>
<version>3.4.1</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.5</version>
<version>3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 3c069be

Please sign in to comment.