File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 36
36
<hikari .version>5.1.0</hikari .version>
37
37
<hsqldb .version>2.7.3</hsqldb .version>
38
38
<mariadb-java-client .version>3.5.5</mariadb-java-client .version>
39
- <mssql .version>13.1.1 .jre11-preview </mssql .version>
39
+ <mssql .version>13.2.0 .jre11</mssql .version>
40
40
<mysql-connector-java .version>9.4.0</mysql-connector-java .version>
41
41
<postgresql .version>42.7.8</postgresql .version>
42
42
<oracle .version>23.9.0.25.07</oracle .version>
Original file line number Diff line number Diff line change 149
149
<artifactId >mssql-jdbc</artifactId >
150
150
<version >${mssql.version} </version >
151
151
<optional >true</optional >
152
+ <exclusions >
153
+ <exclusion >
154
+ <groupId >net.bytebuddy</groupId >
155
+ <artifactId >byte-buddy</artifactId >
156
+ </exclusion >
157
+ </exclusions >
152
158
</dependency >
153
159
154
160
<dependency >
Original file line number Diff line number Diff line change 165
165
<artifactId >mssql-jdbc</artifactId >
166
166
<version >${mssql.version} </version >
167
167
<scope >test</scope >
168
+ <exclusions >
169
+ <exclusion >
170
+ <groupId >net.bytebuddy</groupId >
171
+ <artifactId >byte-buddy</artifactId >
172
+ </exclusion >
173
+ </exclusions >
168
174
</dependency >
169
175
170
176
<dependency >
You can’t perform that action at this time.
0 commit comments