Skip to content

Commit

Permalink
升级gradle中维护的依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
yangziwen committed Jul 11, 2021
1 parent 396b88c commit 842193f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ repositories {
mavenCentral()
}

version = "0.0.1"
version = "0.0.2"
sourceCompatibility = 1.8

dependencies {
compile "org.slf4j:slf4j-api:1.7.13"
compile "ch.qos.logback:logback-classic:1.2.3"
compile "io.netty:netty-all:4.1.27.Final"
compile "com.alibaba:fastjson:1.1.41"
compile "io.netty:netty-all:4.1.42.Final"
compile "com.alibaba:fastjson:1.2.25.sec10"
compile "org.apache.commons:commons-lang3:3.3.2"
compile "org.apache.commons:commons-collections4:4.0"
compile "commons-io:commons-io:2.4"
compile "org.apache.commons:commons-collections4:4.1"
compile "commons-io:commons-io:2.7"
compile "commons-codec:commons-codec:1.11"
compile "com.google.guava:guava:19.0"
compile "com.google.guava:guava:30.0-jre"
compile "com.beust:jcommander:1.72"
compile "com.typesafe:config:1.3.1"
compile "org.freemarker:freemarker:2.3.28"
compileOnly "org.projectlombok:lombok:1.18.2"
testCompile "junit:junit:4.12"
testCompile "junit:junit:4.13.1"
}

jar {
Expand Down

0 comments on commit 842193f

Please sign in to comment.