Skip to content

Commit

Permalink
Bump the dependencies group in /quarkus-app with 2 updates
Browse files Browse the repository at this point in the history
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.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.10)

Updates `plugin.allopen` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.10)

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent b50be25 commit c122fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quarkus-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.PASSED
import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED

plugins {
kotlin("jvm") version "2.0.0"
kotlin("plugin.allopen") version "2.0.0"
kotlin("jvm") version "2.0.10"
kotlin("plugin.allopen") version "2.0.10"
id("io.quarkus")
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
}
Expand Down

0 comments on commit c122fc3

Please sign in to comment.