Skip to content

Commit

Permalink
chore(deps): bump coca-kit from 0.1.7 to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Chan committed Oct 9, 2023
1 parent cfb7bb0 commit 3cd21ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions fist-kit-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@
<artifactId>hutool-all</artifactId>
<version>${hutool.version}</version>
</dependency>
<dependency>
<groupId>com.power4j.kit</groupId>
<artifactId>coca-common</artifactId>
<version>${coca-kit.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down Expand Up @@ -239,6 +234,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.power4j.kit</groupId>
<artifactId>coca-bom</artifactId>
<version>${coca-kit.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<intellij.agent.options>${project.basedir}/.qodana/code-coverage/output.ic,true,true,true,false</intellij.agent.options>
<!-- libs -->
<commons-io.version>2.14.0</commons-io.version>
<coca-kit.version>0.1.7</coca-kit.version>
<coca-kit.version>0.1.9</coca-kit.version>
<guava.version>31.1-jre</guava.version>
<hutool.version>5.8.22</hutool.version>
<redisson.version>3.23.5</redisson.version>
Expand Down

0 comments on commit 3cd21ca

Please sign in to comment.