Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-dependency-analyzer for 
openSUSE:Factory checked in at 2026-02-02 14:58:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-dependency-analyzer (Old)
 and      /work/SRC/openSUSE:Factory/.maven-dependency-analyzer.new.1995 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maven-dependency-analyzer"

Mon Feb  2 14:58:47 2026 rev:9 rq:1330384 version:1.17.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/maven-dependency-analyzer/maven-dependency-analyzer.changes
      2025-05-01 15:23:54.708254291 +0200
+++ 
/work/SRC/openSUSE:Factory/.maven-dependency-analyzer.new.1995/maven-dependency-analyzer.changes
    2026-02-02 14:59:00.472189725 +0100
@@ -1,0 +2,27 @@
+Mon Feb  2 09:53:59 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Upgrade to upstream version 1.17.0
+  * New features and improvements
+    + Recognize classes used in web.xml as main classes
+    + Introduced a DependencyClassesProvider service
+  * Maintenance
+    + Update site descriptor to 2.0
+    + Fix badges in README
+    + Exclude slf4j 2.x and mockito 5.x from dependabot
+    + feat: enable prevent branch protection rules
+    + Catch exceptions on all paths
+    + Add Apache 2.0 LICENSE file
+    + Handle corrupt constant pools
+    + Remove redundant code
+    + move default to end
+  * Build
+    + Build on GH also by Maven 4
+  * Dependency updates
+    + Bump org.assertj:assertj-bom from 3.27.3 to 3.27.7
+    + Bump org.apache.maven.shared:maven-shared-components from 44
+      to 47
+    + Bump mavenVersion from 3.9.9 to 3.9.12
+    + Bump org.ow2.asm:asm from 9.8 to 9.9.1
+    + Update Invoker Plugin and Plugin tools to support Java 25
+
+-------------------------------------------------------------------
@@ -15,2 +42 @@
-    + Bump org.assertj:assertj-bom from 3.27.2 to 3.27.3
-    + Bump org.assertj:assertj-bom from 3.26.3 to 3.27.2
+    + Bump org.assertj:assertj-bom from 3.26.3 to 3.27.3

Old:
----
  maven-dependency-analyzer-1.16.0-source-release.zip

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  maven-dependency-analyzer-1.17.0-source-release.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ maven-dependency-analyzer.spec ++++++
--- /var/tmp/diff_new_pack.umT5BT/_old  2026-02-02 14:59:01.496233010 +0100
+++ /var/tmp/diff_new_pack.umT5BT/_new  2026-02-02 14:59:01.500233180 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-dependency-analyzer
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           maven-dependency-analyzer
-Version:        1.16.0
+Version:        1.17.0
 Release:        0
 Summary:        Maven dependency analyzer
 License:        Apache-2.0
@@ -33,6 +33,7 @@
 BuildRequires:  javapackages-local >= 6
 BuildRequires:  maven-lib
 BuildRequires:  objectweb-asm
+BuildRequires:  plexus-xml
 BuildRequires:  sisu-inject
 BuildRequires:  slf4j
 BuildRequires:  unzip
@@ -68,6 +69,7 @@
     maven/maven-model \
     objectweb-asm/asm \
     org.eclipse.sisu.inject \
+    plexus/xml \
     slf4j/api
 
 %{ant} \

++++++ _scmsync.obsinfo ++++++
mtime: 1770027323
commit: 7cbbc4012df9fbaa8ea5079a85fc46d16dfd74cd5214ea7d292fe6ea4073c213
url: https://src.opensuse.org/java-packages/maven-dependency-analyzer.git
revision: 7cbbc4012df9fbaa8ea5079a85fc46d16dfd74cd5214ea7d292fe6ea4073c213
projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-02-02 11:16:01.000000000 +0100
@@ -0,0 +1 @@
+.osc

++++++ maven-dependency-analyzer-1.16.0-source-release.zip -> 
maven-dependency-analyzer-1.17.0-source-release.zip ++++++
++++ 1851 lines of diff (skipped)

++++++ maven-dependency-analyzer-build.xml ++++++
--- /var/tmp/diff_new_pack.umT5BT/_old  2026-02-02 14:59:01.936251608 +0100
+++ /var/tmp/diff_new_pack.umT5BT/_new  2026-02-02 14:59:01.940251778 +0100
@@ -8,7 +8,7 @@
 
   <property file="build.properties"/>
 
-  <property name="project.version" value="1.16.0"/>
+  <property name="project.version" value="1.17.0"/>
   <property name="project.groupId" value="org.apache.maven.shared"/>
   <property name="project.artifactId" value="maven-dependency-analyzer"/>
   <property name="project.name" value="Apache Maven Dependency Analyzer"/>

Reply via email to