Skip to content

Commit

Permalink
chore(deps): update plugin io.micronaut.test-resources to v4.1.2 (#281)
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 6, 2023
1 parent 1d11c59 commit f7c5a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion microstream/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import io.micronaut.testresources.buildtools.KnownModules.JDBC_POSTGRESQL

plugins {
id("io.micronaut.internal.build.microstream-module")
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/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java-library'
id "io.micronaut.internal.build.microstream-testsuite"
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 f7c5a19

Please sign in to comment.