Skip to content

Commit e96b751

Browse files
committed
Upgrade to Spring Hateoas 2.0.6.
See #2070
1 parent f7994ba commit e96b751

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

parent/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
32

43
<!--
54
@@ -132,7 +131,7 @@
132131
<slf4j>2.0.2</slf4j>
133132
<spring>6.0.11</spring>
134133
<spring-asciidoctor-backends.version>0.0.5</spring-asciidoctor-backends.version>
135-
<spring-hateoas>2.0.5</spring-hateoas>
134+
<spring-hateoas>2.0.6</spring-hateoas>
136135
<spring-plugin>3.0.0</spring-plugin>
137136
<servlet-api>6.0.0</servlet-api>
138137
<testcontainers>1.17.6</testcontainers>
@@ -1362,4 +1361,4 @@
13621361
</repository>
13631362
</repositories>
13641363

1365-
</project>
1364+
</project>

0 commit comments

Comments
 (0)