Skip to content

Commit 151b6dd

Browse files
Tobianasihrasko
authored andcommitted
Bump spring to 3.4.4
https://github.com/spring-projects/spring-boot/releases/tag/v3.4.4 Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech>
1 parent a17c6b4 commit 151b6dd

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

0 commit comments

Comments
 (0)