Skip to content

Commit

Permalink
upgraded mssql driver
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jan 29, 2021
1 parent 977998f commit e91b7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/db/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {
implementation 'org.springframework:spring-jdbc'
implementation 'com.zaxxer:HikariCP'
implementation 'com.ibm.db2:jcc:11.5.5.0'
implementation 'com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre8'
implementation 'com.microsoft.sqlserver:mssql-jdbc:9.2.0.jre8'
implementation 'com.oracle.ojdbc:ojdbc8:19.3.0.0'
implementation 'mysql:mysql-connector-java'
implementation 'org.postgresql:postgresql'
Expand Down

0 comments on commit e91b7bf

Please sign in to comment.