Bump kotlin.version from 1.5.0 to 1.5.31 (#3083)

Bumps `kotlin.version` from 1.5.0 to 1.5.31.

Updates `kotlin-maven-allopen` from 1.5.0 to 1.5.31

Updates `kotlin-maven-noarg` from 1.5.0 to 1.5.31

Updates `kotlin-maven-plugin` from 1.5.0 to 1.5.31

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Agnew <jamesagnew@gmail.com>
This commit is contained in:
dependabot[bot] 2021-10-17 18:03:09 -04:00 committed by GitHub
parent bbcf202b90
commit 5ba07e2e7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -160,6 +160,6 @@
<properties>
<!--<kotlin.compiler.incremental>true</kotlin.compiler.incremental>-->
<kotlin.version>1.5.0</kotlin.version>
<kotlin.version>1.5.31</kotlin.version>
</properties>
</project>