Skip to content

Commit

Permalink
Bump org.apache.spark:spark-launcher_2.12 from 3.3.2 to 3.4.0 in /server
Browse files Browse the repository at this point in the history
Bumps org.apache.spark:spark-launcher_2.12 from 3.3.2 to 3.4.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 14, 2023
1 parent 131e65c commit 44b6d00
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.3.2'
def sparkVersion = project.hasProperty("SPARK_VERSION") ? project.getProperty("SPARK_VERSION") : '3.4.0'
def hadoopVersion = '3.3.3'
def k8sClientVersion = '6.5.1'
def shedlockVersion = '4.44.0'
Expand Down

0 comments on commit 44b6d00

Please sign in to comment.