Updated owlapi dependency (#401)

This commit is contained in:
Georgy Litvinov 2023-06-16 09:13:00 +02:00 committed by GitHub
parent fb9d86a57d
commit 58e479a08a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,12 +144,12 @@
<dependency> <dependency>
<groupId>net.sourceforge.owlapi</groupId> <groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-api</artifactId> <artifactId>owlapi-api</artifactId>
<version>5.1.1</version> <version>5.1.20</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.sourceforge.owlapi</groupId> <groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-apibinding</artifactId> <artifactId>owlapi-apibinding</artifactId>
<version>5.1.1</version> <version>5.1.20</version>
<!-- Exclude rio binding as we don't use Sesame --> <!-- Exclude rio binding as we don't use Sesame -->
<exclusions> <exclusions>
<exclusion> <exclusion>