Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #91 from eb4j/dependabot/gradle/org.slf4j-slf4j-si…
Browse files Browse the repository at this point in the history
…mple-1.7.33

Bump slf4j-simple from 1.7.32 to 1.7.33
  • Loading branch information
miurahr committed Jan 15, 2022
2 parents 9453408 + d843aba commit 04b3ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ dependencies {

// for projector support
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
implementation("org.slf4j:slf4j-simple:1.7.32")
implementation("org.slf4j:slf4j-simple:1.7.33")
implementation("commons-io:commons-io:2.11.0")
implementation("org.java-websocket:Java-WebSocket:1.5.2")
implementation("dnsjava:dnsjava:2.1.9")
Expand Down

0 comments on commit 04b3ee2

Please sign in to comment.