Skip to content

Commit

Permalink
Chore: 배포 서버와 selenium 버전 동기화
Browse files Browse the repository at this point in the history
  • Loading branch information
yxhwxn committed Aug 11, 2024
1 parent 710d025 commit a99f6bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ dependencies {
implementation 'io.jsonwebtoken:jjwt-jackson:0.12.2'

//selenium
implementation 'org.seleniumhq.selenium:selenium-java:4.1.4'
implementation 'io.github.bonigarcia:webdrivermanager:5.0.3'
implementation 'org.seleniumhq.selenium:selenium-java:4.22.0'
implementation 'io.github.bonigarcia:webdrivermanager:5.4.0'
implementation 'org.jsoup:jsoup:1.13.1'
testImplementation 'org.seleniumhq.selenium:selenium-java:4.22.0'

//Google Firebase
implementation 'com.google.firebase:firebase-admin:9.2.0'
Expand Down

0 comments on commit a99f6bf

Please sign in to comment.