@@ -22,40 +22,40 @@ dependencies {
22
22
23
23
implementation ' org.springframework.cloud:spring-cloud-vault-config-databases'
24
24
25
- implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0 '
26
- implementation ' io.swagger.core.v3:swagger-annotations-jakarta:2.2.21 '
25
+ implementation " org.springdoc:springdoc-openapi-starter-webmvc-ui:$v ersions . springdoc "
26
+ implementation " io.swagger.core.v3:swagger-annotations-jakarta:$v ersions . swagger "
27
27
28
28
implementation ' org.springframework.boot:spring-boot-starter-web'
29
29
implementation ' org.springframework.boot:spring-boot-starter-oauth2-client'
30
30
implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
31
31
implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
32
32
implementation ' org.springframework.boot:spring-boot-starter-security'
33
33
implementation ' org.springframework.boot:spring-boot-starter-validation'
34
- implementation ' org.springframework.retry:spring-retry:2.0.6 '
34
+ implementation ' org.springframework.retry:spring-retry'
35
35
36
36
implementation ' org.springframework.boot:spring-boot-starter-data-elasticsearch'
37
- implementation ' org.opensearch.client:spring-data-opensearch:1.4.0 '
37
+ implementation " org.opensearch.client:spring-data-opensearch:$v ersions . opensearch "
38
38
39
- implementation ' org.apache.commons:commons-lang3:3.14.0 '
39
+ implementation ' org.apache.commons:commons-lang3'
40
40
implementation ' org.springframework.boot:spring-boot-starter-cache'
41
41
implementation ' com.github.ben-manes.caffeine:caffeine'
42
42
43
43
implementation ' org.ehcache:ehcache:3.10.8'
44
- implementation ' com.fasterxml.jackson.core:jackson-core:2.17.1 '
44
+ implementation " com.fasterxml.jackson.core:jackson-core:$v ersions . jackson "
45
45
46
46
implementation ' org.postgresql:postgresql'
47
47
implementation ' org.flywaydb:flyway-core'
48
- implementation ' ma.glasnost.orika:orika-core:1.5.4 '
48
+ implementation " ma.glasnost.orika:orika-core:$v ersions . orika "
49
49
implementation ' org.codehaus.jettison:jettison:1.5.4'
50
- implementation ' org.apache.poi:poi:5.2.5 '
51
- implementation ' org.apache.poi:poi-ooxml:5.2.5 '
50
+ implementation " org.apache.poi:poi:$v ersions . apachePoi "
51
+ implementation " org.apache.poi:poi-ooxml:$v ersions . apachePoi "
52
52
53
53
testImplementation ' org.opensearch:opensearch-testcontainers:2.0.1'
54
54
55
55
testImplementation ' org.springframework.security:spring-security-test'
56
56
testImplementation ' org.springframework.cloud:spring-cloud-contract-wiremock'
57
57
testImplementation ' com.h2database:h2'
58
- testImplementation ' io.projectreactor:reactor-test:3.6.5 '
58
+ testImplementation " io.projectreactor:reactor-test:$v ersions . reactorTest "
59
59
testImplementation ' org.testcontainers:junit-jupiter'
60
60
testImplementation ' org.testcontainers:postgresql'
61
61
testImplementation ' org.bitbucket.b_c:jose4j:0.9.6'
0 commit comments