Skip to content

Commit

Permalink
Bump org.apache.spark:spark-launcher_2.13 in /server
Browse files Browse the repository at this point in the history
Bumps org.apache.spark:spark-launcher_2.13 from 3.5.2 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]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 2805eca commit 97b5c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ micronaut {
}
mainClassName = "com.exacaster.lighter.Application"

def sparkVersion = project.hasProperty("SPARK_VERSION") ? project.getProperty("SPARK_VERSION") : '3.5.3'
def sparkVersion = project.hasProperty("SPARK_VERSION") ? project.getProperty("SPARK_VERSION") : '4.0.0-preview2'
def hadoopVersion = '3.4.1'
def k8sClientVersion = '6.13.4'
def shedlockVersion = '5.16.0'
Expand Down

0 comments on commit 97b5c8d

Please sign in to comment.