Skip to content

Commit

Permalink
Fix JsonUnit baseline to a Java 8 compatible version (#421)
Browse files Browse the repository at this point in the history
Signed-off-by: Volkan Yazıcı <volkan@yazi.ci>
  • Loading branch information
vy authored and hboutemy committed Dec 9, 2023
1 parent 0148b85 commit e8dd5cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ updates:
directory: "/"
schedule:
interval: "daily"
ignore:
# JsonUnit `2.x` is the last Java 8 compatible major release
- dependency-name: "net.javacrumbs.json-unit:*"
update-types: ["version-update:semver-major"]

- package-ecosystem: "github-actions"
directory: "/"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
<version>3.2.2</version>
<version>2.38.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit e8dd5cb

Please sign in to comment.