Skip to content

Commit c543255

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

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<properties>
1616
<okhttp3-version>4.12.0</okhttp3-version>
1717
<google-api-client-version>2.4.0</google-api-client-version>
18-
<feign-version>13.2.1</feign-version>
18+
<feign-version>13.6</feign-version>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<gpg.signature.skip>false</gpg.signature.skip>
2121
</properties>
@@ -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,7 +85,7 @@
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>
@@ -98,35 +98,35 @@
9898
<dependency>
9999
<groupId>org.mockito</groupId>
100100
<artifactId>mockito-core</artifactId>
101-
<version>5.10.0</version>
101+
<version>5.20.0</version>
102102
<scope>test</scope>
103103
</dependency>
104104

105105
<dependency>
106106
<groupId>commons-io</groupId>
107107
<artifactId>commons-io</artifactId>
108-
<version>2.7</version>
108+
<version>2.20.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.13.2</version>
116116
<scope>test</scope>
117117
</dependency>
118118

119119
<dependency>
120120
<groupId>com.fasterxml.jackson.core</groupId>
121121
<artifactId>jackson-databind</artifactId>
122-
<version>2.13.4.2</version>
122+
<version>2.20.0</version>
123123
<scope>test</scope>
124124
</dependency>
125125

126126
<dependency>
127127
<groupId>net.minidev</groupId>
128128
<artifactId>json-smart</artifactId>
129-
<version>2.5.0</version>
129+
<version>2.6.0</version>
130130
<scope>test</scope>
131131
</dependency>
132132

@@ -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.14.1</version>
193193
<configuration>
194194
<source>1.8</source>
195195
<target>1.8</target>
@@ -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.8</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.12.0</version>
255255
<executions>
256256
<execution>
257257
<id>generate-javadoc</id>

0 commit comments

Comments
 (0)