Skip to content

Commit

Permalink
Update versions to fix vulnerabilities (microsoft#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheenamalhotra authored Nov 16, 2021
1 parent 03e27bb commit 4e8d787
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
<releaseExt>-preview</releaseExt>

<!-- Driver Dependencies -->
<azure.keyvault.version>4.2.8</azure.keyvault.version>
<azure.identity.version>1.3.3</azure.identity.version>
<osgi.core.version>6.0.0</osgi.core.version>
<azure.keyvault.version>4.3.4</azure.keyvault.version>
<azure.identity.version>1.3.7</azure.identity.version>
<osgi.comp.version>5.0.0</osgi.comp.version>
<antlr.runtime.version>4.9.2</antlr.runtime.version>
<google.gson.version>2.8.7</google.gson.version>
<antlr.runtime.version>4.9.3</antlr.runtime.version>
<google.gson.version>2.8.9</google.gson.version>
<bouncycastle.bcprov.version>1.69</bouncycastle.bcprov.version>
<bouncycastle.bcpkix.version>1.69</bouncycastle.bcpkix.version>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@SuppressWarnings({"all", "warnings", "unchecked", "unused", "cast"})
class SQLServerLexer extends Lexer {
static {
RuntimeMetaData.checkVersion("4.9.2", RuntimeMetaData.VERSION);
RuntimeMetaData.checkVersion("4.9.3", RuntimeMetaData.VERSION);
}

protected static final DFA[] _decisionToDFA;
Expand Down

0 comments on commit 4e8d787

Please sign in to comment.