Update pins in .scala-steward.conf (#1589)

This commit is contained in:
PJ Fanning 2024-12-17 00:50:34 +01:00 committed by GitHub
parent 7af03e5215
commit 784c596c61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,10 @@ updates.pin = [
{ groupId = "com.google.protobuf", artifactId = "protobuf-java", version = "3." }
# aeron 1.46 requires Java 17
{ groupId = "io.aeron", version = "1.45." }
# agrona 1.23 requires Java 17
{ groupId = "org.agrona", artifactId = "agrona" version = "1.22." }
# bndlib 7 requires Java 17
{ groupId = "biz.aQute.bnd", artifactId = "biz.aQute.bndlib" version = "6." }
]
updates.ignore = [
@ -22,9 +26,8 @@ updates.ignore = [
{ groupId = "com.fasterxml.jackson.dataformat" }
{ groupId = "com.fasterxml.jackson.datatype" }
{ groupId = "com.fasterxml.jackson.jaxrs" }
# other ignored updates
{ groupId = "com.typesafe", artifactId = "ssl-config-core" }
{ groupId = "org.agrona", artifactId = "agrona" }
{ groupId = "org.mockito", artifactId = "mockito-core" }
{ groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" }
]