Skip to content

Commit

Permalink
Downgrade libraries due to generation problems
Browse files Browse the repository at this point in the history
  • Loading branch information
berndruecker committed May 23, 2022
1 parent cfa0344 commit a51e3a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions camunda-engine-rest-client-openapi-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>3.1.0</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
Expand Down Expand Up @@ -76,7 +76,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>5.4.0</version>
<version>5.1.0</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit a51e3a0

Please sign in to comment.