This is an automated email from the ASF dual-hosted git repository. xvrl pushed a commit to branch dependabot/maven/sigar.version-1.6.5.132-6 in repository https://gitbox.apache.org/repos/asf/druid.git
commit 6f5c55291bbff9e243992dbf472b7221d24e29a8 Author: Xavier Léauté <[email protected]> AuthorDate: Tue Aug 15 12:26:36 2023 -0400 fix property mangling by dependabot --- processing/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/pom.xml b/processing/pom.xml index afb3cc9e50..2ab4a8216f 100644 --- a/processing/pom.xml +++ b/processing/pom.xml @@ -35,7 +35,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <sigar.base.version>1.6.5</sigar.base.version> - <sigar.version>1.6.5.132-6</sigar.version> + <sigar.version>${sigar.base.version}.132-6</sigar.version> <ipaddress.version>5.3.4</ipaddress.version> <oshi.version>6.4.2</oshi.version> </properties> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
