This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit-sample.git
The following commit(s) were added to refs/heads/master by this push:
new 10d2b4b Update `com.fasterxml:classmate` to version `1.6.0` (#22)
10d2b4b is described below
commit 10d2b4b7a86c6d08fc4d43fed7f799745047cffb
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Sat Nov 11 17:13:19 2023 +0000
Update `com.fasterxml:classmate` to version `1.6.0` (#22)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f1e71bf..4e3fe38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
<bnd.baseline.skip>true</bnd.baseline.skip>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
- <classmate.version>1.3.1</classmate.version>
+ <classmate.version>1.6.0</classmate.version>
<jackson.version>2.15.3</jackson.version>
<log4j.version>2.17.2</log4j.version>
<log4j-audit.version>1.0.1</log4j-audit.version>