Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…VE-2022-45688

Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini committed Jul 3, 2023
1 parent 1516638 commit 5310564
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
<version.org.junit>5.${version.org.junit.minor}</version.org.junit>
<version.org.junit.jupiter>${version.org.junit}</version.org.junit.jupiter>
<version.org.mockito>3.0.0</version.org.mockito>
<version.ch.qos.logback>1.1.3</version.ch.qos.logback>
<version.ch.qos.logback>1.4.8</version.ch.qos.logback>
<version.org.assertj>3.13.2</version.org.assertj>
<version.jsonschema2pojo-maven-plugin>1.0.1</version.jsonschema2pojo-maven-plugin>
<commons.lang.version>3.9</commons.lang.version>
<hamcrest.version>1.3</hamcrest.version>
<jsonassert.version>1.5.0</jsonassert.version>
<json.schema.validation.version>1.14.1</json.schema.validation.version>
<version.json>20200518</version.json>
<version.json>20230618</version.json>
<version.thymeleaf>3.0.11.RELEASE</version.thymeleaf>
<version.plantuml>8059</version.plantuml>
<version.graphviz>0.17.0</version.graphviz>
Expand Down Expand Up @@ -277,7 +277,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${version.surefire.plugin}</version>
<configuration>
<argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
<argLine>-Xmx1024m -XX:+IgnoreUnrecognizedVMOptions -XX:MaxPermSize=256m</argLine>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -311,7 +311,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<version>3.5.0</version>
<configuration>
<source>8</source>
<additionalparam>-Xdoclint:none</additionalparam>
Expand Down

0 comments on commit 5310564

Please sign in to comment.