This is an automated email from the ASF dual-hosted git repository.
He-Pin 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 0d5bb959 Update junit-jupiter-api to 6.1.1 (#582)
0d5bb959 is described below
commit 0d5bb959721d57a12702282b246adec8efadc6f6
Author: Scala Steward <[email protected]>
AuthorDate: Sun Jun 28 17:18:41 2026 +0200
Update junit-jupiter-api to 6.1.1 (#582)
---
build.sbt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index e8d336bd..65495065 100644
--- a/build.sbt
+++ b/build.sbt
@@ -18,8 +18,8 @@ sourceDistIncubating := false
ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo
ThisBuild / javafmtFormatterCompatibleJavaVersion := 17
-ThisBuild / JupiterKeys.junitJupiterVersion := "6.1.0"
-ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.0"
+ThisBuild / JupiterKeys.junitJupiterVersion := "6.1.1"
+ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.1"
addCommandAlias("checkCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck;
javafmtCheckAll; +headerCheckAll")
addCommandAlias("applyCodeStyle", "+headerCreateAll; scalafmtAll; scalafmtSbt;
javafmtAll")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]