|
58 | 58 | </modules> |
59 | 59 |
|
60 | 60 | <properties> |
61 | | - <commons-compress.version>1.19</commons-compress.version> |
| 61 | + <commons-compress.version>1.20</commons-compress.version> |
62 | 62 | <dependencies.version>2.1.12.RELEASE</dependencies.version> |
63 | 63 | <evo-inflector.version>1.2.2</evo-inflector.version> |
64 | 64 | <immutables.version>2.8.3</immutables.version> |
|
136 | 136 | <plugin> |
137 | 137 | <groupId>org.apache.maven.plugins</groupId> |
138 | 138 | <artifactId>maven-compiler-plugin</artifactId> |
139 | | - <version>3.8.0</version> |
| 139 | + <version>3.8.1</version> |
140 | 140 | <configuration> |
141 | 141 | <compilerArgs> |
142 | 142 | <arg>-Werror</arg> |
|
158 | 158 | <plugin> |
159 | 159 | <groupId>org.apache.maven.plugins</groupId> |
160 | 160 | <artifactId>maven-javadoc-plugin</artifactId> |
161 | | - <version>3.0.1</version> |
| 161 | + <version>3.1.1</version> |
162 | 162 | <configuration> |
163 | 163 | <links> |
164 | 164 | <link>https://projectreactor.io/docs/core/release/api/</link> |
|
177 | 177 | <plugin> |
178 | 178 | <groupId>org.apache.maven.plugins</groupId> |
179 | 179 | <artifactId>maven-source-plugin</artifactId> |
180 | | - <version>3.0.1</version> |
| 180 | + <version>3.2.1</version> |
181 | 181 | <executions> |
182 | 182 | <execution> |
183 | 183 | <id>attach-sources</id> |
|
190 | 190 | <plugin> |
191 | 191 | <groupId>org.apache.maven.plugins</groupId> |
192 | 192 | <artifactId>maven-surefire-plugin</artifactId> |
193 | | - <version>2.22.1</version> |
| 193 | + <version>2.22.2</version> |
194 | 194 | <configuration> |
195 | 195 | <runOrder>random</runOrder> |
196 | 196 | </configuration> |
|
202 | 202 | <plugin> |
203 | 203 | <groupId>org.jfrog.buildinfo</groupId> |
204 | 204 | <artifactId>artifactory-maven-plugin</artifactId> |
205 | | - <version>2.6.1</version> |
| 205 | + <version>2.7.0</version> |
206 | 206 | <inherited>false</inherited> |
207 | 207 | <executions> |
208 | 208 | <execution> |
|
0 commit comments