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 ea6d0343a Bump org.ow2.asm:asm-all from 4.0 to 5.2
ea6d0343a is described below
commit ea6d0343a0cc6f7a63d986f83b39e637e94a6f47
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 28 20:31:04 2025 +0000
Bump org.ow2.asm:asm-all from 4.0 to 5.2
Bumps org.ow2.asm:asm-all from 4.0 to 5.2.
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm-all
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
application/application-converters/pom.xml | 2 +-
application/application-itests/pom.xml | 2 +-
application/application-resolve-transform-cm-itests/pom.xml | 2 +-
application/application-tooling-repository-generator/pom.xml | 2 +-
samples/blueprint/helloworld/helloworld-itests/pom.xml | 2 +-
samples/twitter/twitter-itests/pom.xml | 2 +-
subsystem/subsystem-itests/pom.xml | 2 +-
transaction/transaction-itests/pom.xml | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/application/application-converters/pom.xml
b/application/application-converters/pom.xml
index bfd5ab2da..e00c63e2a 100644
--- a/application/application-converters/pom.xml
+++ b/application/application-converters/pom.xml
@@ -53,7 +53,7 @@
</aries.osgi.private.pkg>
<lastReleaseVersion>1.0.0</lastReleaseVersion>
- <asm-all.version>5.0.3</asm-all.version>
+ <asm-all.version>5.2</asm-all.version>
<org.apache.aries.application.api.version>1.0.0</org.apache.aries.application.api.version>
<org.apache.aries.application.utils.version>1.0.0</org.apache.aries.application.utils.version>
<org.apache.aries.testsupport.unit.version>1.0.0</org.apache.aries.testsupport.unit.version>
diff --git a/application/application-itests/pom.xml
b/application/application-itests/pom.xml
index 8587ed6b2..ddcd570db 100644
--- a/application/application-itests/pom.xml
+++ b/application/application-itests/pom.xml
@@ -44,7 +44,7 @@
</scm>
<properties>
- <asm-all.version>5.0.3</asm-all.version>
+ <asm-all.version>5.2</asm-all.version>
<depends-maven-plugin.version>1.5.0</depends-maven-plugin.version>
<geronimo-jta_1.1_spec.version>1.1.1</geronimo-jta_1.1_spec.version>
<javax.inject.version>1</javax.inject.version>
diff --git a/application/application-resolve-transform-cm-itests/pom.xml
b/application/application-resolve-transform-cm-itests/pom.xml
index d616b10cb..0bffe6ae9 100644
--- a/application/application-resolve-transform-cm-itests/pom.xml
+++ b/application/application-resolve-transform-cm-itests/pom.xml
@@ -48,7 +48,7 @@
org.apache.aries.application.resolve.transform.cm.itests;
</aries.osgi.private.pkg>
- <asm-all.version>5.0.3</asm-all.version>
+ <asm-all.version>5.2</asm-all.version>
<depends-maven-plugin.version>1.5.0</depends-maven-plugin.version>
<javax.inject.version>1</javax.inject.version>
<org.apache.aries.application.api.version>1.0.0</org.apache.aries.application.api.version>
diff --git a/application/application-tooling-repository-generator/pom.xml
b/application/application-tooling-repository-generator/pom.xml
index 4d55589e6..00854b277 100644
--- a/application/application-tooling-repository-generator/pom.xml
+++ b/application/application-tooling-repository-generator/pom.xml
@@ -49,7 +49,7 @@
</aries.osgi.private.pkg>
<lastReleaseVersion>1.0.0</lastReleaseVersion>
- <asm-all.version>5.0.3</asm-all.version>
+ <asm-all.version>5.2</asm-all.version>
<cm.version>3.2.0-v20070116</cm.version>
<geronimo-jpa_2.0_spec.version>1.1</geronimo-jpa_2.0_spec.version>
<geronimo-jta_1.1_spec.version>1.1.1</geronimo-jta_1.1_spec.version>
diff --git a/samples/blueprint/helloworld/helloworld-itests/pom.xml
b/samples/blueprint/helloworld/helloworld-itests/pom.xml
index 0ab68c3ac..d5a08dcb4 100644
--- a/samples/blueprint/helloworld/helloworld-itests/pom.xml
+++ b/samples/blueprint/helloworld/helloworld-itests/pom.xml
@@ -32,7 +32,7 @@
</description>
<properties>
- <asm.version>5.0.3</asm.version>
+ <asm.version>5.2</asm.version>
<cm.version>3.2.0-v20070116</cm.version>
<depends-maven-plugin.version>1.5.0</depends-maven-plugin.version>
<org.apache.aries.proxy.version>1.0.0</org.apache.aries.proxy.version>
diff --git a/samples/twitter/twitter-itests/pom.xml
b/samples/twitter/twitter-itests/pom.xml
index 384195c79..1da29d304 100644
--- a/samples/twitter/twitter-itests/pom.xml
+++ b/samples/twitter/twitter-itests/pom.xml
@@ -33,7 +33,7 @@
</description>
<properties>
- <asm.version>4.0</asm.version>
+ <asm.version>5.2</asm.version>
<depends-maven-plugin.version>1.5.0</depends-maven-plugin.version>
<javax.inject.version>1</javax.inject.version>
<logback.version>1.5.18</logback.version>
diff --git a/subsystem/subsystem-itests/pom.xml
b/subsystem/subsystem-itests/pom.xml
index cab7bb3aa..200fff309 100644
--- a/subsystem/subsystem-itests/pom.xml
+++ b/subsystem/subsystem-itests/pom.xml
@@ -38,7 +38,7 @@
</description>
<properties>
- <asm.version>5.0.3</asm.version>
+ <asm.version>5.2</asm.version>
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
<depends-maven-plugin.version>1.5.0</depends-maven-plugin.version>
<easymock.version>5.5.0</easymock.version>
diff --git a/transaction/transaction-itests/pom.xml
b/transaction/transaction-itests/pom.xml
index 15cc352e9..7203a32ce 100644
--- a/transaction/transaction-itests/pom.xml
+++ b/transaction/transaction-itests/pom.xml
@@ -40,7 +40,7 @@
</scm>
<properties>
- <asm.version>5.0.3</asm.version>
+ <asm.version>5.2</asm.version>
<javax.enterprise.cdi-api.version>2.0.SP1</javax.enterprise.cdi-api.version>
<depends-maven-plugin.version>1.5.0</depends-maven-plugin.version>
<geronimo-connector.version>3.1.5</geronimo-connector.version>