From 0a0fad4222c3782679d406e6503fc9b1577145f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:31:37 +0000 Subject: [PATCH] Bump owlapi.version from 4.5.26 to 5.5.1 Bumps `owlapi.version` from 4.5.26 to 5.5.1. Updates `net.sourceforge.owlapi:owlapi-distribution` from 4.5.26 to 5.5.1 - [Commits](https://github.com/owlcs/owlapi/compare/owlapi-parent-4.5.26...owlapi-parent-5.5.1) Updates `net.sourceforge.owlapi:owlapi-osgidistribution` from 4.5.26 to 5.5.1 - [Commits](https://github.com/owlcs/owlapi/compare/owlapi-parent-4.5.26...owlapi-parent-5.5.1) --- updated-dependencies: - dependency-name: net.sourceforge.owlapi:owlapi-distribution dependency-type: direct:production update-type: version-update:semver-major - dependency-name: net.sourceforge.owlapi:owlapi-osgidistribution dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ef14ac02..bc727a68 100644 --- a/pom.xml +++ b/pom.xml @@ -243,7 +243,7 @@ <jcel.version>0.24.1</jcel.version> <junit.version>5.11.4</junit.version> <commonscli.version>1.9.0</commonscli.version> - <owlapi.version>4.5.26</owlapi.version> + <owlapi.version>5.5.1</owlapi.version> <protege.version>5.6.5</protege.version> <jackson.version>2.18.2</jackson.version> <logback.version>1.5.14</logback.version>