Skip to content

Commit 4e6e692

Browse files
committed
🎨 升级部分依赖版本
1 parent 96e0067 commit 4e6e692

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124

125125
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
126126
<httpclient.version>4.5.13</httpclient.version>
127-
<jetty.version>9.4.41.v20210516</jetty.version>
127+
<jetty.version>9.4.43.v20210629</jetty.version>
128128
</properties>
129129

130130
<dependencyManagement>
@@ -160,7 +160,7 @@
160160
<dependency>
161161
<groupId>commons-codec</groupId>
162162
<artifactId>commons-codec</artifactId>
163-
<version>1.10</version>
163+
<version>1.13</version>
164164
</dependency>
165165
<dependency>
166166
<groupId>commons-io</groupId>
@@ -208,7 +208,7 @@
208208
<dependency>
209209
<groupId>ch.qos.logback</groupId>
210210
<artifactId>logback-classic</artifactId>
211-
<version>1.2.3</version>
211+
<version>1.2.9</version>
212212
<scope>test</scope>
213213
</dependency>
214214
<dependency>
@@ -315,6 +315,11 @@
315315
<artifactId>bcpkix-jdk15on</artifactId>
316316
<version>1.68</version>
317317
</dependency>
318+
<dependency>
319+
<groupId>javax.validation</groupId>
320+
<artifactId>validation-api</artifactId>
321+
<version>2.0.1.Final</version>
322+
</dependency>
318323
</dependencies>
319324
</dependencyManagement>
320325

weixin-java-common/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.slf4j</groupId>
5252
<artifactId>jcl-over-slf4j</artifactId>
53-
<version>1.7.30</version>
53+
<version>1.7.36</version>
5454
</dependency>
5555

5656
<dependency>
@@ -77,6 +77,10 @@
7777
<groupId>org.projectlombok</groupId>
7878
<artifactId>lombok</artifactId>
7979
</dependency>
80+
<dependency>
81+
<groupId>javax.validation</groupId>
82+
<artifactId>validation-api</artifactId>
83+
</dependency>
8084

8185
<dependency>
8286
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)