Skip to content

Commit

Permalink
Merge pull request #23 from filip26/patch/multibase
Browse files Browse the repository at this point in the history
Bump multibase version (Java17)
  • Loading branch information
filip26 authored Jul 3, 2023
2 parents 15871db + 6369905 commit e1780b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<envSources>src/main/java17</envSources>
<multiformats.version>v1.1.1</multiformats.version>
</properties>
<dependencies>
<dependency>
<groupId>com.github.multiformats</groupId>
<artifactId>java-multibase</artifactId>
<version>${multiformats.version}</version>
</dependency>
<dependency>
<groupId>com.apicatalog</groupId>
<artifactId>titanium-json-ld</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions pom_jre8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,14 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<envSources>src/main/java8</envSources>
<multiformats.version>1.1.0</multiformats.version>
</properties>
<dependencies>
<dependency>
<groupId>com.github.multiformats</groupId>
<artifactId>java-multibase</artifactId>
<version>${multiformats.version}</version>
</dependency>
<dependency>
<groupId>com.apicatalog</groupId>
<artifactId>titanium-json-ld-jre8</artifactId>
Expand Down
9 changes: 0 additions & 9 deletions pom_parent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@
<titanium.version>1.3.2</titanium.version>
<cbor-java.version>0.9</cbor-java.version>
<copper.version>0.0.1</copper.version>
<multiformats.version>1.1.0</multiformats.version>

<argLine>-Dfile.encoding=UTF-8</argLine>

<!-- test resources -->
<junit.version>5.8.2</junit.version>
<jakarta.json.version>2.0.1</jakarta.json.version>
Expand All @@ -71,12 +68,6 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.github.multiformats</groupId>
<artifactId>java-multibase</artifactId>
<version>${multiformats.version}</version>
</dependency>

<!-- Tests -->
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit e1780b6

Please sign in to comment.