From c2fe647fe9f508d03f0c8af5c424b04c5bba16e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:17:27 +0000 Subject: [PATCH] Bump org.scala-lang:scala-library from 2.13.14 to 2.13.15 Bumps [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.13.14 to 2.13.15. - [Release notes](https://github.com/scala/scala/releases) - [Commits](https://github.com/scala/scala/compare/v2.13.14...v2.13.15) --- updated-dependencies: - dependency-name: org.scala-lang:scala-library dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5398901..e4a0aa9 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { compile 'com.google.code.gson:gson:2.11.0' - testCompile 'org.scala-lang:scala-library:2.13.14' + testCompile 'org.scala-lang:scala-library:2.13.15' testCompile 'org.scalatest:scalatest_2.11:3.3.0-SNAP4' testCompile 'org.apache.kafka:kafka-streams-test-utils:3.8.0' testCompile group: 'junit', name: 'junit', version: '4.13.2'