Skip to content

Commit 83e9d35

Browse files
committed
chore: lock activemq-broker major version
1 parent 31e7ff2 commit 83e9d35

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.scala-steward.conf

+6
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
commits.message = "chore: update ${artifactName} from ${currentVersion} to ${nextVersion}"
2+
3+
updates.pin = [
4+
// major API changes
5+
// activemq 6 uses JakartaEE
6+
{ groupId = "org.apache.activemq", artifactId="activemq-broker", version="5." }
7+
]

0 commit comments

Comments
 (0)