Skip to content

Commit

Permalink
feat(amphora-service): upgrade dependencies (#72)
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 78e77d1 commit d7f5f75
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions amphora-service/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 All @@ -16,7 +16,7 @@
<name>amphora-java-client</name>
<groupId>io.carbynestack</groupId>
<artifactId>amphora-java-client</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
Expand Down Expand Up @@ -249,7 +249,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 @@ -261,7 +261,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 @@ -273,7 +273,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 All @@ -285,7 +285,7 @@
<name>castor-java-client</name>
<groupId>io.carbynestack</groupId>
<artifactId>castor-java-client</artifactId>
<version>0.1-SNAPSHOT-4321261594-23-40a9faa</version>
<version>0.2.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
Expand Down
8 changes: 4 additions & 4 deletions amphora-service/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 @@ -14,7 +14,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 @@ -30,8 +30,8 @@
</repository>
</repositories>
<properties>
<amphora-common.version>0.1.1</amphora-common.version>
<amphora-java-client.version>0.1.1</amphora-java-client.version>
<amphora-common.version>0.2.0</amphora-common.version>
<amphora-java-client.version>0.2.0</amphora-java-client.version>
<!-- skip docker build by default -->
<dockerfile.skip>true</dockerfile.skip>
<docker.baseImage>ghcr.io/carbynestack/ubuntu-java-openjre:8-dev</docker.baseImage>
Expand Down

0 comments on commit d7f5f75

Please sign in to comment.