Skip to content

Commit

Permalink
update test util and lombok version
Browse files Browse the repository at this point in the history
  • Loading branch information
tvd12 committed May 5, 2022
1 parent 299bbc0 commit 17c5b42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Proprties and YAML are using in a lot of framework and application, so we want t
<dependency>
<groupId>com.tvd12</groupId>
<artifactId>properties-file</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>
```
# API Reference
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<lombok.version>1.18.22</lombok.version>
<test.util.version>1.1.5</test.util.version>
<lombok.version>1.18.24</lombok.version>
<test.util.version>1.1.6</test.util.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss</maven.build.timestamp.format>
</properties>
Expand Down

0 comments on commit 17c5b42

Please sign in to comment.