Skip to content

Commit

Permalink
Bump the all group across 1 directory with 3 updates (#236)
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates in the / directory: com.github.triplet.play, [io.ktor:ktor-client-okhttp](https://github.com/ktorio/ktor) and [io.ktor:ktor-client-logging](https://github.com/ktorio/ktor).


Updates `com.github.triplet.play` from 3.9.1 to 3.10.0

Updates `io.ktor:ktor-client-okhttp` from 2.3.11 to 2.3.12
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `io.ktor:ktor-client-logging` from 2.3.11 to 2.3.12
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `io.ktor:ktor-client-logging` from 2.3.11 to 2.3.12
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

---
updated-dependencies:
- dependency-name: com.github.triplet.play
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.ktor:ktor-client-okhttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.ktor:ktor-client-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.ktor:ktor-client-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 21, 2024
1 parent 9812665 commit 623eefa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
kotlin("android")
id("org.jetbrains.kotlin.plugin.compose")
id("com.google.protobuf")
id("com.github.triplet.play") version "3.9.1"
id("com.github.triplet.play") version "3.10.0"
id("com.google.android.libraries.mapsplatform.secrets-gradle-plugin")
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ wearMinSdk = "25"
kotlin = "2.0.0" # https://kotlinlang.org/docs/releases.html#release-details
agp = "8.5.0" # https://developer.android.com/studio/releases/gradle-plugin
realm = "2.0.0" # https://github.com/realm/realm-kotlin
ktor = "2.3.11" # https://github.com/ktorio/ktor
ktor = "2.3.12" # https://github.com/ktorio/ktor

detekt = "1.23.6" # https://github.com/detekt/detekt
detektCompose = "0.4.4" # https://github.com/mrmans0n/compose-rules
Expand Down

0 comments on commit 623eefa

Please sign in to comment.