Skip to content

Commit

Permalink
Upgrade dependencies to resolve Snyk findings (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Becker <[email protected]>
  • Loading branch information
sbckr authored Feb 20, 2023
1 parent fbc2dbf commit db83ec5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache Commons Text
Copyright 2014-2020 The Apache Software Foundation
Copyright 2014-2022 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
10 changes: 5 additions & 5 deletions 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-3541990771-21-ef4f222</version>
<version>0.1-SNAPSHOT-4205214333-22-2fa009a</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-SNAPSHOT-3541990771-21-ef4f222</version>
<version>0.1-SNAPSHOT-4205214333-22-2fa009a</version>
<licenses>
<license>
<name>Apache-2.0</name>
Expand Down Expand Up @@ -80,7 +80,7 @@
<name>Apache Commons Text</name>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.9</version>
<version>1.10.0</version>
<projectUrl>https://commons.apache.org/proper/commons-text</projectUrl>
<licenses>
<license>
Expand Down Expand Up @@ -131,7 +131,7 @@
<name>Carbyne Stack Java HTTP Client</name>
<groupId>io.carbynestack</groupId>
<artifactId>java-http-client</artifactId>
<version>0.1-SNAPSHOT-1257534854-1-46815a7</version>
<version>0.1-SNAPSHOT-4075044562-9-8ffab9c</version>
<licenses>
<license>
<name>Apache-2.0</name>
Expand All @@ -143,7 +143,7 @@
<name>Carbyne Stack MP-SPDZ Integration Utilities</name>
<groupId>io.carbynestack</groupId>
<artifactId>mp-spdz-integration</artifactId>
<version>0.1-SNAPSHOT-1257545971-1-d751c28</version>
<version>0.2-SNAPSHOT-3541842672-11-c754bbb</version>
<licenses>
<license>
<name>Apache-2.0</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
<maven-license-plugin.version>2.0.0</maven-license-plugin.version>

<!-- Carbyne Stack dependency versions -->
<amphora.version>0.1-SNAPSHOT-3541990771-21-ef4f222</amphora.version>
<amphora.version>0.1-SNAPSHOT-4205214333-22-2fa009a</amphora.version>
<castor.version>0.1-SNAPSHOT-4191841095-22-1721229</castor.version>
<ephemeral.version>0.1-SNAPSHOT-2804677120-20-efc7f8d</ephemeral.version>

<!-- External dependency versions -->
<apache.commons.io.version>2.11.0</apache.commons.io.version>
<apache.commons.text.version>1.9</apache.commons.text.version>
<apache.commons.text.version>1.10.0</apache.commons.text.version>
<hamcrest.version>2.2</hamcrest.version>
<jackson.version>2.14.1</jackson.version>
<jcommander.version>1.72</jcommander.version>
Expand Down

0 comments on commit db83ec5

Please sign in to comment.