2022-11-22 10:09:57 +01:00
|
|
|
commits.message = "bump: ${artifactName} ${nextVersion} (was ${currentVersion})"
|
2020-05-25 15:17:56 +02:00
|
|
|
pullRequests.frequency = "@monthly"
|
|
|
|
|
|
2020-08-24 10:28:47 +01:00
|
|
|
updates.pin = [
|
2023-01-13 11:35:56 +01:00
|
|
|
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.2." }
|
2025-04-18 17:27:46 +02:00
|
|
|
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-core", version = "2.18." }
|
|
|
|
|
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind", version = "2.18." }
|
2025-02-14 14:43:23 +01:00
|
|
|
// Aeron 1.46 and onwards is JDK 17+ only and we still support JDK 11 so can't bump
|
2025-07-01 17:18:45 +02:00
|
|
|
{ groupId = "io.aeron", artifactId = "aeron-client", version = "1.45."}
|
|
|
|
|
{ groupId = "io.aeron", artifactId = "aeron-driver", version = "1.45."}
|
2020-08-24 10:28:47 +01:00
|
|
|
]
|
|
|
|
|
|
2019-09-26 16:50:02 +02:00
|
|
|
updates.ignore = [
|
2021-04-13 14:14:49 +02:00
|
|
|
{ groupId = "com.google.protobuf", artifactId = "protobuf-java" }
|
|
|
|
|
{ groupId = "org.scalameta", artifactId = "scalafmt-core" }
|
|
|
|
|
{ groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
|
|
|
|
|
// these will get updated along with jackson-core, so no need to update them
|
|
|
|
|
// separately
|
|
|
|
|
{ groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-parameter-names" }
|
|
|
|
|
{ groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-scala" }
|
|
|
|
|
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-annotations" }
|
|
|
|
|
{ groupId = "com.fasterxml.jackson.dataformat", artifactId = "jackson-dataformat-cbor" }
|
|
|
|
|
{ groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jsr310" }
|
|
|
|
|
{ groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jdk8" }
|
|
|
|
|
{ groupId = "com.typesafe", artifactId = "ssl-config-core" }
|
|
|
|
|
{ groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" }
|
|
|
|
|
{ groupId = "org.agrona", artifactId = "agrona" }
|
|
|
|
|
{ groupId = "org.mockito", artifactId = "mockito-core" }
|
2020-10-08 13:33:20 +02:00
|
|
|
{ groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" }
|
2019-09-26 16:50:02 +02:00
|
|
|
]
|
|
|
|
|
|
2020-05-25 15:17:56 +02:00
|
|
|
updatePullRequests = false
|