Skip to content

Commit 2ade4fe

Browse files
authored
chore(deps): update dependency org.slf4j:slf4j-api to v1.7.31 (GoogleCloudPlatform#5449)
[![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-api](http://www.slf4j.org) | `1.7.30` -> `1.7.31` | [![age](https://badges.renovateapi.com/packages/maven/org.slf4j:slf4j-api/1.7.31/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.slf4j:slf4j-api/1.7.31/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.slf4j:slf4j-api/1.7.31/compatibility-slim/1.7.30)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.slf4j:slf4j-api/1.7.31/confidence-slim/1.7.30)](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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- 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 5241a54 commit 2ade4fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cloud-sql/mysql/servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.slf4j</groupId>
6969
<artifactId>slf4j-api</artifactId>
70-
<version>1.7.30</version>
70+
<version>1.7.31</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.slf4j</groupId>

run/hello-broken/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ limitations under the License.
4646
<dependency>
4747
<groupId>org.slf4j</groupId>
4848
<artifactId>slf4j-api</artifactId>
49-
<version>1.7.30</version>
49+
<version>1.7.31</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.slf4j</groupId>

run/logging-manual/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ limitations under the License.
3939
<dependency>
4040
<groupId>org.slf4j</groupId>
4141
<artifactId>slf4j-api</artifactId>
42-
<version>1.7.30</version>
42+
<version>1.7.31</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>net.logstash.logback</groupId>

0 commit comments

Comments
 (0)