Skip to content

Commit 29db6fe

Browse files
committed
Merge remote-tracking branch 'origin/renovate/spring-boot'
2 parents 4cbdccc + 74af99d commit 29db6fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Backend/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.3.4</version>
9+
<version>3.4.2</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -44,22 +44,22 @@
4444
<dependency>
4545
<groupId>org.springframework.boot</groupId>
4646
<artifactId>spring-boot-starter-webflux</artifactId>
47-
<version>3.3.4</version>
47+
<version>3.4.2</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.springframework.boot</groupId>
5151
<artifactId>spring-boot-starter-web</artifactId>
52-
<version>3.3.4</version>
52+
<version>3.4.2</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.springframework.boot</groupId>
5656
<artifactId>spring-boot-starter-data-jpa</artifactId>
57-
<version>3.3.4</version>
57+
<version>3.4.2</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.springframework.boot</groupId>
6161
<artifactId>spring-boot-starter-test</artifactId>
62-
<version>3.3.4</version>
62+
<version>3.4.2</version>
6363
<scope>test</scope>
6464
</dependency>
6565

0 commit comments

Comments
 (0)