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-connectors-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new 72475540 Update junit-jupiter-api to 6.1.3 (#620)
72475540 is described below
commit 724755408467beb4f521eeca53c60d20836ab24c
Author: Scala Steward <[email protected]>
AuthorDate: Fri Aug 7 20:23:59 2026 +0200
Update junit-jupiter-api to 6.1.3 (#620)
---
build.sbt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index 537160ca..1443eed4 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.2"
-ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.2"
+ThisBuild / JupiterKeys.junitJupiterVersion := "6.1.3"
+ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.3"
Global / excludeLintKeys += JupiterKeys.junitPlatformVersion
addCommandAlias("checkCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck;
javafmtCheckAll; +headerCheckAll")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]