Skip to content

Commit

Permalink
Merge pull request #1097 from exacaster/dependabot/gradle/server/k8sC…
Browse files Browse the repository at this point in the history
…lientVersion-6.13.3

Bump k8sClientVersion from 6.13.2 to 6.13.3 in /server
  • Loading branch information
pdambrauskas authored Sep 6, 2024
2 parents 582e37f + 10e33de commit 510d007
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.5.1'
def hadoopVersion = '3.4.0'
def k8sClientVersion = '6.13.2'
def k8sClientVersion = '6.13.3'
def shedlockVersion = '5.14.0'


Expand Down

0 comments on commit 510d007

Please sign in to comment.