Compare commits
3 commits
3000a5f693
...
9e953c8a44
Author | SHA1 | Date | |
---|---|---|---|
9e953c8a44 | |||
7bbabc46f3 | |||
f7c344faa6 |
2 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: "Checkout"
|
||||
uses: actions/checkout@v4
|
||||
- name: "Cache Gradle dependencies"
|
||||
uses: https://github.com/actions/cache@v3
|
||||
uses: https://github.com/actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
|
|
|
@ -39,7 +39,7 @@ repositories {
|
|||
}
|
||||
|
||||
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-web")
|
||||
compileOnly("org.projectlombok:lombok")
|
||||
|
@ -47,10 +47,10 @@ dependencies {
|
|||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
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-client: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.4.3")
|
||||
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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue