|
64 | 64 | <plugin> |
65 | 65 | <groupId>org.apache.maven.plugins</groupId> |
66 | 66 | <artifactId>maven-compiler-plugin</artifactId> |
67 | | - <version>3.8.1</version> |
| 67 | + <version>3.11.0</version> |
68 | 68 | <configuration> |
69 | 69 | <source>1.8</source> |
70 | 70 | <target>1.8</target> |
|
79 | 79 | <plugin> |
80 | 80 | <groupId>org.apache.maven.plugins</groupId> |
81 | 81 | <artifactId>maven-source-plugin</artifactId> |
82 | | - <version>3.2.0</version> |
| 82 | + <version>3.3.0</version> |
83 | 83 | <executions> |
84 | 84 | <execution> |
85 | 85 | <id>attach-sources</id> |
|
92 | 92 | <plugin> |
93 | 93 | <groupId>org.apache.maven.plugins</groupId> |
94 | 94 | <artifactId>maven-javadoc-plugin</artifactId> |
95 | | - <version>3.1.1</version> |
| 95 | + <version>3.5.0</version> |
96 | 96 | <executions> |
97 | 97 | <execution> |
98 | 98 | <id>attach-javadocs</id> |
|
108 | 108 | <plugin> |
109 | 109 | <groupId>org.apache.maven.plugins</groupId> |
110 | 110 | <artifactId>maven-jar-plugin</artifactId> |
111 | | - <version>3.2.0</version> |
| 111 | + <version>3.3.0</version> |
112 | 112 | </plugin> |
113 | 113 |
|
114 | 114 | <plugin> |
115 | 115 | <groupId>org.codehaus.mojo</groupId> |
116 | 116 | <artifactId>exec-maven-plugin</artifactId> |
117 | | - <version>1.6.0</version> |
| 117 | + <version>3.1.0</version> |
118 | 118 | <executions> |
119 | 119 | <execution> |
120 | 120 | <id>npm-install-parser_v3</id> |
|
149 | 149 | <plugin> |
150 | 150 | <groupId>org.apache.maven.plugins</groupId> |
151 | 151 | <artifactId>maven-surefire-plugin</artifactId> |
152 | | - <version>2.22.2</version> |
| 152 | + <version>3.1.2</version> |
153 | 153 | <configuration> |
154 | 154 | <argLine>${argLine} -Dfile.encoding=UTF-8</argLine> |
155 | 155 | <systemPropertyVariables> |
|
163 | 163 | <plugin> |
164 | 164 | <groupId>org.jacoco</groupId> |
165 | 165 | <artifactId>jacoco-maven-plugin</artifactId> |
166 | | - <version>0.8.7</version> |
| 166 | + <version>0.8.10</version> |
167 | 167 | <executions> |
168 | 168 | <execution> |
169 | 169 | <id>prepare-agent</id> |
|
0 commit comments