@@ -79,7 +79,7 @@ We're now on the Maven Central Repository. Add the following to your POM file to
79
79
<dependency >
80
80
<groupId >com.microsoft.sqlserver</groupId >
81
81
<artifactId >mssql-jdbc</artifactId >
82
- <version >12.4.0 .jre11</version >
82
+ <version >12.4.1 .jre11</version >
83
83
</dependency >
84
84
```
85
85
The driver can be downloaded from [ Microsoft] ( https://aka.ms/downloadmssqljdbc ) .
@@ -90,7 +90,7 @@ To get the latest version of the driver, add the following to your POM file:
90
90
<dependency >
91
91
<groupId >com.microsoft.sqlserver</groupId >
92
92
<artifactId >mssql-jdbc</artifactId >
93
- <version >12.4.0 .jre11</version >
93
+ <version >12.4.1 .jre11</version >
94
94
</dependency >
95
95
```
96
96
@@ -125,7 +125,7 @@ Projects that require either of the two features need to explicitly declare the
125
125
<dependency >
126
126
<groupId >com.microsoft.sqlserver</groupId >
127
127
<artifactId >mssql-jdbc</artifactId >
128
- <version >12.4.0 .jre11</version >
128
+ <version >12.4.1 .jre11</version >
129
129
<scope >compile</scope >
130
130
</dependency >
131
131
@@ -143,7 +143,7 @@ Projects that require either of the two features need to explicitly declare the
143
143
<dependency >
144
144
<groupId >com.microsoft.sqlserver</groupId >
145
145
<artifactId >mssql-jdbc</artifactId >
146
- <version >12.4.0 .jre11</version >
146
+ <version >12.4.1 .jre11</version >
147
147
<scope >compile</scope >
148
148
</dependency >
149
149
@@ -170,7 +170,7 @@ When setting 'useFmtOnly' property to 'true' for establishing a connection or cr
170
170
<dependency >
171
171
<groupId >com.microsoft.sqlserver</groupId >
172
172
<artifactId >mssql-jdbc</artifactId >
173
- <version >12.4.0 .jre11</version >
173
+ <version >12.4.1 .jre11</version >
174
174
</dependency >
175
175
176
176
<dependency >
0 commit comments