Skip to content

Commit d4b9334

Browse files
Bump io.ktor:ktor-bom from 3.0.1 to 3.0.2
Bumps [io.ktor:ktor-bom](https://github.com/ktorio/ktor) from 3.0.1 to 3.0.2. - [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-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11548aa commit d4b9334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
dependencies {
19-
api(platform("io.ktor:ktor-bom:3.0.1"))
19+
api(platform("io.ktor:ktor-bom:3.0.2"))
2020

2121
api("io.ktor:ktor-client-core")
2222
api("io.ktor:ktor-client-cio")

0 commit comments

Comments
 (0)