Skip to content

Commit

Permalink
Upgrade java client (#66)
Browse files Browse the repository at this point in the history
* chore: upgrade java-http-client
* chore: upgrade mp-spdz-integration
---------

Signed-off-by: Sebastian Becker <[email protected]>
  • Loading branch information
sbckr authored Oct 8, 2024
1 parent eead173 commit b002136
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions castor-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/castor.
~
~ SPDX-License-Identifier: Apache-2.0
Expand Down Expand Up @@ -55,8 +55,8 @@
<maven-license-plugin.version>2.0.0</maven-license-plugin.version>

<!-- internal dependency versions -->
<cs-spdz-integration.version>0.1-SNAPSHOT-1257545971-1-d751c28</cs-spdz-integration.version>
<cs-java-client.version>0.1-SNAPSHOT-4075044562-9-8ffab9c</cs-java-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

0 comments on commit b002136

Please sign in to comment.