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-connectors-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new a59c7227 Update junit-jupiter-api to 6.0.3 (#463)
a59c7227 is described below
commit a59c7227b243d0836dd594dc8b96af88ce1006ca
Author: Scala Steward <[email protected]>
AuthorDate: Mon Feb 16 17:11:47 2026 +0100
Update junit-jupiter-api to 6.0.3 (#463)
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 8598ab71..9fa0f85b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -61,7 +61,7 @@ lazy val testkit = project
.settings(
name := "pekko-connectors-kafka-testkit",
AutomaticModuleName.settings("org.apache.pekko.kafka.testkit"),
- JupiterKeys.junitJupiterVersion := "6.0.2",
+ JupiterKeys.junitJupiterVersion := "6.0.3",
libraryDependencies ++= Dependencies.testKitDependencies,
libraryDependencies ++= Seq(
"org.junit.jupiter" % "junit-jupiter-api" %
JupiterKeys.junitJupiterVersion.value % Provided),
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]