Skip to content

Commit

Permalink
Fix the inconsistent version between dependency in pom.xml and build.…
Browse files Browse the repository at this point in the history
…gradle.
  • Loading branch information
HappyHacker123 committed Nov 10, 2023
1 parent bc180ae commit 9055e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ publishing {
}

dependencies {
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.25'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.6'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.6'
testImplementation group: 'junit', name: 'junit', version: '4.12'
testImplementation group: 'org.json', name: 'json', version: '20180813'
}

0 comments on commit 9055e82

Please sign in to comment.