Skip to content

Commit

Permalink
Merge pull request #419 from okta/ak_upgrade_to_logback_core_1.3.14
Browse files Browse the repository at this point in the history
Enforce usage of latest logback-core 1.3.14 in dep mgmt
  • Loading branch information
arvindkrishnakumar-okta authored Jan 26, 2024
2 parents a039d97 + 7f7e9ab commit 1b989e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@
<artifactId>logback-classic</artifactId>
<version>1.3.14</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.3.14</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
Expand Down

0 comments on commit 1b989e9

Please sign in to comment.