This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-management.git
The following commit(s) were added to refs/heads/main by this push:
new 291cbf4a pin jetty in .scala-steward.conf (#215)
291cbf4a is described below
commit 291cbf4aba4cbef1a9a33521ec4418dcd55e6c41
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Apr 28 11:45:49 2024 +0200
pin jetty in .scala-steward.conf (#215)
---
.scala-steward.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index d52a2cbb..d4add063 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -7,6 +7,9 @@ updates.pin = [
{ groupId = "ch.qos.logback", version = "1.3." }
# Pin wiremock to v2.x because v3.x needs JDK11
{ groupId = "com.github.tomakehurst", artifactId = "2.", version="1.3." }
+ # jetty 10.+ requires Java 11 (only used in tests - via wiremock)
+ { groupId = "org.eclipse.jetty", version = "9." }
+ { groupId = "org.eclipse.jetty.http2", version = "9." }
]
updates.ignore = [
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]