Skip to content

Commit

Permalink
Merge pull request #327 from UMM-CSci-3601/dependabot/gradle/server/o…
Browse files Browse the repository at this point in the history
…rg.slf4j-slf4j-simple-2.0.12

Bump org.slf4j:slf4j-simple from 2.0.11 to 2.0.12 in /server
  • Loading branch information
NicMcPhee authored Mar 18, 2024
2 parents 76a8d48 + 6caa4e5 commit c25902f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'

// Simple Logging Facade for Java
implementation 'org.slf4j:slf4j-simple:2.0.11'
implementation 'org.slf4j:slf4j-simple:2.0.12'

// JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
Expand Down

0 comments on commit c25902f

Please sign in to comment.