Skip to content

Commit

Permalink
Bump the maven group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the maven group with 3 updates: [org.codehaus.plexus:plexus-xml](https://github.com/codehaus-plexus/plexus-xml), org.slf4j:slf4j-simple and [org.apache.maven.plugins:maven-scm-publish-plugin](https://github.com/apache/maven-scm-publish-plugin).


Updates `org.codehaus.plexus:plexus-xml` from 3.0.0 to 4.0.4
- [Release notes](https://github.com/codehaus-plexus/plexus-xml/releases)
- [Commits](codehaus-plexus/plexus-xml@plexus-xml-3.0.0...plexus-xml-4.0.4)

Updates `org.slf4j:slf4j-simple` from 1.7.36 to 2.0.13

Updates `org.apache.maven.plugins:maven-scm-publish-plugin` from 3.2.1 to 3.3.0
- [Commits](apache/maven-scm-publish-plugin@maven-scm-publish-plugin-3.2.1...maven-scm-publish-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-xml
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-scm-publish-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 9c87aa7 commit fba0bc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>3.0.0</version>
<version>4.0.4</version>
</dependency>
<dependency>
<!-- bump this and run src/build/find-transitive-eclipse-updates.sh to update eclipse deps -->
Expand All @@ -300,7 +300,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.36</version>
<version>2.0.13</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -333,7 +333,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-publish-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
<configuration>
<scmBranch>gh-pages</scmBranch>
<tryUpdate>true</tryUpdate>
Expand Down

0 comments on commit fba0bc1

Please sign in to comment.