Skip to content

Commit

Permalink
Bump Spring Boot version -> 2.7.18 (#1519)
Browse files Browse the repository at this point in the history
Signed-off-by: Marinov Avgustin <[email protected]>
  • Loading branch information
avgustinmm authored Dec 15, 2023
1 parent 8f8dbb4 commit ba648ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions hawkbit-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ hawkBit Runtime
| `hawkbit-dmf-server/` | Spring-Boot application of hawkBit DMF server. |
| `hawkbit-mgmt-server/` | Spring-Boot application of hawkBit Management server. Provides REST Management API and rollouts / auto assigment processing |
| `hawkbit-vv8-ui/` | Spring-Boot application of hawkBit Vaadin 8 UI. |

Note: micro service setup requires all services using DB to use same shared DB. So, they don't work with default in memory H2 database. Docker compose with mysql shows an example setup.
1 change: 1 addition & 0 deletions hawkbit-runtime/hawkbit-simple-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<relativePath/>
</parent>

<groupId>com.eclipse.hawkbit</groupId>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.17</version>
<version>2.7.18</version>
</parent>

<groupId>org.eclipse.hawkbit</groupId>
Expand Down Expand Up @@ -159,7 +159,7 @@
<java.version>17</java.version>
<test.jvm.args/>

<spring.boot.version>2.7.17</spring.boot.version>
<spring.boot.version>2.7.18</spring.boot.version>
<spring.cloud.version>2021.0.8</spring.cloud.version>
<spring.plugin.core.version>2.0.0.RELEASE</spring.plugin.core.version>
<!-- CVE-2022-31690 Remove after Spring 3.0.0 migration-->
Expand All @@ -173,6 +173,7 @@
<!-- Fixed dependencies -->
<!-- CVE-2022-25857 -->
<snakeyaml.version>1.33</snakeyaml.version>
<logback.version>1.2.13</logback.version>
<!-- Spring boot version overrides - END -->

<!-- CVE-2022-45868, fixed in 2.2.200 -->
Expand Down

0 comments on commit ba648ca

Please sign in to comment.