Skip to content

Commit

Permalink
chore(deps): update plugin io.micronaut.test-resources to v4.1.1 (#272)
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] committed Oct 18, 2023
1 parent 9d693a0 commit c221827
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.0.2"
id("io.micronaut.test-resources") version "4.1.1"
}

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.0.2"
id("io.micronaut.test-resources") version "4.1.1"
}

dependencies {
Expand Down

0 comments on commit c221827

Please sign in to comment.