Skip to content

Commit

Permalink
Bump to Spring Boot 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Warren committed Jan 18, 2020
1 parent 1408b4a commit e0c984e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Integrates with Spring Data, Spring Data REST and Apache Solr</description>

<properties>
<ginkgo4j-version>1.0.9</ginkgo4j-version>
<springboot-version>2.2.2.RELEASE</springboot-version>
<springboot-version>2.2.3.RELEASE</springboot-version>
<spring-cloud.version>Hoxton.RELEASE</spring-cloud.version>
<commonsio-version>2.6</commonsio-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ private Link propertyLink(URI baseUri, ContentStoreInfo store, Object id, String
public static class StoreLinkBuilder extends LinkBuilderSupport<StoreLinkBuilder> {

public StoreLinkBuilder(BaseUri baseUri, ContentStoreInfo store) {
super(baseUri.getUriComponentsBuilder().path(storePath(store)));
super(baseUri.getUriComponentsBuilder().path(storePath(store)).build());
}

@Override
Expand Down

0 comments on commit e0c984e

Please sign in to comment.