RESTEasy Spring Boot Starter 3.1.0.Final released
By Weinan Li | June 03, 2019
RESTEasy Spring Boot Starter 3.1.0.Final is released and can be fetched from Github:
Here is the maven dependency section to include the new release in your project:
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring-boot-starter</artifactId>
<version>3.1.0.Final</version>
<scope>runtime</scope>
</dependency>
The change in this release is that it adopts RESTEasy 3.7.0.Final as dependency.