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 3636 <hikari .version>5.1.0</hikari .version>
3737 <hsqldb .version>2.7.3</hsqldb .version>
3838 <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>
4040 <mysql-connector-java .version>9.4.0</mysql-connector-java .version>
4141 <postgresql .version>42.7.8</postgresql .version>
4242 <oracle .version>23.9.0.25.07</oracle .version>
Original file line number Diff line number Diff line change 149149 <artifactId >mssql-jdbc</artifactId >
150150 <version >${mssql.version} </version >
151151 <optional >true</optional >
152+ <exclusions >
153+ <exclusion >
154+ <groupId >net.bytebuddy</groupId >
155+ <artifactId >byte-buddy</artifactId >
156+ </exclusion >
157+ </exclusions >
152158 </dependency >
153159
154160 <dependency >
Original file line number Diff line number Diff line change 165165 <artifactId >mssql-jdbc</artifactId >
166166 <version >${mssql.version} </version >
167167 <scope >test</scope >
168+ <exclusions >
169+ <exclusion >
170+ <groupId >net.bytebuddy</groupId >
171+ <artifactId >byte-buddy</artifactId >
172+ </exclusion >
173+ </exclusions >
168174 </dependency >
169175
170176 <dependency >
You can’t perform that action at this time.
0 commit comments