Skip to content

Commit

Permalink
fix org.json dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Nov 15, 2023
1 parent 933996b commit 953805c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/swagger-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230227</version>
<version>${json-version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 953805c

Please sign in to comment.