Skip to content

Commit 69bbe54

Browse files
authored
Merge 712e317 into ce6a772
2 parents ce6a772 + 712e317 commit 69bbe54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Validation-Manager-Web/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>org.jodconverter</groupId>
118118
<artifactId>jodconverter-local</artifactId>
119-
<version>4.1.0</version>
119+
<version>4.2.3</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>org.apache.poi</groupId>
@@ -306,7 +306,7 @@
306306
</configuration>
307307
<executions>
308308
<execution>
309-
<configuration />
309+
<configuration/>
310310
<goals>
311311
<goal>clean</goal>
312312
<goal>resources</goal>
@@ -354,7 +354,7 @@
354354
</goals>
355355
</pluginExecutionFilter>
356356
<action>
357-
<ignore />
357+
<ignore/>
358358
</action>
359359
</pluginExecution>
360360
</pluginExecutions>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<properties>
6060
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6161
<vm.version>${project.version}</vm.version>
62-
<vaadin.version>7.7.23</vaadin.version>
62+
<vaadin.version>7.7.24</vaadin.version>
6363
<netbeans.version>RELEASE82</netbeans.version>
6464
<junit.version>4.12</junit.version>
6565
<mysql.version>8.0.16</mysql.version>

0 commit comments

Comments
 (0)