Skip to content

Commit

Permalink
chore(deps): bump org.apache.spark:spark-launcher_2.13 (#74)
Browse files Browse the repository at this point in the history
Bumps org.apache.spark:spark-launcher_2.13 from 3.5.1 to 4.0.0-preview2.

---
updated-dependencies:
- dependency-name: org.apache.spark:spark-launcher_2.13
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jan 16, 2025
1 parent 41b960b commit 6d7507e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
annotationProcessor group: "io.kestra", name: "processor", version: kestraVersion

// Spark lib: must be aligned with the docker-compose-ci.yaml files and the image used in test
api group: 'org.apache.spark', name: 'spark-launcher_2.13', version: '3.5.1'
api group: 'org.apache.spark', name: 'spark-launcher_2.13', version: '4.0.0-preview2'
compileOnly group: "io.kestra", name: "script", version: kestraVersion
}

Expand Down

0 comments on commit 6d7507e

Please sign in to comment.