From ca78ff7224755035b895b589f713297c1523b130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 11:54:02 +0000 Subject: [PATCH] build(deps): bump org.scalatest:scalatest_2.12 Bumps [org.scalatest:scalatest_2.12](https://github.com/scalatest/scalatest) from 3.2.18 to 3.3.0-SNAP4. - [Release notes](https://github.com/scalatest/scalatest/releases) - [Commits](https://github.com/scalatest/scalatest/commits) --- updated-dependencies: - dependency-name: org.scalatest:scalatest_2.12 dependency-version: 3.3.0-SNAP4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 91a2f5d39..fcbd8c5c6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ protobuf-plugin = "0.9.5" protobuf = "3.25.5" reflections = "0.9.12" scala-library = "2.12.16" -scalatest = "3.2.18" +scalatest = "3.3.0-SNAP4" scalatestplus-junit5 = "3.2.18.0" shadow = "8.3.8" slf4j = "2.0.17"