Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 1c9c38f

Browse files
authored
Updated packages suggested by dependabot (#122)
1 parent 4a9ca1a commit 1c9c38f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>no.uio.ifi</groupId>
88
<artifactId>crypt4gh</artifactId>
9-
<version>2.5.0</version>
9+
<version>2.5.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>crypt4gh</name>
@@ -73,12 +73,12 @@
7373
<dependency>
7474
<groupId>commons-io</groupId>
7575
<artifactId>commons-io</artifactId>
76-
<version>2.15.1</version>
76+
<version>2.17.0</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>commons-codec</groupId>
8080
<artifactId>commons-codec</artifactId>
81-
<version>1.16.1</version>
81+
<version>1.17.1</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>commons-cli</groupId>
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>org.slf4j</groupId>
100100
<artifactId>slf4j-jdk14</artifactId>
101-
<version>2.0.12</version>
101+
<version>2.0.16</version>
102102
</dependency>
103103

104104
<dependency>
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>org.apache.maven.plugins</groupId>
116116
<artifactId>maven-compiler-plugin</artifactId>
117-
<version>3.11.0</version>
117+
<version>3.13.0</version>
118118
<configuration>
119119
<annotationProcessorPaths>
120120
<annotationProcessorPath>
@@ -128,12 +128,12 @@
128128
<plugin>
129129
<groupId>org.apache.maven.plugins</groupId>
130130
<artifactId>maven-surefire-plugin</artifactId>
131-
<version>3.2.2</version>
131+
<version>3.5.0</version>
132132
</plugin>
133133
<plugin>
134134
<groupId>org.apache.maven.plugins</groupId>
135135
<artifactId>maven-jar-plugin</artifactId>
136-
<version>3.3.0</version>
136+
<version>3.4.2</version>
137137
<configuration>
138138
<archive>
139139
<manifest>
@@ -148,7 +148,7 @@
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
150150
<artifactId>maven-shade-plugin</artifactId>
151-
<version>3.5.1</version>
151+
<version>3.6.0</version>
152152
<executions>
153153
<execution>
154154
<goals>
@@ -179,7 +179,7 @@
179179
</plugin>
180180
<plugin>
181181
<artifactId>maven-deploy-plugin</artifactId>
182-
<version>3.1.1</version>
182+
<version>3.1.3</version>
183183
<executions>
184184
<execution>
185185
<id>default-deploy</id>
@@ -194,7 +194,7 @@
194194
<plugin>
195195
<groupId>org.apache.maven.plugins</groupId>
196196
<artifactId>maven-source-plugin</artifactId>
197-
<version>3.3.0</version>
197+
<version>3.3.1</version>
198198
<executions>
199199
<execution>
200200
<id>attach-sources</id>
@@ -207,7 +207,7 @@
207207
<plugin>
208208
<groupId>org.apache.maven.plugins</groupId>
209209
<artifactId>maven-javadoc-plugin</artifactId>
210-
<version>3.6.3</version>
210+
<version>3.10.1</version>
211211
<executions>
212212
<execution>
213213
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)