diff --git a/NOTICE b/NOTICE index 094b03886d4b774eeee4a2507bb5728a9fe4d553..df5ed8b53ed5afe428f3929bec3120bcb76e5953 100644 --- a/NOTICE +++ b/NOTICE @@ -66,7 +66,7 @@ The following software have components provided under the terms of this license: - Guava ListenableFuture only (from https://repo1.maven.org/maven2/com/google/guava/listenablefuture) - Guava: Google Core Libraries for Java (from http://code.google.com/p/guava-libraries, https://github.com/google/guava, https://repo1.maven.org/maven2/com/google/guava/guava) - HTTP functionality for the Reactor Netty library (from https://github.com/reactor/reactor-netty) -- Hibernate Validator (from http://hibernate.org/validator, https://repo1.maven.org/maven2/org/hibernate/hibernate-validator, https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator) +- Hibernate Validator (from https://hibernate.org/validator, https://repo1.maven.org/maven2/org/hibernate/hibernate-validator, https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator) - IBM COS Java SDK for Amazon S3 (from https://github.com/ibm/ibm-cos-sdk-java) - IBM COS Java SDK for COS KMS (from https://github.com/ibm/ibm-cos-sdk-java) - IBM COS SDK For Java (from https://github.com/ibm/ibm-cos-sdk-java) @@ -306,7 +306,7 @@ The following software have components provided under the terms of this license: - Guava: Google Core Libraries for Java (from http://code.google.com/p/guava-libraries, https://github.com/google/guava, https://repo1.maven.org/maven2/com/google/guava/guava) - HdrHistogram (from http://hdrhistogram.github.io/HdrHistogram/) -- Hibernate Validator (from http://hibernate.org/validator, https://repo1.maven.org/maven2/org/hibernate/hibernate-validator, https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator) +- Hibernate Validator (from https://hibernate.org/validator, https://repo1.maven.org/maven2/org/hibernate/hibernate-validator, https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator) - LatencyUtils (from http://latencyutils.github.io/LatencyUtils/) - Netty/Common (from https://repo1.maven.org/maven2/io/netty/netty-common) - Redisson (from http://redisson.org) diff --git a/pom.xml b/pom.xml index 18455a210510e6d604d7845a5f23280b7926a687..24114083d8154e7cc98425e908c07c9015bb88ab 100644 --- a/pom.xml +++ b/pom.xml @@ -15,8 +15,8 @@ <log4j.version>2.17.1</log4j.version> <json-smart.version>2.5.0</json-smart.version> <spring-boot.version>3.3.1</spring-boot.version> - <spring-security.version>6.3.1</spring-security.version> - <spring-framework.version>6.1.10</spring-framework.version> + <spring-security.version>6.3.3</spring-security.version> + <spring-framework.version>6.1.13</spring-framework.version> </properties> <licenses> diff --git a/provider/unit-aws/pom.xml b/provider/unit-aws/pom.xml index b0a976b11a73c001edf36269879e68d7e1701e25..2d877f810278d41ad1f64db49750efa5575856e1 100644 --- a/provider/unit-aws/pom.xml +++ b/provider/unit-aws/pom.xml @@ -63,7 +63,7 @@ <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>os-core-lib-aws</artifactId> - <version>0.26.0-spring6-rc2</version> + <version>3.0.1</version> </dependency>