Skip to content

Commit 7b7f0fe

Browse files
committed
Bump spring to 3.3.7
https://github.com/spring-projects/spring-boot/releases/tag/v3.3.7 Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech>
1 parent 791b6e7 commit 7b7f0fe

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

+1-1
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.3.6</version>
30+
<version>3.3.7</version>
3131
<type>pom</type>
3232
<scope>import</scope>
3333
</dependency>

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

+1-1
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.3.6</version>
14+
<version>3.3.7</version>
1515
<relativePath /> <!-- lookup parent from repository -->
1616
</parent>
1717

0 commit comments

Comments
 (0)