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 1a83f234 Pin wiremock to 2.x (#195)
1a83f234 is described below

commit 1a83f23441178353869ed5c03effdb2d8cda4d81
Author: Arnout Engelen <[email protected]>
AuthorDate: Sun Apr 7 11:38:08 2024 +0200

    Pin wiremock to 2.x (#195)
    
    replaces #183 until we drop support for Java 8
---
 .scala-steward.conf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index 5e9bab96..82d711aa 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -5,7 +5,9 @@ updates.pin = [
   # Scala 3.3 is a LTS
   { groupId = "org.scala-lang", artifactId = "scala3-library", version = 
"3.3." }
   # Pin logback to v1.3.x because v1.4.x needs JDK11
-  { groupId = "ch.qos.logback", version="1.3." }
+  { 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." }
 ]
 
 updates.ignore = [


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to