Skip to content

Commit

Permalink
chore: update some dependencies and version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
drcgjung committed Dec 11, 2023
1 parent 5edd670 commit e390c7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>io.catenax</groupId>
<artifactId>ontology</artifactId>
<packaging>pom</packaging>
<version>1.9.4-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<name>Catena-X Knowledge Agents Ontology</name>
<description>Project for all Ontology-Related Artifacts</description>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>io.catenax</groupId>
<artifactId>ontology</artifactId>
<version>1.9.4-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -108,15 +108,15 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.12.6</version>
<version>2.16.0</version>
<scope>test</scope>
</dependency>

<!-- for testing json output -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.7.1</version>
<version>2.16.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit e390c7c

Please sign in to comment.