Skip to content

Commit

Permalink
Bump slf4j-version from 2.0.12 to 2.0.13 (#147)
Browse files Browse the repository at this point in the history
Bumps `slf4j-version` from 2.0.12 to 2.0.13.

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

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

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent c36a1b2 commit ed6d148
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 @@ -44,7 +44,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4j-version>2.0.12</slf4j-version>
<slf4j-version>2.0.13</slf4j-version>
<commons-lang-version>3.14.0</commons-lang-version>
<commons-io-version>2.16.1</commons-io-version>
<junit-version>5.10.2</junit-version>
Expand Down

0 comments on commit ed6d148

Please sign in to comment.