Skip to content

Commit

Permalink
Merge pull request #939 from exacaster/dependabot/gradle/server/hadoo…
Browse files Browse the repository at this point in the history
…pVersion-3.4.0

chore(deps): bump hadoopVersion from 3.3.3 to 3.4.0 in /server
  • Loading branch information
pdambrauskas authored Mar 19, 2024
2 parents 3173878 + 77aade6 commit c7225bb
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 @@ -23,7 +23,7 @@ micronaut {
mainClassName = "com.exacaster.lighter.Application"

def sparkVersion = project.hasProperty("SPARK_VERSION") ? project.getProperty("SPARK_VERSION") : '3.5.1'
def hadoopVersion = '3.3.3'
def hadoopVersion = '3.4.0'
def k8sClientVersion = '6.10.0'
def shedlockVersion = '5.12.0'

Expand Down

0 comments on commit c7225bb

Please sign in to comment.