This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new 7d6a520a Bump org.apache.groovy:groovy from 4.0.21 to 4.0.22 (#166)
7d6a520a is described below
commit 7d6a520a7e5858b18a88b00dd6055738471d9351
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 36f49028..8f563255 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>