Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Bump io.ktor:ktor-server-test-host in the gradle group (#281)
Browse files Browse the repository at this point in the history
Bumps the gradle group with 1 update: [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor).


Updates `io.ktor:ktor-server-test-host` from 2.3.10 to 2.3.11
- [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: io.ktor:ktor-server-test-host
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
...

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 May 13, 2024
1 parent 63a5ca4 commit 6363b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val dusseldorfKtorVersion = "4.2.4"
val ktorVersion = "2.3.10"
val ktorVersion = "2.3.11"
val pdfBoxVersion = "3.0.2"
val imageIOVersion = "3.10.1"
val jsonassertVersion = "1.5.1"
Expand Down

0 comments on commit 6363b5d

Please sign in to comment.