Skip to content

Commit

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

* chore: pin cyclonedx plugin to 2.8.0

---------

Co-authored-by: Zhe Sun <[email protected]>
  • Loading branch information
vaadin-bot and ZheSun88 authored Aug 13, 2024
1 parent 2d54027 commit b24b839
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 @@ -525,7 +525,7 @@ async function main() {
fs.writeFileSync("package.json","{}");
await run('mvn clean package -ntp -B -Pproduction -DskipTests -q');
await run('mvn dependency:tree -ntp -B', { output: 'target/tree-maven.txt' });
await run('mvn -ntp -B org.cyclonedx:cyclonedx-maven-plugin:makeAggregateBom -q');
await run('mvn -ntp -B org.cyclonedx:cyclonedx-maven-plugin:2.8.0:makeAggregateBom -q');
await run('npm ls --depth 6', { output: 'target/tree-npm.txt' });
await run('npm install --silent');
await run('npm install --silent --save-dev @cyclonedx/cyclonedx-npm');
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.3.14"
"javaVersion": "24.3.15"
},
"flow-cdi": {
"javaVersion": "15.0.1"
Expand Down

0 comments on commit b24b839

Please sign in to comment.