Skip to content

Commit

Permalink
✨ 开始 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMengLu committed Dec 22, 2024
1 parent 2d21ea7 commit 84e1ed8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<logstash.version>8.0</logstash.version>
<loki.logback.appender.version>1.5.2</loki.logback.appender.version>
<mcia.auto.version>3.1.4</mcia.auto.version>
<okhttp.version>4.12.0</okhttp.version>
</properties>

<modules>
Expand Down Expand Up @@ -128,6 +129,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-bom</artifactId>
<version>${okhttp.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Expand Down

0 comments on commit 84e1ed8

Please sign in to comment.