Skip to content

Commit 2f18b3f

Browse files
dependabot[bot]matteobaglini
authored andcommitted
chore(deps): bump org.http4k:http4k-testing-strikt
Bumps [org.http4k:http4k-testing-strikt](https://github.com/http4k/http4k) from 5.13.0.0 to 5.13.2.0. - [Release notes](https://github.com/http4k/http4k/releases) - [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md) - [Commits](http4k/http4k@5.13.0.0...5.13.2.0) --- updated-dependencies: - dependency-name: org.http4k:http4k-testing-strikt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 278d3fa commit 2f18b3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
2626
testImplementation("io.strikt:strikt-core:0.34.1")
2727
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test")
28-
testImplementation("org.http4k:http4k-testing-strikt:5.13.0.0")
28+
testImplementation("org.http4k:http4k-testing-strikt:5.13.2.0")
2929

3030
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
3131
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.1")

webapp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
2727
testImplementation("io.strikt:strikt-core:0.34.1")
2828
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test")
29-
testImplementation("org.http4k:http4k-testing-strikt:5.13.0.0")
29+
testImplementation("org.http4k:http4k-testing-strikt:5.13.2.0")
3030

3131
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
3232
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.1")

0 commit comments

Comments
 (0)