File tree Expand file tree Collapse file tree 19 files changed +36
-36
lines changed
event-only/cancel-reservation-on-payment-timeout Expand file tree Collapse file tree 19 files changed +36
-36
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id ' org.springframework.boot' version ' 3.3.5 '
3+ id ' org.springframework.boot' version ' 3.4.0 '
44 id ' io.spring.dependency-management' version ' 1.1.6'
55}
66
Original file line number Diff line number Diff line change 11services :
22 kafka :
33 # https://github.com/confluentinc/cp-all-in-one/blob/7.5.0-post/cp-all-in-one-kraft/docker-compose.yml
4- image : confluentinc/cp-kafka:7.7.1
4+ image : confluentinc/cp-kafka:7.8.0
55 hostname : broker
66 container_name : broker
77 ports :
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.10.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id ' org.springframework.boot' version ' 3.3.5 '
3+ id ' org.springframework.boot' version ' 3.4.0 '
44 id ' org.graalvm.buildtools.native' version ' 0.10.3'
55 id ' io.spring.dependency-management' version ' 1.1.6'
66}
@@ -21,7 +21,7 @@ repositories {
2121}
2222
2323ext {
24- set(' springCloudVersion' , " 2023 .0.3 " )
24+ set(' springCloudVersion' , " 2024 .0.0 " )
2525}
2626
2727dependencyManagement {
@@ -42,7 +42,7 @@ dependencies {
4242 implementation ' org.springframework.cloud:spring-cloud-starter-loadbalancer'
4343 runtimeOnly ' io.micrometer:micrometer-registry-prometheus'
4444 implementation ' org.springframework.boot:spring-boot-starter-rsocket'
45- implementation ' com.nimbusds:nimbus-jose-jwt:9.42 '
45+ implementation ' com.nimbusds:nimbus-jose-jwt:9.47 '
4646 compileOnly ' org.projectlombok:lombok'
4747 annotationProcessor ' org.projectlombok:lombok'
4848 annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor'
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.10.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id ' org.springframework.boot' version ' 3.3.5 '
3+ id ' org.springframework.boot' version ' 3.4.0 '
44 id ' org.graalvm.buildtools.native' version ' 0.10.3'
55 id ' io.spring.dependency-management' version ' 1.1.6'
66}
@@ -21,7 +21,7 @@ repositories {
2121}
2222
2323ext {
24- set(' springCloudVersion' , " 2023 .0.3 " )
24+ set(' springCloudVersion' , " 2024 .0.0 " )
2525}
2626
2727dependencyManagement {
@@ -42,7 +42,7 @@ dependencies {
4242 implementation ' org.springframework.cloud:spring-cloud-starter-loadbalancer'
4343 runtimeOnly ' io.micrometer:micrometer-registry-prometheus'
4444 implementation ' org.springframework.boot:spring-boot-starter-rsocket'
45- implementation ' com.nimbusds:nimbus-jose-jwt:9.42 '
45+ implementation ' com.nimbusds:nimbus-jose-jwt:9.47 '
4646 implementation ' org.springframework.boot:spring-boot-starter-data-r2dbc'
4747 implementation ' org.springframework:spring-jdbc'
4848 implementation ' org.flywaydb:flyway-core'
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.10.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id ' org.springframework.boot' version ' 3.3.5 '
3+ id ' org.springframework.boot' version ' 3.4.0 '
44 id ' org.graalvm.buildtools.native' version ' 0.10.3'
55 id ' io.spring.dependency-management' version ' 1.1.6'
66}
@@ -21,7 +21,7 @@ repositories {
2121}
2222
2323ext {
24- set(' springCloudVersion' , " 2023 .0.3 " )
24+ set(' springCloudVersion' , " 2024 .0.0 " )
2525}
2626
2727dependencyManagement {
@@ -40,7 +40,7 @@ dependencies {
4040 runtimeOnly ' io.micrometer:micrometer-registry-prometheus'
4141 implementation ' org.springframework.boot:spring-boot-starter-web'
4242 implementation ' org.springframework.boot:spring-boot-starter-webflux'
43- implementation ' com.nimbusds:nimbus-jose-jwt:9.42 '
43+ implementation ' com.nimbusds:nimbus-jose-jwt:9.47 '
4444 annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor'
4545 testImplementation ' org.springframework.boot:spring-boot-starter-test'
4646}
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.10.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
33 id ' idea'
4- id ' org.springframework.boot' version ' 3.3.5 '
4+ id ' org.springframework.boot' version ' 3.4.0 '
55 id ' org.graalvm.buildtools.native' version ' 0.10.3'
6- id ' org.hibernate.orm' version ' 6.6.1 .Final'
6+ id ' org.hibernate.orm' version ' 6.6.3 .Final'
77 id ' io.spring.dependency-management' version ' 1.1.6'
88}
99
@@ -23,7 +23,7 @@ repositories {
2323}
2424
2525ext {
26- set(' springCloudVersion' , " 2023 .0.3 " )
26+ set(' springCloudVersion' , " 2024 .0.0 " )
2727}
2828
2929dependencyManagement {
@@ -44,7 +44,7 @@ dependencies {
4444 compileOnly ' org.projectlombok:lombok'
4545 annotationProcessor ' org.projectlombok:lombok'
4646 implementation ' org.springframework.boot:spring-boot-starter-web'
47- implementation ' com.nimbusds:nimbus-jose-jwt:9.42 '
47+ implementation ' com.nimbusds:nimbus-jose-jwt:9.47 '
4848 annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor'
4949 testImplementation ' org.springframework.boot:spring-boot-starter-test'
5050}
You can’t perform that action at this time.
0 commit comments