diff --git a/NOTICE b/NOTICE index ba660d15cb89c88996877bb1896366da540dfdc0..ad0d2f615bb4736c50d01985e7fb692d3ab662af 100644 --- a/NOTICE +++ b/NOTICE @@ -307,7 +307,6 @@ BSD-2-Clause The following software have components provided under the terms of this license: - Apache Log4j Core (from https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core) -- Hamcrest (from http://hamcrest.org/JavaHamcrest/) - Hamcrest Core (from http://hamcrest.org/, http://hamcrest.org/JavaHamcrest/, https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core) - HdrHistogram (from http://hdrhistogram.github.io/HdrHistogram/) - Jodd Util (from https://util.jodd.org) @@ -454,6 +453,7 @@ The following software have components provided under the terms of this license: - JUnit Platform Engine API (from http://junit.org/junit5/, https://junit.org/junit5/) - Jakarta Activation API (from https://github.com/eclipse-ee4j/jaf, https://github.com/jakartaee/jaf-api, https://repo1.maven.org/maven2/jakarta/activation/jakarta.activation-api) - Jakarta Annotations API (from https://projects.eclipse.org/projects/ee4j.ca) +- Jakarta Dependency Injection (from https://github.com/eclipse-ee4j/injection-api) - Jakarta Expression Language API (from https://projects.eclipse.org/projects/ee4j.el) - Jakarta Messaging API (from https://projects.eclipse.org/projects/ee4j.jms) - Jakarta RESTful WS API (from https://github.com/eclipse-ee4j/jaxrs-api, https://repo1.maven.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api) @@ -482,6 +482,7 @@ The following software have components provided under the terms of this license: - Jackson-core (from http://wiki.fasterxml.com/JacksonHome, https://github.com/FasterXML/jackson-core) - Jakarta Activation API (from https://github.com/eclipse-ee4j/jaf, https://github.com/jakartaee/jaf-api, https://repo1.maven.org/maven2/jakarta/activation/jakarta.activation-api) - Jakarta Annotations API (from https://projects.eclipse.org/projects/ee4j.ca) +- Jakarta Dependency Injection (from https://github.com/eclipse-ee4j/injection-api) - Jakarta Expression Language API (from https://projects.eclipse.org/projects/ee4j.el) - Jakarta Messaging API (from https://projects.eclipse.org/projects/ee4j.jms) - Jakarta RESTful WS API (from https://github.com/eclipse-ee4j/jaxrs-api, https://repo1.maven.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api) @@ -502,7 +503,6 @@ ISC ======================================================================== The following software have components provided under the terms of this license: -- Java Native Access Platform (from https://github.com/java-native-access/jna) - Spring Security - Core (from http://spring.io/spring-security, https://repo1.maven.org/maven2/org/springframework/security/spring-security-core, https://spring.io/projects/spring-security, https://spring.io/spring-security) ======================================================================== @@ -524,6 +524,7 @@ LGPL-2.1-or-later The following software have components provided under the terms of this license: - Java Native Access (from https://github.com/java-native-access/jna, https://github.com/twall/jna) +- Java Native Access Platform (from https://github.com/java-native-access/jna) - Javassist (from http://www.javassist.org/, https://www.javassist.org/) ======================================================================== @@ -651,7 +652,6 @@ public-domain ======================================================================== The following software have components provided under the terms of this license: -- HdrHistogram (from http://hdrhistogram.github.io/HdrHistogram/) - JBoss Logging 3 (from http://www.jboss.org) - JSON in Java (from https://github.com/douglascrockford/JSON-java) - PostgreSQL JDBC Driver diff --git a/provider/register-aws/pom.xml b/provider/register-aws/pom.xml index 0c1f2163508dcd7e7253e98ee8c6e039e072c8ae..0ac31dfacbe93584a5ed4f20c98a95ae74923052 100644 --- a/provider/register-aws/pom.xml +++ b/provider/register-aws/pom.xml @@ -107,7 +107,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.11.0</version> + <version>2.14.0</version> <scope>compile</scope> </dependency> <dependency> diff --git a/register-core/pom.xml b/register-core/pom.xml index 272bf64f42742471a727e04bb1b50abac1d23199..2b168a9df17489b16a6d780c54fbd89bd620f423 100644 --- a/register-core/pom.xml +++ b/register-core/pom.xml @@ -92,7 +92,7 @@ <dependency> <groupId>com.nimbusds</groupId> <artifactId>nimbus-jose-jwt</artifactId> - <version>8.2</version> + <version>9.37.2</version> <exclusions> <exclusion> <groupId>net.minidev</groupId>