Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion service/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>Solace Event Management Agent - Application</name>
<description>Solace Event Management Agent - Application</description>
<properties>
<spring-boot.version>3.5.0</spring-boot.version>
<spring-boot.version>3.5.8</spring-boot.version>
<snakeyaml.version>2.0</snakeyaml.version>
<spring-security-rsa.version>1.1.3</spring-security-rsa.version>
<spring-kafka.version>3.3.6</spring-kafka.version>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.0</version>
<version>3.5.8</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.solace.maas</groupId>
Expand Down