Browse Source

Start building against Spring HATEOAS 2.0.0 snapshots

See gh-33137
pull/33209/head
Stephane Nicoll 3 years ago
parent
commit
13b6e3fce1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1372,7 +1372,7 @@ bom { @@ -1372,7 +1372,7 @@ bom {
]
}
}
library("Spring HATEOAS", "2.0.0-RC2") {
library("Spring HATEOAS", "2.0.0-SNAPSHOT") {
group("org.springframework.hateoas") {
modules = [
"spring-hateoas"

Loading…
Cancel
Save