Skip to content

Commit

Permalink
fix : sentry 버전 충돌 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
bianbbc87 committed May 23, 2024
1 parent 68543f6 commit 55cdbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
testImplementation 'org.springframework.security:spring-security-test'
implementation 'io.sentry:sentry-spring-boot-starter-jakarta:7.9.0'
implementation 'io.sentry:sentry-spring-boot-starter:7.9.0'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
implementation 'org.springframework.boot:spring-boot-starter-validation'
Expand Down

0 comments on commit 55cdbbc

Please sign in to comment.