Dependency bumps (#203)

* Updates

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Let's avoid to upgrade junit5, it seems that surefire plugin doesn't like it...

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
Francesco Guardiani 2020-08-04 18:03:28 +02:00 committed by GitHub
parent 58a6426fe8
commit 0ce5f9535d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 8 deletions

View File

@ -60,6 +60,11 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>

View File

@ -32,7 +32,7 @@
<packaging>jar</packaging>
<properties>
<jackson.version>2.10.1</jackson.version>
<jackson.version>2.11.2</jackson.version>
<module-name>io.cloudevents.formats.jackson</module-name>
</properties>

View File

@ -32,8 +32,8 @@
<packaging>jar</packaging>
<properties>
<vertx.version>3.9.0</vertx.version>
<resteasy.version>4.5.3.Final</resteasy.version>
<vertx.version>3.9.2</vertx.version>
<resteasy.version>4.5.6.Final</resteasy.version>
</properties>
<dependencies>

View File

@ -32,8 +32,8 @@
<packaging>jar</packaging>
<properties>
<spring-boot.version>2.3.0.RELEASE</spring-boot.version>
<spring.version>5.2.6.RELEASE</spring.version>
<spring-boot.version>2.3.2.RELEASE</spring-boot.version>
<spring.version>5.2.8.RELEASE</spring.version>
</properties>
<dependencyManagement>

View File

@ -31,8 +31,7 @@
<packaging>jar</packaging>
<properties>
<vertx.version>3.9.0</vertx.version>
<assertj-core.version>3.11.0</assertj-core.version>
<vertx.version>3.9.2</vertx.version>
<module-name>io.cloudevents.http.vertx</module-name>
</properties>

View File

@ -78,7 +78,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<assertj-core.version>3.11.0</assertj-core.version>
<assertj-core.version>3.16.1</assertj-core.version>
<junit-jupiter.version>5.5.2</junit-jupiter.version>
<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
</properties>