Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jetty-server from 8.1.2.v20120308 to 10.0.10 in /scala/clock-stream #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump jetty-server from 8.1.2.v20120308 to 10.0.10 in /scala/clock-stream
Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 8.1.2.v20120308 to 10.0.10.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-8.1.2.v20120308...jetty-10.0.10)

---
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 Jul 7, 2022
commit 8ac772d1ab14b650326c2a72d6bb685f9ad3ab0b
2 changes: 1 addition & 1 deletion scala/clock-stream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<properties>
<scala.version>2.9.1-1</scala.version>
<jetty.version>8.1.2.v20120308</jetty.version>
<jetty.version>10.0.10</jetty.version>
</properties>

<dependencies>
Expand Down