This is an automated email from the ASF dual-hosted git repository.
Philippus 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 a24bd2fd Update junit-jupiter-api to 6.1.2 (#597)
a24bd2fd is described below
commit a24bd2fd73dbfdd81e22529489b44177fb08e1cd
Author: Scala Steward <[email protected]>
AuthorDate: Sun Jul 12 19:20:38 2026 +0200
Update junit-jupiter-api to 6.1.2 (#597)
---
build.sbt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index c8ea643c..537160ca 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.1"
-ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.1"
+ThisBuild / JupiterKeys.junitJupiterVersion := "6.1.2"
+ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.2"
Global / excludeLintKeys += JupiterKeys.junitPlatformVersion
addCommandAlias("checkCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck;
javafmtCheckAll; +headerCheckAll")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]