Skip to content

Commit

Permalink
Update all non major Gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 44c45a2 commit e68aea8
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
@@ -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"
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.1.1"
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 e68aea8

Please sign in to comment.