Skip to content

Commit

Permalink
Bump jakarta.servlet:jakarta.servlet-api from 5.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 5.0.0 to 6.1.0.
- [Commits](https://github.com/eclipse-ee4j/servlet-api/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 4b39f2d commit 865090a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion knowledge-directory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<jackson-version>2.16.1</jackson-version>
<junit-version>4.13.1</junit-version>
<logback-version>1.4.14</logback-version>
<servlet-api-version>5.0.0</servlet-api-version>
<servlet-api-version>6.1.0</servlet-api-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion smart-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<jetty-version>11.0.15</jetty-version>
<jersey3-version>3.1.7</jersey3-version>
<jackson-version>2.16.1</jackson-version>
<servlet-api-version>5.0.0</servlet-api-version>
<servlet-api-version>6.1.0</servlet-api-version>
</properties>

<build>
Expand Down

0 comments on commit 865090a

Please sign in to comment.