Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Mar 1, 2024
1 parent f5d552a commit c2aff42
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<maven.version>3.3.9</maven.version>
<maven.version>3.8.3</maven.version>

<org.bouncycastle.bcpg.version>1.76</org.bouncycastle.bcpg.version>
<org.bouncycastle.bcprov.version>1.76</org.bouncycastle.bcprov.version>
<org.bouncycastle.bcpg.version>1.77</org.bouncycastle.bcpg.version>
<org.bouncycastle.bcprov.version>1.77</org.bouncycastle.bcprov.version>

<packager.version>0.19.0</packager.version>
<packager.version>0.20.0</packager.version>
</properties>

<prerequisites>
Expand Down Expand Up @@ -159,6 +159,16 @@
<artifactId>commons-compress</artifactId>
<version>1.26.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>4.9.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -348,9 +358,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<requirements>
<maven>3.3</maven>
</requirements>
<requiredMavenVersion>3.8</requiredMavenVersion>
<requiredJavaVersion>1.8</requiredJavaVersion>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit c2aff42

Please sign in to comment.