Skip to content

Commit

Permalink
build(deps): bump tomcat.version from 10.1.19 to 10.1.20
Browse files Browse the repository at this point in the history
Bumps `tomcat.version` from 10.1.19 to 10.1.20.

Updates `org.apache.tomcat.embed:tomcat-embed-core` from 10.1.19 to 10.1.20

Updates `org.apache.tomcat.embed:tomcat-embed-jasper` from 10.1.19 to 10.1.20

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
1 parent 78358ec commit 622cb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomcat-embedded-10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>Arquillian Tomcat Embedded 10.x Container</name>

<properties>
<tomcat.version>10.1.19</tomcat.version>
<tomcat.version>10.1.20</tomcat.version>
<!-- Needs newer version because of deprecated method removal in CDI 4 and subsequent adjustments in Arq. -->
<arquillian.core.version>1.7.0.Alpha10</arquillian.core.version>
<ecj.version>4.6.1</ecj.version>
Expand Down

0 comments on commit 622cb15

Please sign in to comment.