This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
commit ab36054736e4296ca8019b6f40d609e578d229fb Author: PJ Fanning <[email protected]> AuthorDate: Sun Apr 28 10:19:11 2024 +0200 pin jetty in .scala-steward.conf --- .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]
