Skip to content

Commit

Permalink
chore: update form-filler/kits for vaadin 24.2.0 (#4592)
Browse files Browse the repository at this point in the history
* chore: update form-filler/kits for vaadin 24.2.0

* Update generateAndCheckSBOM.js
  • Loading branch information
ZheSun88 authored Oct 16, 2023
1 parent 2b7adb2 commit 550dc0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion scripts/generateAndCheckSBOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const cveWhiteList = {
'pkg:maven/io.netty/netty-handler@4.1.94.Final': ['CVE-2023-4586'],
'pkg:maven/io.netty/netty-transport@4.1.94.Final': ['CVE-2023-4586'],
// remove after using the dependency-check-plugin 8.4.1
'pkg:maven/com.vaadin.flow.ai/form-filler-addon@1.0.0.rc1': ['CVE-2019-25027', 'CVE-2021-31412', 'CVE-2018-25007', 'CVE-2021-31404']
'pkg:maven/com.vaadin.flow.ai/form-filler-addon@1.0.0': ['CVE-2019-25027', 'CVE-2021-31412', 'CVE-2018-25007', 'CVE-2021-31404']
}

const STYLE = `<style>
Expand Down
16 changes: 8 additions & 8 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"javaVersion": "15.0.1"
},
"flow-form-filler": {
"javaVersion": "1.0.0.rc1"
"javaVersion": "1.0.0"
},
"form-layout": {
"javaVersion": "{{version}}",
Expand Down Expand Up @@ -320,21 +320,21 @@
"version": "1.0.0"
},
"kubernetes-kit-starter": {
"javaVersion": "2.1.0.rc1"
"javaVersion": "2.1.0"
},
"observability-kit-starter": {
"javaVersion": "2.2.0.rc1",
"jsVersion": "2.2.0-rc1"
"javaVersion": "2.2.0",
"jsVersion": "2.2.0"
},
"sso-kit-starter": {
"javaVersion": "2.2.0.rc1",
"jsVersion": "2.2.0-rc1"
"javaVersion": "2.2.0",
"jsVersion": "2.2.0"
},
"swing-kit": {
"javaVersion": "2.2.0.rc1"
"javaVersion": "2.2.0"
},
"vaadin-collaboration-engine": {
"javaVersion": "6.1.0.rc1"
"javaVersion": "6.1.0"
}
},
"platform": "{{version}}",
Expand Down

0 comments on commit 550dc0b

Please sign in to comment.