Skip to content

Commit

Permalink
Upgrade gson for compatibility with later JDKs
Browse files Browse the repository at this point in the history
Tests like WebSocketResultsOutputIT were failing due to this issue:
google/gson#1875
  • Loading branch information
patchwork01 committed Aug 10, 2022
1 parent 4d9700e commit 223caae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/pom.xml
Expand Up @@ -70,7 +70,7 @@
<apigatewayv2.version>2.35.0-alpha.0</apigatewayv2.version>
<awskeypair.version>1.0.0-alpha.5</awskeypair.version>
<constructs.version>10.1.69</constructs.version>
<gson.version>2.7</gson.version>
<gson.version>2.9.1</gson.version>
<datasketches.version>3.1.0</datasketches.version>
<slf4j.version>1.7.36</slf4j.version>
<reload4j.version>1.2.20</reload4j.version>
Expand Down

0 comments on commit 223caae

Please sign in to comment.