Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Aug 21, 2022
1 parent 6e89250 commit 9c207ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id "org.sonarqube" version "3.4.0.2513"
id "io.codearte.nexus-staging" version "0.30.0"
id "com.github.ben-manes.versions" version "0.42.0"
id "org.sonatype.gradle.plugins.scan" version "2.3.0"
id "org.sonatype.gradle.plugins.scan" version "2.4.1"
}

group 'com.github.kaklakariada'
Expand Down Expand Up @@ -42,12 +42,12 @@ test {
dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.subshell.simpleframework:simple-xml:2.9.0'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'org.slf4j:slf4j-api:2.0.0'

runtimeOnly 'ch.qos.logback:logback-classic:1.2.11'
runtimeOnly 'ch.qos.logback:logback-classic:1.3.0-beta0'

testImplementation 'org.junit.jupiter:junit-jupiter:5.9.0'
testImplementation 'org.mockito:mockito-core:4.6.1'
testImplementation 'org.mockito:mockito-core:4.7.0'
testImplementation 'org.assertj:assertj-core:3.23.1'
}

Expand Down

0 comments on commit 9c207ba

Please sign in to comment.