Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit b7bda56

Browse files
build(deps): bump plugin.serialization from 1.7.0 to 1.7.10 in /api-editor (#925)
build(deps): bump plugin.serialization in /api-editor Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.7.0 to 1.7.10. - [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: plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a32ce13 commit b7bda56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-editor/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
// Pin versions for subprojects
88
kotlin("jvm") version "1.7.0" apply false
9-
kotlin("plugin.serialization") version "1.7.0" apply false
9+
kotlin("plugin.serialization") version "1.7.10" apply false
1010
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
1111
id("com.github.node-gradle.node") version "3.4.0" apply false
1212
id("org.jetbrains.compose") version "1.2.0-alpha01-dev741" apply false

0 commit comments

Comments
 (0)