This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
commit 18ea57ca7d799009062ea59c1bd95993c99914be Merge: 5a1e5ec e4f2e24 Author: Volkan Yazıcı <[email protected]> AuthorDate: Thu Jun 29 20:39:31 2023 +0200 Merge remote-tracking branch 'origin/master' .github/workflows/build.yml | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --cc pom.xml index 81e00b8,146144a..4e40436 --- a/pom.xml +++ b/pom.xml @@@ -140,14 -140,12 +140,14 @@@ <project.build.outputTimestamp>0</project.build.outputTimestamp> <!-- plugin versions --> - <error-prone.version>2.19.1</error-prone.version> + <error-prone.version>2.20.0</error-prone.version> <findsecbugs-plugin.version>1.12.0</findsecbugs-plugin.version> <flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version> + <log4j-changelog-maven-plugin.version>0.3.0</log4j-changelog-maven-plugin.version> <maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version> <sign-maven-plugin.version>1.0.1</sign-maven-plugin.version> - <spotbugs-maven-plugin.version>4.7.3.4</spotbugs-maven-plugin.version> + <spotbugs-maven-plugin.version>4.7.3.5</spotbugs-maven-plugin.version> + <xml-maven-plugin.version>1.0.2</xml-maven-plugin.version> </properties>
