Skip to content

Commit

Permalink
Merge pull request #53 from CaritasDeutschland/feature-update-spring-…
Browse files Browse the repository at this point in the history
…boot-and-dependencies

fix: decrement resteasy version to match current keycloak integration
  • Loading branch information
mobo4b authored Nov 4, 2020
2 parents 0364d59 + 181cc41 commit 952260b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>4.5.8.Final</version>
<version>3.1.4.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson2-provider</artifactId>
<version>4.5.8.Final</version>
<version>3.1.4.Final</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
Expand Down

0 comments on commit 952260b

Please sign in to comment.