Skip to content

Commit a0d375c

Browse files
committed
Signed-off-by: Ricardo Zanini <zanini@redhat.com>
1 parent 5dc0378 commit a0d375c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.DS_Store
12
HELP.md
23
target/
34
!.mvn/wrapper/maven-wrapper.jar

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
<version.org.junit>5.${version.org.junit.minor}</version.org.junit>
5454
<version.org.junit.jupiter>${version.org.junit}</version.org.junit.jupiter>
5555
<version.org.mockito>3.0.0</version.org.mockito>
56-
<version.ch.qos.logback>1.1.3</version.ch.qos.logback>
56+
<version.ch.qos.logback>1.4.8</version.ch.qos.logback>
5757
<version.org.assertj>3.13.2</version.org.assertj>
5858
<version.jsonschema2pojo-maven-plugin>1.0.1</version.jsonschema2pojo-maven-plugin>
5959
<commons.lang.version>3.9</commons.lang.version>
6060
<hamcrest.version>1.3</hamcrest.version>
6161
<jsonassert.version>1.5.0</jsonassert.version>
6262
<json.schema.validation.version>1.14.1</json.schema.validation.version>
63-
<version.json>20200518</version.json>
63+
<version.json>20230618</version.json>
6464
<version.thymeleaf>3.0.11.RELEASE</version.thymeleaf>
6565
<version.plantuml>8059</version.plantuml>
6666
<version.graphviz>0.17.0</version.graphviz>
@@ -265,15 +265,15 @@
265265
<artifactId>maven-surefire-plugin</artifactId>
266266
<version>${version.surefire.plugin}</version>
267267
<configuration>
268-
<argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
268+
<argLine>-Xmx1024m -XX:+IgnoreUnrecognizedVMOptions -XX:MaxPermSize=256m</argLine>
269269
</configuration>
270270
</plugin>
271271
<plugin>
272272
<groupId>org.apache.maven.plugins</groupId>
273273
<artifactId>maven-failsafe-plugin</artifactId>
274274
<version>${version.failsafe.plugin}</version>
275275
<configuration>
276-
<argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
276+
<argLine>-Xmx1024m -XX:+IgnoreUnrecognizedVMOptions -XX:MaxPermSize=256m</argLine>
277277
</configuration>
278278
</plugin>
279279
<plugin>

0 commit comments

Comments
 (0)