Skip to content

Commit

Permalink
Bump jakarta.servlet:jakarta.servlet-api from 6.0.0 to 6.1.0
Browse files Browse the repository at this point in the history
Bumps [jakarta.servlet:jakarta.servlet-api](https://github.com/eclipse-ee4j/servlet-api) from 6.0.0 to 6.1.0.
- [Commits](jakartaee/servlet@6.0.0-RELEASE...6.1.0-RELEASE)

---
updated-dependencies:
- dependency-name: jakarta.servlet:jakarta.servlet-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent bbe3918 commit b8f4344
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion owlcms-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version> <!--$NO-MVN-MAN-VER$-->
<version>6.1.0</version> <!--$NO-MVN-MAN-VER$-->
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion owlcms-windows/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version> <!--$NO-MVN-MAN-VER$-->
<version>6.1.0</version> <!--$NO-MVN-MAN-VER$-->
</dependency>
<dependency>
<groupId>app.owlcms</groupId>
Expand Down
2 changes: 1 addition & 1 deletion publicresults-windows/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version> <!--$NO-MVN-MAN-VER$-->
<version>6.1.0</version> <!--$NO-MVN-MAN-VER$-->
</dependency>
<dependency>
<groupId>com.flowingcode.addons</groupId>
Expand Down

0 comments on commit b8f4344

Please sign in to comment.