Skip to content

Commit

Permalink
Bump the maven-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the maven-dependencies group with 3 updates: org.apache.logging.log4j:log4j-slf4j-impl, org.apache.logging.log4j:log4j-core and [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin).


Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.24.0 to 2.24.1

Updates `org.apache.logging.log4j:log4j-core` from 2.24.0 to 2.24.1

Updates `org.apache.logging.log4j:log4j-core` from 2.24.0 to 2.24.1

Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.6 to 3.2.7
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
- [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.6...maven-gpg-plugin-3.2.7)

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 29, 2024
1 parent 7551bc1 commit 0008a6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jgroups-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.6</version>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<spring.boot.version>2.7.18</spring.boot.version>

<slf4j.version>2.0.16</slf4j.version>
<log4j.version>2.24.0</log4j.version>
<log4j.version>2.24.1</log4j.version>

<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>

Expand All @@ -75,7 +75,7 @@
<maven-compiler.version>3.13.0</maven-compiler.version>
<maven-deploy.version>3.1.2</maven-deploy.version>
<maven-enforcer.version>3.5.0</maven-enforcer.version>
<maven-gpg.version>3.2.6</maven-gpg.version>
<maven-gpg.version>3.2.7</maven-gpg.version>
<maven-install.version>3.1.3</maven-install.version>
<maven-jar.version>3.4.2</maven-jar.version>
<maven-javadoc.version>3.10.0</maven-javadoc.version>
Expand Down

0 comments on commit 0008a6d

Please sign in to comment.