Skip to content

Commit f54261f

Browse files
renovate-botdzlier-gcp
authored andcommitted
Update dependency org.slf4j:slf4j-simple (GoogleCloudPlatform#1884)
1 parent 65342ef commit f54261f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

appengine-java11/cloudsql/pom.xml

Lines changed: 1 addition & 1 deletion
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.25</version>
69+
<version>1.7.30</version>
7070
<scope>provided</scope>
7171
</dependency>
7272
<!-- Dependencies for Cloud SQL -->

appengine-java11/vertx-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
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.22</version>
60+
<version>1.7.30</version>
6161
<type>jar</type>
6262
</dependency>
6363
<dependency>

flexible/sparkjava/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ limitations under the License.
4949
<dependency>
5050
<groupId>org.slf4j</groupId>
5151
<artifactId>slf4j-simple</artifactId>
52-
<version>1.8.0-alpha2</version>
52+
<version>1.8.0-beta4</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.google.code.gson</groupId>

run/hello-broken/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ limitations under the License.
5050
<dependency>
5151
<groupId>org.slf4j</groupId>
5252
<artifactId>slf4j-simple</artifactId>
53-
<version>1.6.4</version>
53+
<version>1.7.30</version>
5454
</dependency>
5555
<!-- [END run_broken_service_dep] -->
5656
<dependency>

run/system-package/pom.xml

Lines changed: 1 addition & 1 deletion
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.26</version>
46+
<version>1.7.30</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>junit</groupId>

0 commit comments

Comments
 (0)