Skip to content

Commit

Permalink
keep java11 compat. for jsonunit
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Oct 3, 2023
1 parent 085c2ad commit ec9037a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@

<version.testcontainers>1.16.3</version.testcontainers>

<!-- latest version compiled for java 11 -->
<version.jsonunit>2.38.0</version.jsonunit>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

Expand Down Expand Up @@ -768,7 +771,7 @@
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
<version>3.2.2</version>
<version>${version.jsonunit}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ec9037a

Please sign in to comment.