Skip to content

Commit

Permalink
Update to v6.0.2 and change the dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
igr committed Oct 13, 2020
1 parent ecb662b commit 38bba41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repositories {

group = 'org.jodd'
//version = '6.0.0.' + timestamp() + "-SNAPSHOT"
version = '6.0.1'
version = '6.0.2'

rootProject.description = 'Jodd HTTP Client'

Expand All @@ -53,7 +53,7 @@ java {
}

dependencies {
implementation 'org.jodd:jodd-util:6.0.+'
api 'org.jodd:jodd-util:6.0.+'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.+'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.6.+'
Expand Down

0 comments on commit 38bba41

Please sign in to comment.