Skip to content

Commit

Permalink
chore(deps): update plugin io.micronaut.test-resources to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 18, 2023
1 parent 5110e3b commit b1086fe
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 b1086fe

Please sign in to comment.