Skip to content

Commit 1a1135d

Browse files
build(deps): bump ch.qos.logback:logback-classic from 1.3.4 to 1.5.5 (#1626)
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.3.4 to 1.5.5. - [Commits](qos-ch/logback@v_1.3.4...v_1.5.5) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d40e6a commit 1a1135d

File tree

1 file changed

+1
-1
lines changed
  • powertools-logging/powertools-logging-logback

1 file changed

+1
-1
lines changed

powertools-logging/powertools-logging-logback/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<groupId>ch.qos.logback</groupId>
3030
<artifactId>logback-classic</artifactId>
3131
<!-- TODO: use 1.4 if we remove JDK 1.8 support -->
32-
<version>1.3.4</version> <!-- v1.3.x compatible with JDK 1.8, v1.4.x only compatible with JDK 11 -->
32+
<version>1.5.5</version> <!-- v1.3.x compatible with JDK 1.8, v1.4.x only compatible with JDK 11 -->
3333
<scope>provided</scope> <!-- provided to let users change to 1.4.x when using JDK 11 -->
3434
<exclusions>
3535
<exclusion>

0 commit comments

Comments
 (0)