Skip to content

Commit

Permalink
OP-21879 - Fixed CVE-2023-3635 by upgrading okio-jvm & kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-agrawal committed Mar 13, 2024
1 parent 09b0760 commit 7755939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
id 'io.spinnaker.project' version "$spinnakerGradleVersion" apply false
id "org.jetbrains.kotlin.jvm" version "$kotlinVersion" apply false
id "org.jetbrains.kotlin.plugin.allopen" version "$kotlinVersion" apply false
id "io.gitlab.arturbosch.detekt" version "1.17.1" apply false
id "io.gitlab.arturbosch.detekt" version "1.23.4" apply false
id "org.jetbrains.dokka" version "1.4.32" apply false
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fiatVersion=1-0-SNAPSHOT
korkVersion=1-0-SNAPSHOT
kotlinVersion=1.7.21
kotlinVersion=1.9.21
org.gradle.parallel=true
spinnakerGradleVersion=1-0-SNAPSHOT
#targetJava11=true
Expand Down

0 comments on commit 7755939

Please sign in to comment.