Skip to content

Commit 3d721c3

Browse files
committed
upgrade dependencies
1 parent 811e117 commit 3d721c3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.joehxblog</groupId>
88
<artifactId>opencsv-record-mapping</artifactId>
9-
<version>5.11.1</version>
9+
<version>5.12.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>${project.groupId}:${project.artifactId}</name>
@@ -49,18 +49,16 @@
4949
<dependency>
5050
<groupId>com.opencsv</groupId>
5151
<artifactId>opencsv</artifactId>
52-
<version>5.11.1</version>
52+
<version>5.12.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.junit.jupiter</groupId>
5656
<artifactId>junit-jupiter-engine</artifactId>
57-
<version>5.13.1</version>
5857
<scope>test</scope>
5958
</dependency>
6059
<dependency>
6160
<groupId>org.junit.jupiter</groupId>
6261
<artifactId>junit-jupiter-params</artifactId>
63-
<version>5.13.1</version>
6462
<scope>test</scope>
6563
</dependency>
6664
</dependencies>
@@ -70,7 +68,7 @@
7068
<dependency>
7169
<groupId>org.junit</groupId>
7270
<artifactId>junit-bom</artifactId>
73-
<version>5.13.1</version>
71+
<version>5.13.4</version>
7472
<type>pom</type>
7573
<scope>import</scope>
7674
</dependency>
@@ -115,7 +113,7 @@
115113
<plugin>
116114
<groupId>org.apache.maven.plugins</groupId>
117115
<artifactId>maven-javadoc-plugin</artifactId>
118-
<version>3.11.2</version>
116+
<version>3.11.3</version>
119117
<executions>
120118
<execution>
121119
<id>attach-javadocs</id>
@@ -128,7 +126,7 @@
128126
<plugin>
129127
<groupId>org.apache.maven.plugins</groupId>
130128
<artifactId>maven-gpg-plugin</artifactId>
131-
<version>3.2.7</version>
129+
<version>3.2.8</version>
132130
<executions>
133131
<execution>
134132
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)