Skip to content

Commit e0c984e

Browse files
author
Paul Warren
committed
Bump to Spring Boot 2.2.3
1 parent 1408b4a commit e0c984e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Integrates with Spring Data, Spring Data REST and Apache Solr</description>
4646

4747
<properties>
4848
<ginkgo4j-version>1.0.9</ginkgo4j-version>
49-
<springboot-version>2.2.2.RELEASE</springboot-version>
49+
<springboot-version>2.2.3.RELEASE</springboot-version>
5050
<spring-cloud.version>Hoxton.RELEASE</spring-cloud.version>
5151
<commonsio-version>2.6</commonsio-version>
5252
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

spring-content-rest/src/main/java/internal/org/springframework/content/rest/links/ContentLinksResourceProcessor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ private Link propertyLink(URI baseUri, ContentStoreInfo store, Object id, String
262262
public static class StoreLinkBuilder extends LinkBuilderSupport<StoreLinkBuilder> {
263263

264264
public StoreLinkBuilder(BaseUri baseUri, ContentStoreInfo store) {
265-
super(baseUri.getUriComponentsBuilder().path(storePath(store)));
265+
super(baseUri.getUriComponentsBuilder().path(storePath(store)).build());
266266
}
267267

268268
@Override

0 commit comments

Comments
 (0)