8000 Future by gnongsie · Pull Request #212 · AuthorizeNet/sdk-java · GitHub
[go: up one dir, main page]

Skip to content

Future #212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Sep 18, 2024
Prev Previous commit
Upgrading dependencies to fix security vulnerabilities
  • Loading branch information
gnongsie committed Sep 2, 2024
commit d6b7f85780a981a565e46bd536b57c938ec65c3f
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
<version>2.11.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
Loading
0