Skip to content

Commit

Permalink
Revert "Revert "FPET-1019: Update spring-hateoas version""
Browse files Browse the repository at this point in the history
This reverts commit bf8df20.
  • Loading branch information
hcarslaw committed Jun 25, 2024
1 parent 15e49be commit 72c7211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def versions = [
spring_security_rsa: '1.0.12.RELEASE',
springBoot: '2.7.18',
springCloud: '3.1.6',
springHateoas: '0.25.1.RELEASE',
springHateoas: '1.5.5',
unirest: '1.4.9',
wiremockVersion: '2.27.2',
springSecurityCrypto: '5.7.11',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Primary;
import org.springframework.hateoas.hal.Jackson2HalModule;
import org.springframework.hateoas.mediatype.hal.Jackson2HalModule;
import org.springframework.http.MediaType;
import org.springframework.http.client.HttpComponentsClientHttpRequestFactory;
import org.springframework.http.converter.ByteArrayHttpMessageConverter;
Expand Down

0 comments on commit 72c7211

Please sign in to comment.