Skip to content

Commit 2a87fa4

Browse files
committed
AUT-2354 Update Spring Boot to version 3.5.6 (including dependencies)
1 parent cac5713 commit 2a87fa4

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
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.4.5</version>
9+
<version>3.5.6</version>
1010
<relativePath/><!-- Lookup parent from repository. -->
1111
</parent>
1212

@@ -32,7 +32,7 @@
3232

3333
<logstash-logback-encoder.version>8.1</logstash-logback-encoder.version>
3434
<bootstrap.version>4.5.3</bootstrap.version> <!-- TODO AUT-1499 update from 4.5.x to version 5.x.x -->
35-
<wiremock.version>3.12.1</wiremock.version>
35+
<wiremock.version>3.13.1</wiremock.version>
3636
</properties>
3737

3838
<dependencies><!-- Ordered by scope, groupId, artifactId. -->

0 commit comments

Comments
 (0)