Skip to content

Commit

Permalink
Merge pull request #564 from freefair/dependabot/gradle/org.jetbrains…
Browse files Browse the repository at this point in the history
….kotlin-kotlin-gradle-plugin-1.7.10

Bump kotlin-gradle-plugin from 1.7.0 to 1.7.10
  • Loading branch information
larsgrefer committed Jul 9, 2022
2 parents 5f3472c + ae198bb commit f0a6af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quicktype-plugin/build.gradle
Expand Up @@ -11,7 +11,7 @@ description = "Collection of Quicktype related Gradle plugins"
dependencies {
implementation "org.jetbrains.kotlin:kotlin-reflect"
implementation "com.github.node-gradle:gradle-node-plugin:3.4.0"
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0"
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"

testImplementation project(":test-common")
testImplementation "org.jetbrains.kotlin:kotlin-test"
Expand Down

0 comments on commit f0a6af7

Please sign in to comment.