Skip to content

Commit

Permalink
feat(amphora-parent): upgrade internal dependencies (#66)
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 0b1866f commit fac4666
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions amphora-parent/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 Down Expand Up @@ -55,9 +55,10 @@
<maven-license-plugin.version>2.0.0</maven-license-plugin.version>

<!-- internal dependency versions -->
<castor.version>0.1-SNAPSHOT-4321261594-23-40a9faa</castor.version>
<cs-spdz-integration.version>0.2-SNAPSHOT-3541842672-11-c754bbb</cs-spdz-integration.version>
<cs-java-client.version>0.1-SNAPSHOT-4075044562-9-8ffab9c</cs-java-client.version>
<castor-common.version>0.2.0</castor-common.version>
<castor-client.version>0.2.0</castor-client.version>
<cs-spdz-integration.version>0.2.2</cs-spdz-integration.version>
<cs-java-client.version>0.2.0</cs-java-client.version>

<!-- external dependency versions -->
<assertj.version>3.24.2</assertj.version>
Expand Down Expand Up @@ -155,12 +156,12 @@
<dependency>
<groupId>io.carbynestack</groupId>
<artifactId>castor-common</artifactId>
<version>${castor.version}</version>
<version>${castor-common.version}</version>
</dependency>
<dependency>
<groupId>io.carbynestack</groupId>
<artifactId>castor-java-client</artifactId>
<version>${castor.version}</version>
<version>${castor-client.version}</version>
</dependency>
<dependency>
<groupId>io.carbynestack</groupId>
Expand Down

0 comments on commit fac4666

Please sign in to comment.