Skip to content

Commit 8ad6e80

Browse files
committed
dependency updates
1 parent 6c6bd80 commit 8ad6e80

File tree

12 files changed

+354
-420
lines changed

12 files changed

+354
-420
lines changed

.mvn/wrapper/maven-wrapper.jar

-58.5 KB
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
# "License"); you may not use this file except in compliance
77
# with the License. You may obtain a copy of the License at
88
#
9-
# https://www.apache.org/licenses/LICENSE-2.0
9+
# http://www.apache.org/licenses/LICENSE-2.0
1010
#
1111
# Unless required by applicable law or agreed to in writing,
1212
# software distributed under the License is distributed on an
1313
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17+
wrapperVersion=3.3.2
18+
distributionType=only-script
1719
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

build/checkstyle.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@
300300
<module name="NoClone"/>
301301

302302
<!-- javadoc -->
303-
<module name="JavadocParagraph"/>
304303
<module name="AtclauseOrder"/>
305304
<module name="JavadocStyle"/>
306305
<module name="JavadocTagContinuationIndentation"/>

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>com.github.eirslett</groupId>
9292
<artifactId>frontend-maven-plugin</artifactId>
93-
<version>1.15.0</version>
93+
<version>1.15.1</version>
9494
<configuration>
9595
<nodeVersion>${node.version}</nodeVersion>
9696
<npmVersion>${npm.version}</npmVersion>

data-service/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<!-- This plugin will set properties values using dependency information -->
3737
<groupId>org.apache.maven.plugins</groupId>
3838
<artifactId>maven-dependency-plugin</artifactId>
39-
<version>3.8.0</version>
39+
<version>3.8.1</version>
4040
<executions>
4141
<execution>
4242
<goals>
@@ -136,12 +136,12 @@
136136
<dependency>
137137
<groupId>org.apache.commons</groupId>
138138
<artifactId>commons-csv</artifactId>
139-
<version>1.11.0</version>
139+
<version>1.12.0</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>org.apache.commons</groupId>
143143
<artifactId>commons-lang3</artifactId>
144-
<version>3.16.0</version>
144+
<version>3.17.0</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>com.sun.mail</groupId>
@@ -156,7 +156,7 @@
156156
<dependency>
157157
<groupId>ch.qos.reload4j</groupId>
158158
<artifactId>reload4j</artifactId>
159-
<version>1.2.25</version>
159+
<version>1.2.26</version>
160160
</dependency>
161161
<dependency>
162162
<groupId>org.jdom</groupId>

docker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<plugin>
3535
<groupId>com.google.cloud.tools</groupId>
3636
<artifactId>jib-maven-plugin</artifactId>
37-
<version>3.4.3</version>
37+
<version>3.4.4</version>
3838
<executions>
3939
<execution>
4040
<id>make-docker-image</id>

0 commit comments

Comments
 (0)