Skip to content

Commit

Permalink
updated lib dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hanieljacob committed Feb 18, 2024
1 parent a2efa77 commit 0411984
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
id 'maven-publish'
id 'signing'
id "me.champeau.jmh" version "0.7.2"
id 'com.github.ben-manes.versions' version '0.51.0'
}

group = 'io.github.samyssmile'
Expand Down Expand Up @@ -36,16 +37,16 @@ dependencies {
implementation 'org.openjdk.jmh:jmh-generator-annprocess:1.37'

// Other dependencies
implementation 'com.opencsv:opencsv:5.8'
implementation 'org.apache.logging.log4j:log4j-api:2.20.0'
implementation 'org.apache.logging.log4j:log4j-core:2.20.0'
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.20.0'
implementation 'com.opencsv:opencsv:5.9'
implementation 'org.apache.logging.log4j:log4j-api:3.0.0-beta1'
implementation 'org.apache.logging.log4j:log4j-core:3.0.0-beta1'
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:3.0.0-beta1'

// Test dependencies
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testImplementation 'org.mockito:mockito-core:5.7.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.7.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.mockito:mockito-core:5.10.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
}

tasks.withType(Test) {
Expand Down

0 comments on commit 0411984

Please sign in to comment.