Skip to content

Commit

Permalink
Update server dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pdambrauskas committed Apr 25, 2022
1 parent 92a4c18 commit 65c6d7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 "3.2.2"
id "io.micronaut.application" version "3.3.2"
id "com.github.ben-manes.versions" version "0.42.0"
}

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

micronaut {
version = "3.4.1"
version = "3.4.2"
runtime "netty"
}
mainClassName = "com.exacaster.lighter.Application"

def sparkVersion = project.hasProperty("SPARK_VERSION") ? project.getProperty("SPARK_VERSION") : '3.2.1'
def hadoopVersion = '3.3.1'
def k8sClientVersion = '5.12.2'
def shedlockVersion = '4.33.0'
def shedlockVersion = '4.34.0'

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

0 comments on commit 65c6d7d

Please sign in to comment.