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 6d637658a Bump xbean.version from 4.26 to 4.27 (#627)
6d637658a is described below
commit 6d637658af2a3bd4d6ef9698f8e9ca251583e3c0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 9 20:19:06 2025 +0200
Bump xbean.version from 4.26 to 4.27 (#627)
---
blueprint/itests/blueprint-itests/pom.xml | 2 +-
jndi/jndi-url-itest/pom.xml | 2 +-
transaction/transaction-jdbc/pom.xml | 9 ++++-----
transaction/transaction-jms/pom.xml | 7 +++----
4 files changed, 9 insertions(+), 11 deletions(-)
diff --git a/blueprint/itests/blueprint-itests/pom.xml
b/blueprint/itests/blueprint-itests/pom.xml
index 8ddb760fc..1c5a3feb4 100644
--- a/blueprint/itests/blueprint-itests/pom.xml
+++ b/blueprint/itests/blueprint-itests/pom.xml
@@ -67,7 +67,7 @@
<pax-logging.version>2.2.9</pax-logging.version>
<pax-tinybundles.version>2.1.1</pax-tinybundles.version>
<pax-url.version>2.6.16</pax-url.version>
- <xbean.version>4.26</xbean.version>
+ <xbean.version>4.27</xbean.version>
</properties>
<dependencies>
diff --git a/jndi/jndi-url-itest/pom.xml b/jndi/jndi-url-itest/pom.xml
index e6e647d8e..c1bb94cda 100644
--- a/jndi/jndi-url-itest/pom.xml
+++ b/jndi/jndi-url-itest/pom.xml
@@ -63,7 +63,7 @@
<pax-url.version>2.6.16</pax-url.version>
<pax-web.version>8.0.31</pax-web.version>
<services.version>3.2.100.v20100503</services.version>
- <xbean.version>4.26</xbean.version>
+ <xbean.version>4.27</xbean.version>
</properties>
<dependencies>
diff --git a/transaction/transaction-jdbc/pom.xml
b/transaction/transaction-jdbc/pom.xml
index 9cfd43219..0b7f49110 100644
--- a/transaction/transaction-jdbc/pom.xml
+++ b/transaction/transaction-jdbc/pom.xml
@@ -71,14 +71,13 @@
<geronimo-connector.version>3.1.5</geronimo-connector.version>
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
- <maven-xbean-plugin.version>4.26</maven-xbean-plugin.version>
<org.apache.aries.blueprint.core.version>1.0.0</org.apache.aries.blueprint.core.version>
<org.apache.aries.transaction.manager.version>1.1.1</org.apache.aries.transaction.manager.version>
<org.apache.aries.util.version>1.1.3</org.apache.aries.util.version>
- <tranql-connector.version>1.8</tranql-connector.version>
- <xbean-blueprint.version>4.26</xbean-blueprint.version>
<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.27</xbean.version>
</properties>
<dependencies>
@@ -130,7 +129,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-blueprint</artifactId>
- <version>${xbean-blueprint.version}</version>
+ <version>${xbean.version}</version>
<optional>true</optional>
</dependency>
<dependency>
@@ -145,7 +144,7 @@
<plugin>
<groupId>org.apache.xbean</groupId>
<artifactId>maven-xbean-plugin</artifactId>
- <version>${maven-xbean-plugin.version}</version>
+ <version>${xbean.version}</version>
<executions>
<execution>
<goals>
diff --git a/transaction/transaction-jms/pom.xml
b/transaction/transaction-jms/pom.xml
index 7aff6757e..bc670451d 100644
--- a/transaction/transaction-jms/pom.xml
+++ b/transaction/transaction-jms/pom.xml
@@ -67,10 +67,9 @@
<geronimo-jta_1.1_spec.version>1.1.1</geronimo-jta_1.1_spec.version>
<geronimo-transaction.version>3.1.4</geronimo-transaction.version>
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
- <maven-xbean-plugin.version>4.26</maven-xbean-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-blueprint.version>4.26</xbean-blueprint.version>
+ <xbean.version>4.27</xbean.version>
</properties>
<dependencies>
@@ -108,7 +107,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-blueprint</artifactId>
- <version>${xbean-blueprint.version}</version>
+ <version>${xbean.version}</version>
<optional>true</optional>
</dependency>
<dependency>
@@ -129,7 +128,7 @@
<plugin>
<groupId>org.apache.xbean</groupId>
<artifactId>maven-xbean-plugin</artifactId>
- <version>${maven-xbean-plugin.version}</version>
+ <version>${xbean.version}</version>
<executions>
<execution>
<goals>