Skip to content

Commit

Permalink
Merge pull request #3262 from liquibase/dependabot/maven/com.microsof…
Browse files Browse the repository at this point in the history
…t.sqlserver-mssql-jdbc-11.2.1.jre8

Bump mssql-jdbc from 11.2.0.jre8 to 11.2.1.jre8
  • Loading branch information
nvoxland committed Sep 11, 2022
2 parents 2dcca45 + f624d0a commit efcc526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion liquibase-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<h2.version>2.1.214</h2.version>
<hsqldb.version>2.5.2</hsqldb.version>
<postgresql.version>42.5.0</postgresql.version>
<mssql.version>11.2.0.jre8</mssql.version>
<mssql.version>11.2.1.jre8</mssql.version>
<mysql.version>8.0.21</mysql.version>
<mariadb.version>3.0.7</mariadb.version>
<oracle.version>21.6.0.0.1</oracle.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>11.2.0.jre8</version>
<version>11.2.1.jre8</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit efcc526

Please sign in to comment.