This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-graph.git
The following commit(s) were added to refs/heads/master by this push:
new 33a2204 [test] Bump org.slf4j:slf4j-jdk14 from 2.0.19 to 2.0.19.
33a2204 is described below
commit 33a22041cdaaee61a6f871618ebaa1c430103315
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Sep 20 10:17:59 2026 -0400
[test] Bump org.slf4j:slf4j-jdk14 from 2.0.19 to 2.0.19.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 373b3d0..0f7e910 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,7 +340,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>2.0.18</version>
+ <version>2.0.19</version>
<scope>test</scope>
</dependency>
<dependency>