Skip to content

Commit 929e766

Browse files
chore(deps): bump org.jetbrains.kotlin.plugin.allopen in /backend
Bumps [org.jetbrains.kotlin.plugin.allopen](https://github.com/JetBrains/kotlin) from 2.1.21 to 2.2.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.21...v2.2.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.allopen dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 18b3aed commit 929e766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ plugins {
2525
id "pl.allegro.tech.build.axion-release" version "1.19.0"
2626
id "com.diffplug.spotless" version "7.0.4"
2727
id "org.jetbrains.kotlin.jvm" version "2.1.21"
28-
id "org.jetbrains.kotlin.plugin.allopen" version "2.1.21"
28+
id "org.jetbrains.kotlin.plugin.allopen" version "2.2.0"
2929
}
3030

3131
ext {

0 commit comments

Comments
 (0)