Skip to content

Commit e344219

Browse files
Bump ch.qos.logback:logback-classic from 1.2.11 to 1.2.13 (#572)
* Bump ch.qos.logback:logback-classic from 1.2.11 to 1.2.13 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.11 to 1.2.13. - [Commits](qos-ch/logback@v_1.2.11...v_1.2.13) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update pom.xml with logback-core dependency * Update pom.xml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jainadc9 <93383550+jainadc9@users.noreply.github.com>
1 parent 054bedb commit e344219

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,15 @@
441441
<dependency>
442442
<groupId>ch.qos.logback</groupId>
443443
<artifactId>logback-classic</artifactId>
444-
<version>1.2.11</version>
444+
<version>1.2.13</version>
445445
</dependency>
446-
446+
447+
<dependency>
448+
<groupId>ch.qos.logback</groupId>
449+
<artifactId>logback-core</artifactId>
450+
<version>1.2.13</version>
451+
</dependency>
452+
447453
</dependencies>
448454

449455
<build>

0 commit comments

Comments
 (0)