@@ -41,11 +41,11 @@ buildscript {
41
41
}
42
42
43
43
dependencies {
44
- classpath " com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.14 "
44
+ classpath " com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.5 "
45
45
classpath " io.spring.gradle:dependency-management-plugin:1.0.11.RELEASE"
46
46
classpath " com.diffplug.spotless:spotless-plugin-gradle:6.13.0"
47
47
48
- classpath " org.apache.httpcomponents:httpclient:4.5.13 "
48
+ classpath " org.apache.httpcomponents:httpclient:4.5.14 "
49
49
classpath " commons-io:commons-io:2.11.0"
50
50
}
51
51
}
@@ -95,7 +95,8 @@ allprojects {
95
95
96
96
checkstyleMain. exclude(' **/org/apache/eventmesh/client/grpc/protos**' )
97
97
.exclude(' **/org/apache/eventmesh/common/protocol/grpc/cloudevents**' )
98
- .exclude(' **/org/apache/eventmesh/common/protocol/grpc/protos/**' )
98
+ .exclude(' **/org/apache/eventmesh/common/protocol/grpc/proto**' )
99
+ .exclude(' **/org/apache/eventmesh/common/protocol/grpc/adminserver/**' )
99
100
.exclude(' **/org/apache/eventmesh/connector/openfunction/client/EventMeshGrpcService**' )
100
101
.exclude(' **/org/apache/eventmesh/connector/openfunction/client/CallbackServiceGrpc**' )
101
102
.exclude(' **/org/apache/eventmesh/connector/jdbc/antlr**' )
@@ -405,7 +406,7 @@ tasks.register('checkDeniedLicense') {
405
406
" BSD-4-Clause" , " BSD-4-Clause-UC" , " NPL-1.0" , " NPL-1.1" , " JSON"
406
407
]
407
408
// Update exemptions according to https://github.com/apache/eventmesh/issues/4842
408
- def allowedArtifacts = [" amqp-client" , " stax-api" , " javassist" , " ST4" , " xsdlib" ]
409
+ def allowedArtifacts = [" amqp-client" , " stax-api" , " javassist" , " ST4" , " xsdlib" , " jsqlparser " ]
409
410
410
411
def licenseFile = file(' tools/dist-license/LICENSE' )
411
412
def lines = licenseFile. readLines()
@@ -648,12 +649,12 @@ subprojects {
648
649
sign publishing. publications. mavenJava
649
650
}
650
651
651
- def grpcVersion = ' 1.50.2 '
652
+ def grpcVersion = ' 1.64.0 '
652
653
def log4jVersion = ' 2.23.1'
653
654
def jacksonVersion = ' 2.17.1'
654
655
def dropwizardMetricsVersion = ' 4.2.25'
655
656
def opentelemetryVersion = ' 1.36.0'
656
- def cloudeventsVersion = ' 2.4.2 '
657
+ def cloudeventsVersion = ' 2.5.0 '
657
658
def curatorVersion = ' 5.6.0'
658
659
def mockitoVersion = ' 3.12.4'
659
660
@@ -667,7 +668,7 @@ subprojects {
667
668
668
669
dependency " commons-validator:commons-validator:1.7"
669
670
670
- dependency " com.google.guava:guava:31.0. 1-jre"
671
+ dependency " com.google.guava:guava:31.1-jre"
671
672
672
673
dependency " org.slf4j:slf4j-api:2.0.13"
673
674
dependency " org.apache.logging.log4j:log4j-api:${ log4jVersion} "
@@ -685,7 +686,7 @@ subprojects {
685
686
dependency " com.squareup.okhttp3:okhttp:3.14.9"
686
687
687
688
dependency " org.asynchttpclient:async-http-client:2.12.0"
688
- dependency " org.apache.httpcomponents:httpclient:4.5.13 "
689
+ dependency " org.apache.httpcomponents:httpclient:4.5.14 "
689
690
690
691
dependency " io.netty:netty-all:4.1.79.Final"
691
692
@@ -736,21 +737,28 @@ subprojects {
736
737
737
738
dependency " org.javassist:javassist:3.30.2-GA"
738
739
739
- dependency " com.alibaba.nacos:nacos-client:2.2.3 "
740
+ dependency " com.alibaba.nacos:nacos-client:2.3.2 "
740
741
741
742
dependency ' org.apache.zookeeper:zookeeper:3.9.2'
742
743
dependency " org.apache.curator:curator-client:${ curatorVersion} "
743
744
dependency " org.apache.curator:curator-framework:${ curatorVersion} "
744
745
dependency " org.apache.curator:curator-recipes:${ curatorVersion} "
745
746
dependency " org.apache.curator:curator-test:${ curatorVersion} "
746
747
747
- dependency " org.projectlombok:lombok:1.18.22 "
748
+ dependency " org.projectlombok:lombok:1.18.32 "
748
749
dependency " com.github.seancfoley:ipaddress:5.3.3"
749
750
dependency " javax.annotation:javax.annotation-api:1.3.2"
750
751
dependency " com.alibaba.fastjson2:fastjson2:2.0.48"
751
752
752
753
dependency " software.amazon.awssdk:s3:2.25.55"
753
754
dependency " com.github.rholder:guava-retrying:2.0.0"
755
+
756
+ dependency " org.mybatis.spring.boot:mybatis-spring-boot-starter:2.3.1"
757
+ dependency " com.alibaba:druid-spring-boot-starter:1.2.22"
758
+ dependency " org.springframework.boot:spring-boot-starter-jetty:2.7.10"
759
+
760
+ dependency " com.baomidou:mybatis-plus:3.5.6"
761
+ dependency " com.mysql:mysql-connector-j:8.0.33"
754
762
}
755
763
}
756
- }
764
+ }
0 commit comments