Skip to content

Commit

Permalink
Bump micronaut-test-spock from 1.1.4 to 1.1.5 (#86)
Browse files Browse the repository at this point in the history
Bumps [micronaut-test-spock](https://github.com/micronaut-projects/micronaut-test) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/micronaut-projects/micronaut-test/releases)
- [Commits](micronaut-projects/micronaut-test@v1.1.4...v1.1.5)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Apr 16, 2020
1 parent 0d814fb commit 9c78f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grpc-runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
testCompile 'io.jaegertracing:jaeger-core:1.2.0'
testCompile "io.micronaut:micronaut-inject-groovy:$micronautVersion"
testCompile "io.micronaut:micronaut-inject-java:$micronautVersion"
testCompile 'io.micronaut.test:micronaut-test-spock:1.1.4'
testCompile 'io.micronaut.test:micronaut-test-spock:1.1.5'
}

// compileJava.options.fork=true
Expand Down
2 changes: 1 addition & 1 deletion protobuff-support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
testCompile "io.micronaut:micronaut-http-client:$micronautVersion"
testCompile "io.micronaut:micronaut-inject-groovy:$micronautVersion"
testCompile "io.micronaut:micronaut-inject-java:$micronautVersion"
testCompile "io.micronaut.test:micronaut-test-spock:1.1.4"
testCompile "io.micronaut.test:micronaut-test-spock:1.1.5"
}

protobuf {
Expand Down

0 comments on commit 9c78f19

Please sign in to comment.