This is an automated email from the ASF dual-hosted git repository.
fanningpj 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 37fa34b2 Update junit-4-13 to 3.2.19.0 (#341)
37fa34b2 is described below
commit 37fa34b2ceba8363d1d5f2a283628a8fbf7a4a08
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 30 01:27:39 2024 +0100
Update junit-4-13 to 3.2.19.0 (#341)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <[email protected]>
---
benchmark-java/build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/benchmark-java/build.sbt b/benchmark-java/build.sbt
index a9acec8c..7cf05b58 100644
--- a/benchmark-java/build.sbt
+++ b/benchmark-java/build.sbt
@@ -35,7 +35,7 @@ val root = project
"org.hdrhistogram" % "HdrHistogram" % "2.1.12",
"org.apache.commons" % "commons-math3" % "3.6.1",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
- "org.scalatestplus" %% "junit-4-13" % "3.2.18.0" % Test),
+ "org.scalatestplus" %% "junit-4-13" % "3.2.19.0" % Test),
PB.artifactResolver := PB.artifactResolver.dependsOn(codeGenProject /
Compile / publishLocal).value)
compile / javacOptions += "-Xlint:deprecation"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]