mirror of
https://codeberg.org/PGPainless/bc-sop.git
synced 2025-12-05 05:51:08 +01:00
Bump dependencies to non-SNAPSHOT releases
This commit is contained in:
parent
e0952aaf60
commit
a8418957bf
1 changed files with 6 additions and 6 deletions
12
pom.xml
12
pom.xml
|
|
@ -33,32 +33,32 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bouncycastle</groupId>
|
<groupId>org.bouncycastle</groupId>
|
||||||
<artifactId>bcprov-jdk18on</artifactId>
|
<artifactId>bcprov-jdk18on</artifactId>
|
||||||
<version>1.82-SNAPSHOT</version>
|
<version>1.82</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bouncycastle</groupId>
|
<groupId>org.bouncycastle</groupId>
|
||||||
<artifactId>bcpg-jdk18on</artifactId>
|
<artifactId>bcpg-jdk18on</artifactId>
|
||||||
<version>1.82-SNAPSHOT</version>
|
<version>1.82</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bouncycastle</groupId>
|
<groupId>org.bouncycastle</groupId>
|
||||||
<artifactId>bcutil-jdk18on</artifactId>
|
<artifactId>bcutil-jdk18on</artifactId>
|
||||||
<version>1.82-SNAPSHOT</version>
|
<version>1.82</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.pgpainless</groupId>
|
<groupId>org.pgpainless</groupId>
|
||||||
<artifactId>sop-java</artifactId>
|
<artifactId>sop-java</artifactId>
|
||||||
<version>14.0.1-SNAPSHOT</version>
|
<version>14.0.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.pgpainless</groupId>
|
<groupId>org.pgpainless</groupId>
|
||||||
<artifactId>sop-java-picocli</artifactId>
|
<artifactId>sop-java-picocli</artifactId>
|
||||||
<version>14.0.1-SNAPSHOT</version>
|
<version>14.0.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.pgpainless</groupId>
|
<groupId>org.pgpainless</groupId>
|
||||||
<artifactId>sop-java-testfixtures</artifactId>
|
<artifactId>sop-java-testfixtures</artifactId>
|
||||||
<version>14.0.1-SNAPSHOT</version>
|
<version>14.0.1</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue