Skip to content

Commit

Permalink
build(deps): Bump org.eclipse.jetty:jetty-server
Browse files Browse the repository at this point in the history
Bumps org.eclipse.jetty:jetty-server from 11.0.21 to 11.0.24.

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent a09bb44 commit 626beb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion junixsocket-jetty-11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<properties>
<kohlschutter.project.base.directory>${project.parent.basedir}</kohlschutter.project.base.directory>

<jetty11.version>11.0.21</jetty11.version>
<jetty11.version>11.0.24</jetty11.version>
</properties>

<description>junixsocket for Jetty 11 (currently test-only; use
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ In contrast to other implementations, junixsocket extends the Java Sockets API (
<kohlschutter.custom.package.folder>org/newsclub</kohlschutter.custom.package.folder>

<bouncycastle.version>1.78.1</bouncycastle.version>
<jetty.version>12.0.10</jetty.version>
<jetty.version>11.0.24</jetty.version>

<junixsocket.repo.use-staging>https://oss.sonatype.org/content/groups/staging/</junixsocket.repo.use-staging>
</properties>
Expand Down

0 comments on commit 626beb2

Please sign in to comment.