Skip to content

Commit

Permalink
bump org.eclipse.jetty.aggregate:jetty-all
Browse files Browse the repository at this point in the history
Bumps org.eclipse.jetty.aggregate:jetty-all from 9.4.49.v20220914 to 9.4.51.v20230217.

---
updated-dependencies:
- dependency-name: org.eclipse.jetty.aggregate:jetty-all
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2023
1 parent a78fa96 commit 3d8ab12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interlok-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {

api ("org.slf4j:slf4j-api:$slf4jVersion")
api ("javax.servlet:javax.servlet-api:4.0.1")
api ("org.eclipse.jetty.aggregate:jetty-all:9.4.49.v20220914")
api ("org.eclipse.jetty.aggregate:jetty-all:9.4.51.v20230217")

implementation "org.apache.logging.log4j:log4j-api:$log4j2Version", optional
implementation "org.apache.logging.log4j:log4j-core:$log4j2Version", optional
Expand Down
2 changes: 1 addition & 1 deletion interlok-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {
api ("org.glassfish.external:opendmk_jmxremote_optional_jar:1.0-b01-ea")
api ("org.glassfish.external:opendmk_jdmkrt_jar:1.0-b01-ea")
api ("com.github.mwiede:jsch:$jschVersion")
api ("org.eclipse.jetty.aggregate:jetty-all:9.4.49.v20220914")
api ("org.eclipse.jetty.aggregate:jetty-all:9.4.51.v20230217")
api ("javax.servlet:javax.servlet-api:4.0.1")
api ("net.sf.joost:joost:0.9.1")
api ("org.quartz-scheduler:quartz:2.3.2") {
Expand Down

0 comments on commit 3d8ab12

Please sign in to comment.