Skip to content

Commit

Permalink
chore: upgrade spring-boot to 2.7.13 (#4336)
Browse files Browse the repository at this point in the history
* chore: upgrade spring-boot to 2.7.13

* update cve exclude list
  • Loading branch information
ZheSun88 authored Jul 18, 2023
1 parent bf60fc0 commit 9ef0cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 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>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<hilla.version>1.3-SNAPSHOT</hilla.version>
<spring.boot.version>2.7.12</spring.boot.version>
<spring.boot.version>2.7.13</spring.boot.version>
</properties>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion scripts/generateAndCheckSBOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const licenseWhiteList = [
];

const cveWhiteList = {
'pkg:maven/org.springframework/[email protected].27' : ['CVE-2016-1000027'],
'pkg:maven/org.springframework/[email protected].28' : ['CVE-2016-1000027'],
// 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'],
'pkg:maven/com.vaadin/[email protected]' : ['CVE-2023-25499', 'CVE-2023-25500']
Expand Down

0 comments on commit 9ef0cbd

Please sign in to comment.