Skip to content

Commit 47d4680

Browse files
committed
GH-2386 - Upgrade to Spring Framework 7.0 RC3.
1 parent 0697393 commit 47d4680

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<nullaway.version>0.12.7</nullaway.version>
8686
<reactor-bom.version>2025.0.0-RC1</reactor-bom.version>
8787
<slf4j.version>2.0.17</slf4j.version>
88-
<spring.version>7.0.0-RC1</spring.version>
88+
<spring.version>7.0.0-RC3</spring.version>
8989
<spring-plugin.version>4.0.0-RC1</spring-plugin.version>
9090
<kotlin.version>2.2.20</kotlin.version>
9191
<kotlinx-coroutines.version>1.10.2</kotlinx-coroutines.version>

src/main/java/org/springframework/hateoas/client/JsonPathLinkDiscoverer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
public class JsonPathLinkDiscoverer implements LinkDiscoverer {
4545

4646
private final String pathTemplate;
47-
private final List<MediaType> mediaTypes;
47+
protected final List<MediaType> mediaTypes;
4848

4949
/**
5050
* Creates a new {@link JsonPathLinkDiscoverer} using the given path template supporting the given {@link MediaType}.

0 commit comments

Comments
 (0)