Skip to content

Commit

Permalink
Bump the maven group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the maven group with 2 updates: org.slf4j:slf4j-api and org.slf4j:slf4j-simple.


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

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

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

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  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.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 Apr 22, 2024
1 parent 823c933 commit 871e16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ SPDX-License-Identifier: EPL-2.0
<maven.compiler.release>11</maven.compiler.release>
<!-- rat plugin is no good at validating EPL headers out of the box -->
<rat.skip>true</rat.skip>
<slf4j.version>1.7.36</slf4j.version>
<slf4j.version>2.0.13</slf4j.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 871e16f

Please sign in to comment.