Skip to content

Commit a45c7e2

Browse files
authored
fix(deps): update dependency org.slf4j:slf4j-simple to v1.7.36 (GoogleCloudPlatform#6893)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.slf4j:slf4j-simple](http://www.slf4j.org) ([source](https://togithub.com/qos-ch/slf4j)) | `1.7.32` -> `1.7.36` | [![age](https://badges.renovateapi.com/packages/maven/org.slf4j:slf4j-simple/1.7.36/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.slf4j:slf4j-simple/1.7.36/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.slf4j:slf4j-simple/1.7.36/compatibility-slim/1.7.32)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.slf4j:slf4j-simple/1.7.36/confidence-slim/1.7.32)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent e3ce89b commit a45c7e2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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.32</version>
69+
<version>1.7.36</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.32</version>
60+
<version>1.7.36</version>
6161
<type>jar</type>
6262
</dependency>
6363
<dependency>

cloud-sql/mysql/servlet/pom.xml

Lines changed: 1 addition & 1 deletion
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.32</version>
75+
<version>1.7.36</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.mockito</groupId>

run/hello-broken/pom.xml

Lines changed: 1 addition & 1 deletion
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.32</version>
54+
<version>1.7.36</version>
5555
</dependency>
5656
<!-- [END run_broken_service_dep] -->
5757
<!-- [END cloudrun_broken_service_dep] -->

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.32</version>
46+
<version>1.7.36</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>junit</groupId>

0 commit comments

Comments
 (0)