Skip to content

Commit

Permalink
chore(deps): update plugin io.micronaut.test-resources to v4.1.2 (#538)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent 08eac19 commit c68f1a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-suite-consul-graal-jacksondatabind/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("io.micronaut.build.internal.discovery-client-tests-consul")
id("org.graalvm.buildtools.native") version "0.9.27"
id("io.micronaut.library") version "4.1.2"
id("io.micronaut.test-resources") version "4.1.1"
id("io.micronaut.test-resources") version "4.1.2"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion test-suite-consul-graal-serde/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("io.micronaut.build.internal.discovery-client-tests-consul")
id("org.graalvm.buildtools.native") version "0.9.27"
id("io.micronaut.library") version "4.1.2"
id("io.micronaut.test-resources") version "4.1.1"
id("io.micronaut.test-resources") version "4.1.2"
}

dependencies {
Expand Down

0 comments on commit c68f1a9

Please sign in to comment.