Skip to content

Commit 7b9ffec

Browse files
author
karen-avetisyan-mc
committed
updating maven dependencies
1 parent ddcd127 commit 7b9ffec

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

java/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<plugin>
5050
<groupId>org.apache.maven.plugins</groupId>
5151
<artifactId>maven-compiler-plugin</artifactId>
52-
<version>3.8.1</version>
52+
<version>3.13.0</version>
5353
<configuration>
5454
<fork>true</fork>
5555
<meminitial>128m</meminitial>
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-enforcer-plugin</artifactId>
66-
<version>3.0.0-M1</version>
66+
<version>3.5.0</version>
6767
<executions>
6868
<execution>
6969
<id>enforce-maven</id>
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.apache.maven.plugins</groupId>
8585
<artifactId>maven-surefire-plugin</artifactId>
86-
<version>3.0.0-M4</version>
86+
<version>3.5.0</version>
8787
<configuration>
8888
<systemProperties>
8989
<property>
@@ -131,7 +131,7 @@
131131
<plugin>
132132
<groupId>org.codehaus.mojo</groupId>
133133
<artifactId>build-helper-maven-plugin</artifactId>
134-
<version>1.10</version>
134+
<version>3.6.0</version>
135135
<executions>
136136
<execution>
137137
<id>add_sources</id>
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>org.apache.maven.plugins</groupId>
164164
<artifactId>maven-javadoc-plugin</artifactId>
165-
<version>3.1.1</version>
165+
<version>3.10.0</version>
166166
<executions>
167167
<execution>
168168
<id>attach-javadocs</id>
@@ -185,7 +185,7 @@
185185
<plugin>
186186
<groupId>org.apache.maven.plugins</groupId>
187187
<artifactId>maven-source-plugin</artifactId>
188-
<version>2.2.1</version>
188+
<version>3.3.1</version>
189189
<executions>
190190
<execution>
191191
<id>attach-sources</id>
@@ -206,7 +206,7 @@
206206
<plugin>
207207
<groupId>org.apache.maven.plugins</groupId>
208208
<artifactId>maven-gpg-plugin</artifactId>
209-
<version>1.5</version>
209+
<version>3.2.6</version>
210210
<executions>
211211
<execution>
212212
<id>sign-artifacts</id>
@@ -226,12 +226,12 @@
226226
<dependency>
227227
<groupId>com.mastercard.developer</groupId>
228228
<artifactId>oauth1-signer</artifactId>
229-
<version>1.5.1</version>
229+
<version>1.5.3</version>
230230
</dependency>
231231
<dependency>
232232
<groupId>com.mastercard.developer</groupId>
233233
<artifactId>client-encryption</artifactId>
234-
<version>1.6.0</version>
234+
<version>1.8.3</version>
235235
</dependency>
236236
<dependency>
237237
<groupId>io.swagger</groupId>

0 commit comments

Comments
 (0)