Skip to content

Commit

Permalink
[0.14.2] Bump version, update to core 0.14.2, update test dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Mar 13, 2024
1 parent 4987191 commit d9f3ccc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/pom.xml
Expand Up @@ -16,7 +16,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>

<cz.cvut.kbss.jb4jsonld.version>0.14.0</cz.cvut.kbss.jb4jsonld.version>
<cz.cvut.kbss.jb4jsonld.version>0.14.2</cz.cvut.kbss.jb4jsonld.version>
</properties>

<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>cz.cvut.kbss.jsonld</groupId>
<artifactId>jb4jsonld-jackson</artifactId>
<version>0.14.1</version>
<version>0.14.2</version>
<name>JB4JSON-LD-Jackson</name>
<description>JB4JSON-LD integration for Jackson.</description>
<url>https://github.com/kbss-cvut/jb4jsonld-jackson</url>
Expand All @@ -16,13 +16,13 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>

<cz.cvut.kbss.jb4jsonld.version>0.14.1</cz.cvut.kbss.jb4jsonld.version>
<com.fasterxml.jackson.version>2.15.3</com.fasterxml.jackson.version>
<cz.cvut.kbss.jb4jsonld.version>0.14.2</cz.cvut.kbss.jb4jsonld.version>
<com.fasterxml.jackson.version>2.15.4</com.fasterxml.jackson.version>

<org.junit.jupiter.version>5.9.2</org.junit.jupiter.version>
<org.mockito.version>4.11.0</org.mockito.version>
<ch.qos.logback.version>1.4.11</ch.qos.logback.version>
<org.eclipse.rdf4j.version>4.3.7</org.eclipse.rdf4j.version>
<ch.qos.logback.version>1.4.14</ch.qos.logback.version>
<org.eclipse.rdf4j.version>4.3.10</org.eclipse.rdf4j.version>
</properties>

<dependencies>
Expand Down

0 comments on commit d9f3ccc

Please sign in to comment.