We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d6b39 commit 5315b2eCopy full SHA for 5315b2e
build.gradle
@@ -1,6 +1,6 @@
1
buildscript {
2
dependencies {
3
- classpath 'io.spring.gradle:spring-build-conventions:0.0.35.RELEASE'
+ classpath 'io.spring.gradle:spring-build-conventions:0.0.36'
4
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
5
classpath 'io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE'
6
classpath "io.freefair.gradle:aspectj-plugin:4.1.6"
docs/manual/spring-security-docs-manual.gradle
@@ -43,3 +43,7 @@ def resolvedVersions(Configuration configuration) {
43
.collectEntries { [(it.name + "-version"): it.moduleVersion.id.version] }
44
}
45
46
+
47
+repositories {
48
+ maven { url "https://repo.spring.io/release" }
49
+}
0 commit comments