File tree Expand file tree Collapse file tree 12 files changed +354
-420
lines changed Expand file tree Collapse file tree 12 files changed +354
-420
lines changed Original file line number Diff line number Diff line change 6
6
# "License"); you may not use this file except in compliance
7
7
# with the License. You may obtain a copy of the License at
8
8
#
9
- # https ://www.apache.org/licenses/LICENSE-2.0
9
+ # http ://www.apache.org/licenses/LICENSE-2.0
10
10
#
11
11
# Unless required by applicable law or agreed to in writing,
12
12
# software distributed under the License is distributed on an
13
13
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
14
# KIND, either express or implied. See the License for the
15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
+ wrapperVersion =3.3.2
18
+ distributionType =only-script
17
19
distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
18
- wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
Original file line number Diff line number Diff line change 300
300
<module name =" NoClone" />
301
301
302
302
<!-- javadoc -->
303
- <module name =" JavadocParagraph" />
304
303
<module name =" AtclauseOrder" />
305
304
<module name =" JavadocStyle" />
306
305
<module name =" JavadocTagContinuationIndentation" />
Original file line number Diff line number Diff line change 90
90
<plugin >
91
91
<groupId >com.github.eirslett</groupId >
92
92
<artifactId >frontend-maven-plugin</artifactId >
93
- <version >1.15.0 </version >
93
+ <version >1.15.1 </version >
94
94
<configuration >
95
95
<nodeVersion >${node.version} </nodeVersion >
96
96
<npmVersion >${npm.version} </npmVersion >
Original file line number Diff line number Diff line change 36
36
<!-- This plugin will set properties values using dependency information -->
37
37
<groupId >org.apache.maven.plugins</groupId >
38
38
<artifactId >maven-dependency-plugin</artifactId >
39
- <version >3.8.0 </version >
39
+ <version >3.8.1 </version >
40
40
<executions >
41
41
<execution >
42
42
<goals >
136
136
<dependency >
137
137
<groupId >org.apache.commons</groupId >
138
138
<artifactId >commons-csv</artifactId >
139
- <version >1.11 .0</version >
139
+ <version >1.12 .0</version >
140
140
</dependency >
141
141
<dependency >
142
142
<groupId >org.apache.commons</groupId >
143
143
<artifactId >commons-lang3</artifactId >
144
- <version >3.16 .0</version >
144
+ <version >3.17 .0</version >
145
145
</dependency >
146
146
<dependency >
147
147
<groupId >com.sun.mail</groupId >
156
156
<dependency >
157
157
<groupId >ch.qos.reload4j</groupId >
158
158
<artifactId >reload4j</artifactId >
159
- <version >1.2.25 </version >
159
+ <version >1.2.26 </version >
160
160
</dependency >
161
161
<dependency >
162
162
<groupId >org.jdom</groupId >
Original file line number Diff line number Diff line change 34
34
<plugin >
35
35
<groupId >com.google.cloud.tools</groupId >
36
36
<artifactId >jib-maven-plugin</artifactId >
37
- <version >3.4.3 </version >
37
+ <version >3.4.4 </version >
38
38
<executions >
39
39
<execution >
40
40
<id >make-docker-image</id >
You can’t perform that action at this time.
0 commit comments