You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ We're now on the Maven Central Repository. Add the following to your POM file to
80
80
<dependency>
81
81
<groupId>com.microsoft.sqlserver</groupId>
82
82
<artifactId>mssql-jdbc</artifactId>
83
-
<version>9.5.0.jre17</version>
83
+
<version>10.1.0.jre17</version>
84
84
</dependency>
85
85
```
86
86
The driver can be downloaded from the [Microsoft Download Center](https://go.microsoft.com/fwlink/?linkid=2168495).
@@ -91,7 +91,7 @@ To get the latest preview version of the driver, add the following to your POM f
91
91
<dependency>
92
92
<groupId>com.microsoft.sqlserver</groupId>
93
93
<artifactId>mssql-jdbc</artifactId>
94
-
<version>9.5.0.jre17</version>
94
+
<version>10.1.0.jre17</version>
95
95
</dependency>
96
96
```
97
97
@@ -126,7 +126,7 @@ Projects that require either of the two features need to explicitly declare the
126
126
<dependency>
127
127
<groupId>com.microsoft.sqlserver</groupId>
128
128
<artifactId>mssql-jdbc</artifactId>
129
-
<version>9.5.0.jre17</version>
129
+
<version>10.1.0.jre17</version>
130
130
<scope>compile</scope>
131
131
</dependency>
132
132
@@ -144,7 +144,7 @@ Projects that require either of the two features need to explicitly declare the
144
144
<dependency>
145
145
<groupId>com.microsoft.sqlserver</groupId>
146
146
<artifactId>mssql-jdbc</artifactId>
147
-
<version>9.5.0.jre17</version>
147
+
<version>10.1.0.jre17</version>
148
148
<scope>compile</scope>
149
149
</dependency>
150
150
@@ -171,7 +171,7 @@ When setting 'useFmtOnly' property to 'true' for establishing a connection or cr
171
171
<dependency>
172
172
<groupId>com.microsoft.sqlserver</groupId>
173
173
<artifactId>mssql-jdbc</artifactId>
174
-
<version>9.5.0.jre17</version>
174
+
<version>10.1.0.jre17</version>
175
175
</dependency>
176
176
177
177
<dependency>
@@ -211,7 +211,7 @@ Preview releases happen approximately monthly between stable releases. This give
211
211
You can see what is going into a future release by monitoring [Milestones](https://github.com/Microsoft/mssql-jdbc/milestones) in the repository.
212
212
213
213
### Version conventions
214
-
Starting with 6.0, stable versions have an even minor version. For example, 6.0, 6.2, 6.4, 7.0, 7.2, 7.4, 8.2, 8.4, 9.2, 9.4, 9.5. Preview versions have an odd minor version. For example, 6.1, 6.3, 6.5, 7.1, 7.3, 8.1, 9.1 and so on.
214
+
Starting with 6.0, stable versions have an even minor version. For example, 6.0, 6.2, 6.4, 7.0, 7.2, 7.4, 8.2, 8.4, 9.2, 9.4. Preview versions have an odd minor version. For example, 6.1, 6.3, 6.5, 7.1, 7.3, 8.1, 9.1 and so on.
215
215
216
216
## Contributors
217
217
Special thanks to everyone who has contributed to the project.
0 commit comments