File tree 2 files changed +2
-2
lines changed
eventmesh-connector-canal 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
api project(" :eventmesh-openconnect:eventmesh-openconnect-java" )
26
26
implementation project(" :eventmesh-common" )
27
27
implementation canal
28
- implementation " com.alibaba:druid:1.2.6 "
28
+ implementation " com.alibaba:druid:1.2.23 "
29
29
// implementation "org.apache.ddlutils:ddlutils:1.0"
30
30
compileOnly ' org.projectlombok:lombok'
31
31
annotationProcessor ' org.projectlombok:lombok'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ packageSources {
36
36
dependencies {
37
37
antlr(" org.antlr:antlr4:4.13.1" )
38
38
implementation ' org.antlr:antlr4-runtime:4.13.1'
39
- implementation ' com.alibaba:druid:1.2.20 '
39
+ implementation ' com.alibaba:druid:1.2.23 '
40
40
compileOnly ' org.hibernate:hibernate-core:5.6.15.Final'
41
41
implementation project(" :eventmesh-common" )
42
42
implementation project(" :eventmesh-openconnect:eventmesh-openconnect-java" )
You can’t perform that action at this time.
0 commit comments