Skip to content

Commit

Permalink
build(deps): bump the jetty group in /server/java with 3 updates
Browse files Browse the repository at this point in the history
Bumps the jetty group in /server/java with 3 updates: org.eclipse.jetty:jetty-server, org.eclipse.jetty:jetty-servlet and org.eclipse.jetty:jetty-util.


Updates `org.eclipse.jetty:jetty-server` from 11.0.11 to 12.0.15

Updates `org.eclipse.jetty:jetty-servlet` from 11.0.11 to 11.0.24

Updates `org.eclipse.jetty:jetty-util` from 11.0.11 to 12.0.15

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: jetty
- dependency-name: org.eclipse.jetty:jetty-servlet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jetty
- dependency-name: org.eclipse.jetty:jetty-util
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: jetty
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent f421460 commit 7a9d50d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ dependencies {
implementation 'org.slf4j:slf4j-api:2.0.16'
implementation 'org.slf4j:slf4j-simple:2.0.16'
//runtimeClasspath 'org.slf4j:slf4j-simple:2.0.0'
implementation 'org.eclipse.jetty:jetty-server:11.0.11'
implementation 'org.eclipse.jetty:jetty-servlet:11.0.11'
implementation 'org.eclipse.jetty:jetty-util:11.0.11'
implementation 'org.eclipse.jetty:jetty-server:12.0.15'
implementation 'org.eclipse.jetty:jetty-servlet:11.0.24'
implementation 'org.eclipse.jetty:jetty-util:12.0.15'

implementation 'org.glassfish.jersey.inject:jersey-hk2:3.0.6'
implementation 'org.glassfish.jersey.core:jersey-server:3.1.7'
Expand Down

0 comments on commit 7a9d50d

Please sign in to comment.