Skip to content

Commit

Permalink
chore: update compare-sdk from 0.2.6 to 0.2.9 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryhh authored Feb 5, 2024
1 parent c99baa0 commit feb774c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arex-schedule-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<parent>
<artifactId>arex-schedule-parent</artifactId>
<groupId>com.arextest</groupId>
<version>1.1.1</version>
<version>1.1.2</version>
</parent>

<version>1.0.33.1</version>
Expand Down
4 changes: 2 additions & 2 deletions arex-schedule-web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<parent>
<artifactId>arex-schedule-parent</artifactId>
<groupId>com.arextest</groupId>
<version>1.1.1</version>
<version>1.1.2</version>
</parent>

<profiles>
Expand Down Expand Up @@ -324,5 +324,5 @@
</properties>
</profile>
</profiles>
<version>1.1.1</version>
<version>1.1.2</version>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
<spring.boot.version>2.7.18</spring.boot.version>

<commons-lang3.version>3.3.2</commons-lang3.version>
<compare-sdk.version>0.2.6</compare-sdk.version>
<compare-sdk.version>0.2.9</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 @@ -319,5 +319,5 @@
<url>https://github.com/arextest/arex-replay-schedule</url>
</scm>
<url>https://github.com/arextest/arex-replay-schedule</url>
<version>1.1.1</version>
<version>1.1.2</version>
</project>

0 comments on commit feb774c

Please sign in to comment.