Skip to content

Commit

Permalink
Merge pull request #625 from okta/dependabot/maven/tomcat.embed.versi…
Browse files Browse the repository at this point in the history
…on-11.0.1

Bump tomcat.embed.version from 11.0.0 to 11.0.1
  • Loading branch information
arvindkrishnakumar-okta authored Nov 12, 2024
2 parents eb1ac29 + 78c42cc commit 8c04a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<properties>
<java.version>17</java.version>
<springboot.version>3.3.5</springboot.version>
<tomcat.embed.version>11.0.0</tomcat.embed.version>
<tomcat.embed.version>11.0.1</tomcat.embed.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 8c04a36

Please sign in to comment.