Skip to content

Commit

Permalink
Bump mssql-jdbc from 10.2.1.jre8 to 11.2.0.jre8
Browse files Browse the repository at this point in the history
Bumps [mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 10.2.1.jre8 to 11.2.0.jre8.
- [Release notes](https://github.com/Microsoft/mssql-jdbc/releases)
- [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/mssql-jdbc/commits)

---
updated-dependencies:
- dependency-name: com.microsoft.sqlserver:mssql-jdbc
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 21, 2022
1 parent 344e067 commit 904296a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<javacc.version>7.0.12</javacc.version>
<jdbc.driver.oracle.version>21.6.0.0.1</jdbc.driver.oracle.version>
<jdbc.driver.postgres.version>42.4.1</jdbc.driver.postgres.version>
<jdbc.driver.sqlserver.version>10.2.1.jre8</jdbc.driver.sqlserver.version>
<jdbc.driver.sqlserver.version>11.2.0.jre8</jdbc.driver.sqlserver.version>
<jdbc.driver.firebird.version>4.0.0-beta-1</jdbc.driver.firebird.version>
<junit.version>5.9.0</junit.version>
<org.json.version>20220320</org.json.version>
Expand Down

0 comments on commit 904296a

Please sign in to comment.