Skip to content

Commit ad464cb

Browse files
Merge branch 'main' into dependabot/maven/spring-dependencies-ddb065fdc8
2 parents 6b508be + 81fd3cd commit ad464cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>com.microsoft.sqlserver</groupId>
9595
<artifactId>mssql-jdbc</artifactId>
96-
<version>13.2.1.jre11</version>
96+
<version>13.3.0.jre11-preview</version>
9797
<scope>compile</scope>
9898
</dependency>
9999

@@ -182,13 +182,13 @@
182182
<plugin>
183183
<groupId>org.codehaus.mojo</groupId>
184184
<artifactId>versions-maven-plugin</artifactId>
185-
<version>2.19.1</version>
185+
<version>2.20.1</version>
186186
</plugin>
187187

188188
<plugin>
189189
<groupId>org.owasp</groupId>
190190
<artifactId>dependency-check-maven</artifactId>
191-
<version>12.1.8</version>
191+
<version>12.1.9</version>
192192
<configuration>
193193
<ossindexAnalyzerEnabled>false</ossindexAnalyzerEnabled>
194194
<suppressionFile>${project.basedir}/owasp-suppressions.xml</suppressionFile>

0 commit comments

Comments
 (0)