Skip to content

Commit 0f1972c

Browse files
chore(deps): update dependency Update spring boot to v3.4.6 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db9cad9 commit 0f1972c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.4.5</version>
8+
<version>3.4.6</version>
99
<relativePath/> <!-- lookup parent from repo -->
1010
</parent>
1111
<groupId>com.movie.recommendation</groupId>
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.springframework.boot</groupId>
5858
<artifactId>spring-boot-starter-actuator</artifactId>
59-
<version>3.4.5</version>
59+
<version>3.4.6</version>
6060
<scope>compile</scope>
6161
</dependency>
6262
<dependency>

0 commit comments

Comments
 (0)