This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-2 in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
commit 40ca247073050bba433a8d676bc09549ff8cd43c Author: PJ Fanning <[email protected]> AuthorDate: Sun Sep 28 11:02:01 2025 +0100 pin activemq (used only in JMS tests) --- .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]
