Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JonasFranke committed Oct 21, 2024
1 parent f5afead commit f0fa5e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'java'

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
implementation 'com.discord4j:discord4j-core:3.2.6'
implementation 'com.github.docker-java:docker-java:3.4.0'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.9'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.11'
}

test {
Expand Down

0 comments on commit f0fa5e4

Please sign in to comment.