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-management.git
commit ad82acee81c1e9c880cf7f8e6133fe211335a35d Author: PJ Fanning <[email protected]> AuthorDate: Sun Apr 28 10:22:05 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 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]
