Skip to content

Commit

Permalink
chore: mybatisplus && netty http pom update (#624)
Browse files Browse the repository at this point in the history
* mybatis-plus pom update

* netty http pom update
taoran1250 authored Oct 29, 2024
1 parent 201120b commit d7dfcc9
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions linkis-extensions/linkis-et-monitor/pom.xml
Original file line number Diff line number Diff line change
@@ -79,6 +79,18 @@
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-server</artifactId>
<version>2.7.16</version>
<exclusions>
<exclusion>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
<version>1.1.13</version>
</dependency>

<dependency>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -135,7 +135,7 @@
<springfox.version>2.10.5</springfox.version>
<xstream.core.version>1.4.20</xstream.core.version>
<reflections.version>0.9.12</reflections.version>
<mybatis-plus.boot.starter.version>3.5.3.1</mybatis-plus.boot.starter.version>
<mybatis-plus.boot.starter.version>3.5.7</mybatis-plus.boot.starter.version>
<mysql.connector.version>8.0.28</mysql.connector.version>
<druid.version>1.1.22</druid.version>
<javassist.version>3.27.0-GA</javassist.version>

0 comments on commit d7dfcc9

Please sign in to comment.