mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-04-19 17:26:51 +00:00
chore: Update Kotlin version to 1.9.20
This commit is contained in:
parent
892c0dea8f
commit
d5552b3ca4
@ -6,8 +6,8 @@ plugins {
|
||||
war
|
||||
id("org.springframework.boot") version "3.1.5"
|
||||
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.20"
|
||||
kotlin("plugin.spring") version "1.9.20"
|
||||
}
|
||||
|
||||
group = "de.ukw.ccc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user