Skip to content

Commit

Permalink
Bump jetty from 11.0.24 to 12.0.15 in /reposilite-backend
Browse files Browse the repository at this point in the history
Bumps `jetty` from 11.0.24 to 12.0.15.

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

Updates `org.eclipse.jetty:jetty-http` from 11.0.24 to 12.0.15

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.jetty:jetty-http
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent fb062e5 commit 013ba67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposilite-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
}
api("io.javalin.community.ssl:ssl-plugin:$javalin")

val jetty = "11.0.24"
val jetty = "12.0.15"
implementation("org.eclipse.jetty:jetty-server:$jetty")
implementation("org.eclipse.jetty:jetty-http:$jetty")

Expand Down

0 comments on commit 013ba67

Please sign in to comment.