Skip to content

Commit

Permalink
Use mssql-jdbc 12.4.2.jre11 in order to align with the Spring Boot 3.…
Browse files Browse the repository at this point in the history
…2 version
  • Loading branch information
filiphr committed Mar 20, 2024
1 parent 8bb2f66 commit 33006e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>11.2.1.jre17</version>
<version>12.4.2.jre11</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down

0 comments on commit 33006e5

Please sign in to comment.