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 e2a4df5 commit 490ee60
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 @@ -17,7 +17,7 @@

buildscript {
ext {
kotlinVersion = "1.7.21"
kotlinVersion = "1.9.21"
junitPlatformVersion = "1.0.2"
}

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

# To enable a composite reference to a project, set the
# project property `'<projectName>Composite=true'`.
Expand Down

0 comments on commit 490ee60

Please sign in to comment.