This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 993e99d1 Bump slf4jVersion from 1.7.36 to 2.0.0
993e99d1 is described below

commit 993e99d16c4d318e53a1cff93dbc2f80a87d4c81
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 18 13:58:22 2024 +0000

    Bump slf4jVersion from 1.7.36 to 2.0.0
    
    Bumps `slf4jVersion` from 1.7.36 to 2.0.0.
    
    Updates `org.slf4j:slf4j-api` from 1.7.36 to 2.0.0
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.0)
    
    Updates `org.slf4j:slf4j-simple` from 1.7.36 to 2.0.0
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.slf4j:slf4j-simple
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7c0367b5..c7fc5976 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
     <maven4Version>4.0.0-rc-3</maven4Version>
     <maven3Version>3.9.9</maven3Version>
     <resolverVersion>1.9.20</resolverVersion>
-    <slf4jVersion>1.7.36</slf4jVersion>
+    <slf4jVersion>2.0.0</slf4jVersion>
     
<maven.site.path>plugin-tools-archives/plugin-tools-LATEST</maven.site.path>
     <!-- whenever the ASM version is updated also the
     
maven-plugin-tools-annotations/src/main/java/o/a/m/tools/plugins/extractor/annotations/JavaAnnotationsMojoDescriptorExtractor#CLASS_VERSION_TO_JAVA_STRING

Reply via email to