Skip to content

Commit

Permalink
Bump org.apache.tomcat.embed:tomcat-embed-core from 9.0.86 to 9.0.90 (#…
Browse files Browse the repository at this point in the history
…20)

* Bump org.apache.tomcat.embed:tomcat-embed-core from 9.0.86 to 9.0.90

Bumps org.apache.tomcat.embed:tomcat-embed-core from 9.0.86 to 9.0.90.

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update version to `1.2.4`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Serhat Gülçiçek <serhat+github@equil.nl>
  • Loading branch information
dependabot[bot] and SerhatG authored Jul 9, 2024
1 parent f74d0ce commit 71000d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>nl.aerius</groupId>
<artifactId>tomcat-standalone-parent</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
<name>Tomcat :: Standalone</name>
<description>Package to be used to run webapps standalone (with an embedded Tomcat server).</description>
<packaging>pom</packaging>
Expand Down Expand Up @@ -77,7 +77,7 @@
</pluginRepositories>

<properties>
<tomcat.version>9.0.86</tomcat.version>
<tomcat.version>9.0.90</tomcat.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion tomcat-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>nl.aerius</groupId>
<artifactId>tomcat-standalone-parent</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
</parent>

<artifactId>tomcat-standalone</artifactId>
Expand Down

0 comments on commit 71000d1

Please sign in to comment.