We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64736da commit 0639ca5Copy full SHA for 0639ca5
build.gradle.kts
@@ -24,7 +24,7 @@ plugins {
24
application
25
alias(libs.plugins.kotlin.jvm) // refers to plugin declared in gradle/libs.versions.toml
26
id("se.patrikerdes.use-latest-versions") version "0.2.19"
27
- id("com.github.ben-manes.versions") version "0.52.0"
+ id("com.github.ben-manes.versions") version "0.53.0"
28
id("org.jmailen.kotlinter") version "5.2.0"
29
id("com.google.cloud.tools.jib") version "3.4.5"
30
id("com.vanniktech.maven.publish") version "0.34.0"
0 commit comments