From 784c596c6136bec8c185d2eb55e7c2618bec723c Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 17 Dec 2024 00:50:34 +0100 Subject: [PATCH] Update pins in .scala-steward.conf (#1589) --- .scala-steward.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index a11ccd80c2..5c8d4e7dec 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -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" } ]