This is an automated email from the ASF dual-hosted git repository.
doebele pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git
The following commit(s) were added to refs/heads/master by this push:
new 8e0b805a EMPIREDB-410 Microsoft Driver above version 9 require proper
SSL configuration
8e0b805a is described below
commit 8e0b805a64d4eea0d55cb26e5ac515377d854d8d
Author: Rainer Döbele <[email protected]>
AuthorDate: Wed Mar 20 21:39:50 2024 +0100
EMPIREDB-410
Microsoft Driver above version 9 require proper SSL configuration
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fad75584..8245d0aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,7 +331,7 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
- <version>10.2.3.jre8</version>
+ <version>9.4.1.jre8</version>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>