8
0

9 Commits

Author SHA256 Message Date
70c70e64ef Accepting request 1273819 from Java:packages
1.16.0

OBS-URL: https://build.opensuse.org/request/show/1273819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-dependency-analyzer?expand=0&rev=8
2025-05-01 13:23:41 +00:00
885a58fd68 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-dependency-analyzer?expand=0&rev=19 2025-05-01 08:14:23 +00:00
4e85ae81b9 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-dependency-analyzer?expand=0&rev=18 2025-04-19 04:55:21 +00:00
7fd3cb9d2b Accepting request 1219108 from Java:packages
1.15.1

OBS-URL: https://build.opensuse.org/request/show/1219108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-dependency-analyzer?expand=0&rev=7
2024-10-30 16:35:04 +00:00
040096e12c OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-dependency-analyzer?expand=0&rev=16 2024-10-29 17:28:45 +00:00
32d2f02fc5 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-dependency-analyzer?expand=0&rev=15 2024-10-27 10:53:43 +00:00
61f53d7309 Accepting request 1208222 from Java:packages
1.15.0

OBS-URL: https://build.opensuse.org/request/show/1208222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-dependency-analyzer?expand=0&rev=6
2024-10-16 21:47:09 +00:00
a1da13b48f OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-dependency-analyzer?expand=0&rev=13 2024-10-15 19:14:30 +00:00
a4bd237fe2 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-dependency-analyzer?expand=0&rev=12 2024-10-08 07:57:00 +00:00
5 changed files with 60 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27c67ec8f81bd3bdb860f4a15d9cf785de01fef655d22f9b55d379a70408ed3d
size 186825

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0555ff2e61dd2312fa70557ac2e9fc1498d193e3849ab0ce0922e2e03656a20d
size 209667

View File

@@ -8,7 +8,7 @@
<property file="build.properties"/>
<property name="project.version" value="1.13.2"/>
<property name="project.version" value="1.16.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"/>

View File

@@ -1,3 +1,57 @@
-------------------------------------------------------------------
Sat Apr 19 04:52:14 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 1.16.0
* New features and improvements
+ Enable GitHub Issues
* Bug Fixes
+ MSHARED-47: Don't flag xml-apis:xml-apis as undeclared
* Maintenance
+ Remove unneeded suppression
* Dependency updates
+ Bump org.apache.maven.shared:maven-shared-components from 43
to 44
+ Bump org.ow2.asm:asm from 9.7.1 to 9.8
+ 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
-------------------------------------------------------------------
Tue Oct 29 17:25:56 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 1.15.1
* Dependency upgrade
+ MSHARED-1432: Bump org.ow2.asm:asm from 9.7 to 9.7.1
-------------------------------------------------------------------
Tue Oct 15 19:07:06 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 1.15.0
* Changes:
+ MSHARED-1248: update commons-io to 2.13.0
+ MSHARED-1248: maven-dependency-analyzer should log instead of
failing
+ remove unused variable
+ MSHARED-1347: Include invoke dynamic bootstrap types in
analysis
+ MSHARED-1356: Upgrade Parent to 41
+ Use new property for maven-plugin-tools version
+ MSHARED-1372: Bump org.ow2.asm:asm from 9.6 to 9.7
+ MSHARED-1272: Bump commons-io:commons-io from 2.16.0 to 2.16.1
+ MSHARED-1356: Bump
org.apache.maven.shared:maven-shared-components from 41 to 42
+ MSHARED-1395: Remove dependency on commons-io
+ MSHARED-1393: Allow to exclude classes from verification
+ MSHARED-1394: Upgrade Maven core dependencies to the latest
and mark as provided
+ MSHARED-1398: Fix StringIndexOutOfBoundsException in dynamic
bootstrap types
+ MSHARED-1407: Track dependency usage by referencing classes
+ MSHARED-1410: Track used declared dependency usage by
referencing classes
+ MSHARED-1428: Bump
org.apache.maven.shared:maven-shared-components from 42 to 43
+ MSHARED-1429: Bump mavenVersion from 3.9.6 to 3.9.9
-------------------------------------------------------------------
Wed Sep 27 10:34:26 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package maven-dependency-analyzer
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# 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.13.2
Version: 1.16.0
Release: 0
Summary: Maven dependency analyzer
License: Apache-2.0