Skip to content

Commit

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

Updates `tomcat-embed-core` from 10.0.8 to 10.0.11

Updates `tomcat-embed-jasper` from 10.0.8 to 10.0.11

---
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] authored and manovotn committed Oct 6, 2021
1 parent 5cd87cd commit d86aee1
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 @@ -29,7 +29,7 @@

<properties>
<jsf.version>3.0.0</jsf.version>
<tomcat.version>10.0.8</tomcat.version>
<tomcat.version>10.0.11</tomcat.version>
<jetty.version>9.4.43.v20210629</jetty.version>
<jetty9.asm.version>7.0</jetty9.asm.version>
<websockets.api>2.0.0</websockets.api>
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>10.0.8</tomcat.version>
<tomcat.version>10.0.11</tomcat.version>
</properties>

<dependencies>
Expand Down

0 comments on commit d86aee1

Please sign in to comment.