Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 41d5b22

Browse files
committed
Bumped dependencies
1 parent 993dbfc commit 41d5b22

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

+12-12
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
<properties>
1616
<okhttp2-version>2.7.5</okhttp2-version>
17-
<okhttp3-version>3.12.0</okhttp3-version>
17+
<okhttp3-version>4.8.1</okhttp3-version>
1818
<google-api-client-version>1.23.0</google-api-client-version>
19-
<feign-version>9.4.0</feign-version>
19+
<feign-version>9.7.0</feign-version>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<gpg.signature.skip>false</gpg.signature.skip>
2222
</properties>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>org.apache.httpcomponents</groupId>
6464
<artifactId>httpclient</artifactId>
65-
<version>4.5.5</version>
65+
<version>4.5.12</version>
6666
<scope>provided</scope>
6767
</dependency>
6868

@@ -97,35 +97,35 @@
9797
<dependency>
9898
<groupId>junit</groupId>
9999
<artifactId>junit</artifactId>
100-
<version>4.12</version>
100+
<version>4.13</version>
101101
<scope>test</scope>
102102
</dependency>
103103

104104
<dependency>
105105
<groupId>org.mockito</groupId>
106106
<artifactId>mockito-core</artifactId>
107-
<version>2.25.1</version>
107+
<version>3.5.5</version>
108108
<scope>test</scope>
109109
</dependency>
110110

111111
<dependency>
112112
<groupId>commons-io</groupId>
113113
<artifactId>commons-io</artifactId>
114-
<version>2.6</version>
114+
<version>2.7</version>
115115
<scope>test</scope>
116116
</dependency>
117117

118118
<dependency>
119119
<groupId>com.google.code.gson</groupId>
120120
<artifactId>gson</artifactId>
121-
<version>2.8.5</version>
121+
<version>2.8.6</version>
122122
<scope>test</scope>
123123
</dependency>
124124

125125
<dependency>
126126
<groupId>com.fasterxml.jackson.core</groupId>
127127
<artifactId>jackson-databind</artifactId>
128-
<version>2.10.0</version>
128+
<version>2.11.2</version>
129129
<scope>test</scope>
130130
</dependency>
131131

@@ -139,14 +139,14 @@
139139
<dependency>
140140
<groupId>org.codehaus.jettison</groupId>
141141
<artifactId>jettison</artifactId>
142-
<version>1.4.0</version>
142+
<version>1.4.1</version>
143143
<scope>test</scope>
144144
</dependency>
145145

146146
<dependency>
147147
<groupId>org.json</groupId>
148148
<artifactId>json</artifactId>
149-
<version>20180813</version>
149+
<version>20200518</version>
150150
<scope>test</scope>
151151
</dependency>
152152

@@ -230,7 +230,7 @@
230230
<plugin>
231231
<groupId>org.apache.maven.plugins</groupId>
232232
<artifactId>maven-source-plugin</artifactId>
233-
<version>3.1.0</version>
233+
<version>3.2.1</version>
234234
<executions>
235235
<execution>
236236
<id>attach-sources</id>
@@ -243,7 +243,7 @@
243243
<plugin>
244244
<groupId>org.apache.maven.plugins</groupId>
245245
<artifactId>maven-javadoc-plugin</artifactId>
246-
<version>3.1.1</version>
246+
<version>3.2.0</version>
247247
<executions>
248248
<execution>
249249
<id>generate-javadoc</id>

0 commit comments

Comments
 (0)