[java-metadata-aggregator] branch main updated: Unpin java-support and spring-extensions dependencies

Ian Young ian at iay.org.uk
Thu Mar 3 17:08:04 UTC 2022


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=0d85bfee8772383029eb35d705b962339e1b9b76

The following commit(s) were added to refs/heads/main by this push:
     new 0d85bfe  Unpin java-support and spring-extensions dependencies
0d85bfe is described below

commit 0d85bfee8772383029eb35d705b962339e1b9b76
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Mar 3 17:08:00 2022 +0000

    Unpin java-support and spring-extensions dependencies
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1f6d4cd..6d273bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,8 +33,8 @@
     </modules>
 
     <properties>
-        <java-support.version>8.2.1</java-support.version>
-        <spring-extensions.version>6.1.2</spring-extensions.version>
+        <java-support.version>8.3.0-SNAPSHOT</java-support.version>
+        <spring-extensions.version>6.2.0-SNAPSHOT</spring-extensions.version>
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
         <aggregator-parent.site.url>${shibboleth.site.deploy.url}java-metadata-aggregator/${project.version}/</aggregator-parent.site.url>
         <aggregator-module.site.url>${aggregator-parent.site.url}${project.artifactId}</aggregator-module.site.url>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list