Browse Source

Start building against Spring HATEOAS 2.3.4 snapshots

See gh-43475
pull/43494/head
Phillip Webb 1 year ago
parent
commit
60217e0894
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2201,7 +2201,7 @@ bom { @@ -2201,7 +2201,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-graphql/releases/tag/v{version}")
}
}
library("Spring HATEOAS", "2.3.3") {
library("Spring HATEOAS", "2.3.4-SNAPSHOT") {
considerSnapshots()
group("org.springframework.hateoas") {
modules = [

Loading…
Cancel
Save