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 d5baa2bc Update junit-jupiter-api, ... to 6.1.2 (#792)
d5baa2bc is described below
commit d5baa2bcda72183473f45c7f5d34c06f5af78aad
Author: Scala Steward <[email protected]>
AuthorDate: Mon Jul 13 14:14:58 2026 +0200
Update junit-jupiter-api, ... to 6.1.2 (#792)
---
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 a0cc2849..d7c41208 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.1" % Test)
+ "org.junit.jupiter" % "junit-jupiter-api" % "6.1.2" % Test)
scalacOptions ++= List("-unchecked", "-deprecation", "-language:_",
"-encoding", "UTF-8")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]