Browse Source

Merge branch '6.1.x' into 6.2.x

pull/15031/head
Steve Riesenberg 2 years ago
parent
commit
a8a917ace0
No known key found for this signature in database
GPG Key ID: 3D0169B18AB8F0A9
  1. 2
      build.gradle

2
build.gradle

@ -42,7 +42,7 @@ springRelease { @@ -42,7 +42,7 @@ springRelease {
weekOfMonth = 3
dayOfWeek = 1
referenceDocUrl = "https://docs.spring.io/spring-security/reference/{version}/index.html"
apiDocUrl = "https://docs.spring.io/spring-security/docs/{version}/api/"
apiDocUrl = "https://docs.spring.io/spring-security/site/docs/{version}/api/"
replaceSnapshotVersionInReferenceDocUrl = true
}

Loading…
Cancel
Save