This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new 6a943706 Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.13 (#156)
6a943706 is described below
commit 6a943706dfc3d94e7c9ff77ae6ec18ceba34ef28
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 8 09:15:01 2024 +0800
Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.13 (#156)
Bumps org.slf4j:slf4j-api from 2.0.9 to 2.0.13.
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
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>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 748a7373..b1d3ca04 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -70,7 +70,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>2.0.9</version>
+ <version>2.0.13</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>