Bump org.jetbrains.kotlin.jvm from 1.6.0 to 1.6.10

Bumps org.jetbrains.kotlin.jvm from 1.6.0 to 1.6.10.

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-12-15 00:14:42 +00:00
committed by GitHub
parent 076b6ccacd
commit ab7af6f037

View File

@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.6.0'
id 'org.jetbrains.kotlin.jvm' version '1.6.10'
id 'com.github.johnrengelman.shadow' version '7.1.0'
id 'maven-publish'
}