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 50d7c4353 pin activemq (used only in JMS tests) (#1226)
50d7c4353 is described below
commit 50d7c435342128ff88e6a811bb136cf26ac71615
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Sep 28 16:37:30 2025 +0100
pin activemq (used only in JMS tests) (#1226)
---
.scala-steward.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index 470e659c6..60021c37f 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -7,6 +7,8 @@ updates.pin = [
{ groupId = "org.apache.solr", version = "8." }
# https://github.com/apache/pekko-connectors/issues/503
{ groupId = "com.couchbase.client", artifactId = "java-client", version =
"2." }
+ # activemq 6 is based on JakartaMS (only used in JMS tests and we test
JakartaMS with Artemis)
+ { groupId = "org.apache.activemq", version = "5." }
# Scala 3.3 is a LTS
{ groupId = "org.scala-lang", artifactId = "scala3-library", version =
"3.3." }
]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]