Skip to content

Commit

Permalink
Update Kotlin packages to v1.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 25, 2021
1 parent 96abed1 commit 1dbd3b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "java-gradle-plugin"
id "groovy"
id "org.jetbrains.kotlin.jvm" version "1.5.10"
id "org.jetbrains.kotlin.jvm" version "1.5.21"
id "truststorebuilder-versioning"
id "truststorebuilder-docs"
id "truststorebuilder-publish"
Expand Down Expand Up @@ -38,7 +38,7 @@ gradlePlugin {
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.10"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.21"

testImplementation localGroovy()
testImplementation gradleTestKit()
Expand Down

0 comments on commit 1dbd3b7

Please sign in to comment.