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 70dd88048 Bump com.alibaba:druid from 1.2.6 to 1.2.23 (#5027)
70dd88048 is described below
commit 70dd88048773019b5069fb0c830de05d0cda1379
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 15 16:41:39 2024 +0800
Bump com.alibaba:druid from 1.2.6 to 1.2.23 (#5027)
Bumps [com.alibaba:druid](https://github.com/alibaba/druid) from 1.2.6 to
1.2.23.
- [Release notes](https://github.com/alibaba/druid/releases)
- [Commits](https://github.com/alibaba/druid/compare/1.2.6...1.2.23)
---
updated-dependencies:
- dependency-name: com.alibaba:druid
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
eventmesh-connectors/eventmesh-connector-canal/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eventmesh-connectors/eventmesh-connector-canal/build.gradle
b/eventmesh-connectors/eventmesh-connector-canal/build.gradle
index 640cb5ce4..ccc5acf0c 100644
--- a/eventmesh-connectors/eventmesh-connector-canal/build.gradle
+++ b/eventmesh-connectors/eventmesh-connector-canal/build.gradle
@@ -25,7 +25,7 @@ dependencies {
api project(":eventmesh-openconnect:eventmesh-openconnect-java")
implementation project(":eventmesh-common")
implementation canal
- implementation "com.alibaba:druid:1.2.6"
+ implementation "com.alibaba:druid:1.2.23"
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
testImplementation "org.mockito:mockito-core"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]