Skip to content

Commit

Permalink
chore: update the version of "compare-sdk" (#361)
Browse files Browse the repository at this point in the history
Co-authored-by: rchen9 <[email protected]>
  • Loading branch information
coryhh and rchen9 authored Oct 31, 2024
1 parent b597e35 commit fa859ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arex-schedule-web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<parent>
<artifactId>arex-schedule-parent</artifactId>
<groupId>com.arextest</groupId>
<version>2.0.3</version>
<version>2.0.4</version>
</parent>

<profiles>
Expand Down Expand Up @@ -337,5 +337,5 @@
</properties>
</profile>
</profiles>
<version>2.0.3</version>
<version>2.0.4</version>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
<spring.boot.version>3.2.3</spring.boot.version>

<commons-lang3.version>3.3.2</commons-lang3.version>
<compare-sdk.version>0.2.15</compare-sdk.version>
<compare-sdk.version>0.2.17</compare-sdk.version>
<fastjson2.version>2.0.23</fastjson2.version>
<guava.version>29.0-jre</guava.version>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -317,5 +317,5 @@
<url>https://github.com/arextest/arex-replay-schedule</url>
</scm>
<url>https://github.com/arextest/arex-replay-schedule</url>
<version>2.0.3</version>
<version>2.0.4</version>
</project>

0 comments on commit fa859ae

Please sign in to comment.