Skip to content

Commit 4520107

Browse files
authored
Merge pull request #215 from TransbankDevelopers/chore/update-jars
chore: update jars
2 parents 3a3215b + d993100 commit 4520107

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@
103103
<dependency>
104104
<groupId>com.google.code.gson</groupId>
105105
<artifactId>gson</artifactId>
106-
<version>2.12.1</version>
106+
<version>2.13.1</version>
107107
</dependency>
108108

109109
<dependency>
110110
<groupId>org.slf4j</groupId>
111111
<artifactId>slf4j-api</artifactId>
112-
<version>1.7.32</version>
112+
<version>1.7.36</version>
113113
<scope>test</scope>
114114
</dependency>
115115

@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>org.mockito</groupId>
133133
<artifactId>mockito-core</artifactId>
134-
<version>4.0.0</version>
134+
<version>5.18.0</version>
135135
<scope>test</scope>
136136
</dependency>
137137

0 commit comments

Comments
 (0)