Updates blockhound to 1.0.5-BUILD-SNAPSHOT
java 16+ compatibility
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user