From 3e4ce8d43b341adeb95c21799b75317fc1d9e8ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 10:04:01 +0000 Subject: [PATCH] Bump io.github.hakky54:logcaptor from 2.8.0 to 2.9.0 Bumps [io.github.hakky54:logcaptor](https://github.com/Hakky54/log-captor) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/Hakky54/log-captor/releases) - [Changelog](https://github.com/Hakky54/log-captor/blob/master/CHANGELOG.MD) - [Commits](https://github.com/Hakky54/log-captor/compare/v2.8.0...v2.9.0) --- updated-dependencies: - dependency-name: io.github.hakky54:logcaptor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index cbe67ed..db2d0dd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -105,7 +105,7 @@ dependencies { // Mockk testImplementation("io.mockk:mockk:1.13.4") - testImplementation("io.github.hakky54:logcaptor:2.8.0") + testImplementation("io.github.hakky54:logcaptor:2.9.0") // Documentation testImplementation("org.springdoc:springdoc-openapi-ui:1.6.15")