This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new db93b580 Update junit-jupiter-api, ... to 6.1.1 (#761)
db93b580 is described below
commit db93b5803becd64ab4ecfde8addc1984a6d49386
Author: Scala Steward <[email protected]>
AuthorDate: Sun Jun 28 18:37:12 2026 +0200
Update junit-jupiter-api, ... to 6.1.1 (#761)
---
sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt
b/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt
index 54253913..aaa4a8bf 100644
--- a/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt
+++ b/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt
@@ -17,7 +17,7 @@ libraryDependencies ++= Seq(
"io.grpc" % "grpc-interop-testing" % grpcVersion % "protobuf-src",
"org.apache.pekko" %% "pekko-grpc-interop-tests" %
sys.props("project.version") % "test",
"org.scalatest" %% "scalatest" % "3.2.20" % Test,
- "org.junit.jupiter" % "junit-jupiter-api" % "6.1.0" % Test)
+ "org.junit.jupiter" % "junit-jupiter-api" % "6.1.1" % Test)
scalacOptions ++= List("-unchecked", "-deprecation", "-language:_",
"-encoding", "UTF-8")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]