Update Remaining Samples to 6.4.0-SNAPSHOT
This commit is contained in:
@@ -11,8 +11,6 @@ java {
|
|||||||
sourceCompatibility = '17'
|
sourceCompatibility = '17'
|
||||||
}
|
}
|
||||||
|
|
||||||
ext["spring-security.version"] = "6.3.0-SNAPSHOT"
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url "https://repo.spring.io/milestone" }
|
maven { url "https://repo.spring.io/milestone" }
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
version=6.1.1
|
||||||
|
spring-security.version=6.4.0-SNAPSHOT
|
||||||
|
org.gradle.jvmargs=-Xmx6g -XX:+HeapDumpOnOutOfMemoryError
|
||||||
|
org.gradle.caching=true
|
||||||
@@ -5,8 +5,6 @@ plugins {
|
|||||||
id 'java'
|
id 'java'
|
||||||
}
|
}
|
||||||
|
|
||||||
ext['spring-security.version'] = '6.3.0-SNAPSHOT'
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url "https://repo.spring.io/milestone" }
|
maven { url "https://repo.spring.io/milestone" }
|
||||||
|
|||||||
Reference in New Issue
Block a user