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 2cee7ba commit 6553ae9Copy full SHA for 6553ae9
build.gradle.kts
@@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
4
val mockkVersion = "1.14.5"
5
val logstashVersion = "8.1"
6
val testContainersVersion = "1.21.3"
7
-val springDocVersion = "2.8.10"
+val springDocVersion = "2.8.12"
8
val tokenValidationVersion = "5.0.30"
9
10
repositories {
@@ -13,7 +13,7 @@ repositories {
13
14
plugins {
15
val kotlinVersion = "2.2.10"
16
- id("org.springframework.boot") version "3.5.4"
+ id("org.springframework.boot") version "3.5.5"
17
kotlin("jvm") version kotlinVersion
18
kotlin("plugin.spring") version kotlinVersion
19
kotlin("plugin.jpa") version kotlinVersion
0 commit comments