Skip to content

Commit

Permalink
Updating JVM version
Browse files Browse the repository at this point in the history
  • Loading branch information
heinharaldsen committed Dec 18, 2024
1 parent 6541fbc commit 0d702b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import com.netflix.graphql.dgs.codegen.gradle.GenerateJavaTask
plugins {
id("org.springframework.boot") version "3.3.2"
id("io.spring.dependency-management") version "1.1.6"
kotlin("jvm") version "2.0.10"
kotlin("plugin.spring") version "2.0.10"
kotlin("jvm") version "2.0.21"
kotlin("plugin.spring") version "2.0.21"
id("com.netflix.dgs.codegen") version "5.12.4"
id("com.github.johnrengelman.shadow") version "8.1.1"
}
Expand Down

0 comments on commit 0d702b6

Please sign in to comment.