|
55 | 55 | <maven.compiler.source>1.8</maven.compiler.source>
|
56 | 56 | <maven.compiler.target>1.8</maven.compiler.target>
|
57 | 57 | <xml-maven-plugin.version>1.0.2</xml-maven-plugin.version>
|
58 |
| - <maven-resources-plugin.version>3.2.0</maven-resources-plugin.version> |
59 |
| - <build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version> |
60 |
| - <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> |
61 |
| - <maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version> |
62 |
| - <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version> |
63 |
| - <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version> |
64 |
| - <maven-source-plugin.version>3.2.1</maven-source-plugin.version> |
65 |
| - <maven-javadoc-plugin.version>3.4.0</maven-javadoc-plugin.version> |
| 58 | + <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version> |
| 59 | + <build-helper-maven-plugin.version>3.5.0</build-helper-maven-plugin.version> |
| 60 | + <maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version> |
| 61 | + <maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version> |
| 62 | + <maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version> |
| 63 | + <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version> |
| 64 | + <maven-source-plugin.version>3.3.0</maven-source-plugin.version> |
| 65 | + <maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version> |
66 | 66 | <maven-nexus-staging-plugin.version>1.6.13</maven-nexus-staging-plugin.version>
|
67 |
| - <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version> |
| 67 | + <maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version> |
68 | 68 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
69 |
| - <maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version> |
| 69 | + <maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version> |
70 | 70 | <checkstyle.version>8.18</checkstyle.version>
|
71 | 71 | <checkstyle.dir.path>${basedir}/codingstyle</checkstyle.dir.path>
|
72 | 72 | <checkstyle.file.path>${checkstyle.dir.path}/soot_checkstyle_checks.xml</checkstyle.file.path>
|
|
0 commit comments