You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2022/01/22 05:03:08 UTC

[commons-codec] 03/04: Update version in readme

This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git

commit e657f5dcf836d80a53dacdb94fd84ed7e5918d34
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Fri Jan 21 22:53:35 2022 -0600

    Update version in readme
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f71f6fe..8f44459 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
-  <version>1.15</version>
+  <version>1.16</version>
 </dependency>
 ```