This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new 3fcc57fe0 Bump xbean.version from 4.29 to 4.30
3fcc57fe0 is described below
commit 3fcc57fe0d57c904b4acb3c15fe51be623ca78f2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 29 17:35:13 2026 +0000
Bump xbean.version from 4.29 to 4.30
Bumps `xbean.version` from 4.29 to 4.30.
Updates `org.apache.xbean:xbean-blueprint` from 4.29 to 4.30
Updates `org.apache.xbean:maven-xbean-plugin` from 4.29 to 4.30
---
updated-dependencies:
- dependency-name: org.apache.xbean:xbean-blueprint
dependency-version: '4.30'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.xbean:maven-xbean-plugin
dependency-version: '4.30'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
transaction/transaction-jdbc/pom.xml | 2 +-
transaction/transaction-jms/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/transaction/transaction-jdbc/pom.xml
b/transaction/transaction-jdbc/pom.xml
index a5a569df9..c72066555 100644
--- a/transaction/transaction-jdbc/pom.xml
+++ b/transaction/transaction-jdbc/pom.xml
@@ -77,7 +77,7 @@
<osgi.core.version>4.3.1</osgi.core.version>
<osgi.cmpn.version>4.3.1</osgi.cmpn.version>
<tranql-connector.version>1.8</tranql-connector.version>
- <xbean.version>4.29</xbean.version>
+ <xbean.version>4.30</xbean.version>
</properties>
<dependencies>
diff --git a/transaction/transaction-jms/pom.xml
b/transaction/transaction-jms/pom.xml
index 866d224d4..3d493f503 100644
--- a/transaction/transaction-jms/pom.xml
+++ b/transaction/transaction-jms/pom.xml
@@ -69,7 +69,7 @@
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
<org.apache.aries.blueprint.core.version>1.0.0</org.apache.aries.blueprint.core.version>
<osgi.core.version>4.3.1</osgi.core.version>
- <xbean.version>4.29</xbean.version>
+ <xbean.version>4.30</xbean.version>
</properties>
<dependencies>