Skip to content

Commit

Permalink
upgrade springboot to 3.1.6 (#4728)
Browse files Browse the repository at this point in the history
* upgrade springboot to 3.1.6

* Update generateAndCheckSBOM.js
  • Loading branch information
ZheSun88 authored Nov 23, 2023
1 parent 4daead1 commit cc457cf
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 @@ -18,7 +18,7 @@
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<spring.boot.version>3.1.5</spring.boot.version>
<spring.boot.version>3.1.6</spring.boot.version>
<junit.jupiter.version>5.9.1</junit.jupiter.version>
<jetty.version>11.0.13</jetty.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion scripts/generateAndCheckSBOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ async function main() {
// https://github.com/jeremylong/DependencyCheck/issues/4293
// https://github.com/jeremylong/DependencyCheck/issues/1947
fs.existsSync('package-lock.json') && fs.unlinkSync('package-lock.json')
!cmd.quick && await run('mvn org.owasp:dependency-check-maven:check -Dformat=JSON -q', { throw: false });
!cmd.quick && await run('mvn org.owasp:dependency-check-maven:8.4.2:check -Dformat=JSON -q', { throw: false });
sumarizeOWASP('target/dependency-check-report.json', vulnerabilities);
}

Expand Down

0 comments on commit cc457cf

Please sign in to comment.