Skip to content

Commit

Permalink
Force spring-hateoas version from 2.1.0 to 2.1.1 (after Snyk warn)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdsdi3g committed Jul 19, 2023
1 parent f008e10 commit 836e91f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<spoon.version>10.1.1</spoon.version>
<j2html.version>1.6.0</j2html.version>
<esapi.version>2.5.2.0</esapi.version>
<spring-hateoas.version>2.1.1</spring-hateoas.version>
<graalvm.version>22.3.1</graalvm.version>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
Expand Down Expand Up @@ -191,6 +192,11 @@
<artifactId>esapi</artifactId>
<version>${esapi.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
<version>${spring-hateoas.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 836e91f

Please sign in to comment.