chore: pin aeron version (#1451)

See #1448
This commit is contained in:
Arnout Engelen 2024-08-25 23:17:39 +02:00 committed by GitHub
parent 8afbf2064b
commit eccfb848d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,8 @@ updates.pin = [
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." }
# protobuf 4 is not yet well supported
{ groupId = "com.google.protobuf", artifactId = "protobuf-java", version = "3." }
# aeron 1.46 requires Java 17
{ groupId = "io.aeron", version = "1.45." }
]
updates.ignore = [