Skip to content

Commit

Permalink
Bump org.scala-lang:scala-library from 2.13.14 to 2.13.15
Browse files Browse the repository at this point in the history
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](scala/scala@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 18b0b68 commit baafe7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json-serde/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
Expand Down

0 comments on commit baafe7d

Please sign in to comment.