|
6 | 6 |
|
7 | 7 | <groupId>com.joehxblog</groupId> |
8 | 8 | <artifactId>opencsv-record-mapping</artifactId> |
9 | | - <version>5.11.1</version> |
| 9 | + <version>5.12.0</version> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 |
|
12 | 12 | <name>${project.groupId}:${project.artifactId}</name> |
|
49 | 49 | <dependency> |
50 | 50 | <groupId>com.opencsv</groupId> |
51 | 51 | <artifactId>opencsv</artifactId> |
52 | | - <version>5.11.1</version> |
| 52 | + <version>5.12.0</version> |
53 | 53 | </dependency> |
54 | 54 | <dependency> |
55 | 55 | <groupId>org.junit.jupiter</groupId> |
56 | 56 | <artifactId>junit-jupiter-engine</artifactId> |
57 | | - <version>5.13.1</version> |
58 | 57 | <scope>test</scope> |
59 | 58 | </dependency> |
60 | 59 | <dependency> |
61 | 60 | <groupId>org.junit.jupiter</groupId> |
62 | 61 | <artifactId>junit-jupiter-params</artifactId> |
63 | | - <version>5.13.1</version> |
64 | 62 | <scope>test</scope> |
65 | 63 | </dependency> |
66 | 64 | </dependencies> |
|
70 | 68 | <dependency> |
71 | 69 | <groupId>org.junit</groupId> |
72 | 70 | <artifactId>junit-bom</artifactId> |
73 | | - <version>5.13.1</version> |
| 71 | + <version>5.13.4</version> |
74 | 72 | <type>pom</type> |
75 | 73 | <scope>import</scope> |
76 | 74 | </dependency> |
|
115 | 113 | <plugin> |
116 | 114 | <groupId>org.apache.maven.plugins</groupId> |
117 | 115 | <artifactId>maven-javadoc-plugin</artifactId> |
118 | | - <version>3.11.2</version> |
| 116 | + <version>3.11.3</version> |
119 | 117 | <executions> |
120 | 118 | <execution> |
121 | 119 | <id>attach-javadocs</id> |
|
128 | 126 | <plugin> |
129 | 127 | <groupId>org.apache.maven.plugins</groupId> |
130 | 128 | <artifactId>maven-gpg-plugin</artifactId> |
131 | | - <version>3.2.7</version> |
| 129 | + <version>3.2.8</version> |
132 | 130 | <executions> |
133 | 131 | <execution> |
134 | 132 | <id>sign-artifacts</id> |
|
0 commit comments