Skip to content

Commit

Permalink
Merge pull request #67 from bitsoex/update-dependencies-20241230
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
chochos authored Dec 30, 2024
2 parents 35ed2dc + 2b565ad commit 2fb7e80
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,19 @@ tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}



repositories {

maven { url "https://repo.maven.apache.org/maven2/" }
maven {
url "https://repo.maven.apache.org/maven2/"
}
}

dependencies {
compile group: 'org.apache.httpcomponents', name: 'httpclient', version:'4.3.6'
compile group: 'org.json', name: 'json', version:'20140107'
compile group: 'org.mockito', name: 'mockito-all', version:'1.9.5'
compile group: 'io.netty', name: 'netty-all', version:'4.1.55.Final'
testCompile group: 'junit', name: 'junit', version:'4.12'
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
implementation 'org.json:json:20230227'
implementation 'org.mockito:mockito-all:1.10.19'
implementation 'io.netty:netty-all:4.1.65.Final'

testImplementation 'junit:junit:4.12'
}

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down

0 comments on commit 2fb7e80

Please sign in to comment.