Skip to content

Commit

Permalink
v1.4.0, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Dec 8, 2021
1 parent 0aaa823 commit 38a888c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ plugins {
}

group 'com.exaroton'
version '1.3.1'
version '1.4.0'

repositories {
mavenCentral()
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
implementation 'com.google.code.gson:gson:2.8.6'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'org.java-websocket:Java-WebSocket:1.5.2'
implementation 'org.slf4j:slf4j-api:1.7.9'
implementation 'org.slf4j:slf4j-jdk14:1.7.9'
implementation 'org.slf4j:slf4j-api:1.7.32'
implementation 'org.slf4j:slf4j-jdk14:1.7.32'
}

test {
Expand Down

0 comments on commit 38a888c

Please sign in to comment.