From baafe7d6d0d4112a125ff0970129bca30c417e0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 04:21:05 +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] --- json-serde/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json-serde/build.gradle.kts b/json-serde/build.gradle.kts index 4d9309db..3db877fc 100644 --- a/json-serde/build.gradle.kts +++ b/json-serde/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { implementation("io.confluent:kafka-schema-registry-client:$confluentVersion") implementation("io.confluent:kafka-json-schema-provider:$confluentVersion") constraints { - implementation("org.scala-lang:scala-library:2.13.14") { + implementation("org.scala-lang:scala-library:2.13.15") { because("lower versions have security vulnerabilities") } }