This is an automated email from the ASF dual-hosted git repository.
yasith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new 8b897c513d Bump derby in
/airavata-services/profile-service/profile-service-commons
8b897c513d is described below
commit 8b897c513d90e6520199e67034a7852a5b482cf7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 3 16:28:49 2025 +0000
Bump derby in /airavata-services/profile-service/profile-service-commons
Bumps derby from 10.11.1.1 to 10.14.2.0.
---
updated-dependencies:
- dependency-name: org.apache.derby:derby
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
airavata-services/profile-service/profile-service-commons/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airavata-services/profile-service/profile-service-commons/pom.xml
b/airavata-services/profile-service/profile-service-commons/pom.xml
index 3394c9aff0..6858e63656 100644
--- a/airavata-services/profile-service/profile-service-commons/pom.xml
+++ b/airavata-services/profile-service/profile-service-commons/pom.xml
@@ -33,7 +33,7 @@
<description>Module to expose a profile-service-commons as a thrift
service</description>
<properties>
- <derby.version>10.11.1.1</derby.version>
+ <derby.version>10.17.1.0</derby.version>
<surefire.version>2.18.1</surefire.version>
<skipTests>true</skipTests>
<mysql.connector.version>8.0.31</mysql.connector.version>