Skip to content

Commit 630db9f

Browse files
committed
Bump spring-boot to 3.5.13
https://github.com/spring-projects/spring-boot/releases/tag/v3.5.13 Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
1 parent 1d24272 commit 630db9f

File tree

2 files changed

+2
-2
lines changed
  • lighty-core/lighty-controller-spring-di
  • lighty-examples/lighty-controller-springboot-netconf

2 files changed

+2
-2
lines changed

lighty-core/lighty-controller-spring-di/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.springframework.boot</groupId>
2929
<artifactId>spring-boot-dependencies</artifactId>
30-
<version>3.5.12</version>
30+
<version>3.5.13</version>
3131
<type>pom</type>
3232
<scope>import</scope>
3333
</dependency>

lighty-examples/lighty-controller-springboot-netconf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>3.5.12</version>
14+
<version>3.5.13</version>
1515
<relativePath/> <!-- lookup parent from repository -->
1616
</parent>
1717

0 commit comments

Comments
 (0)