Skip to content

Commit

Permalink
Bump tomcat.version from 9.0.50 to 9.0.54
Browse files Browse the repository at this point in the history
Bumps `tomcat.version` from 9.0.50 to 9.0.54.

Updates `tomcat-embed-core` from 9.0.50 to 9.0.54

Updates `tomcat-embed-jasper` from 9.0.50 to 9.0.54

---
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-jasper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 6, 2021
1 parent 8f51988 commit 1e6ba3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environments/servlet/pom.xml
Expand Up @@ -27,7 +27,7 @@

<properties>
<jsf.version>2.3.2</jsf.version>
<tomcat.version>9.0.50</tomcat.version>
<tomcat.version>9.0.54</tomcat.version>
<jetty.version>9.4.44.v20210927</jetty.version>
<websockets.api>1.1.2</websockets.api>
<undertow.version>2.2.12.Final</undertow.version>
Expand Down
2 changes: 1 addition & 1 deletion probe/tests/pom.xml
Expand Up @@ -15,7 +15,7 @@
<properties>
<json.version>1.1.4</json.version>
<json.path.version>2.6.0</json.path.version>
<tomcat.version>9.0.50</tomcat.version>
<tomcat.version>9.0.54</tomcat.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 1e6ba3b

Please sign in to comment.