This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
commit bc63d4d59e298c69825805b319fb3cb0e1abc776 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Nov 23 19:49:39 2022 +0000 Update for 1.3.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09b0610..2b28242 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Alternatively you can pull it from the central Maven repositories: <dependency> <groupId>commons-daemon</groupId> <artifactId>commons-daemon</artifactId> - <version>1.3.2</version> + <version>1.3.3</version> </dependency> ```