Skip to content

Commit

Permalink
Bump the maven group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the maven group with 3 updates in the / directory: [org.codehaus.plexus:plexus-xml](https://github.com/codehaus-plexus/plexus-xml), [org.jsoup:jsoup](https://github.com/jhy/jsoup) and org.slf4j:slf4j-simple.


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.jsoup:jsoup` from 1.17.2 to 1.18.1
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)
- [Commits](jhy/jsoup@jsoup-1.17.2...jsoup-1.18.1)

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

---
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.jsoup:jsoup
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 14, 2024
1 parent e7a3daa commit 01709b3
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 @@ -160,7 +160,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>3.0.0</version>
<version>4.0.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
Expand All @@ -170,7 +170,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.17.2</version>
<version>1.18.1</version>
</dependency>
<dependency>
<groupId>org.w3c.css</groupId>
Expand All @@ -186,7 +186,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

0 comments on commit 01709b3

Please sign in to comment.