Skip to content

Commit

Permalink
Bump tomcat.version from 10.1.5 to 10.1.7 (#2923)
Browse files Browse the repository at this point in the history
Bumps `tomcat.version` from 10.1.5 to 10.1.7.

Updates `tomcat-embed-core` from 10.1.5 to 10.1.7

Updates `tomcat-embed-websocket` from 10.1.5 to 10.1.7

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Klish <[email protected]>
  • Loading branch information
dependabot[bot] and aklish authored Apr 17, 2023
1 parent 15a67b4 commit 025fe97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elide-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<properties>
<parent.pom.dir>${project.basedir}/../..</parent.pom.dir>
<spring.boot.version>3.0.5</spring.boot.version>
<tomcat.version>10.1.5</tomcat.version>
<tomcat.version>10.1.7</tomcat.version>
<artemis.version>2.28.0</artemis.version>
</properties>

Expand Down

0 comments on commit 025fe97

Please sign in to comment.