This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 1c5cc3655 Bump org.hsqldb:hsqldb from 2.7.2 to 2.7.3
1c5cc3655 is described below
commit 1c5cc3655308e6f980f746480a0012f9e33dcad7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 2 09:28:16 2024 +0000
Bump org.hsqldb:hsqldb from 2.7.2 to 2.7.3
Bumps org.hsqldb:hsqldb from 2.7.2 to 2.7.3.
---
updated-dependencies:
- dependency-name: org.hsqldb:hsqldb
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
external/storm-jdbc/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/storm-jdbc/pom.xml b/external/storm-jdbc/pom.xml
index ec43c860e..99ffbcd87 100644
--- a/external/storm-jdbc/pom.xml
+++ b/external/storm-jdbc/pom.xml
@@ -63,7 +63,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
- <version>2.7.2</version>
+ <version>2.7.3</version>
<scope>test</scope>
</dependency>
</dependencies>