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 ae6c3b1f7 Bump asm.version from 9.8 to 9.9
ae6c3b1f7 is described below

commit ae6c3b1f7ed348c1a14b7773b7970594bfd990d9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 6 17:18:07 2025 +0000

    Bump asm.version from 9.8 to 9.9
    
    Bumps `asm.version` from 9.8 to 9.9.
    
    Updates `org.ow2.asm:asm` from 9.8 to 9.9
    
    Updates `org.ow2.asm:asm-commons` from 9.8 to 9.9
    
    Updates `org.ow2.asm:asm-tree` from 9.8 to 9.9
    
    Updates `org.ow2.asm:asm-analysis` from 9.8 to 9.9
    
    ---
    updated-dependencies:
    - dependency-name: org.ow2.asm:asm
      dependency-version: '9.9'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.ow2.asm:asm-commons
      dependency-version: '9.9'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.ow2.asm:asm-tree
      dependency-version: '9.9'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.ow2.asm:asm-analysis
      dependency-version: '9.9'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 blueprint/blueprint-bundle/pom.xml        | 2 +-
 blueprint/blueprint-core/pom.xml          | 2 +-
 blueprint/blueprint-repository/pom.xml    | 2 +-
 blueprint/itests/blueprint-itests/pom.xml | 2 +-
 jmx/jmx-itests/pom.xml                    | 2 +-
 jndi/jndi-url-itest/pom.xml               | 2 +-
 proxy/proxy-impl/pom.xml                  | 2 +-
 proxy/proxy-itests/pom.xml                | 2 +-
 samples/pom.xml                           | 2 +-
 spi-fly/pom.xml                           | 2 +-
 versioning/versioning-checker/pom.xml     | 2 +-
 versioning/versioning-plugin/pom.xml      | 2 +-
 web/web-itests/pom.xml                    | 2 +-
 web/web-urlhandler/pom.xml                | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/blueprint/blueprint-bundle/pom.xml 
b/blueprint/blueprint-bundle/pom.xml
index 4c845ba74..746bba7eb 100644
--- a/blueprint/blueprint-bundle/pom.xml
+++ b/blueprint/blueprint-bundle/pom.xml
@@ -103,7 +103,7 @@
         </aries.osgi.failok>
         <lastReleaseVersion>1.1.0</lastReleaseVersion>
 
-        <asm.version>9.8</asm.version>
+        <asm.version>9.9</asm.version>
         <blueprint.api.version>1.0.2-SNAPSHOT</blueprint.api.version>
         <blueprint.cm.version>1.3.3-SNAPSHOT</blueprint.cm.version>
         <blueprint.core.version>1.10.4-SNAPSHOT</blueprint.core.version>
diff --git a/blueprint/blueprint-core/pom.xml b/blueprint/blueprint-core/pom.xml
index c857a1cf2..4b04a29d3 100644
--- a/blueprint/blueprint-core/pom.xml
+++ b/blueprint/blueprint-core/pom.xml
@@ -93,7 +93,7 @@
         </aries.osgi.include.resource>
         <lastReleaseVersion>1.6.0</lastReleaseVersion>
 
-        <asm.version>9.8</asm.version>
+        <asm.version>9.9</asm.version>
         <blueprint.api.version>1.0.2-SNAPSHOT</blueprint.api.version>
         <blueprint.parser.version>1.6.2-SNAPSHOT</blueprint.parser.version>
         <easymock.version>5.6.0</easymock.version>
diff --git a/blueprint/blueprint-repository/pom.xml 
b/blueprint/blueprint-repository/pom.xml
index 72f75a0f3..945a7a66c 100644
--- a/blueprint/blueprint-repository/pom.xml
+++ b/blueprint/blueprint-repository/pom.xml
@@ -35,7 +35,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <local.index.policy>ALLOWED</local.index.policy>
 
-        <asm.version>9.8</asm.version>
+        <asm.version>9.9</asm.version>
         <blueprint.api.version>1.0.2-SNAPSHOT</blueprint.api.version>
         <blueprint.cm.version>1.3.3-SNAPSHOT</blueprint.cm.version>
         <blueprint.core.version>1.10.4-SNAPSHOT</blueprint.core.version>
diff --git a/blueprint/itests/blueprint-itests/pom.xml 
b/blueprint/itests/blueprint-itests/pom.xml
index a023a7813..f9e840cf0 100644
--- a/blueprint/itests/blueprint-itests/pom.xml
+++ b/blueprint/itests/blueprint-itests/pom.xml
@@ -44,7 +44,7 @@
     </scm>
     
     <properties>
-        <asm.version>9.8</asm.version>
+        <asm.version>9.9</asm.version>
         <blueprint.api.version>1.0.2-SNAPSHOT</blueprint.api.version>
         <blueprint.authz.version>1.0.1-SNAPSHOT</blueprint.authz.version>
         <blueprint.cm.version>1.3.3-SNAPSHOT</blueprint.cm.version>
diff --git a/jmx/jmx-itests/pom.xml b/jmx/jmx-itests/pom.xml
index 27062c5a5..c88264153 100644
--- a/jmx/jmx-itests/pom.xml
+++ b/jmx/jmx-itests/pom.xml
@@ -38,7 +38,7 @@
     </description>
 
     <properties>
-        <asm.version>9.8</asm.version>
+        <asm.version>9.9</asm.version>
         <commons-jexl.version>2.1.1</commons-jexl.version>
         <javax.inject.version>1</javax.inject.version>
         
<org.apache.aries.blueprint.jexl.evaluator.version>1.1.1-SNAPSHOT</org.apache.aries.blueprint.jexl.evaluator.version>
diff --git a/jndi/jndi-url-itest/pom.xml b/jndi/jndi-url-itest/pom.xml
index 7bf722012..afce7eb4f 100644
--- a/jndi/jndi-url-itest/pom.xml
+++ b/jndi/jndi-url-itest/pom.xml
@@ -43,7 +43,7 @@
     </scm>
 
     <properties>
-        <asm.version>9.8</asm.version>
+        <asm.version>9.9</asm.version>
         <cm.version>3.2.0-v20070116</cm.version>
         <javax.annotation-api.version>1.3.2</javax.annotation-api.version>
         <jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version>
diff --git a/proxy/proxy-impl/pom.xml b/proxy/proxy-impl/pom.xml
index 762042403..53097cf04 100644
--- a/proxy/proxy-impl/pom.xml
+++ b/proxy/proxy-impl/pom.xml
@@ -65,7 +65,7 @@
         </aries.osgi.private.pkg>
         <lastReleaseVersion>1.1.14</lastReleaseVersion>
 
-        <asm.version>9.8</asm.version>
+        <asm.version>9.9</asm.version>
         <commons-io.version>2.20.0</commons-io.version>
         
<geronimo-j2ee-connector_1.6_spec.version>1.0</geronimo-j2ee-connector_1.6_spec.version>
         <javax.transaction-api.version>1.3</javax.transaction-api.version>
diff --git a/proxy/proxy-itests/pom.xml b/proxy/proxy-itests/pom.xml
index af4d33da7..b0cdec1d6 100644
--- a/proxy/proxy-itests/pom.xml
+++ b/proxy/proxy-itests/pom.xml
@@ -43,7 +43,7 @@
     </scm>
 
     <properties>
-        <asm.version>9.8</asm.version>
+        <asm.version>9.9</asm.version>
         <depends-maven-plugin.version>1.5.0</depends-maven-plugin.version>
         <javax.inject.version>1</javax.inject.version>
         <maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version>
diff --git a/samples/pom.xml b/samples/pom.xml
index 64bfc93fc..808f03e23 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -108,7 +108,7 @@
         <org.apache.felix.main.version>7.0.5</org.apache.felix.main.version>
 
         <!-- Aries bundle dependencies-->
-        <asm.version>9.8</asm.version>
+        <asm.version>9.9</asm.version>
         <javax.annotation-api.version>1.3.2</javax.annotation-api.version>
         <javax.inject.version>1</javax.inject.version>
         <javax.persistence-api.version>2.2</javax.persistence-api.version>
diff --git a/spi-fly/pom.xml b/spi-fly/pom.xml
index 35847daa1..553694c6b 100644
--- a/spi-fly/pom.xml
+++ b/spi-fly/pom.xml
@@ -51,7 +51,7 @@
         <java.source.version>8</java.source.version>
 
         <apache-rat-plugin.version>0.16.1</apache-rat-plugin.version>
-        <asm.version>9.8</asm.version>
+        <asm.version>9.9</asm.version>
         <assertj.version>3.27.6</assertj.version>
         <bnd.version>6.4.1</bnd.version>
         <bnd-maven-plugins.version>6.4.0</bnd-maven-plugins.version>
diff --git a/versioning/versioning-checker/pom.xml 
b/versioning/versioning-checker/pom.xml
index 940a334c6..f93e5d3d2 100644
--- a/versioning/versioning-checker/pom.xml
+++ b/versioning/versioning-checker/pom.xml
@@ -59,7 +59,7 @@
         <lastReleaseVersion>0.2.0</lastReleaseVersion>
         <aries.skip.version.check>true</aries.skip.version.check>
 
-        <asm.version>9.8</asm.version>
+        <asm.version>9.9</asm.version>
         <maven-release-plugin.version>3.1.1</maven-release-plugin.version>
         
<org.apache.aries.testsupport.unit.version>1.0.0</org.apache.aries.testsupport.unit.version>
         <org.apache.aries.util.version>1.1.0</org.apache.aries.util.version>
diff --git a/versioning/versioning-plugin/pom.xml 
b/versioning/versioning-plugin/pom.xml
index bc31e97a4..0a23b7600 100644
--- a/versioning/versioning-plugin/pom.xml
+++ b/versioning/versioning-plugin/pom.xml
@@ -41,7 +41,7 @@
     </scm>
 
     <properties>
-        <asm.version>9.8</asm.version>
+        <asm.version>9.9</asm.version>
         <javax.inject.version>1</javax.inject.version>
         <maven-artifact-resolver.version>1.0</maven-artifact-resolver.version>
         
<maven-common-artifact-filters.version>3.4.0</maven-common-artifact-filters.version>
diff --git a/web/web-itests/pom.xml b/web/web-itests/pom.xml
index f2ed69eef..43b19f562 100644
--- a/web/web-itests/pom.xml
+++ b/web/web-itests/pom.xml
@@ -43,7 +43,7 @@
     <properties>
         <aries.skip.version.check>true</aries.skip.version.check>
 
-        <asm.version>9.8</asm.version>
+        <asm.version>9.9</asm.version>
         <depends-maven-plugin.version>1.5.0</depends-maven-plugin.version>
         
<org.apache.aries.testsupport.unit.version>2.0.0-SNAPSHOT</org.apache.aries.testsupport.unit.version>
         
<org.apache.aries.util.version>2.0.0-SNAPSHOT</org.apache.aries.util.version>
diff --git a/web/web-urlhandler/pom.xml b/web/web-urlhandler/pom.xml
index 797c08055..8e3ebba3a 100644
--- a/web/web-urlhandler/pom.xml
+++ b/web/web-urlhandler/pom.xml
@@ -57,7 +57,7 @@
         <lastReleaseVersion>1.0.0</lastReleaseVersion>
         
<org.apache.aries.versioning.plugin.version>0.3.2-SNAPSHOT</org.apache.aries.versioning.plugin.version>
 
-        <asm.version>9.8</asm.version>
+        <asm.version>9.9</asm.version>
     </properties>
 
     <dependencies>

Reply via email to