Skip to content

Commit dd196aa

Browse files
authored
Merge pull request #23 from paypal/issue-22-upgrade-logback-1.3.14
upgrade logback from 1.2.13 to 1.3.14
2 parents a4779a1 + e8a0473 commit dd196aa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
<!-- Specify all SonarQube code coverage reports - default does not pick up integration tests -->
4141
<sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
4242

43-
<logback.version>1.2.13</logback.version>
43+
<logback.version>1.3.14</logback.version>
44+
<slf4j.version>2.0.12</slf4j.version>
4445
<spring-boot.version>2.7.18</spring-boot.version>
4546
<versions-maven-plugin.version>2.7</versions-maven-plugin.version>
4647

@@ -91,6 +92,12 @@
9192
<artifactId>commons-lang3</artifactId>
9293
<version>${commons-lang3.version}</version>
9394
</dependency>
95+
96+
<dependency>
97+
<groupId>org.slf4j</groupId>
98+
<artifactId>slf4j-api</artifactId>
99+
<version>${slf4j.version}</version>
100+
</dependency>
94101
</dependencies>
95102
</dependencyManagement>
96103

0 commit comments

Comments
 (0)