Skip to content

Commit 48fe0fc

Browse files
Update Mend: high confidence minor and patch dependency updates
1 parent 25ec68e commit 48fe0fc

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<properties>
1616
<okhttp3-version>4.12.0</okhttp3-version>
17-
<google-api-client-version>2.4.0</google-api-client-version>
17+
<google-api-client-version>2.7.0</google-api-client-version>
1818
<feign-version>13.2.1</feign-version>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<gpg.signature.skip>false</gpg.signature.skip>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.apache.httpcomponents</groupId>
5959
<artifactId>httpclient</artifactId>
60-
<version>4.5.13</version>
60+
<version>4.5.14</version>
6161
<scope>provided</scope>
6262
</dependency>
6363

@@ -85,13 +85,13 @@
8585
<dependency>
8686
<groupId>junit</groupId>
8787
<artifactId>junit</artifactId>
88-
<version>4.13.1</version>
88+
<version>4.13.2</version>
8989
<scope>test</scope>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.junit.jupiter</groupId>
9393
<artifactId>junit-jupiter-params</artifactId>
94-
<version>5.7.0</version>
94+
<version>5.11.1</version>
9595
<scope>test</scope>
9696
</dependency>
9797

@@ -105,14 +105,14 @@
105105
<dependency>
106106
<groupId>commons-io</groupId>
107107
<artifactId>commons-io</artifactId>
108-
<version>2.7</version>
108+
<version>2.17.0</version>
109109
<scope>test</scope>
110110
</dependency>
111111

112112
<dependency>
113113
<groupId>com.google.code.gson</groupId>
114114
<artifactId>gson</artifactId>
115-
<version>2.8.9</version>
115+
<version>2.11.0</version>
116116
<scope>test</scope>
117117
</dependency>
118118

@@ -147,7 +147,7 @@
147147
<dependency>
148148
<groupId>org.skyscreamer</groupId>
149149
<artifactId>jsonassert</artifactId>
150-
<version>1.5.0</version>
150+
<version>1.5.3</version>
151151
<scope>test</scope>
152152
</dependency>
153153
</dependencies>
@@ -189,7 +189,7 @@
189189
<plugin>
190190
<groupId>org.apache.maven.plugins</groupId>
191191
<artifactId>maven-compiler-plugin</artifactId>
192-
<version>3.12.1</version>
192+
<version>3.13.0</version>
193193
<configuration>
194194
<source>1.8</source>
195195
<target>1.8</target>
@@ -201,7 +201,7 @@
201201
<plugin>
202202
<groupId>org.jacoco</groupId>
203203
<artifactId>jacoco-maven-plugin</artifactId>
204-
<version>0.8.7</version>
204+
<version>0.8.12</version>
205205
<executions>
206206
<execution>
207207
<id>pre-unit-test</id>
@@ -221,7 +221,7 @@
221221
<plugin>
222222
<groupId>org.apache.maven.plugins</groupId>
223223
<artifactId>maven-gpg-plugin</artifactId>
224-
<version>3.1.0</version>
224+
<version>3.2.7</version>
225225
<executions>
226226
<execution>
227227
<id>sign-artifacts</id>
@@ -238,7 +238,7 @@
238238
<plugin>
239239
<groupId>org.apache.maven.plugins</groupId>
240240
<artifactId>maven-source-plugin</artifactId>
241-
<version>3.3.0</version>
241+
<version>3.3.1</version>
242242
<executions>
243243
<execution>
244244
<id>attach-sources</id>
@@ -251,7 +251,7 @@
251251
<plugin>
252252
<groupId>org.apache.maven.plugins</groupId>
253253
<artifactId>maven-javadoc-plugin</artifactId>
254-
<version>3.6.3</version>
254+
<version>3.10.1</version>
255255
<executions>
256256
<execution>
257257
<id>generate-javadoc</id>

0 commit comments

Comments
 (0)