We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abf151 commit 10d1d3eCopy full SHA for 10d1d3e
build.gradle.kts
@@ -4,7 +4,7 @@ val mockkVersion = "1.14.2"
4
val logstashVersion = "8.1"
5
val testContainersVersion = "1.21.0"
6
val springDocVersion = "2.8.8"
7
-val tokenValidationVersion = "5.0.27"
+val tokenValidationVersion = "5.0.29"
8
val kotlinVersion = "2.1.21"
9
10
repositories {
@@ -13,7 +13,7 @@ repositories {
13
14
plugins {
15
val kotlinVersion = "2.0.0"
16
- id("org.springframework.boot") version "3.4.5"
+ id("org.springframework.boot") version "3.5.0"
17
kotlin("jvm") version kotlinVersion
18
kotlin("plugin.spring") version kotlinVersion
19
kotlin("plugin.jpa") version kotlinVersion
0 commit comments