Skip to content

Commit

Permalink
Bump jvm from 1.5.31 to 1.6.0 (#609)
Browse files Browse the repository at this point in the history
Bumps jvm from 1.5.31 to 1.6.0.

---
updated-dependencies:
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2021
1 parent 42880a7 commit 9352d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ plugins {
id("org.sonarqube") version "3.3"
id("com.diffplug.spotless") version "6.0.0"
id("com.github.johnrengelman.shadow") version "7.1.0" apply false
kotlin("jvm") version "1.5.31" apply false
kotlin("jvm") version "1.6.0" apply false
}

allprojects {
Expand Down

0 comments on commit 9352d67

Please sign in to comment.