entur / gbfs-validator-java

European Union Public License 1.2
2 stars 1 forks source link

chore(deps): update all non-major dependencies #50

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.codehaus.mojo:versions-maven-plugin (source) 2.16.0 -> 2.16.1 age adoption passing confidence
org.jacoco:jacoco-maven-plugin (source) 0.8.10 -> 0.8.11 age adoption passing confidence
com.github.erosb:everit-json-schema 1.14.2 -> 1.14.3 age adoption passing confidence

Release Notes

mojohaus/versions (org.codehaus.mojo:versions-maven-plugin) ### [`v2.16.1`](https://togithub.com/mojohaus/versions/releases/tag/2.16.1) [Compare Source](https://togithub.com/mojohaus/versions/compare/2.16.0...2.16.1) #### Changes #### πŸ› Bug Fixes - Resolves [#​978](https://togithub.com/mojohaus/versions/issues/978) - use-releases does not update parent ([#​1007](https://togithub.com/mojohaus/versions/pull/1007)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Correct message if the latest version of parent is used for update-parent ([#​1000](https://togithub.com/mojohaus/versions/pull/1000)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) - Resolves [#​995](https://togithub.com/mojohaus/versions/issues/995): Minimum version required for Versions Maven Plugin should is not the minimum version for the project ([#​996](https://togithub.com/mojohaus/versions/pull/996)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Resolves [#​990](https://togithub.com/mojohaus/versions/issues/990): Check prerequisites if required enforcer Maven version is empty ([#​994](https://togithub.com/mojohaus/versions/pull/994)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Fix links for XSD in report models ([#​992](https://togithub.com/mojohaus/versions/pull/992)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) - Use versions of dummy artifacts in IT assertions ([#​988](https://togithub.com/mojohaus/versions/pull/988)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) - Resolves [#​973](https://togithub.com/mojohaus/versions/issues/973): NPE if actual version is null for a dependency ([#​974](https://togithub.com/mojohaus/versions/pull/974)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) #### πŸ“¦ Dependency updates - Bump org.springframework:spring-framework-bom from 3.2.17.RELEASE to 4.3.30.RELEASE in /versions-maven-plugin/src/it/it-property-updates-report-002-slow ([#​999](https://togithub.com/mojohaus/versions/pull/999)) [@​dependabot](https://togithub.com/dependabot) - Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 ([#​993](https://togithub.com/mojohaus/versions/pull/993)) [@​dependabot](https://togithub.com/dependabot) - Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0 ([#​989](https://togithub.com/mojohaus/versions/pull/989)) [@​dependabot](https://togithub.com/dependabot) - Bump org.junit:junit-bom from 5.9.3 to 5.10.0 ([#​987](https://togithub.com/mojohaus/versions/pull/987)) [@​dependabot](https://togithub.com/dependabot) - Bump mojo-parent from 75 to 76 ([#​986](https://togithub.com/mojohaus/versions/pull/986)) [@​dependabot](https://togithub.com/dependabot) - Bump commons-codec from 1.15 to 1.16.0 ([#​977](https://togithub.com/mojohaus/versions/pull/977)) [@​dependabot](https://togithub.com/dependabot) - Bump commons-io from 2.12.0 to 2.13.0 ([#​972](https://togithub.com/mojohaus/versions/pull/972)) [@​dependabot](https://togithub.com/dependabot) #### πŸ‘» Maintenance - Cleanup pluginManagement from mock artifacts ([#​1008](https://togithub.com/mojohaus/versions/pull/1008)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) - [#​1001](https://togithub.com/mojohaus/versions/issues/1001): added a test case for the issue ([#​1003](https://togithub.com/mojohaus/versions/pull/1003)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk)
jacoco/jacoco (org.jacoco:jacoco-maven-plugin) ### [`v0.8.11`](https://togithub.com/jacoco/jacoco/releases/tag/v0.8.11): 0.8.11 [Compare Source](https://togithub.com/jacoco/jacoco/compare/v0.8.10...v0.8.11) #### New Features - JaCoCo now officially supports Java 21 (GitHub [#​1520](https://togithub.com/jacoco/jacoco/issues/1520)). - Experimental support for Java 22 class files (GitHub [#​1479](https://togithub.com/jacoco/jacoco/issues/1479)). - Part of bytecode generated by the Java compilers for exhaustive switch expressions is filtered out during generation of report (GitHub [#​1472](https://togithub.com/jacoco/jacoco/issues/1472)). - Part of bytecode generated by the Java compilers for record patterns is filtered out during generation of report (GitHub [#​1473](https://togithub.com/jacoco/jacoco/issues/1473)). #### Fixed bugs - Instrumentation should not cause `VerifyError` when the last local variable of method parameters is overridden in the method body to store a value of type long or double (GitHub [#​893](https://togithub.com/jacoco/jacoco/issues/893)). - Restore exec file compatibility with versions from 0.7.5 to 0.8.8 in case of class files with zero line numbers (GitHub [#​1492](https://togithub.com/jacoco/jacoco/issues/1492)). #### Non-functional Changes - jacoco-maven-plugin now requires at least Java 8 (GitHub [#​1466](https://togithub.com/jacoco/jacoco/issues/1466), [#​1468](https://togithub.com/jacoco/jacoco/issues/1468)). - JaCoCo build now requires at least Maven 3.5.4 (GitHub [#​1467](https://togithub.com/jacoco/jacoco/issues/1467)). - Maven 3.9.2 should not produce warnings for jacoco-maven-plugin (GitHub [#​1468](https://togithub.com/jacoco/jacoco/issues/1468)). - JaCoCo build now requires JDK 17 (GitHub [#​1482](https://togithub.com/jacoco/jacoco/issues/1482)). - JaCoCo now depends on ASM 9.6 (GitHub [#​1518](https://togithub.com/jacoco/jacoco/issues/1518)).

Configuration

πŸ“… Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.