diff --git a/build.gradle b/build.gradle index 8344903..6b71440 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id("com.gradleup.shadow") version "8.3.9" - id("io.micronaut.application") version "4.5.4" + id("com.gradleup.shadow") version "9.3.2" + id("io.micronaut.application") version "4.6.2" id("jacoco") id("org.sonarqube") version "7.2.3.7755" id("pl.allegro.tech.build.axion-release") version "1.21.1" @@ -47,6 +47,8 @@ dependencies { testAnnotationProcessor("org.projectlombok:lombok") testCompileOnly("org.projectlombok:lombok") + + testRuntimeOnly("org.junit.platform:junit-platform-launcher") } application { diff --git a/gradle.properties b/gradle.properties index 19e14ba..45cc7e1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -micronautVersion=4.10.0 \ No newline at end of file +micronautVersion=4.10.9 \ No newline at end of file