Skip to content

Commit

Permalink
更新pom依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
MoshiCoCo committed Sep 12, 2024
1 parent ce6f626 commit 8d19692
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.slf4j.version>2.0.9</org.slf4j.version>
<lombok.version>1.18.28</lombok.version>
<hutool.http.version>5.8.22</hutool.http.version>
<hutool.http.version>5.8.28</hutool.http.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
<maven-javadoc-plugin.version>3.6.0</maven-javadoc-plugin.version>
Expand Down Expand Up @@ -157,18 +157,22 @@
<version>${hutool.http.version}</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.78.1</version>
</dependency>


<!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.11</version>
<version>1.5.8</version>
</dependency>


</dependencies>

<build>
Expand Down

0 comments on commit 8d19692

Please sign in to comment.