Skip to content

Commit

Permalink
remove gson version restriction from graph.json project
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp committed Dec 13, 2024
1 parent 06ce1e0 commit 1a9d89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/org.eclipse.elk.graph.json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>[2.7.0,2.9.0)</version>
<version>[2.7.0,)</version>
</dependency>
<dependency>
<groupId>org.eclipse.elk</groupId>
Expand Down

0 comments on commit 1a9d89e

Please sign in to comment.