File tree 4 files changed +7
-7
lines changed
appengine-java11-bundled-services/datastore
appengine-java17-bundled-services/datastore
appengine-java8/datastore
endpoints/bookstore-grpc/server
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 68
68
<dependency >
69
69
<groupId >com.google.auto.value</groupId >
70
70
<artifactId >auto-value</artifactId >
71
- <version >1.10.3 </version >
71
+ <version >1.10.4 </version >
72
72
<scope >provided</scope >
73
73
</dependency >
74
74
158
158
<annotationProcessorPath >
159
159
<groupId >com.google.auto.value</groupId >
160
160
<artifactId >auto-value</artifactId >
161
- <version >1.10.3 </version >
161
+ <version >1.10.4 </version >
162
162
</annotationProcessorPath >
163
163
</annotationProcessorPaths >
164
164
</configuration >
Original file line number Diff line number Diff line change 68
68
<dependency >
69
69
<groupId >com.google.auto.value</groupId >
70
70
<artifactId >auto-value</artifactId >
71
- <version >1.10.3 </version >
71
+ <version >1.10.4 </version >
72
72
<scope >provided</scope >
73
73
</dependency >
74
74
166
166
<annotationProcessorPath >
167
167
<groupId >com.google.auto.value</groupId >
168
168
<artifactId >auto-value</artifactId >
169
- <version >1.10.3 </version >
169
+ <version >1.10.4 </version >
170
170
</annotationProcessorPath >
171
171
</annotationProcessorPaths >
172
172
</configuration >
Original file line number Diff line number Diff line change 66
66
<dependency >
67
67
<groupId >com.google.auto.value</groupId >
68
68
<artifactId >auto-value</artifactId >
69
- <version >1.10.3 </version >
69
+ <version >1.10.4 </version >
70
70
<scope >provided</scope >
71
71
</dependency >
72
72
155
155
<annotationProcessorPath >
156
156
<groupId >com.google.auto.value</groupId >
157
157
<artifactId >auto-value</artifactId >
158
- <version >1.10.3 </version >
158
+ <version >1.10.4 </version >
159
159
</annotationProcessorPath >
160
160
</annotationProcessorPaths >
161
161
</configuration >
Original file line number Diff line number Diff line change 29
29
30
30
dependencies {
31
31
compile project(' :api' )
32
- compile ' com.google.auto.value:auto-value:1.10.3 '
32
+ compile ' com.google.auto.value:auto-value:1.10.4 '
33
33
compile ' commons-cli:commons-cli:1.5.0'
34
34
}
You can’t perform that action at this time.
0 commit comments