Skip to content

Commit

Permalink
release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pugwoo committed Jan 17, 2023
1 parent 9d709fd commit 62a296c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2023年1月17日
v1.1.7 - [add] ListUtils新增concatArray(Object[] ...objs)方法,将多个数组合并成一个数组
- [add] StringTools新增nthIndexOf和nthLastIndexOf方法
- [add] 增加LocalDateTime/LocalDate/LocalTime多种日期格式的解析支持
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<dependency>
<groupId>com.pugwoo</groupId>
<artifactId>woo-utils</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>
```

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.pugwoo</groupId>
<artifactId>woo-utils</artifactId>
<packaging>jar</packaging>
<version>1.1.6</version>
<version>1.1.7</version>

<name>woo-utils</name>
<description>the common utils</description>
Expand Down Expand Up @@ -50,19 +50,19 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.2</version>
<version>2.14.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.13.4</version>
<version>2.14.1</version>
</dependency>

<!-- yaml相关功能 -->
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.13.4</version>
<version>2.14.1</version>
</dependency>

<!-- optional依赖:servlet相关功能需要 -->
Expand Down

0 comments on commit 62a296c

Please sign in to comment.