Skip to content

Commit

Permalink
test(backend): Use correct slf4j version
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Mar 18, 2024
1 parent a3369e3 commit 73d5ff3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class ProjectZipControllerTest
\tfulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.7.1'
\t// https://mvnrepository.com/artifact/org.slf4j/slf4j-simple
\tfulibScenarios group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.36'
\tfulibScenarios group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.9'
\t// https://mvnrepository.com/artifact/org.fulib/fulibTools
\ttestImplementation group: 'org.fulib', name: 'fulibTools', version: '1.6.0'
Expand All @@ -69,7 +69,7 @@ public class ProjectZipControllerTest
\ttestImplementation group: 'junit', name: 'junit', version: '4.13.2'
\t// https://mvnrepository.com/artifact/org.slf4j/slf4j-simple
\ttestImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.36'
\ttestImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.9'
}
generateScenarioSource {
Expand Down

0 comments on commit 73d5ff3

Please sign in to comment.