|
27 | 27 |
|
28 | 28 | <properties> |
29 | 29 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
30 | | - <maven.compiler.release>7</maven.compiler.release> |
31 | | - <java-utils.version>2.2.0</java-utils.version> |
32 | | - <settings.version>2.3.11</settings.version> |
| 30 | + <maven.compiler.release>8</maven.compiler.release> |
| 31 | + <java-utils.version>3.0.0</java-utils.version> |
| 32 | + <settings.version>3.0.0</settings.version> |
33 | 33 | <junit.version>4.13.2</junit.version> |
34 | | - <testng.version>6.10</testng.version> |
35 | | - <bytebuddy.version>1.12.8</bytebuddy.version> |
36 | | - <logback.version>1.2.9</logback.version> |
| 34 | + <testng.version>7.5</testng.version> |
| 35 | + <bytebuddy.version>1.12.10</bytebuddy.version> |
| 36 | + <logback.version>1.2.11</logback.version> |
37 | 37 | <junitparams.version>1.1.1</junitparams.version> |
38 | 38 | <powermock.version>2.0.9</powermock.version> |
39 | | - <compiler-plugin.version>3.8.1</compiler-plugin.version> |
40 | | - <surefire-plugin.version>3.0.0-M5</surefire-plugin.version> |
| 39 | + <compiler-plugin.version>3.10.1</compiler-plugin.version> |
| 40 | + <surefire-plugin.version>3.0.0-M7</surefire-plugin.version> |
41 | 41 | <source-plugin.version>3.2.1</source-plugin.version> |
42 | | - <javadoc-plugin.version>3.3.0</javadoc-plugin.version> |
| 42 | + <javadoc-plugin.version>3.4.0</javadoc-plugin.version> |
43 | 43 | <gpg-plugin.version>3.0.1</gpg-plugin.version> |
44 | | - <staging-plugin.version>1.6.8</staging-plugin.version> |
45 | | - <release-plugin.version>3.0.0-M4</release-plugin.version> |
46 | | - <jar-plugin.version>3.2.0</jar-plugin.version> |
| 44 | + <staging-plugin.version>1.6.13</staging-plugin.version> |
| 45 | + <release-plugin.version>3.0.0-M6</release-plugin.version> |
| 46 | + <jar-plugin.version>3.2.2</jar-plugin.version> |
47 | 47 | <skipSigning>true</skipSigning> |
48 | 48 | </properties> |
49 | 49 |
|
|
0 commit comments