Skip to content

Commit

Permalink
Bump jvm from 1.8.0 to 1.8.10 (#118)
Browse files Browse the repository at this point in the history
* Bump jvm from 1.8.0 to 1.8.10

Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.0 to 1.8.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.0...v1.8.10)

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

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

* Update stdlib version too

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ImFlog <garcia.florian.perso@gmail.com>
  • Loading branch information
dependabot[bot] and ImFlog authored Feb 23, 2023
1 parent 8511bc8 commit f71c9af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
group = "com.github.imflog"
version = "1.9.2-SNAPSHOT"


plugins {
kotlin("jvm") version "1.8.0"
kotlin("jvm") version "1.8.10"
id("java-gradle-plugin")
id("com.gradle.plugin-publish") version "1.1.0"
id("maven-publish")
Expand All @@ -17,7 +18,7 @@ repositories {
}

// Dependencies versions
val kotlinVersion = "1.8.0"
val kotlinVersion = "1.8.10"
val confluentVersion = "7.3.1"
dependencies {
implementation(gradleApi())
Expand Down

0 comments on commit f71c9af

Please sign in to comment.