This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch iotdb
in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit 82321b6f283e15778f820c80092508fcd6fed395
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 10 00:23:42 2024 +0800
Bump org.apache.groovy:groovy from 4.0.21 to 4.0.22 (#166)
Bumps [org.apache.groovy:groovy](https://github.com/apache/groovy) from
4.0.21 to 4.0.22.
- [Commits](https://github.com/apache/groovy/commits)
---
updated-dependencies:
- dependency-name: org.apache.groovy:groovy
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>
---
cpp/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpp/pom.xml b/cpp/pom.xml
index bb4fa6a6..4a195157 100644
--- a/cpp/pom.xml
+++ b/cpp/pom.xml
@@ -28,7 +28,7 @@
<packaging>pom</packaging>
<name>TsFile: C++</name>
<properties>
- <groovy.version>4.0.21</groovy.version>
+ <groovy.version>4.0.22</groovy.version>
<!-- Tell Sonar where to find the sources -->
<sonar.sources>common,examples,tsfile</sonar.sources>
<sonar.cfamily.build-wrapper-output>${project.build.directory}/build-wrapper-output</sonar.cfamily.build-wrapper-output>