Compare commits
3 commits
84c4789cfa
...
ebd16b6503
Author | SHA1 | Date | |
---|---|---|---|
ebd16b6503 | |||
70fe8d8c88 | |||
d722f0af76 |
3 changed files with 7 additions and 7 deletions
|
@ -39,7 +39,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.stripe:stripe-java:20.79.0")
|
implementation("com.stripe:stripe-java:20.136.0")
|
||||||
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
||||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||||
compileOnly("org.projectlombok:lombok")
|
compileOnly("org.projectlombok:lombok")
|
||||||
|
@ -47,10 +47,10 @@ dependencies {
|
||||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||||
implementation("org.springframework.boot:spring-boot-starter-security")
|
implementation("org.springframework.boot:spring-boot-starter-security")
|
||||||
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server:3.3.3")
|
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server:3.4.3")
|
||||||
implementation("org.springframework.boot:spring-boot-starter-oauth2-client:3.3.3")
|
implementation("org.springframework.boot:spring-boot-starter-oauth2-client:3.4.3")
|
||||||
runtimeOnly("org.postgresql:postgresql")
|
runtimeOnly("org.postgresql:postgresql")
|
||||||
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0")
|
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.5")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<Test> {
|
tasks.withType<Test> {
|
||||||
|
|
|
@ -28,7 +28,7 @@ services:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
keycloakdb_svr:
|
keycloakdb_svr:
|
||||||
image: postgres:14.17
|
image: postgres:17.4
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data_keycloak_db:/var/lib/postgresql/data
|
- postgres_data_keycloak_db:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
|
@ -41,7 +41,7 @@ services:
|
||||||
- "9433:5432"
|
- "9433:5432"
|
||||||
|
|
||||||
postgres_db:
|
postgres_db:
|
||||||
image: postgres:16.8
|
image: postgres:17.4
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -7,7 +7,7 @@ volumes:
|
||||||
services:
|
services:
|
||||||
postgres-employee:
|
postgres-employee:
|
||||||
container_name: postgres_employee
|
container_name: postgres_employee
|
||||||
image: postgres:13.20
|
image: postgres:17.4
|
||||||
volumes:
|
volumes:
|
||||||
- employee_postgres_data:/var/lib/postgresql/data
|
- employee_postgres_data:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue