|
29 | 29 | <id>raydac</id> |
30 | 30 | <name>Igor Maznitsa</name> |
31 | 31 | <email>rrg4400@gmail.com</email> |
32 | | - <url>http://www.igormaznitsa.com</url> |
33 | | - <timezone>+4</timezone> |
| 32 | + <url>https://www.igormaznitsa.com</url> |
| 33 | + <timezone>+3</timezone> |
34 | 34 | <roles> |
35 | 35 | <role>Developer</role> |
36 | 36 | </roles> |
|
64 | 64 | <dependency> |
65 | 65 | <groupId>org.junit.jupiter</groupId> |
66 | 66 | <artifactId>junit-jupiter-api</artifactId> |
67 | | - <version>5.5.1</version> |
| 67 | + <version>5.10.0</version> |
68 | 68 | <scope>test</scope> |
69 | 69 | </dependency> |
70 | 70 | <dependency> |
71 | 71 | <groupId>org.junit.jupiter</groupId> |
72 | 72 | <artifactId>junit-jupiter-engine</artifactId> |
73 | | - <version>5.5.1</version> |
| 73 | + <version>5.10.0</version> |
74 | 74 | <scope>test</scope> |
75 | 75 | </dependency> |
76 | 76 | <dependency> |
77 | 77 | <groupId>org.mockito</groupId> |
78 | 78 | <artifactId>mockito-core</artifactId> |
79 | | - <version>3.0.0</version> |
| 79 | + <version>5.5.0</version> |
80 | 80 | <scope>test</scope> |
81 | 81 | </dependency> |
82 | 82 | </dependencies> |
|
89 | 89 | <plugin> |
90 | 90 | <groupId>org.apache.maven.plugins</groupId> |
91 | 91 | <artifactId>maven-assembly-plugin</artifactId> |
92 | | - <version>3.3.0</version> |
| 92 | + <version>3.6.0</version> |
93 | 93 | <configuration> |
94 | 94 | <descriptors> |
95 | 95 | <descriptor>src/assemble/distribution.xml</descriptor> |
|
126 | 126 | <plugin> |
127 | 127 | <groupId>org.apache.maven.plugins</groupId> |
128 | 128 | <artifactId>maven-source-plugin</artifactId> |
129 | | - <version>3.2.1</version> |
| 129 | + <version>3.3.0</version> |
130 | 130 | <executions> |
131 | 131 | <execution> |
132 | 132 | <id>generate-sources</id> |
|
140 | 140 | <plugin> |
141 | 141 | <groupId>org.apache.maven.plugins</groupId> |
142 | 142 | <artifactId>maven-javadoc-plugin</artifactId> |
143 | | - <version>3.2.0</version> |
| 143 | + <version>3.5.0</version> |
144 | 144 | <configuration> |
145 | 145 | <failOnError>true</failOnError> |
146 | 146 | <show>protected</show> |
|
160 | 160 | <plugin> |
161 | 161 | <groupId>org.apache.maven.plugins</groupId> |
162 | 162 | <artifactId>maven-gpg-plugin</artifactId> |
163 | | - <version>3.0.1</version> |
| 163 | + <version>3.1.0</version> |
164 | 164 | <executions> |
165 | 165 | <execution> |
166 | 166 | <id>sign-artifacts</id> |
|
181 | 181 | <plugin> |
182 | 182 | <groupId>org.apache.maven.plugins</groupId> |
183 | 183 | <artifactId>maven-compiler-plugin</artifactId> |
184 | | - <version>3.8.1</version> |
| 184 | + <version>3.11.0</version> |
185 | 185 | <configuration> |
186 | 186 | <compilerArgument>-Xlint:all</compilerArgument> |
| 187 | + <release>8</release> |
187 | 188 | <source>1.8</source> |
188 | 189 | <target>1.8</target> |
189 | 190 | <showDeprecation>true</showDeprecation> |
|
194 | 195 | <plugin> |
195 | 196 | <groupId>org.apache.maven.plugins</groupId> |
196 | 197 | <artifactId>maven-jar-plugin</artifactId> |
197 | | - <version>3.2.0</version> |
| 198 | + <version>3.3.0</version> |
198 | 199 | <configuration> |
199 | 200 | <archive> |
200 | 201 | <manifestEntries> |
|
206 | 207 |
|
207 | 208 | <plugin> |
208 | 209 | <artifactId>maven-surefire-plugin</artifactId> |
209 | | - <version>3.0.0-M5</version> |
| 210 | + <version>3.1.2</version> |
210 | 211 | </plugin> |
211 | 212 |
|
212 | 213 | <plugin> |
213 | 214 | <groupId>org.codehaus.mojo</groupId> |
214 | 215 | <artifactId>animal-sniffer-maven-plugin</artifactId> |
215 | | - <version>1.20</version> |
| 216 | + <version>1.23</version> |
216 | 217 | <executions> |
217 | 218 | <execution> |
218 | 219 | <id>ensure-java-1.8-class-library</id> |
|
0 commit comments