Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump slf4j.version from 1.7.30 to 1.7.31 #293

Merged
merged 2 commits into from
Jun 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

<properties>
<maven.version>3.5.0</maven.version>
<slf4j.version>1.7.30</slf4j.version>
<slf4j.version>1.7.31</slf4j.version>
<jackson.version>2.12.3</jackson.version>
<bouncycastle.version>1.69</bouncycastle.version>
<resilience4j.version>1.7.0</resilience4j.version>
Expand Down
7 changes: 3 additions & 4 deletions src/it/sigOkKeysMapWithPluginDependencies/keysmap.list
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,10 @@ org.reactivestreams:reactive-streams:1.0.0 = 0xA5B2DDE7843E7CA3E8CAABD02383163BC
org.skyscreamer:jsonassert:1.5.0 = 0xC89074FC8BE681B7C7EAAB6E4C5EED3C53B75933
org.slf4j:jcl-over-slf4j:1.6.1 = noSig
org.slf4j:slf4j-api:1.5.3 = noSig
org.slf4j:slf4j-api:1.7.30 = 0x475F3B8E59E6E63AA78067482C7B12F2A511E325
org.slf4j:slf4j-api:1.7.5 = 0x475F3B8E59E6E63AA78067482C7B12F2A511E325
org.slf4j:slf4j-nop:1.7.5 = 0x475F3B8E59E6E63AA78067482C7B12F2A511E325
org.slf4j:slf4j-api = 0x475F3B8E59E6E63AA78067482C7B12F2A511E325
org.slf4j:slf4j-nop = 0x475F3B8E59E6E63AA78067482C7B12F2A511E325
org.slf4j:slf4j-simple:1.5.3 = noSig
org.slf4j:slf4j-simple:1.7.30 = 0x475F3B8E59E6E63AA78067482C7B12F2A511E325
org.slf4j:slf4j-simple = 0x475F3B8E59E6E63AA78067482C7B12F2A511E325
org.sonatype.aether = 0xBA926F64CA647B6D853A38672E2010F8A7FF4A41
org.sonatype.plexus:plexus-cipher:1.4 = 0x9FFED7A118D45A44E4A1E47130E6F80434A72A7F
org.sonatype.plexus:plexus-sec-dispatcher:1.3 = 0x9FFED7A118D45A44E4A1E47130E6F80434A72A7F
Expand Down