Bump dependencies to non-SNAPSHOT releases

This commit is contained in:
Paul Schaub 2025-09-27 10:01:30 +02:00
parent e0952aaf60
commit a8418957bf
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

12
pom.xml
View file

@ -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>