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 29153722f Bump org.antlr:antlr4-runtime from 4.13.0 to 4.13.1 (#4923)
29153722f is described below
commit 29153722fab1e2b1dc3d1f11428254b6ce482b42
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 27 10:55:07 2024 +0800
Bump org.antlr:antlr4-runtime from 4.13.0 to 4.13.1 (#4923)
Bumps [org.antlr:antlr4-runtime](https://github.com/antlr/antlr4) from
4.13.0 to 4.13.1.
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/doc/go-changes.md)
- [Commits](https://github.com/antlr/antlr4/compare/4.13.0...4.13.1)
---
updated-dependencies:
- dependency-name: org.antlr:antlr4-runtime
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-jdbc/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eventmesh-connectors/eventmesh-connector-jdbc/build.gradle
b/eventmesh-connectors/eventmesh-connector-jdbc/build.gradle
index 5118072e1..c324ff499 100644
--- a/eventmesh-connectors/eventmesh-connector-jdbc/build.gradle
+++ b/eventmesh-connectors/eventmesh-connector-jdbc/build.gradle
@@ -35,7 +35,7 @@ packageSources {
dependencies {
antlr("org.antlr:antlr4:4.13.0")
- implementation 'org.antlr:antlr4-runtime:4.13.0'
+ implementation 'org.antlr:antlr4-runtime:4.13.1'
implementation 'com.alibaba:druid:1.2.20'
compileOnly 'org.hibernate:hibernate-core:5.6.15.Final'
implementation project(":eventmesh-common")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]