Skip to content

Commit ca1cb2a

Browse files
committed
Bump spring-boot to 3.5.12
https://github.com/spring-projects/spring-boot/releases/tag/v3.5.12 Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech> (cherry picked from commit 9fab116)
1 parent aaec8e0 commit ca1cb2a

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.11</version>
30+
<version>3.5.12</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.11</version>
14+
<version>3.5.12</version>
1515
<relativePath/> <!-- lookup parent from repository -->
1616
</parent>
1717

0 commit comments

Comments
 (0)