aleitner commented on code in PR #1005: URL: https://github.com/apache/guacamole-client/pull/1005#discussion_r1733344593
########## extensions/guacamole-auth-sso/modules/guacamole-auth-sso-saml/pom.xml: ########## @@ -122,20 +122,20 @@ <dependency> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> - <version>5.4.0</version> + <version>6.6.0</version> </dependency> <!-- Apache XML Security for Java (see exclusions for java-saml) --> <dependency> <groupId>org.apache.santuario</groupId> <artifactId>xmlsec</artifactId> - <version>2.2.6</version> + <version>4.0.2</version> Review Comment: woodstox-core 6.6.0 has full compatibility with 5 https://github.com/FasterXML/woodstox/wiki/Woodstox-Release-6.6 xmlsec I couldn't find any information on compatibility between 4 and 2, but I was able to successfully sign in with saml using these updated versions -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org