Update ec4j-core to 1.1.1

This commit is contained in:
Scala Steward
2025-05-17 18:46:40 +00:00
committed by kenji yoshida
parent f9510aba8e
commit 42e7a9fa9f

View File

@@ -66,7 +66,7 @@ libraryDependencies ++= Seq(
"org.testcontainers" % "postgresql" % "1.21.0" % "test",
"net.i2p.crypto" % "eddsa" % "0.3.0",
"is.tagomor.woothee" % "woothee-java" % "1.11.0",
"org.ec4j.core" % "ec4j-core" % "1.1.0",
"org.ec4j.core" % "ec4j-core" % "1.1.1",
"org.kohsuke" % "github-api" % "1.327" % "test"
)