Browse Source

Start building against Spring HATEOAS 2.5.0-M1 snapshots

See gh-44169
pull/44184/head
Andy Wilkinson 11 months ago
parent
commit
0e686ba452
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -2288,7 +2288,7 @@ bom { @@ -2288,7 +2288,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-graphql/releases/tag/v{version}")
}
}
library("Spring HATEOAS", "2.4.1") {
library("Spring HATEOAS", "2.5.0-SNAPSHOT") {
prohibit {
versionRange "[3.0.0-M1,)"
because "it exceeds our baseline"

Loading…
Cancel
Save