Update pins in .scala-steward.conf (#1589)
This commit is contained in:
parent
7af03e5215
commit
784c596c61
1 changed files with 5 additions and 2 deletions
|
|
@ -11,6 +11,10 @@ updates.pin = [
|
||||||
{ groupId = "com.google.protobuf", artifactId = "protobuf-java", version = "3." }
|
{ groupId = "com.google.protobuf", artifactId = "protobuf-java", version = "3." }
|
||||||
# aeron 1.46 requires Java 17
|
# aeron 1.46 requires Java 17
|
||||||
{ groupId = "io.aeron", version = "1.45." }
|
{ 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 = [
|
updates.ignore = [
|
||||||
|
|
@ -22,9 +26,8 @@ updates.ignore = [
|
||||||
{ groupId = "com.fasterxml.jackson.dataformat" }
|
{ groupId = "com.fasterxml.jackson.dataformat" }
|
||||||
{ groupId = "com.fasterxml.jackson.datatype" }
|
{ groupId = "com.fasterxml.jackson.datatype" }
|
||||||
{ groupId = "com.fasterxml.jackson.jaxrs" }
|
{ groupId = "com.fasterxml.jackson.jaxrs" }
|
||||||
|
# other ignored updates
|
||||||
{ groupId = "com.typesafe", artifactId = "ssl-config-core" }
|
{ 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" }
|
{ groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" }
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue