From 1a2e8400d6b47d347222e1ff505d2a87d1223a0b Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 18 Mar 2022 08:15:08 +0000 Subject: [PATCH] Bump project version and test with Spring 5.3 --- pipeline.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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