Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yhyzgn committed Nov 6, 2021
1 parent c9d4ffb commit f249045
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ext.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ ext {
] as LinkedHashMap
pigeon = [
artifact : 'pigeon',
version : '1.5.5',
version : '1.5.6',
description: 'Java http client with OkHttp3.'
] as LinkedHashMap
spring = [
artifact : 'pigeon-spring',
version : '1.0.1',
version : '1.0.2',
description: 'Spring supported.'
] as LinkedHashMap
starterAbstract = [
artifact : 'pigeon-spring-starter-abstract',
version : '1.0.1',
version : '1.0.2',
description: 'Spring boot supported abstractly.'
] as LinkedHashMap
starter = [
artifact : 'pigeon-spring-boot-starter',
version : '1.2.2',
version : '1.2.3',
description: 'Spring boot starter.'
] as LinkedHashMap
starterSimple = [
Expand Down
2 changes: 1 addition & 1 deletion pigeon/src/main/java/com/yhy/http/pigeon/utils/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
public class Utils {
private static final Type[] EMPTY_TYPE_ARRAY = new Type[0];
public final static String VERSION = "1.5.5";
public final static String VERSION = "1.5.6";

public static boolean isEmpty(Object object) {
if (null == object) return true;
Expand Down

0 comments on commit f249045

Please sign in to comment.