Skip to content

Commit 69ad140

Browse files
authored
Update README.md: 12.4.1 instead of 12.4.0 (#2240)
1 parent 7ce903f commit 69ad140

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ We're now on the Maven Central Repository. Add the following to your POM file to
7979
<dependency>
8080
<groupId>com.microsoft.sqlserver</groupId>
8181
<artifactId>mssql-jdbc</artifactId>
82-
<version>12.4.0.jre11</version>
82+
<version>12.4.1.jre11</version>
8383
</dependency>
8484
```
8585
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:
9090
<dependency>
9191
<groupId>com.microsoft.sqlserver</groupId>
9292
<artifactId>mssql-jdbc</artifactId>
93-
<version>12.4.0.jre11</version>
93+
<version>12.4.1.jre11</version>
9494
</dependency>
9595
```
9696

@@ -125,7 +125,7 @@ Projects that require either of the two features need to explicitly declare the
125125
<dependency>
126126
<groupId>com.microsoft.sqlserver</groupId>
127127
<artifactId>mssql-jdbc</artifactId>
128-
<version>12.4.0.jre11</version>
128+
<version>12.4.1.jre11</version>
129129
<scope>compile</scope>
130130
</dependency>
131131

@@ -143,7 +143,7 @@ Projects that require either of the two features need to explicitly declare the
143143
<dependency>
144144
<groupId>com.microsoft.sqlserver</groupId>
145145
<artifactId>mssql-jdbc</artifactId>
146-
<version>12.4.0.jre11</version>
146+
<version>12.4.1.jre11</version>
147147
<scope>compile</scope>
148148
</dependency>
149149

@@ -170,7 +170,7 @@ When setting 'useFmtOnly' property to 'true' for establishing a connection or cr
170170
<dependency>
171171
<groupId>com.microsoft.sqlserver</groupId>
172172
<artifactId>mssql-jdbc</artifactId>
173-
<version>12.4.0.jre11</version>
173+
<version>12.4.1.jre11</version>
174174
</dependency>
175175

176176
<dependency>

0 commit comments

Comments
 (0)