Skip to content

Commit

Permalink
Update various dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Mar 5, 2023
1 parent dab8627 commit 33e9421
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<suppress>
<cve>CVE-2022-45688</cve>
</suppress>
<suppress>
<cve>CVE-2020-8908</cve>
</suppress>
<suppress>
<notes><![CDATA[This suppresses all CVE entries that have a score below CVSS x.]]></notes>
<cvssBelow>5</cvssBelow>
Expand Down
4 changes: 2 additions & 2 deletions modules/id-mask/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>hkdf</artifactId>
<version>1.0.1</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
Expand All @@ -87,7 +87,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>15.0</version>
<version>24.0.1</version>
</dependency>
<dependency>
<groupId>net.markenwerk</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package at.favre.lib.idmask;

import at.favre.lib.bytes.Bytes;
import at.favre.lib.crypto.HKDF;
import at.favre.lib.hkdf.HKDF;

import javax.crypto.Cipher;
import javax.crypto.Mac;
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>at.favre.lib</groupId>
<artifactId>common-parent</artifactId>
<version>19</version>
<version>20</version>
</parent>

<artifactId>id-mask-parent</artifactId>
Expand Down Expand Up @@ -44,9 +44,9 @@

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<autoValueVersion>1.6.3</autoValueVersion>
<autoValueVersion>1.10.1</autoValueVersion>
<!-- set this to true if fail because of missing credentials -->
<commonConfig.jarSign.skip>false</commonConfig.jarSign.skip>
<commonConfig.jarSign.skip>true</commonConfig.jarSign.skip>
<!-- SonarQube Config -->
<sonar.organization>patrickfav</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down

0 comments on commit 33e9421

Please sign in to comment.