Skip to content

Commit 52c3f5b

Browse files
committed
upgrade to Spring Boot 3.5.8
1 parent 32b8304 commit 52c3f5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

service/application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<name>Solace Event Management Agent - Application</name>
1414
<description>Solace Event Management Agent - Application</description>
1515
<properties>
16-
<spring-boot.version>3.5.0</spring-boot.version>
16+
<spring-boot.version>3.5.8</spring-boot.version>
1717
<snakeyaml.version>2.0</snakeyaml.version>
1818
<spring-security-rsa.version>1.1.3</spring-security-rsa.version>
1919
<spring-kafka.version>3.3.6</spring-kafka.version>

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>3.5.0</version>
7+
<version>3.5.8</version>
88
<relativePath /> <!-- lookup parent from repository -->
99
</parent>
1010
<groupId>com.solace.maas</groupId>

0 commit comments

Comments
 (0)