Skip to content

Commit

Permalink
Bump io.github.hakky54:logcaptor from 2.9.+ to 2.10.0 in the deps group
Browse files Browse the repository at this point in the history
Bumps the deps group with 1 update: [io.github.hakky54:logcaptor](https://github.com/Hakky54/log-captor).


Updates `io.github.hakky54:logcaptor` from 2.9.+ to 2.10.0
- [Changelog](https://github.com/Hakky54/log-captor/blob/master/CHANGELOG.MD)
- [Commits](https://github.com/Hakky54/log-captor/commits/v2.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 7b33253 commit 34efa74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-webflux")
runtimeOnly("com.h2database:h2")
runtimeOnly("org.postgresql:postgresql:42.+")
testImplementation("io.github.hakky54:logcaptor:2.9.+")
testImplementation("io.github.hakky54:logcaptor:2.10.+")
testImplementation("org.apache.commons:commons-compress:1.27.+")
testImplementation("org.assertj:assertj-core")
testImplementation("org.junit.jupiter:junit-jupiter")
Expand Down

0 comments on commit 34efa74

Please sign in to comment.