Skip to content

Commit

Permalink
Merge pull request #259 from exacaster/dependabot/gradle/server/k8sCl…
Browse files Browse the repository at this point in the history
…ientVersion-6.3.0

Bump k8sClientVersion from 6.2.0 to 6.3.0 in /server
  • Loading branch information
pdambrauskas authored Dec 13, 2022
2 parents 6591ef7 + 3a05d39 commit a493430
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 @@ -24,7 +24,7 @@ mainClassName = "com.exacaster.lighter.Application"

def sparkVersion = project.hasProperty("SPARK_VERSION") ? project.getProperty("SPARK_VERSION") : '3.3.1'
def hadoopVersion = '3.3.3'
def k8sClientVersion = '6.2.0'
def k8sClientVersion = '6.3.0'
def shedlockVersion = '4.43.0'

dependencies {
Expand Down

0 comments on commit a493430

Please sign in to comment.