Skip to content

Commit

Permalink
Update spring boot dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pcvolkmer committed Apr 3, 2024
1 parent ff19bca commit cc256b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import org.springframework.boot.gradle.tasks.bundling.BootBuildImage

plugins {
id("org.springframework.boot") version "3.2.1"
id("org.springframework.boot") version "3.2.4"
id("io.spring.dependency-management") version "1.1.3"
kotlin("jvm") version "1.9.22"
kotlin("plugin.spring") version "1.9.22"
}

group = "de.ukw.ccc"
version = "0.0.1-SNAPSHOT"
version = "0.0.2-SNAPSHOT"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down Expand Up @@ -64,4 +64,4 @@ tasks.named<BootBuildImage>("bootBuildImage") {
"BP_OCI_LICENSES" to "MIT",
"BP_OCI_DESCRIPTION" to "Application to collect MAF-File content"
))
}
}

0 comments on commit cc256b5

Please sign in to comment.