Skip to content

Commit

Permalink
feat(amphora-java-client): upgrade dependencies (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Becker <[email protected]>
  • Loading branch information
sbckr authored Oct 9, 2024
1 parent 06aeee2 commit 987a594
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions amphora-java-client/3RD-PARTY-LICENSES/sbom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>amphora-common</name>
<groupId>io.carbynestack</groupId>
<artifactId>amphora-common</artifactId>
<version>0.1-SNAPSHOT-4741225899-24-4a99be8</version>
<version>0.2.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
Expand Down Expand Up @@ -120,7 +120,7 @@
<name>Carbyne Stack Java HTTP Client</name>
<groupId>io.carbynestack</groupId>
<artifactId>java-http-client</artifactId>
<version>0.1-SNAPSHOT-4075044562-9-8ffab9c</version>
<version>0.2.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
Expand All @@ -132,7 +132,7 @@
<name>Carbyne Stack MP-SPDZ Integration Utilities</name>
<groupId>io.carbynestack</groupId>
<artifactId>mp-spdz-integration</artifactId>
<version>0.2-SNAPSHOT-3541842672-11-c754bbb</version>
<version>0.2.2</version>
<licenses>
<license>
<name>Apache-2.0</name>
Expand All @@ -144,7 +144,7 @@
<name>castor-common</name>
<groupId>io.carbynestack</groupId>
<artifactId>castor-common</artifactId>
<version>0.1-SNAPSHOT-4321261594-23-40a9faa</version>
<version>0.2.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
Expand Down
6 changes: 3 additions & 3 deletions amphora-java-client/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2023 - for information on the respective copyright owner
~ Copyright (c) 2023-2024 - for information on the respective copyright owner
~ see the NOTICE file and/or the repository https://github.com/carbynestack/amphora.
~
~ SPDX-License-Identifier: Apache-2.0
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>io.carbynestack</groupId>
<artifactId>amphora-parent</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
<!-- override relativePath default '../pom.xml' to resolve pom from repository
see https://maven.apache.org/ref/3.8.1/maven-model/maven.html#parent -->
<relativePath/>
Expand All @@ -28,7 +28,7 @@
</repository>
</repositories>
<properties>
<amphora-common.version>0.1.1</amphora-common.version>
<amphora-common.version>0.2.0</amphora-common.version>
<!-- external dependencies -->
<guava.version>31.1-jre</guava.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
Expand Down

0 comments on commit 987a594

Please sign in to comment.