Skip to content

Commit

Permalink
Merge pull request #1115 from exacaster/dependabot/gradle/server/shed…
Browse files Browse the repository at this point in the history
…lockVersion-5.16.0

Bump shedlockVersion from 5.14.0 to 5.16.0 in /server
  • Loading branch information
pdambrauskas authored Oct 6, 2024
2 parents 61a3d67 + 20e10c2 commit 8a6bbe8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions server/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "java"
id "groovy"
id "io.micronaut.application" version "4.3.2"
id "io.micronaut.application" version "4.4.3"
id "com.github.ben-manes.versions" version "0.51.0"
}

Expand All @@ -17,16 +17,15 @@ java {
}

micronaut {
version = "4.3.1"
version = "4.6.2"
runtime "netty"
}
mainClassName = "com.exacaster.lighter.Application"

def sparkVersion = project.hasProperty("SPARK_VERSION") ? project.getProperty("SPARK_VERSION") : '3.5.2'
def hadoopVersion = '3.4.0'
def k8sClientVersion = '6.13.3'
def shedlockVersion = '5.14.0'

def shedlockVersion = '5.16.0'

dependencies {
annotationProcessor "io.micronaut.openapi:micronaut-openapi"
Expand Down

0 comments on commit 8a6bbe8

Please sign in to comment.