Updates blockhound to 1.0.5-BUILD-SNAPSHOT

java 16+ compatibility
This commit is contained in:
spencergibb
2021-03-29 15:49:23 -04:00
parent 6edcb3b438
commit 0941b751ab
2 changed files with 6 additions and 8 deletions

View File

@@ -51,7 +51,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<blockhound.version>1.0.4.RELEASE</blockhound.version>
<blockhound.version>1.0.5.BUILD-SNAPSHOT</blockhound.version>
<java.version>1.8</java.version>
<junit-pioneer.version>1.0.0</junit-pioneer.version>
<spring-cloud-circuitbreaker.version>2.0.2-SNAPSHOT</spring-cloud-circuitbreaker.version>

View File

@@ -121,6 +121,11 @@
<artifactId>blockhound</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.projectreactor.tools</groupId>
<artifactId>blockhound-junit-platform</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
@@ -194,13 +199,6 @@
<activation>
<jdk>(,16)</jdk>
</activation>
<dependencies>
<dependency>
<groupId>io.projectreactor.tools</groupId>
<artifactId>blockhound-junit-platform</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>