Skip to content

Commit

Permalink
Merge pull request #239 from mercadopago/fix/update_libs_with_vulnera…
Browse files Browse the repository at this point in the history
…bilities

Fix/update libs with vulnerabilities
  • Loading branch information
eltinMeli authored Jul 21, 2022
2 parents 5d02cec + 57e4f90 commit d92339c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
repos:
# Websec hook is MANDATORY, DO NOT comment it.
- repo: https://github.com/mercadolibre/fury_websec-git-hooks
rev: v1.0.3
hooks:
- id: pre_commit_hook
stages: [commit]
- id: post_commit_hook
stages: [post-commit]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ First time using Mercado Pago? Create your [Mercado Pago account](https://www.me
<dependency>
<groupId> com.mercadopago </groupId>
<artifactId> sdk-java </artifactId>
<version> 1.11.5 </version>
<version> 1.11.6 </version>
</dependency>
</dependencies>
...
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.mercadopago</groupId>
<artifactId>sdk-java</artifactId>
<version>1.11.5</version>
<version>1.11.6</version>
<packaging>jar</packaging>

<name>Mercadopago SDK</name>
Expand Down Expand Up @@ -210,7 +210,7 @@
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.2</version>
</dependency>

<dependency>
Expand All @@ -222,7 +222,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.8</version>
<version>2.8.9</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d92339c

Please sign in to comment.