Skip to content

Commit b1b6777

Browse files
chore(deps): update spring boot to v4.1.0
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent df601d2 commit b1b6777

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.springframework.boot</groupId>
7171
<artifactId>spring-boot-testcontainers</artifactId>
72-
<version>4.0.6</version>
72+
<version>4.1.0</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>4.0.6</version>
15+
<version>4.1.0</version>
1616
<relativePath/>
1717
</parent>
1818

0 commit comments

Comments
 (0)