Skip to content

Commit

Permalink
Merge pull request #1210 from ontodev/issue-1121
Browse files Browse the repository at this point in the history
Update whelk version to fix inferred property assertion generation.
  • Loading branch information
jamesaoverton authored Jul 30, 2024
2 parents 6cb1658 + d8205e4 commit 23dad04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
- Output inferred object property assertions using Whelk reasoner, by updating to Whelk 1.1.3. [#1121]

## [1.9.6] - 2024-05-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion robot-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
<dependency>
<groupId>org.geneontology</groupId>
<artifactId>whelk-owlapi_${scala.version}</artifactId>
<version>1.0.4</version>
<version>1.1.3</version>
<exclusions>
<exclusion>
<groupId>net.sourceforge.owlapi</groupId>
Expand Down

0 comments on commit 23dad04

Please sign in to comment.