File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 22# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
33
44[versions ]
5- commons-math3 = " 3.6.1"
6- guava = " 33.4.5-jre"
75junit-jupiter = " 5.12.1"
86java-websocket = " 1.5.7"
97gson = " 2.13.1"
10- httpclient = " 5.4.1 "
8+ httpclient = " 5.5 "
119httpcore = " 5.3.1"
1210
1311[libraries ]
14- commons-math3 = { module = " org.apache.commons:commons-math3" , version.ref = " commons-math3" }
15- guava = { module = " com.google.guava:guava" , version.ref = " guava" }
1612junit-jupiter = { module = " org.junit.jupiter:junit-jupiter" , version.ref = " junit-jupiter" }
1713java-websocket = { module = " org.java-websocket:Java-WebSocket" , version.ref = " java-websocket" }
1814gson = { module = " com.google.code.gson:gson" , version.ref = " gson" }
Original file line number Diff line number Diff line change 77
88plugins {
99 // Apply the foojay-resolver plugin to allow automatic download of JDKs
10- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.10 .0"
10+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0 .0"
1111}
1212
1313rootProject.name = " Java-Client"
You can’t perform that action at this time.
0 commit comments