This is an automated email from the ASF dual-hosted git repository.

xiatian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new 7543ee270 Bump com.baomidou:mybatis-plus-boot-starter from 3.5.6 to 
3.5.7 (#5000)
7543ee270 is described below

commit 7543ee270649ca57a4cdf9ebeb322333fb4f678e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 17 14:59:52 2024 +0800

    Bump com.baomidou:mybatis-plus-boot-starter from 3.5.6 to 3.5.7 (#5000)
    
    * Bump com.baomidou:mybatis-plus-boot-starter from 3.5.6 to 3.5.7
    
    Bumps 
[com.baomidou:mybatis-plus-boot-starter](https://github.com/baomidou/mybatis-plus)
 from 3.5.6 to 3.5.7.
    - [Release notes](https://github.com/baomidou/mybatis-plus/releases)
    - 
[Changelog](https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md)
    - 
[Commits](https://github.com/baomidou/mybatis-plus/compare/v3.5.6...v3.5.7)
    
    ---
    updated-dependencies:
    - dependency-name: com.baomidou:mybatis-plus-boot-starter
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Formatting Tabs
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pil0tXia <[email protected]>
---
 eventmesh-admin-server/build.gradle | 48 ++++++++++++++++++-------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

diff --git a/eventmesh-admin-server/build.gradle 
b/eventmesh-admin-server/build.gradle
index 0d1867025..6f91f4800 100644
--- a/eventmesh-admin-server/build.gradle
+++ b/eventmesh-admin-server/build.gradle
@@ -16,33 +16,33 @@
  */
 
 dependencies {
-       implementation project(":eventmesh-spi")
-       implementation project(":eventmesh-common")
-       implementation project(":eventmesh-registry:eventmesh-registry-api")
-       implementation project(":eventmesh-registry:eventmesh-registry-nacos")
-       implementation 
project(':eventmesh-openconnect:eventmesh-openconnect-offsetmgmt-plugin:eventmesh-openconnect-offsetmgmt-api')
-       implementation "com.alibaba.nacos:nacos-client"
-       implementation ("org.springframework.boot:spring-boot-starter-web") {
-               exclude group: "org.springframework.boot", module: 
"spring-boot-starter-tomcat"
-       }
-       implementation 'org.springframework.boot:spring-boot-starter-jetty'
-       implementation "io.grpc:grpc-core"
-       implementation "io.grpc:grpc-protobuf"
-       implementation "io.grpc:grpc-stub"
-       implementation "io.grpc:grpc-netty-shaded"
+    implementation project(":eventmesh-spi")
+    implementation project(":eventmesh-common")
+    implementation project(":eventmesh-registry:eventmesh-registry-api")
+    implementation project(":eventmesh-registry:eventmesh-registry-nacos")
+    implementation 
project(':eventmesh-openconnect:eventmesh-openconnect-offsetmgmt-plugin:eventmesh-openconnect-offsetmgmt-api')
+    implementation "com.alibaba.nacos:nacos-client"
+    implementation("org.springframework.boot:spring-boot-starter-web") {
+        exclude group: "org.springframework.boot", module: 
"spring-boot-starter-tomcat"
+    }
+    implementation 'org.springframework.boot:spring-boot-starter-jetty'
+    implementation "io.grpc:grpc-core"
+    implementation "io.grpc:grpc-protobuf"
+    implementation "io.grpc:grpc-stub"
+    implementation "io.grpc:grpc-netty-shaded"
 
-       // 
https://mvnrepository.com/artifact/com.baomidou/mybatis-plus-boot-starter
-       implementation group: 'com.baomidou', name: 
'mybatis-plus-boot-starter', version: '3.5.6'
-       implementation "org.reflections:reflections:0.10.2"
+    // 
https://mvnrepository.com/artifact/com.baomidou/mybatis-plus-boot-starter
+    implementation 'com.baomidou:mybatis-plus-boot-starter:3.5.7'
+    implementation "org.reflections:reflections:0.10.2"
 
-       // 
https://mvnrepository.com/artifact/com.alibaba/druid-spring-boot-starter
-       implementation "com.alibaba:druid-spring-boot-starter"
-       compileOnly 'com.mysql:mysql-connector-j'
-       compileOnly 'org.projectlombok:lombok'
-       annotationProcessor 'org.projectlombok:lombok'
+    // https://mvnrepository.com/artifact/com.alibaba/druid-spring-boot-starter
+    implementation "com.alibaba:druid-spring-boot-starter"
+    compileOnly 'com.mysql:mysql-connector-j'
+    compileOnly 'org.projectlombok:lombok'
+    annotationProcessor 'org.projectlombok:lombok'
 }
 
-configurations.implementation  {
-       exclude group: "org.springframework.boot", module: 
"spring-boot-starter-logging"
+configurations.implementation {
+    exclude group: "org.springframework.boot", module: 
"spring-boot-starter-logging"
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to