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-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 4316dd8de chore: pin hoverfly-java to 0.19 (#980)
4316dd8de is described below
commit 4316dd8de0d98ac3ee96f3d546ad7877ea749b40
Author: Arnout Engelen <[email protected]>
AuthorDate: Sun Feb 9 11:51:32 2025 +0100
chore: pin hoverfly-java to 0.19 (#980)
As 0.20 requires Java 11
Replaces https://github.com/apache/pekko-connectors/pull/978
---
.scala-steward.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index b13578e1d..3242a720b 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -24,6 +24,8 @@ updates.pin = [
# jetty 10.+ requires Java 11 (only used in tests - via wiremock)
{ groupId = "org.eclipse.jetty", version = "9." }
{ groupId = "org.eclipse.jetty.http2", version = "9." }
+ # hoverfly-java 0.20.0 requires Java 11
+ { groupId = "io.specto", artifactId = "hoverfly-java", version = "0.19" }
# 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]