Skip to content

Commit 59f9f7e

Browse files
authored
mongodb 드라이버 5.6.2 -> 5.5.2 다운그레이드 (#472)
1 parent 8726aea commit 59f9f7e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ dependencies {
1313
api("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8")
1414
api("org.springframework.boot:spring-boot-starter-data-mongodb-reactive")
1515

16+
// TODO: https://jira.mongodb.org/browse/JAVA-6038 이슈 해결된 spring-boot-starter-data-mongodb 업그레이드 후 아래 의존성 삭제
17+
api("org.mongodb:mongodb-driver-sync:5.5.2")
18+
api("org.mongodb:bson:5.5.2")
19+
api("org.mongodb:mongodb-driver-core:5.5.2")
20+
api("org.mongodb:bson-record-codec:5.5.2")
21+
1622
api("org.springframework.boot:spring-boot-starter-data-redis")
1723

1824
implementation("org.springframework.security:spring-security-crypto")

0 commit comments

Comments
 (0)