Skip to content

Commit

Permalink
Bump the integration-spark group in /integration/spark with 2 updates (
Browse files Browse the repository at this point in the history
…OpenLineage#3152)

Bumps the integration-spark group in /integration/spark with 2 updates: software.amazon.awssdk:bom and [plugin.serialization](https://github.com/JetBrains/kotlin).


Updates `software.amazon.awssdk:bom` from 2.28.11 to 2.28.21

Updates `plugin.serialization` from 2.0.20 to 2.0.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20...v2.0.21)

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: integration-spark
- dependency-name: plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: integration-spark
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent bf3d4c5 commit 0b9e5ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/spark/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ dependencies {
exclude group: 'com.fasterxml.jackson.module'
}

testImplementation(platform("software.amazon.awssdk:bom:2.28.11"))
testImplementation(platform("software.amazon.awssdk:bom:2.28.21"))
testImplementation("software.amazon.awssdk:auth")
testImplementation("software.amazon.awssdk:emr")
testImplementation("software.amazon.awssdk:s3")
Expand Down
2 changes: 1 addition & 1 deletion integration/spark/buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
`kotlin-dsl`
kotlin("plugin.serialization") version "2.0.20"
kotlin("plugin.serialization") version "2.0.21"
}

repositories {
Expand Down

0 comments on commit 0b9e5ed

Please sign in to comment.