|
61 | 61 | <dependency> |
62 | 62 | <groupId>org.junit.jupiter</groupId> |
63 | 63 | <artifactId>junit-jupiter-engine</artifactId> |
64 | | - <version>5.12.0</version> |
| 64 | + <version>5.13.0-M3</version> |
65 | 65 | <scope>test</scope> |
66 | 66 | </dependency> |
67 | 67 | <dependency> |
68 | 68 | <groupId>commons-io</groupId> |
69 | 69 | <artifactId>commons-io</artifactId> |
70 | | - <version>2.18.0</version> |
| 70 | + <version>2.19.0</version> |
71 | 71 | <scope>test</scope> |
72 | 72 | </dependency> |
73 | 73 | </dependencies> |
|
104 | 104 | <plugin> |
105 | 105 | <groupId>org.apache.maven.plugins</groupId> |
106 | 106 | <artifactId>maven-compiler-plugin</artifactId> |
107 | | - <version>3.13.0</version> |
| 107 | + <version>3.14.0</version> |
108 | 108 | <configuration> |
109 | 109 | <release>11</release> |
110 | 110 | </configuration> |
111 | 111 | </plugin> |
112 | 112 | <plugin> |
113 | 113 | <groupId>org.apache.maven.plugins</groupId> |
114 | 114 | <artifactId>maven-project-info-reports-plugin</artifactId> |
115 | | - <version>3.7.0</version> |
| 115 | + <version>3.9.0</version> |
116 | 116 | </plugin> |
117 | 117 | <plugin> |
118 | 118 | <groupId>org.apache.maven.plugins</groupId> |
119 | 119 | <artifactId>maven-javadoc-plugin</artifactId> |
120 | | - <version>3.10.0</version> |
| 120 | + <version>3.11.2</version> |
121 | 121 | <executions> |
122 | 122 | <execution> |
123 | 123 | <id>attach-javadocs</id> |
|
154 | 154 | <plugin> |
155 | 155 | <groupId>org.apache.maven.plugins</groupId> |
156 | 156 | <artifactId>maven-gpg-plugin</artifactId> |
157 | | - <version>3.2.5</version> |
| 157 | + <version>3.2.7</version> |
158 | 158 | <executions> |
159 | 159 | <execution> |
160 | 160 | <id>sign-artifacts</id> |
|
179 | 179 | <plugin> |
180 | 180 | <groupId>org.apache.maven.plugins</groupId> |
181 | 181 | <artifactId>maven-surefire-plugin</artifactId> |
182 | | - <version>3.5.0</version> |
| 182 | + <version>3.5.3</version> |
183 | 183 | </plugin> |
184 | 184 | <plugin> |
185 | 185 | <groupId>org.apache.maven.plugins</groupId> |
|
193 | 193 | <plugins> |
194 | 194 | <plugin> |
195 | 195 | <artifactId>maven-project-info-reports-plugin</artifactId> |
196 | | - <version>3.7.0</version> |
| 196 | + <version>3.9.0</version> |
197 | 197 | <reportSets> |
198 | 198 | <reportSet /> |
199 | 199 | </reportSets> |
200 | 200 | </plugin> |
201 | 201 | <plugin> |
202 | 202 | <groupId>org.apache.maven.plugins</groupId> |
203 | 203 | <artifactId>maven-javadoc-plugin</artifactId> |
204 | | - <version>3.10.0</version> |
| 204 | + <version>3.11.2</version> |
205 | 205 | <reportSets> |
206 | 206 | <reportSet> |
207 | 207 | <id>aggregate</id> |
|
0 commit comments