Skip to content

Commit 21e3dab

Browse files
committed
DEVX-772: update gradle and thymeleaf-extras-springsecurity
1 parent 42d5897 commit 21e3dab

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

examples/spring-datadog-statsd/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

examples/spring-datadog/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

examples/spring-datadog/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

examples/spring-dynatrace-oneagent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

examples/spring-newrelic/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

examples/spring-otel/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

examples/spring/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)