[java-parent-project] 03/06: Update joda-time to 2.10.6

Ian Young ian at iay.org.uk
Fri Aug 14 16:01:36 UTC 2020


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

iay pushed a commit to branch master
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=4bccfb69abdae269193a7e114a66dee991d35208

commit 4bccfb69abdae269193a7e114a66dee991d35208
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Aug 14 16:31:37 2020 +0100

    Update joda-time to 2.10.6
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c3add8f..9167237 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,7 @@
         <jakarta.json.version>1.1.6</jakarta.json.version>
         <jakarta.mail.version>1.6.4</jakarta.mail.version>
         <jetty.groupId>org.eclipse.jetty</jetty.groupId>
+        <joda-time.version>2.10.6</joda-time.version>
         <jsoup.version>1.13.1</jsoup.version>
         <ldaptive.version>1.3.0</ldaptive.version>
         <unboundid.version>4.0.14</unboundid.version>
@@ -278,7 +279,7 @@
             <dependency>
                 <groupId>joda-time</groupId>
                 <artifactId>joda-time</artifactId>
-                <version>2.10.5</version>
+                <version>${joda-time.version}</version>
             </dependency>
 
             <!-- Needed for JAXB support. -->

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


More information about the commits mailing list