Skip to content

Commit

Permalink
chore(deps): bump the gradle-dependencies group across 1 directory wi…
Browse files Browse the repository at this point in the history
…th 5 updates

Bumps the gradle-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [jvm](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` |
| [plugin.serialization](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` |
| [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.11.2` | `5.11.3` |
| [com.github.ajalt.mordant:mordant](https://github.com/ajalt/mordant) | `3.0.0` | `3.0.1` |
| org.apache.logging.log4j:log4j-slf4j2-impl | `2.24.1` | `2.24.2` |



Updates `jvm` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `plugin.serialization` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `org.junit:junit-bom` from 5.11.2 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.2...r5.11.3)

Updates `com.github.ajalt.mordant:mordant` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/ajalt/mordant/releases)
- [Changelog](https://github.com/ajalt/mordant/blob/master/CHANGELOG.md)
- [Commits](ajalt/mordant@3.0.0...3.0.1)

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.24.1 to 2.24.2

---
updated-dependencies:
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.github.ajalt.mordant:mordant
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent f0eb044 commit cc9a53b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions autobuilder/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ dependencies {
implementation(libs.kotlinx.coroutine.core)
implementation(libs.kotlinx.serialization.json)
implementation("com.github.ajalt.clikt:clikt:5.0.1")
implementation("com.github.ajalt.mordant:mordant:3.0.0")
implementation("com.github.ajalt.mordant:mordant:3.0.1")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.1")
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.2")
implementation("org.slf4j:slf4j-api:2.0.16")
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation(kotlin("test"))
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "2.0.21" apply false
kotlin("plugin.serialization") version "2.0.21" apply false
kotlin("jvm") version "2.1.0" apply false
kotlin("plugin.serialization") version "2.1.0" apply false
alias(libs.plugins.ktlint) apply false
}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencyResolutionManagement {
library("fuel-coroutines", "com.github.kittinunf.fuel:fuel-coroutines:$fuelVersion")
library("fuel-kotlinx", "com.github.kittinunf.fuel:fuel-kotlinx-serialization:$fuelVersion")

library("junit-bom", "org.junit:junit-bom:5.11.2")
library("junit-bom", "org.junit:junit-bom:5.11.3")
plugin("ktlint", "org.jlleitschuh.gradle.ktlint").version("11.6.1")
bundle("fuel", listOf("fuel-core", "fuel-coroutines", "fuel-kotlinx"))
}
Expand Down

0 comments on commit cc9a53b

Please sign in to comment.