@@ -4,7 +4,7 @@ plugins {
4
4
id ' java'
5
5
id ' java-test-fixtures'
6
6
id ' jacoco'
7
- id ' org.springframework.boot' version ' 3.3.3 '
7
+ id ' org.springframework.boot' version ' 3.4.2 '
8
8
id ' io.spring.dependency-management' version ' 1.1.7'
9
9
id ' org.sonarqube' version ' 6.0.1.5171'
10
10
id " be.vbgn.ci-detect" version " 0.5.0"
@@ -61,7 +61,7 @@ tasks.register("runtimeBootRun", BootRun.class) {
61
61
}
62
62
63
63
dependencies {
64
- implementation platform(' org.springframework.cloud:spring-cloud-dependencies:2023 .0.3 ' )
64
+ implementation platform(' org.springframework.cloud:spring-cloud-dependencies:2024 .0.0 ' )
65
65
implementation ' org.springframework.cloud:spring-cloud-starter-gateway'
66
66
implementation ' org.springframework.boot:spring-boot-starter-oauth2-client'
67
67
implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
@@ -74,7 +74,7 @@ dependencies {
74
74
75
75
implementation ' io.opentelemetry:opentelemetry-exporter-otlp'
76
76
77
- implementation platform(' com.contentgrid.thunx:thunx-bom:0.11.0 ' )
77
+ implementation platform(' com.contentgrid.thunx:thunx-bom:0.11.1 ' )
78
78
implementation ' com.contentgrid.thunx:thunx-gateway-spring-boot-starter'
79
79
implementation ' com.contentgrid.thunx:thunx-encoding-json'
80
80
@@ -124,7 +124,7 @@ dependencies {
124
124
testFixturesApi platform(' com.contentgrid.configuration:contentgrid-configuration-bom:0.1.2' )
125
125
testFixturesApi ' com.contentgrid.configuration:contentgrid-configuration-contentgrid-apps'
126
126
127
- testFixturesImplementation platform(' org.springframework.cloud:spring-cloud-dependencies:2023 .0.3 ' )
127
+ testFixturesImplementation platform(' org.springframework.cloud:spring-cloud-dependencies:2024 .0.0 ' )
128
128
testFixturesImplementation ' io.projectreactor:reactor-test'
129
129
testFixturesImplementation ' com.fasterxml.jackson.core:jackson-databind'
130
130
testFixturesImplementation ' org.springframework.security:spring-security-core'
0 commit comments