Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
daeeb14141 | ||
|
|
6701913d0e | ||
|
|
03b31d90a7 | ||
|
|
c9ac9afb60 |
@@ -23,5 +23,5 @@ dependencies {
|
||||
implementation "org.hidetake:gradle-ssh-plugin:2.10.1"
|
||||
implementation "org.jfrog.buildinfo:build-info-extractor-gradle:4.26.1"
|
||||
implementation "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1"
|
||||
implementation "org.springframework:spring-core:5.3.17"
|
||||
implementation "org.springframework:spring-core:5.3.22"
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ dependencies {
|
||||
api platform("org.springframework.security:spring-security-bom:$springSecurityVersion")
|
||||
api platform("com.fasterxml.jackson:jackson-bom:2.13.3")
|
||||
constraints {
|
||||
api "com.nimbusds:nimbus-jose-jwt:9.22"
|
||||
api "com.nimbusds:nimbus-jose-jwt:9.23"
|
||||
api "javax.servlet:javax.servlet-api:4.0.1"
|
||||
api "junit:junit:4.13.2"
|
||||
api "org.assertj:assertj-core:3.22.0"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
version=0.4.0-SNAPSHOT
|
||||
version=0.4.0-M1
|
||||
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
|
||||
org.gradle.parallel=true
|
||||
org.gradle.caching=true
|
||||
springFrameworkVersion=5.3.20
|
||||
springSecurityVersion=5.7.1
|
||||
springFrameworkVersion=5.3.22
|
||||
springSecurityVersion=5.8.0-M2
|
||||
springJavaformatVersion=0.0.31
|
||||
springJavaformatExcludePackages=org/springframework/security/config org/springframework/security/oauth2
|
||||
checkstyleToolVersion=8.34
|
||||
|
||||
Reference in New Issue
Block a user