File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,16 @@ dependencies {
38
38
implementation(" org.springframework.security:spring-security-oauth2-resource-server" )
39
39
implementation(" org.springframework.boot:spring-boot-starter-webflux" )
40
40
implementation(" org.springframework:spring-webflux" )
41
- implementation(" org.springframework.retry:spring-retry:1.2.4.RELEASE " )
42
- implementation(" net.logstash.logback:logstash-logback-encoder:6 .2" )
41
+ implementation(" org.springframework.retry:spring-retry:1.3.3 " )
42
+ implementation(" net.logstash.logback:logstash-logback-encoder:7 .2" )
43
43
44
44
implementation(" org.projectreactor:reactor-spring:1.0.1.RELEASE" )
45
45
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin" )
46
46
implementation(" org.jetbrains.kotlin:kotlin-reflect" )
47
47
implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
48
- implementation(" com.google.apis:google-api-services-androidpublisher:v3-rev130-1.25.0" )
49
- implementation(" io.github.microutils:kotlin-logging:1.7.8" )
48
+ implementation(" com.google.apis:google-api-services-androidpublisher:v3-rev142-1.25.0" )
49
+ implementation(" io.github.microutils:kotlin-logging:3.0.0" )
50
+ implementation(" org.zalando:logbook-spring-boot-starter:2.14.0" )
50
51
51
52
testImplementation(" org.springframework.boot:spring-boot-starter-test" ) {
52
53
exclude(module = " junit" )
You can’t perform that action at this time.
0 commit comments