Skip to content

Commit

Permalink
Merge pull request #59 from leanix/feature/CID-2718/fix-snyk-vulnerab…
Browse files Browse the repository at this point in the history
…ility

CID-2409: Fix snyk vulnerabilities
  • Loading branch information
mohamedlajmileanix committed Jun 18, 2024
2 parents 760c2e6 + d94d266 commit d940f2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.springframework.boot") version "3.2.3"
id("org.springframework.boot") version "3.2.6"
id("io.spring.dependency-management") version "1.1.4"
id("io.gitlab.arturbosch.detekt") version "1.23.4"
id("org.cyclonedx.bom") version "1.8.1"
Expand All @@ -22,7 +22,7 @@ repositories {
mavenCentral()
}

val springCloudVersion: String by extra("2023.0.0")
val springCloudVersion: String by extra("2023.0.2")

dependencies {
implementation("org.springframework.boot:spring-boot-starter-actuator")
Expand Down Expand Up @@ -106,5 +106,6 @@ configurations.all {
resolutionStrategy {
force("ch.qos.logback:logback-core:1.4.14")
force("ch.qos.logback:logback-classic:1.4.14")
force("org.bouncycastle:bcprov-jdk18on:1.78")
}
}

0 comments on commit d940f2a

Please sign in to comment.