Skip to content

Commit e1162e5

Browse files
Bump the dependencies group in /quarkus-app with 2 updates (#280)
Bumps the dependencies group in /quarkus-app with 2 updates: [jvm](https://github.com/JetBrains/kotlin) and [plugin.allopen](https://github.com/JetBrains/kotlin). Updates `jvm` from 2.1.10 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.1.20) Updates `plugin.allopen` from 2.1.10 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.1.20) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: plugin.allopen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2103026 commit e1162e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quarkus-app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.PASSED
44
import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED
55

66
plugins {
7-
kotlin("jvm") version "2.1.10"
8-
kotlin("plugin.allopen") version "2.1.10"
7+
kotlin("jvm") version "2.1.20"
8+
kotlin("plugin.allopen") version "2.1.20"
99
id("io.quarkus")
1010
id("org.jlleitschuh.gradle.ktlint") version "12.2.0"
1111
}

0 commit comments

Comments
 (0)