Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
build(deps): Bump jvm from 1.8.20 to 1.8.22 in /api-editor
Browse files Browse the repository at this point in the history
Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.20 to 1.8.22.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.20...v1.8.22)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2023
1 parent 7146cff commit 59f91bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-editor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("org.jetbrains.kotlinx.kover") version "0.6.1"

// Pin versions for subprojects
kotlin("jvm") version "1.8.20" apply false
kotlin("jvm") version "1.8.22" apply false
kotlin("plugin.serialization") version "1.8.20" apply false
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("com.github.node-gradle.node") version "5.0.0" apply false
Expand Down

0 comments on commit 59f91bd

Please sign in to comment.