Skip to content

Commit

Permalink
chore: mysql-connector 버전 업
Browse files Browse the repository at this point in the history
  • Loading branch information
dldmsql committed Apr 7, 2024
1 parent 093831c commit e763fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-webflux'

//MySQL
implementation 'mysql:mysql-connector-java:8.0.28'
implementation group: 'com.mysql', name: 'mysql-connector-j', version: '8.3.0'

//테스트용 H2
implementation 'com.h2database:h2'
Expand Down

0 comments on commit e763fb3

Please sign in to comment.