it-at-m / refarch

Collection of different ready to use reference architecture (RefArch) components developed by it@M.
https://opensource.muenchen.de/in-house-development.html
MIT License
2 stars 2 forks source link

fix(deps): update dependency commons-io:commons-io to v2.17.0 #192

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
commons-io:commons-io (source) 2.16.1 -> 2.17.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

devtobi commented 1 week ago

@simonhir Can you take a look to why the tests fail now? I checked the release notes and some APIs were deprecated. However we don't use any of those actively inside our code. So I don't really know what the purpose of this problem could be.

devtobi commented 1 week ago

There are some strange logs about duplicate JUnit configurations. Maybe that could be the cause?

Okt. 02, 2024 1:48:41 PM org.junit.platform.launcher.core.LauncherConfigurationParameters loadClasspathResource
WARNUNG: Discovered 2 'junit-platform.properties' configuration files in the classpath; only the first will be used.
Okt. 02, 2024 1:48:41 PM org.junit.platform.launcher.core.LauncherConfigurationParameters loadClasspathResource
WARNUNG: Discovered 2 'junit-platform.properties' configuration files in the classpath; only the first will be used.
Okt. 02, 2024 1:48:41 PM org.junit.platform.launcher.core.LauncherConfigurationParameters loadClasspathResource
WARNUNG: Discovered 2 'junit-platform.properties' configuration files in the classpath; only the first will be used.
Okt. 02, 2024 1:48:41 PM org.junit.platform.launcher.core.LauncherConfigurationParameters loadClasspathResource
WARNUNG: Discovered 2 'junit-platform.properties' configuration files in the classpath; only the first will be used.
devtobi commented 1 week ago

It works now, might have been a problem of Renovatebot updating the branches.