File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ apply plugin: 'idea'
2828
2929if (! project. hasProperty(' daggerVersion' )) {
3030 ext {
31- daggerVersion = " 1.1.0 "
31+ daggerVersion = " 1.2.2 "
3232 }
3333}
3434
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'java'
33dependencies {
44 compile ' com.netflix.feign:feign-core:5.3.0'
55 compile ' com.netflix.feign:feign-gson:5.3.0'
6- provided ' com.squareup.dagger:dagger-compiler:1.1.0 '
6+ provided ' com.squareup.dagger:dagger-compiler:1.2.2 '
77}
88
99// create a self-contained jar that is executable
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'java'
33dependencies {
44 compile ' com.netflix.feign:feign-core:5.3.0'
55 compile ' com.netflix.feign:feign-gson:5.3.0'
6- provided ' com.squareup.dagger:dagger-compiler:1.1.0 '
6+ provided ' com.squareup.dagger:dagger-compiler:1.2.2 '
77}
88
99// create a self-contained jar that is executable
You can’t perform that action at this time.
0 commit comments