This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new bc6a393d8e6 Bump commons-codec:commons-codec from 1.16.0 to 1.16.1
(#12831)
bc6a393d8e6 is described below
commit bc6a393d8e682c325bc31a23cca9dd22abb2ecc5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 1 21:42:55 2024 +0800
Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 (#12831)
Bumps
[commons-codec:commons-codec](https://github.com/apache/commons-codec) from
1.16.0 to 1.16.1.
-
[Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.16.0...rel/commons-codec-1.16.1)
---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 31f55b29031..3a64f155a3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
<checker-qual.version>3.38.0</checker-qual.version>
<cmake.build.type>Release</cmake.build.type>
<commons-cli.version>1.5.0</commons-cli.version>
- <commons-codec.version>1.16.0</commons-codec.version>
+ <commons-codec.version>1.16.1</commons-codec.version>
<commons-csv.version>1.10.0</commons-csv.version>
<commons-io.version>2.13.0</commons-io.version>
<commons-jexl3.version>3.3</commons-jexl3.version>