Skip to content

Commit

Permalink
chore: update spring.boot to 3.0.8
Browse files Browse the repository at this point in the history
this will resolve the CVE reported on spring-boot-web dependency which depends on tomcat-embed-core https://nvd.nist.gov/vuln/detail/CVE-2023-34981
  • Loading branch information
ZheSun88 committed Jun 29, 2023
1 parent 047c14f commit 13770ba
Showing 1 changed file with 1 addition and 1 deletion.
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>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<hilla.version>2.0-SNAPSHOT</hilla.version>
<spring.boot.version>3.0.7</spring.boot.version>
<spring.boot.version>3.0.8</spring.boot.version>
<junit.jupiter.version>5.9.1</junit.jupiter.version>
<jetty.version>11.0.13</jetty.version>
</properties>
Expand Down

0 comments on commit 13770ba

Please sign in to comment.