Skip to content

3.3.5

Latest

Choose a tag to compare

@petrberan petrberan released this 13 Feb 10:51
· 13 commits to master since this release

Shrinkwrap Resolver - 3.3.5

Full Changelog: 3.3.4...3.3.5

Resolved issues

  • #428 Add test scope to hamcrest dependency by @nlisker
  • #425 Fix shrinkwrap-resolver-bom leaking artifacts NOT produced by this project violating BOM requirements by @rhusar
  • #447 Disable DistributionStageImplTestCase due to intermittent fails by @petrberan

Chores

  • #429 docs(README): added maven 4 configuration note by @lprimak

Component upgrades

  • #431 Bump org.assertj:assertj-core from 3.27.3 to 3.27.7
  • #418 Bump commons-io:commons-io from 2.18.0 to 2.21.0
  • #396 Bump org.codehaus.plexus:plexus-classworlds from 2.8.0 to 2.9.0
  • #414 Bump org.apache.maven.plugins:maven-invoker-plugin from 3.9.0 to 3.9.1
  • #432 Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0
  • #432 Bump eu.maveniverse.maven.mima from 2.4.22 to 2.4.39
  • #432 Bump org.apache.maven:maven from 3.9.9 to 3.9.12
  • #432 Bump org.eclipse.sisu from 0.9.0.M3 to 0.9.0.M4
  • #439 Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0 to 3.6.1
  • #434 Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.1 to 3.15.2
  • #438 Bump org.apache.maven.plugins:maven-resources-plugin from 3.3.1 to 3.4.0
  • #443 Bump commons-codec:commons-codec from 1.18.0 to 1.21.0
  • #446 Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.24 to 1.27
  • #444 Bump org.codehaus.plexus:plexus-compiler-javac from 2.15.0 to 2.16.2

New Contributors