diff --git a/pipeline.yml b/pipeline.yml index fa8da74..b7c77d8 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -85,7 +85,7 @@ jobs: - | rm -rf ~/.m2 ln -s $(pwd)/.m2 ~/.m2 - ./mvnw install -Dspring.version=5.1.2.RELEASE + ./mvnw install -Dspring.version=5.3.16 - name: deploy plan: - get: source diff --git a/pom.xml b/pom.xml index 8ac7764..561f3d2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.guice spring-guice - 1.1.5.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT spring-guice Utilities for using Spring with Guice and vice versa