This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 4e04617e6 pin jetty in .scala-steward.conf (#639)
4e04617e6 is described below
commit 4e04617e6fbe5da70e58bfaf5891168cdcb3ebb2
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Apr 28 10:42:10 2024 +0200
pin jetty in .scala-steward.conf (#639)
---
.scala-steward.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index 63a5d8e3d..ff28ca024 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -19,6 +19,9 @@ updates.pin = [
{ groupId = "org.apache.activemq", version = "5.16." }
# wiremock 3.0+ requires Java 11 (only used in tests)
{ groupId = "com.github.tomakehurst", version = "2." }
+ # jetty 10.+ requires Java 11 (only used in tests - via wiremock)
+ { groupId = "org.eclipse.jetty", version = "9." }
+ { groupId = "org.eclipse.jetty.http2", version = "9." }
# Pin sbt-paradox to v0.9.x because 0.10.x needs JDK 11
{ groupId = "com.lightbend.paradox", artifactId =
"sbt-paradox-project-info", version = "0.9." },
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version =
"0.9." }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]