Skip to content

Commit

Permalink
deps: bump slf4jVersion from 2.0.10 to 2.0.11 in /v3
Browse files Browse the repository at this point in the history
Bumps `slf4jVersion` from 2.0.10 to 2.0.11.

Updates `org.slf4j:slf4j-api` from 2.0.10 to 2.0.11

Updates `org.slf4j:jcl-over-slf4j` from 2.0.10 to 2.0.11

Updates `org.slf4j:jul-to-slf4j` from 2.0.10 to 2.0.11

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:jcl-over-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:jul-to-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jan 8, 2024
1 parent ac7e0b2 commit 5392e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ext {
localInterlokRepo = project.findProperty('localInterlokRepo') ?: 'unknown'
nexusBaseUrl = 'https://nexus.adaptris.net'
log4j2Version='2.20.0'
slf4jVersion='2.0.10'
slf4jVersion='2.0.11'
interlokVersion = project.findProperty('interlokVersion') ?: '3.12.0-RELEASE'
// interlok-core is patched to 3.12.0.3-RELEASE
// Check the if statement in the dependencies block.
Expand Down

0 comments on commit 5392e3a

Please sign in to comment.