Skip to content

Commit

Permalink
Merge pull request #595 from apache/update-spring-boot
Browse files Browse the repository at this point in the history
update spring boot
  • Loading branch information
bdemers committed Dec 23, 2022
2 parents c205b5e + 42f8a4b commit d477a0f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<logback.version>1.2.11</logback.version>
<log4j.version>2.19.0</log4j.version>
<spring.version>5.3.23</spring.version>
<spring-boot.version>2.7.5</spring-boot.version>
<spring-boot.version>2.7.7</spring-boot.version>
<guice.version>4.2.3</guice.version>
<jaxrs.api.version>2.1.1</jaxrs.api.version>
<htmlunit.version>2.66.0</htmlunit.version>
Expand Down Expand Up @@ -949,6 +949,12 @@
</exclusion>
</exclusions>
</dependency>
<!-- transitive dep of commons-config, force newer version -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.10.0</version>
</dependency>

<dependency>
<groupId>org.owasp.encoder</groupId>
Expand Down
7 changes: 7 additions & 0 deletions src/owasp-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,11 @@
<cpe>cpe:/a:internet2:opensaml:1.1</cpe>
</suppress>

<suppress>
<!-- The CPE doesn't have the upper bound set correctly -->
<notes><![CDATA[ file name: spring-web-5.3.23.jar ]]></notes>
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-web@.*$</packageUrl>
<cve>CVE-2016-1000027</cve>
</suppress>

</suppressions>

0 comments on commit d477a0f

Please sign in to comment.