Skip to content

Commit

Permalink
Update all non major Gradle dependencies to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 44c45a2 commit 3fce316
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
@@ -1,8 +1,8 @@
plugins {
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.1.0"
kotlin("plugin.spring") version "2.0.21"
id("org.jetbrains.kotlin.plugin.noarg") version "2.0.21"
kotlin("plugin.jpa") version "2.0.21"
kotlin("plugin.spring") version "2.1.0"
id("org.jetbrains.kotlin.plugin.noarg") version "2.1.0"
kotlin("plugin.jpa") version "2.1.0"
}

configurations {
Expand Down

0 comments on commit 3fce316

Please sign in to comment.