Skip to content

Commit

Permalink
Bump the all group with 4 updates (#203)
Browse files Browse the repository at this point in the history
Bumps the all group with 4 updates: [org.http4k:http4k-server-netty](https://github.com/http4k/http4k), [org.jetbrains.kotlinx:kotlinx-serialization-hocon](https://github.com/Kotlin/kotlinx.serialization), [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) and [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback).


Updates `org.http4k:http4k-server-netty` from 5.42.0.0 to 5.44.3.0
- [Release notes](https://github.com/http4k/http4k/releases)
- [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md)
- [Commits](http4k/http4k@5.42.0.0...5.44.3.0)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-hocon` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.7.3...v1.8.0)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.7.3...v1.8.0)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.7.3...v1.8.0)

Updates `ch.qos.logback:logback-classic` from 1.5.15 to 1.5.16
- [Commits](qos-ch/logback@v_1.5.15...v_1.5.16)

---
updated-dependencies:
- dependency-name: org.http4k:http4k-server-netty
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-hocon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent adcf353 commit a94a485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ komok = "1.0.7"
kotlin = "2.1.0"
kotlinpoet = "2.0.0"
kotlinx-coroutines = "1.10.1"
kotlinx-serialization = "1.7.3"
kotlinx-serialization = "1.8.0"
ksp = "2.1.0-1.0.29"
ktor = "3.0.3"
logback = "1.5.15"
logback = "1.5.16"
micrometer = "1.14.2"
mockk = "1.13.14"
mongo = "5.2.1"
Expand Down
2 changes: 1 addition & 1 deletion komok-server-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tasks.test {
}

dependencies {
implementation("org.http4k:http4k-server-netty:5.42.0.0")
implementation("org.http4k:http4k-server-netty:5.44.3.0")
implementation("io.undertow:undertow-core:2.3.18.Final")
implementation(projects.komokTechConfig)
implementation(projects.komokTechConfigDotenv)
Expand Down

0 comments on commit a94a485

Please sign in to comment.