Skip to content

Commit 0411df8

Browse files
authored
Merge pull request #240 from Cosmo-Tech/DSE/reduce_code_scan_alerts_PROD-14136
chore: bump to include patches that fix most security alerts
2 parents 362d6e7 + ca65787 commit 0411df8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
val kotlinVersion = "1.9.23"
99
kotlin("jvm") version kotlinVersion
1010
id("com.diffplug.spotless") version "6.22.0"
11-
id("org.springframework.boot") version "3.2.10" apply false
11+
id("org.springframework.boot") version "3.3.6" apply false
1212
id("io.gitlab.arturbosch.detekt") version "1.23.6"
1313
id("pl.allegro.tech.build.axion-release") version "1.15.5"
1414
id("org.jetbrains.kotlinx.kover") version "0.7.6"
@@ -150,8 +150,8 @@ tasks.test { useJUnitPlatform() }
150150

151151
// Required versions
152152
val jacksonVersion = "2.15.3"
153-
val springWebVersion = "6.1.4"
154-
val springBootVersion = "3.2.10"
153+
val springWebVersion = "6.1.16"
154+
val springBootVersion = "3.3.6"
155155

156156
// Implementation
157157
val swaggerParserVersion = "2.1.22"
@@ -164,7 +164,7 @@ val servletApiVersion = "6.0.0"
164164
val oktaSpringBootVersion = "3.0.5"
165165
val tikaVersion = "2.9.1"
166166
val redisOMVersion = "0.9.1"
167-
val kotlinCoroutinesCoreVersion = "1.7.3"
167+
val kotlinCoroutinesCoreVersion = "1.8.1"
168168

169169
// Checks
170170
val detektVersion = "1.23.6"

0 commit comments

Comments
 (0)