Skip to content

Commit

Permalink
build(deps): bump io.github.hakky54:logcaptor from 2.9.0 to 2.9.1
Browse files Browse the repository at this point in the history
Bumps [io.github.hakky54:logcaptor](https://github.com/Hakky54/log-captor) from 2.9.0 to 2.9.1.
- [Changelog](https://github.com/Hakky54/log-captor/blob/master/CHANGELOG.MD)
- [Commits](Hakky54/log-captor@v2.9.0...v2.9.1)

---
updated-dependencies:
- dependency-name: io.github.hakky54:logcaptor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 6e74f94 commit cd4472b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exposed-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
testCompileOnly("com.impossibl.pgjdbc-ng", "pgjdbc-ng", Versions.postgreNG)
compileOnly("com.h2database", "h2", Versions.h2)
testCompileOnly("org.xerial", "sqlite-jdbc", Versions.sqlLite3)
testImplementation("io.github.hakky54:logcaptor:2.9.0")
testImplementation("io.github.hakky54:logcaptor:2.9.1")
}

tasks.withType<Test>().configureEach {
Expand Down

0 comments on commit cd4472b

Please sign in to comment.