This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git
The following commit(s) were added to refs/heads/master by this push:
new 1a59cb3ad Bump com.microsoft.sqlserver:mssql-jdbc (#138)
1a59cb3ad is described below
commit 1a59cb3ad692649ce6bf5a3e6e3404106a203521
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 18 09:55:17 2026 +0700
Bump com.microsoft.sqlserver:mssql-jdbc (#138)
Bumps
[com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc)
from 12.8.1.jre11 to 12.8.2.jre11.
- [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-version: 12.8.2.jre11
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e2e46beff..25205b5d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
<mysql.connector.version>5.1.49</mysql.connector.version>
<mariadb.connector.version>2.7.2</mariadb.connector.version>
<postgresql.connector.version>42.7.7</postgresql.connector.version>
- <mssql.connector.version>12.8.1.jre11</mssql.connector.version>
+ <mssql.connector.version>12.8.2.jre11</mssql.connector.version>
<!-- other common versions -->
<kubernetes-client.version>6.13.3</kubernetes-client.version>