From 8abb40df60e1f1b651f31048b04648ddca031d8e Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Thu, 9 May 2024 19:11:20 +0300 Subject: [PATCH] Update OWLAPI to version 4.5.28 --- CHANGELOG.md | 1 + pom.xml | 10 +++++----- robot-core/pom.xml | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3cde082c..59a86cf78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated `duplicate_exact_syonym` [`report`] query to be case-insensitive and ignore synoyms annotated as abbreviation or acronym synonym types [#1179] - Extend `--drop-axiom-annotations` option to support value-specific removal of axiom annotations [#1193] - Add `--enforce-obo-format`, `--exclude-named-classes` and `--include-subclass-of` features to relax command [#1060, #1183] +- Updated OWL API to 3.5.28. This includes a major update to OBO Format which now supports [IDSPACE declarations](https://github.com/owlcs/owlapi/pull/1102) (non-OBO Foundry prefixes). ### Fixed - '--annotate-with-source true' does not work with extract --method subset [#1160] diff --git a/pom.xml b/pom.xml index ecbf1494d..b12e2894e 100644 --- a/pom.xml +++ b/pom.xml @@ -166,7 +166,7 @@ net.sourceforge.owlapi owlapi-api - 4.5.26 + 4.5.28 com.google.code.findbugs @@ -177,7 +177,7 @@ net.sourceforge.owlapi owlapi-apibinding - 4.5.26 + 4.5.28 com.google.code.findbugs @@ -188,7 +188,7 @@ net.sourceforge.owlapi owlapi-rio - 4.5.26 + 4.5.28 com.google.code.findbugs @@ -204,12 +204,12 @@ ch.qos.logback logback-classic - 1.2.13 + 1.3.0 org.slf4j log4j-over-slf4j - 1.7.32 + 2.0.11 au.csiro diff --git a/robot-core/pom.xml b/robot-core/pom.xml index 9f94fa0b0..78b576794 100644 --- a/robot-core/pom.xml +++ b/robot-core/pom.xml @@ -86,7 +86,7 @@ net.sourceforge.owlapi owlapi-api - 4.5.26 + 4.5.28 com.google.code.findbugs @@ -97,7 +97,7 @@ net.sourceforge.owlapi owlapi-apibinding - 4.5.26 + 4.5.28 com.google.code.findbugs @@ -108,7 +108,7 @@ net.sourceforge.owlapi owlapi-rio - 4.5.26 + 4.5.28 com.google.code.findbugs