Skip to content

Commit

Permalink
Bump spring to 3.3.5
Browse files Browse the repository at this point in the history
https://github.com/spring-projects/spring-boot/releases/tag/v3.3.5

Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
(cherry picked from commit 860ac30)
  • Loading branch information
ihrasko committed Oct 28, 2024
1 parent 4ebbce0 commit f805f8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lighty-core/lighty-controller-spring-di/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.3.4</version>
<version>3.3.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions lighty-examples/lighty-controller-springboot-netconf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.4</version>
<relativePath/> <!-- lookup parent from repository -->
<version>3.3.5</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

<groupId>io.lighty.core</groupId>
Expand Down

0 comments on commit f805f8d

Please sign in to comment.