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/incubator-pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 318e76bb7 add update.pins to scala-steward config due to needing to 
support java 8 (#428)
318e76bb7 is described below

commit 318e76bb7ecabb0cb1e0f05c8d5af739fce941dc
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jan 30 13:01:06 2024 +0100

    add update.pins to scala-steward config due to needing to support java 8 
(#428)
---
 .scala-steward.conf | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index 0f2535705..b85dfa410 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -1,5 +1,14 @@
 updates.pin  = [
-
+  # spring-boot 3 requires Java 17
+  { groupId = "org.springframework.boot", version = "2." }
+  # spring-framework 6 requires Java 17
+  { groupId = "org.springframework", version = "5." }
+  # mockito 5 requires Java 11 (only used in tests)
+  { groupId = "org.mockito", version = "4." }
+  # activemq 5.17+ requires Java 11 (only used in tests)
+  { groupId = "org.apache.activemq", version = "5.16." }
+  # wiremock 3.0+ requires Java 11 (only used in tests)
+  { groupId = "com.github.tomakehurst", version = "2." }
 ]
 
 updates.ignore = [


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

Reply via email to