Skip to content

Commit

Permalink
build(deps): bump jvm from 2.0.10 to 2.0.20 in the gradle group (#19)
Browse files Browse the repository at this point in the history
Bumps the gradle group with 1 update: [jvm](https://github.com/JetBrains/kotlin).


Updates `jvm` from 2.0.10 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.10...v2.0.20)

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

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 Aug 26, 2024
1 parent 90f2671 commit 1f09e33
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 @@ -5,7 +5,7 @@ val logbackVersion = "1.5.7"
val nimbusJoseJwtVersion = "9.40"

plugins {
kotlin("jvm") version "2.0.10"
kotlin("jvm") version "2.0.20"
id("org.jmailen.kotlinter") version "4.4.1"
id("com.github.ben-manes.versions") version "0.51.0"
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
Expand Down

0 comments on commit 1f09e33

Please sign in to comment.