diff --git a/Interop/OCI/pom.xml b/Interop/OCI/pom.xml index 0d458a6ae..febb8cb8c 100644 --- a/Interop/OCI/pom.xml +++ b/Interop/OCI/pom.xml @@ -113,7 +113,7 @@ org.slf4j slf4j-api - 1.7.29 + 1.7.33 commons-codec @@ -134,6 +134,36 @@ com.oracle.labs.olcut olcut-config-json ${olcut.version} + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-annotations + + + + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} diff --git a/Json/pom.xml b/Json/pom.xml index 673aa56c7..9388a31fe 100644 --- a/Json/pom.xml +++ b/Json/pom.xml @@ -33,11 +33,6 @@ - - com.oracle.labs.olcut - olcut-config-json - ${olcut.version} - ${project.groupId} tribuo-core @@ -48,6 +43,41 @@ tribuo-data ${project.version} + + com.oracle.labs.olcut + olcut-config-json + ${olcut.version} + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-annotations + + + + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + ${project.groupId} tribuo-core diff --git a/Reproducibility/pom.xml b/Reproducibility/pom.xml index d082f0154..9b7dc416c 100644 --- a/Reproducibility/pom.xml +++ b/Reproducibility/pom.xml @@ -54,6 +54,37 @@ com.oracle.labs.olcut olcut-config-json ${olcut.version} + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-annotations + + + + + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} diff --git a/THIRD_PARTY_LICENSES.txt b/THIRD_PARTY_LICENSES.txt index 801613b98..68388c020 100644 --- a/THIRD_PARTY_LICENSES.txt +++ b/THIRD_PARTY_LICENSES.txt @@ -23,9 +23,9 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Liblinear-java 2.43 - BSD License +Liblinear-java 2.44 - BSD License -Copyright (c) 2007-2019 The LIBLINEAR Project. +Copyright (c) 2007-2022 The LIBLINEAR Project. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -319,7 +319,7 @@ Copyright 2019, 2020, 2022 The TensorFlow Authors. All rights reserved. See the License for the specific language governing permissions and limitations under the License. -XGBoost 1.6.1 - Apache 2.0 +XGBoost 1.6.2 - Apache 2.0 Apache License Version 2.0, January 2004 @@ -728,7 +728,7 @@ OpenCSV 5.6 - Apache 2.0 See the License for the specific language governing permissions and limitations under the License. -junit 5.7.1 - Eclipse Public License 2.0 +junit 5.9.1 - Eclipse Public License 2.0 Eclipse Public License - v 2.0 ============================== @@ -1449,7 +1449,7 @@ ONNX v1.9.0 - Apache 2.0 See the License for the specific language governing permissions and limitations under the License. -protobuf-java 3.19.4 - 3-clause BSD +protobuf-java 3.19.6 - 3-clause BSD Copyright 2008 Google Inc. All rights reserved. @@ -1484,7 +1484,7 @@ of the input file used when generating it. This code is not standalone and requires a support library to be linked with it. This support library is itself covered by the above license. -oci-java-sdk 2.38.0 - Dual licensed UPL/Apache 2.0 +oci-java-sdk 2.46.0 - Dual licensed UPL/Apache 2.0 Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved. diff --git a/distribution/pom.xml b/distribution/pom.xml index 60772a469..8b6958d0c 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -137,6 +137,11 @@ tribuo-classification-explanations ${project.version} + + org.tribuo + tribuo-classification-fs + ${project.version} + org.tribuo tribuo-classification-liblinear diff --git a/pom.xml b/pom.xml index 634113636..44f2a065a 100644 --- a/pom.xml +++ b/pom.xml @@ -45,19 +45,20 @@ 5.2.1 - 2.38.0 + 2.46.0 2.44 3.25 1.12.1 0.4.2 - 1.6.1 + 1.6.2 - 5.7.1 + 5.9.1 5.6 - 3.19.4 + 3.19.6 + 2.14.0-rc1