Skip to content

Commit

Permalink
chore(dependencies): bump kotlin to 1.9.24
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed May 30, 2024
1 parent 6bc4415 commit 1758631
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ group = "fr.gouv.dgampa"
version = "1.3.0"
description = "RapportNav"

val kotlinVersion by extra("1.9.21")
val kotlinVersion by extra("1.9.24")
val serializationVersion by extra("1.6.2")
val springVersion by extra("3.3.0")
val testcontainersVersion by extra("1.19.3")

plugins {
`java-library`
`maven-publish`
kotlin("jvm") version "1.9.21"
kotlin("plugin.spring") version "1.9.21"
kotlin("plugin.jpa") version "1.9.21"
kotlin("jvm") version "1.9.24"
kotlin("plugin.spring") version "1.9.24"
kotlin("plugin.jpa") version "1.9.24"
id("org.springframework.boot") version "3.3.0"
id("io.spring.dependency-management") version "1.1.4"
id("org.owasp.dependencycheck") version "8.4.0"
Expand Down

0 comments on commit 1758631

Please sign in to comment.