Skip to content

Commit

Permalink
Use logback-classic:1.3.12 in logging samples (#37894)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuchandy committed Dec 1, 2023
1 parent 93f2fb1 commit f987fde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/external_dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Format;
# groupId:artifactId;dependency-version
ch.qos.logback:logback-classic;1.2.12
ch.qos.logback:logback-classic;1.3.12
com.azure.tools:azure-autorest-customization;1.0.0-beta.8
com.fasterxml.jackson.core:jackson-annotations;2.13.5
com.fasterxml.jackson.core:jackson-core;2.13.5
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhubs/azure-messaging-eventhubs/docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.12</version> <!-- {x-version-update;ch.qos.logback:logback-classic;external_dependency} -->
<version>1.3.12</version> <!-- {x-version-update;ch.qos.logback:logback-classic;external_dependency} -->
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/servicebus/azure-messaging-servicebus/docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.12</version> <!-- {x-version-update;ch.qos.logback:logback-classic;external_dependency} -->
<version>1.3.12</version> <!-- {x-version-update;ch.qos.logback:logback-classic;external_dependency} -->
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>
Expand Down

0 comments on commit f987fde

Please sign in to comment.