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

Commit

Permalink
Bump the all-dependencies-gradle group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies-gradle group with 2 updates: [jvm](https://github.com/JetBrains/kotlin) and [plugin.serialization](https://github.com/JetBrains/kotlin).


Updates `jvm` from 1.9.10 to 1.9.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `plugin.serialization` from 1.9.10 to 1.9.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bomgar committed Nov 1, 2023
1 parent ac5d9ac commit 6c9d9fc
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 @@ -8,7 +8,7 @@ group = "sh.brocode"
version = "1.0-SNAPSHOT"

plugins {
val kotlinVersion = "1.9.10"
val kotlinVersion = "1.9.20"
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion
`java-library`
Expand Down

0 comments on commit 6c9d9fc

Please sign in to comment.