Skip to content

Commit

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

Bump kotlin-gradle-plugin from 1.4.32 to 1.5.0
  • Loading branch information
Johannes Lichtenberger authored Apr 26, 2021
2 parents d06f584 + 8d7de9b commit ae8dc0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply from: "${rootDir}/libraries.gradle"

buildscript {
ext.kotlin_version = '1.4.32'
ext.kotlin_version = '1.5.0'
repositories {
maven {
url "https://plugins.gradle.org/m2/"
Expand Down
2 changes: 1 addition & 1 deletion bundles/sirix-kotlin-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion bundles/sirix-rest-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0"
classpath "com.avast.gradle:gradle-docker-compose-plugin:0.14.3"
//classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.10.0"
}
Expand Down

0 comments on commit ae8dc0d

Please sign in to comment.