Skip to content

Commit 0bc7a35

Browse files
fix: bump org.jetbrains.kotlin:kotlin-allopen from 2.2.0 to 2.2.10
Bumps [org.jetbrains.kotlin:kotlin-allopen](https://github.com/JetBrains/kotlin) from 2.2.0 to 2.2.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.0...v2.2.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-allopen dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e58e37 commit 0bc7a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ repositories {
3030
}
3131

3232
dependencies {
33-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0")
33+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10")
3434
implementation("org.jetbrains.dokka:dokka-gradle-plugin:2.0.0")
3535
implementation("io.github.gradle-nexus:publish-plugin:2.0.0")
3636
implementation("com.palantir.gradle.gitversion:gradle-git-version:4.0.0")
3737
implementation("org.springframework.boot:spring-boot-gradle-plugin:3.4.4")
3838
implementation("io.spring.gradle:dependency-management-plugin:1.1.7")
39-
implementation("org.jetbrains.kotlin:kotlin-allopen:2.2.0")
39+
implementation("org.jetbrains.kotlin:kotlin-allopen:2.2.10")
4040
}
4141

4242
gradlePlugin {

0 commit comments

Comments
 (0)