Skip to content

Commit c932473

Browse files
Bump io.ktor.plugin from 3.0.0 to 3.0.2
Bumps io.ktor.plugin from 3.0.0 to 3.0.2. --- updated-dependencies: - dependency-name: io.ktor.plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af4b4ad commit c932473

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kotlin-wot-binding-http/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("io.ktor.plugin") version "3.0.0"
2+
id("io.ktor.plugin") version "3.0.2"
33
}
44

55
dependencies {

kotlin-wot-binding-websocket/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("io.ktor.plugin") version "3.0.0"
2+
id("io.ktor.plugin") version "3.0.2"
33
}
44

55
dependencies {

0 commit comments

Comments
 (0)