Skip to content

Commit

Permalink
Bump jakarta.servlet:jakarta.servlet-api in /carbonj.service
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](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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 12, 2024
1 parent 7586a5b commit 21efe99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carbonj.service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ dependencies {
implementation group: 'io.dropwizard.metrics', name: 'metrics-jvm', version: '4.2.26'
implementation group: 'io.dropwizard.metrics', name: 'metrics-graphite', version: '4.2.26'
implementation group: 'org.msgpack', name: 'jackson-dataformat-msgpack', version: '0.9.8'
implementation 'jakarta.servlet:jakarta.servlet-api:6.0.0'
implementation 'jakarta.servlet:jakarta.servlet-api:6.1.0'
implementation 'org.eclipse.jetty:jetty-server'
// implementation 'org.mockito:mockito-core:4.11.0'

Expand Down

0 comments on commit 21efe99

Please sign in to comment.