@@ -50,21 +50,20 @@ dependencies {
5050 api(project(" :line-bot-model" ))
5151 implementation(" org.slf4j:slf4j-api" )
5252 implementation(" com.squareup.okhttp3:logging-interceptor" )
53- implementation(" com.squareup.retrofit2:converter-jackson" )
54- implementation(" com.squareup.retrofit2:retrofit" )
53+ implementation(libs.bundles.retrofit2)
5554
5655 testCompileOnly(" org.projectlombok:lombok" )
5756 testAnnotationProcessor(" org.projectlombok:lombok" )
5857
59- testImplementation(" com.github.stefanbirkner: system- lambda" )
60- testImplementation(" com.github.tomakehurst: wiremock-jre8 " )
58+ testImplementation(libs. system. lambda)
59+ testImplementation(libs. wiremock)
6160 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
6261
6362 integrationTestCompileOnly(" org.projectlombok:lombok" )
6463 integrationTestAnnotationProcessor(" org.projectlombok:lombok" )
65- integrationTestImplementation(" com.google. guava:guava " )
66- integrationTestImplementation(" io.jsonwebtoken: jjwt- api" )
67- integrationTestImplementation(" io.jsonwebtoken: jjwt- jackson" )
64+ integrationTestImplementation(libs. guava)
65+ integrationTestImplementation(libs. jjwt. api)
66+ integrationTestImplementation(libs. jjwt. jackson)
6867 // https://github.com/jwtk/jjwt/issues/236 jjwt doens't support JWK parsing, yet.
6968 // Once jjwt support JWK, we can remove this dependency.
7069 integrationTestImplementation(" com.nimbusds:nimbus-jose-jwt:9.23" )
@@ -78,5 +77,5 @@ dependencies {
7877 integrationTestImplementation(" org.junit.vintage:junit-vintage-engine" ) {
7978 exclude(group = " org.hamcrest" , module = " hamcrest-core" )
8079 }
81- integrationTestRuntimeOnly(" io.jsonwebtoken: jjwt- impl" )
80+ integrationTestRuntimeOnly(libs. jjwt. impl)
8281}
0 commit comments