Skip to content

Commit

Permalink
Update flow to 24.1.9 (#4442)
Browse files Browse the repository at this point in the history
* Update flow to 24.1.9

* Update generateAndCheckSBOM.js

---------

Co-authored-by: Zhe Sun <[email protected]>
  • Loading branch information
vaadin-bot and ZheSun88 authored Sep 1, 2023
1 parent 2f17117 commit edb12d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/generateAndCheckSBOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ 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']
// exclude jackson-databind:2.15.2, as https://github.com/jeremylong/DependencyCheck/issues/5779
'pkg:maven/com.fasterxml.jackson.core/[email protected]': ['CVE-2023-35116']
'pkg:maven/com.fasterxml.jackson.core/[email protected]': ['CVE-2023-35116'],
// exclude false positive based on https://github.com/jeremylong/DependencyCheck/issues/5912
'pkg:maven/io.netty/[email protected]': ['CVE-2023-4586']
}
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"npmName": "@vaadin/field-highlighter"
},
"flow": {
"javaVersion": "24.1.8"
"javaVersion": "24.1.9"
},
"flow-cdi": {
"javaVersion": "15.0.1"
Expand Down

0 comments on commit edb12d6

Please sign in to comment.