[java-idp-plugin-duo] branch main updated: JDUO-44 - idp-plugin-duo violates strong encapsulation in Java 16+

Phil Smart philip.smart at jisc.ac.uk
Fri Apr 23 15:09:34 UTC 2021


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

philsmart pushed a commit to branch main
in repository java-idp-plugin-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=a44660776f9ac200c3ba9eb453636d0f63f0a987

The following commit(s) were added to refs/heads/main by this push:
       new  a446607   JDUO-44 - idp-plugin-duo violates strong encapsulation in Java 16+
a446607 is described below

commit a44660776f9ac200c3ba9eb453636d0f63f0a987
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Apr 23 16:09:31 2021 +0100

    JDUO-44 - idp-plugin-duo violates strong encapsulation in Java 16+
    
    - Override inherited Lombok version 1.18.16 with 1.18.20 to support Java
    16.
    
    https://issues.shibboleth.net/jira/browse/JDUO-44
---
 idp-duo-sdk-client-impl/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-duo-sdk-client-impl/pom.xml b/idp-duo-sdk-client-impl/pom.xml
index 084a454..6a0ffaa 100644
--- a/idp-duo-sdk-client-impl/pom.xml
+++ b/idp-duo-sdk-client-impl/pom.xml
@@ -60,7 +60,7 @@
         <dependency>
             <groupId>org.projectlombok</groupId>
             <artifactId>lombok</artifactId>
-            <version>1.18.10</version>
+            <version>1.18.20</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>

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


More information about the commits mailing list