This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 1893ee3b22 Bump com.microsoft.sqlserver:mssql-jdbc (#613)
1893ee3b22 is described below
commit 1893ee3b2293a4038ef5afb29a1a085c3362da0a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 2 09:21:45 2024 +0100
Bump com.microsoft.sqlserver:mssql-jdbc (#613)
Bumps
[com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc)
from 12.4.2.jre11 to 12.6.0.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-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
docker/core/pom.xml | 2 +-
fit/core-reference/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docker/core/pom.xml b/docker/core/pom.xml
index db3ddfb8ff..5fc7a0f7a5 100644
--- a/docker/core/pom.xml
+++ b/docker/core/pom.xml
@@ -138,7 +138,7 @@ under the License.
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
- <version>${jdbc.mssql.version}11</version>
+ <version>${jdbc.mssql.version}</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index ac17be60f7..1058e08416 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -1480,7 +1480,7 @@ under the License.
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
- <version>${jdbc.mssql.version}11</version>
+ <version>${jdbc.mssql.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/pom.xml b/pom.xml
index 4fb74878ee..1ee629392a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -505,7 +505,7 @@ under the License.
<jdbc.postgresql.version>42.7.1</jdbc.postgresql.version>
<jdbc.mysql.version>8.3.0</jdbc.mysql.version>
<jdbc.mariadb.version>3.3.2</jdbc.mariadb.version>
- <jdbc.mssql.version>12.4.2.jre</jdbc.mssql.version>
+ <jdbc.mssql.version>12.6.0.jre11</jdbc.mssql.version>
<jdbc.oracle.version>23.3.0.23.09</jdbc.oracle.version>
<bundles.directory>${project.build.directory}/bundles</bundles.directory>