Skip to content

Commit 2aa2ce4

Browse files
authored
chore(deps): update dependency org.slf4j:slf4j-simple to v1.7.31 (GoogleCloudPlatform#5451)
1 parent 2ade4fe commit 2aa2ce4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

appengine-java11/cloudsql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.slf4j</groupId>
6868
<artifactId>slf4j-simple</artifactId>
69-
<version>1.7.30</version>
69+
<version>1.7.31</version>
7070
<scope>provided</scope>
7171
</dependency>
7272
<!-- Dependencies for Cloud SQL -->

appengine-java11/vertx-helloworld/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ limitations under the License.
5757
<dependency>
5858
<groupId>org.slf4j</groupId>
5959
<artifactId>slf4j-simple</artifactId>
60-
<version>1.7.30</version>
60+
<version>1.7.31</version>
6161
<type>jar</type>
6262
</dependency>
6363
<dependency>

cloud-sql/mysql/servlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>org.slf4j</groupId>
7474
<artifactId>slf4j-simple</artifactId>
75-
<version>1.7.30</version>
75+
<version>1.7.31</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.mockito</groupId>

run/hello-broken/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ limitations under the License.
5151
<dependency>
5252
<groupId>org.slf4j</groupId>
5353
<artifactId>slf4j-simple</artifactId>
54-
<version>1.7.30</version>
54+
<version>1.7.31</version>
5555
</dependency>
5656
<!-- [END run_broken_service_dep] -->
5757
<!-- [END cloudrun_broken_service_dep] -->

run/system-package/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ limitations under the License.
4343
<dependency>
4444
<groupId>org.slf4j</groupId>
4545
<artifactId>slf4j-simple</artifactId>
46-
<version>1.7.30</version>
46+
<version>1.7.31</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>junit</groupId>

0 commit comments

Comments
 (0)