Skip to content

Commit

Permalink
fix(deps): bump scalaVersion from 2.13.15 to 2.13.16
Browse files Browse the repository at this point in the history
Bumps `scalaVersion` from 2.13.15 to 2.13.16.

Updates `org.scala-lang:scala-library` from 2.13.15 to 2.13.16
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.13.15...v2.13.16)

Updates `org.scala-lang:scala-reflect` from 2.13.15 to 2.13.16
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.13.15...v2.13.16)

---
updated-dependencies:
- dependency-name: org.scala-lang:scala-library
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.scala-lang:scala-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and JoergSiebahn committed Jan 13, 2025
1 parent a803efe commit 13d9154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sda-commons-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext {
weldVersion = '5.1.2.Final'
jacksonVersion = '2.18.2'
jsonUnitVersion = '4.1.0'
scalaVersion = '2.13.15' // align transitive dependency from various modules, keep up to date
scalaVersion = '2.13.16' // align transitive dependency from various modules, keep up to date
kafkaVersion = '3.9.0'
kafkaJunitVersion = '3.2.5' // Matching version: https://github.com/salesforce/kafka-junit/tree/master/kafka-junit5
dbRiderVersion = '1.44.0'
Expand Down

0 comments on commit 13d9154

Please sign in to comment.