Skip to content

Commit

Permalink
Update Spring Boot and Kotlin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pcvolkmer committed Jan 16, 2024
1 parent a5e443b commit ff19bca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import org.springframework.boot.gradle.tasks.bundling.BootBuildImage

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

group = "de.ukw.ccc"
Expand Down Expand Up @@ -62,6 +62,6 @@ tasks.named<BootBuildImage>("bootBuildImage") {
environment.set(environment.get() + mapOf(
"BP_OCI_SOURCE" to "https://github.com/CCC-MF/maf-repo",
"BP_OCI_LICENSES" to "MIT",
"BP_OCI_DESCRIPTION" to "Application to collect MAF-File contents"
"BP_OCI_DESCRIPTION" to "Application to collect MAF-File content"
))
}

0 comments on commit ff19bca

Please sign in to comment.