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
Next Next commit
Upgrading dependencies to fix security vulnerabilities
  • Loading branch information
gnongsie committed Sep 2, 2024
commit 3b4a1489c9df8e9bfa74c02a180a5c6f0acffe94
4 changes: 2 additions & 2 deletions 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.3.1</version>
<version>2.8.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand All @@ -128,7 +128,7 @@
<maven.compile.target>1.5</maven.compile.target>
<maven.compile.optimize>true</maven.compile.optimize>
<maven.compile.deprecation>true</maven.compile.deprecation>
<log4j.version>2.17.1</log4j.version>
<log4j.version>2.23.1</log4j.version>
</properties>
<build>
<plugins>
Expand Down
0