Skip to content

Commit 05a17bf

Browse files
authored
chore(deps): update dependency ch.qos.logback:logback-classic (GoogleCloudPlatform#6601)
1 parent 296ed99 commit 05a17bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appengine-java11/kotlin-ktor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ limitations under the License.
7979
<dependency>
8080
<groupId>ch.qos.logback</groupId>
8181
<artifactId>logback-classic</artifactId>
82-
<version>1.3.0-alpha10</version>
82+
<version>1.3.0-alpha11</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>io.ktor</groupId>

run/hello-broken/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ limitations under the License.
4141
<dependency>
4242
<groupId>ch.qos.logback</groupId>
4343
<artifactId>logback-classic</artifactId>
44-
<version>1.3.0-alpha10</version>
44+
<version>1.3.0-alpha11</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.slf4j</groupId>

run/logging-manual/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ limitations under the License.
4949
<dependency>
5050
<groupId>ch.qos.logback</groupId>
5151
<artifactId>logback-classic</artifactId>
52-
<version>1.2.7</version>
52+
<version>1.2.9</version>
5353
</dependency>
5454
<!-- [END run_manual_logging_dep] -->
5555
<!-- [END cloudrun_manual_logging_dep] -->

0 commit comments

Comments
 (0)