Skip to content

Commit

Permalink
chore: update flow to 24.0.11 and spring.boot to 3.0.8 (24.0) (#4304)
Browse files Browse the repository at this point in the history
* chore: update spring.boot to 3.0.8

this will resolve the CVE reported on spring-boot-web dependency which depends on tomcat-embed-core https://nvd.nist.gov/vuln/detail/CVE-2023-34981

* add one cve to exclude list

* Update versions.json
  • Loading branch information
ZheSun88 authored Jun 29, 2023
1 parent 88f8571 commit fc04d03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<hilla.version>2.0-SNAPSHOT</hilla.version>
<spring.boot.version>3.0.7</spring.boot.version>
<spring.boot.version>3.0.8</spring.boot.version>
<junit.jupiter.version>5.9.1</junit.jupiter.version>
<jetty.version>11.0.13</jetty.version>
</properties>
Expand Down
2 changes: 2 additions & 0 deletions scripts/generateAndCheckSBOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ const licenseWhiteList = [
const cveWhiteList = {
// Check fix in vaadin-testbench/pom.xml, and update when Selenium is fixed
// 'pkg:maven/com.google.guava/[email protected]': ['CVE-2020-8908', 'CVE-2023-2976']
// based on the issue this is not a CVE https://github.com/FasterXML/jackson-databind/issues/3972
'pkg:maven/com.fasterxml.jackson.core/[email protected]' : ['CVE-2023-35116']
}

const STYLE = `<style>
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"npmName": "@vaadin/field-highlighter"
},
"flow": {
"javaVersion": "24.0.10"
"javaVersion": "24.0.11"
},
"flow-cdi": {
"javaVersion": "15.0.0"
Expand Down

0 comments on commit fc04d03

Please sign in to comment.