Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsln committed Oct 5, 2023
1 parent e5f53f0 commit 91a486e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,10 @@ SPDX-License-Identifier: MIT
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-webmvc</artifactId>
<!-- Downgrade this dependency because of HTM-908 / https://github.com/spring-projects/spring-data-rest/issues/2287 -->
<!-- When spring-boot-starter-parent includes spring-data-rest-webmvc 3.7.16 we can remove this version tag -->
<!-- The PersistentJsonArrayPropertyIntegrationTest.testUpdateApplicationComponents test checks whether this
bug is triggered. When spring-data-rest-webmvc is upgraded to a fixed version (as a dependency of
Spring) this version element can be removed and the test should pass. Apparently it wasn't fixed yet in
version 3.7.16 -->
<version>3.7.12</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 91a486e

Please sign in to comment.