This is an automated email from the ASF dual-hosted git repository. pjfanning pushed a commit to branch pjfanning-patch-3 in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
commit ed4cbb7a3eeddc1920da926fd0285aa8087c8f11 Author: PJ Fanning <[email protected]> AuthorDate: Sat Jun 20 19:49:27 2026 +0100 only pin activemq and not artemis dependency --- .scala-steward.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index e57825dd8..743118dfd 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -6,7 +6,7 @@ updates.pin = [ # 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." } + { groupId = "org.apache.activemq", artifactId = "activemq", version = "5." } # Scala 3.3 is a LTS { groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." } # we have too many build plugins that need sbt 1.x --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
