We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee169b2 + ac5e7ec commit 8f02633Copy full SHA for 8f02633
pom.xml
@@ -104,7 +104,7 @@
104
<!-- MySQL -->
105
<groupId>mysql</groupId>
106
<artifactId>mysql-connector-java</artifactId>
107
- <version>8.0.30</version>
+ <version>8.0.33</version>
108
<optional>true</optional>
109
</dependency>
110
<dependency>
@@ -119,7 +119,7 @@
119
<!-- Microsoft SQL Server -->
120
<groupId>com.microsoft.sqlserver</groupId>
121
<artifactId>mssql-jdbc</artifactId>
122
- <version>11.2.0.jre11</version>
+ <version>11.2.3.jre11</version>
123
<scope>compile</scope>
124
125
0 commit comments