diff --git a/NOTICE b/NOTICE index 01ab227509eeaf778074a940129ac19eb7ea19da..93ee2d47fe059e9afefa04200c9b5f3f71a0863e 100644 --- a/NOTICE +++ b/NOTICE @@ -60,7 +60,7 @@ The following software have components provided under the terms of this license: - Jackson-dataformat-YAML (from http://wiki.fasterxml.com/JacksonExtensionYAML, https://github.com/FasterXML/jackson, https://github.com/FasterXML/jackson-dataformats-text) - Jackson-module-parameter-names (from https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-parameter-names) - Jakarta Bean Validation API (from https://beanvalidation.org) -- Java Native Access (from https://github.com/java-native-access/jna, https://github.com/twall/jna) +- Java Native Access (from https://github.com/java-native-access/jna, https://github.com/twall/jna, https://repo1.maven.org/maven2/net/java/dev/jna/jna) - Java Native Access Platform (from https://github.com/java-native-access/jna) - Java UUID Generator (from http://wiki.fasterxml.com/JugHome) - Javassist (from http://www.javassist.org/) @@ -226,6 +226,8 @@ The following software have components provided under the terms of this license: - Logback Contrib :: Jackson (from https://repo1.maven.org/maven2/ch/qos/logback/contrib/logback-jackson) - Logback Core Module (from http://logback.qos.ch, https://repo1.maven.org/maven2/ch/qos/logback/logback-core) - SnakeYAML (from http://code.google.com/p/snakeyaml/, http://www.snakeyaml.org) +- org.junit.jupiter:junit-jupiter-api (from http://junit.org/junit5/) +- org.junit.platform:junit-platform-commons (from http://junit.org/junit5/) ======================================================================== EPL-2.0 @@ -240,6 +242,8 @@ The following software have components provided under the terms of this license: - JUnit Platform Commons (from http://junit.org/junit5/, https://junit.org/junit5/) - JUnit Platform Engine API (from http://junit.org/junit5/, https://junit.org/junit5/) - Jakarta Annotations API (from https://projects.eclipse.org/projects/ee4j.ca) +- org.junit.jupiter:junit-jupiter-api (from http://junit.org/junit5/) +- org.junit.platform:junit-platform-commons (from http://junit.org/junit5/) ======================================================================== GPL-2.0-only @@ -300,7 +304,7 @@ LGPL-2.1-only ======================================================================== 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 (from https://github.com/java-native-access/jna, https://github.com/twall/jna, https://repo1.maven.org/maven2/net/java/dev/jna/jna) - Java Native Access Platform (from https://github.com/java-native-access/jna) - Javassist (from http://www.javassist.org/) - Logback Classic Module (from http://logback.qos.ch, https://repo1.maven.org/maven2/ch/qos/logback/logback-classic) @@ -388,7 +392,7 @@ public-domain ======================================================================== The following software have components provided under the terms of this license: -- Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs (from https://www.bouncycastle.org/java.html) +- Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs (from http://www.bouncycastle.org/java.html, https://www.bouncycastle.org/java.html) - Bouncy Castle Provider (from http://www.bouncycastle.org/java.html, https://www.bouncycastle.org/java.html) - 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/) @@ -403,7 +407,7 @@ unknown ======================================================================== The following software have components provided under the terms of this license: -- Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs (from https://www.bouncycastle.org/java.html) +- Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs (from http://www.bouncycastle.org/java.html, https://www.bouncycastle.org/java.html) - Bouncy Castle Provider (from http://www.bouncycastle.org/java.html, https://www.bouncycastle.org/java.html) - Byte Buddy (without dependencies) (from https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy) - Checker Qual (from https://checkerframework.org) @@ -418,3 +422,5 @@ The following software have components provided under the terms of this license: - Jakarta XML Binding API (from https://repo1.maven.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api, https://repo1.maven.org/maven2/org/jboss/spec/javax/xml/bind/jboss-jaxb-api_2.3_spec) - System Rules (from http://stefanbirkner.github.io/system-rules/) - null (from https://github.com/fge/btf, https://github.com/fge/jackson-coreutils, https://github.com/fge/msg-simple) +- org.junit.jupiter:junit-jupiter-api (from http://junit.org/junit5/) +- org.junit.platform:junit-platform-commons (from http://junit.org/junit5/) diff --git a/pom.xml b/pom.xml index ba9064190fe414bb82a31b23367d9336971b6b46..7a42a722449e50016db0995cdd45c0ccd2f8afdc 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ 2.17.1 1.31.0 1.20 - 0.14.0-rc2 + 0.14.0-rc7 9.0.45 3.0.0 2.4.7 diff --git a/search-core/pom.xml b/search-core/pom.xml index ad0744e17a6f7b0b334b88a735c0949b4cc7fe8c..bee5a8cb2ab601e089af1326cb8cc50939e26486 100644 --- a/search-core/pom.xml +++ b/search-core/pom.xml @@ -38,7 +38,7 @@ ${project.basedir} 9.1.2 7.8.1 - 0.14.0-rc2 + 0.14.0-rc7 4.1.70.Final 5.4.9 diff --git a/testing/integration-tests/search-test-core/pom.xml b/testing/integration-tests/search-test-core/pom.xml index 6224435b960bd9d57f9d418d987616e57a3c7731..80a28f884ba0ec0edc313d023717af9f8bd3da76 100644 --- a/testing/integration-tests/search-test-core/pom.xml +++ b/testing/integration-tests/search-test-core/pom.xml @@ -19,7 +19,7 @@ 1.8 1.2.5 7.8.1 - 0.14.0-rc2 + 0.14.0-rc7