Skip to content

Commit

Permalink
⬆️ 依赖升级
Browse files Browse the repository at this point in the history
  • Loading branch information
li-xunhuan committed Dec 6, 2024
1 parent e5f9080 commit b63b8a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ext {
springDocVersion = "1.7.0"
swaggerVersion = "1.5.22"
swagger3xVersion = "2.2.19"
druidVersion = "1.2.23"
druidVersion = "1.2.24"
okhttpVersion = "4.12.0"
jsoupVersion = "1.18.1"
xxlJobVersion = "2.4.1"
Expand Down
2 changes: 1 addition & 1 deletion mica-metrics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {
api project(":mica-core")
api "io.micrometer:micrometer-core"
implementation "com.alibaba:druid:${druidVersion}"
implementation "com.alibaba.csp:sentinel-core:1.8.6"
implementation "com.alibaba.csp:sentinel-core:1.8.8"
implementation "org.springframework:spring-web"
implementation "org.springframework.boot:spring-boot-actuator-autoconfigure"
implementation "org.springframework.boot:spring-boot-starter-undertow"
Expand Down
2 changes: 1 addition & 1 deletion mica-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-core</artifactId>
<version>1.8.6</version>
<version>1.8.8</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<knife4j.version>3.0.3</knife4j.version>
<springDoc.version>1.7.0</springDoc.version>
<xxl.job.version>2.4.1</xxl.job.version>
<druid.version>1.2.23</druid.version>
<druid.version>1.2.24</druid.version>
<jfinal.version>5.2.2</jfinal.version>
<zxing.version>3.5.3</zxing.version>
<jetcache.version>2.7.3</jetcache.version>
Expand Down

0 comments on commit b63b8a9

Please sign in to comment.