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

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

---
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]
2022-04-04 00:46:05 +00:00
committed by GitHub
parent 73e79dceed
commit 3c6bdbf78f

View File

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