Skip to content

Commit

Permalink
Merge pull request #482 from fyhao/dependabot/gradle/com.microsoft.sq…
Browse files Browse the repository at this point in the history
…lserver-mssql-jdbc-12.2.0.jre8

build(deps): bump com.microsoft.sqlserver:mssql-jdbc from 11.2.1.jre8 to 12.2.0.jre8
  • Loading branch information
fyhao authored Mar 23, 2023
2 parents 2e28102 + 892c426 commit 3311e60
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 @@ -48,7 +48,7 @@ dependencies {

implementation("com.h2database:h2:2.1.214")
implementation group: 'org.modelmapper', name: 'modelmapper', version: '3.1.0'
implementation group: 'com.microsoft.sqlserver', name: 'mssql-jdbc', version: '11.2.1.jre8'
implementation group: 'com.microsoft.sqlserver', name: 'mssql-jdbc', version: '12.2.0.jre8'
implementation group: 'org.modelmapper', name: 'modelmapper', version: '3.1.0'
implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
implementation group: 'com.sun.xml.bind', name: 'jaxb-core', version: '4.0.1'
Expand Down

0 comments on commit 3311e60

Please sign in to comment.