From 8e34307a90521e0801956727bb8164c60409abea Mon Sep 17 00:00:00 2001 From: Philipp Wagner Date: Thu, 19 Mar 2026 11:23:51 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b0415c..eccf1ff 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It provides an elegant, functional wrapper around the SQL Server Bulk Copy funct ## Setup ## -JSqlServerBulkInsert is designed for Java 17+ and the Microsoft JDBC Driver for SQL Server (version 8.1.0 or higher). +JSqlServerBulkInsert is designed for Java 17+ and the Microsoft JDBC Driver for SQL Server (version 12.6.5.jre11 or higher). Add the following dependency to your pom.xml: