spring-gradle-plugins / spring-build-conventions

Contains common build logic and uses conventions to build a Spring Project with Gradle
14 stars 18 forks source link

Upgrade dependencies #48

Closed vpavic closed 5 years ago

vpavic commented 5 years ago

This PR upgrades the project to use Gradle 5.2.1 and updates build script to use implementation/testImplementation configurations instead of deprecated compile/testCompile.

It also upgrades the following implementation dependencies:

It also upgrades the following testImplementation dependencies: