#26 - Upgraded to Spring 4.3 and Spring Shell 1.2 RC1.
Removed @Autowired from constructors. Tweaked class setup with Lombok in a variety of places (using @FieldDefaults, @NonNull etc.).
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
<java.version>1.8</java.version>
|
||||
<jar.mainclass>org.springframework.data.release.Application</jar.mainclass>
|
||||
<spring-plugin.version>1.3.0.BUILD-SNAPSHOT</spring-plugin.version>
|
||||
<spring.version>4.3.0.RELEASE</spring.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -52,7 +53,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.shell</groupId>
|
||||
<artifactId>spring-shell</artifactId>
|
||||
<version>1.2.0.M1</version>
|
||||
<version>1.2.0.RC1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user