File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
spring-dynatrace-oneagent Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 implementation ' org.springframework.boot:spring-boot-starter-security'
3333 implementation ' org.springframework.boot:spring-boot-starter-thymeleaf'
3434 implementation ' org.springframework.boot:spring-boot-starter-web'
35- implementation ' org.thymeleaf.extras:thymeleaf-extras-springsecurity7 '
35+ implementation ' org.thymeleaf.extras:thymeleaf-extras-springsecurity6 '
3636 implementation ' com.datadoghq:java-dogstatsd-client:4.3.0'
3737 testImplementation ' org.springframework.boot:spring-boot-starter-test'
3838 testImplementation ' org.springframework.security:spring-security-test'
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
3434 implementation ' org.springframework.boot:spring-boot-starter-security'
3535 implementation ' org.springframework.boot:spring-boot-starter-webflux'
3636 implementation ' org.springframework.session:spring-session-core'
37- implementation ' org.thymeleaf.extras:thymeleaf-extras-springsecurity7:1.0 '
37+ implementation ' org.thymeleaf.extras:thymeleaf-extras-springsecurity6 '
3838 implementation " com.datadoghq:datadog-api-client:2.20.0"
3939 testImplementation ' org.springframework.boot:spring-boot-starter-test'
4040 testImplementation ' org.springframework.security:spring-security-test'
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -all.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
3131 implementation ' org.springframework.boot:spring-boot-starter-security'
3232 implementation ' org.springframework.boot:spring-boot-starter-thymeleaf'
3333 implementation ' org.springframework.boot:spring-boot-starter-web'
34- implementation ' org.thymeleaf.extras:thymeleaf-extras-springsecurity7 '
34+ implementation ' org.thymeleaf.extras:thymeleaf-extras-springsecurity6 '
3535 testImplementation ' org.springframework.boot:spring-boot-starter-test'
3636 testImplementation ' org.springframework.security:spring-security-test'
3737 developmentOnly " org.springframework.boot:spring-boot-devtools"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636 implementation ' org.springframework.boot:spring-boot-starter-security'
3737 implementation ' org.springframework.boot:spring-boot-starter-thymeleaf'
3838 implementation ' org.springframework.boot:spring-boot-starter-web'
39- implementation ' org.thymeleaf.extras:thymeleaf-extras-springsecurity7 '
39+ implementation ' org.thymeleaf.extras:thymeleaf-extras-springsecurity6 '
4040 testImplementation ' org.springframework.boot:spring-boot-starter-test'
4141 testImplementation ' org.springframework.security:spring-security-test'
4242 developmentOnly " org.springframework.boot:spring-boot-devtools"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
3434 implementation ' org.springframework.boot:spring-boot-starter-security'
3535 implementation ' org.springframework.boot:spring-boot-starter-thymeleaf'
3636 implementation ' org.springframework.boot:spring-boot-starter-web'
37- implementation ' org.thymeleaf.extras:thymeleaf-extras-springsecurity7 '
37+ implementation ' org.thymeleaf.extras:thymeleaf-extras-springsecurity6 '
3838 testImplementation ' org.springframework.boot:spring-boot-starter-test'
3939 testImplementation ' org.springframework.security:spring-security-test'
4040 developmentOnly " org.springframework.boot:spring-boot-devtools"
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies {
4747 implementation ' org.springframework.boot:spring-boot-starter-security'
4848 implementation ' org.springframework.boot:spring-boot-starter-webflux'
4949 implementation ' org.springframework.session:spring-session-core'
50- implementation ' org.thymeleaf.extras:thymeleaf-extras-springsecurity7 '
50+ implementation ' org.thymeleaf.extras:thymeleaf-extras-springsecurity6 '
5151 developmentOnly(" org.springframework.boot:spring-boot-devtools" )
5252 testImplementation ' org.springframework.boot:spring-boot-starter-test'
5353 testImplementation ' org.springframework.security:spring-security-test'
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments