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 18, 2024
1 parent ee731d0 commit d1e66ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
Note this module should have no Spring Boot dependency. -->
<spring.version>6.1.13</spring.version>
<!-- We should keep this consistent with Spring's Jakarta dep as well. -->
<jakarta-servlet.version>6.0.0</jakarta-servlet.version>
<jakarta-servlet.version>6.1.0</jakarta-servlet.version>
<!-- TODO check version compatibility with HAPI and Spring! -->
<jakarta-annotation.version>3.0.0</jakarta-annotation.version>
</properties>
Expand Down

0 comments on commit d1e66ab

Please sign in to comment.