-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat(maven): migrate to maven 4 #4455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…ne to org.wiremock:wiremock-standalone
erikpetzold
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for now the changes look ok to me, but we are not planning to merge this (maven 4 is not even released)
so it will stay in the branch as an experiment/preparation and should be updated from time to time
…en-4-part-2 # By renovate[bot] (178) and others # Via GitHub * origin/master: (208 commits) fix: rendering html in different components (#4842) feat: implementation for mattermost notifier (#4821) chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.5.0 (#4841) chore(deps): update dependency msw to v2.12.2 (#4840) chore(deps): update dependency org.wiremock:wiremock-standalone to v3.13.2 (#4839) chore(deps): update dependency vitest to v4.0.9 (#4837) Deprecations Cleanup (#4836) chore(deps): update dependency storybook-vue3-router to v7 (#4834) fix(deps): update dependency node-html-markdown to v2 (#4835) chore(deps): update dependency org.eclipse.jetty:jetty-alpn-server to v12.1.4 (#4833) chore(deps): update dependency js-yaml to v4.1.1 (#4832) chore(deps): update dependency jsdom to v27.2.0 (#4829) chore(deps): update node.js to v24.11.1 (#4828) chore(deps): update dependency com.puppycrawl.tools:checkstyle to v12.1.2 (#4826) chore(deps): update storybook monorepo to v10.0.7 (#4827) chore(deps): update dependency org.graalvm.buildtools:native-maven-plugin to v0.11.3 (#4825) chore(deps): update dependency sass to v1.94.0 (#4824) chore(deps): update dependency autoprefixer to v10.4.22 (#4822) chore(deps): update typescript-eslint monorepo to v8.46.4 (#4823) chore(deps): update dependency esbuild to v0.27.0 (#4819) ... # Conflicts: # pom.xml
…en-4-part-2 * origin/master: fix(deps): update dependency org.jolokia:jolokia-support-spring to v2.4.2 (#4849) chore(deps): update typescript-eslint monorepo to v8.47.0 (#4850) chore(deps): update dependency glob to v11.1.0 [security] (#4847) chore(deps): update dependency sass to v1.94.1 (#4848) chore(deps): update storybook monorepo to v10.0.8 (#4846) chore(deps): update dependency vitest to v4.0.10 (#4845) fix: improve UI style consistency across button components and templates (#4844) fix: enhance metadata parsing with LAX mode for conflict resolution (#4843)
| <node.version>v22.12.0</node.version> | ||
|
|
||
| <require.maven.version>3.9</require.maven.version> | ||
| <require.maven.version>[4.0.0-rc-4,)</require.maven.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The required version can be 4.0.0-rc-5
Note: To fix sbom generation problem the imported poms versions are hardcoded for spring-boot-dependencies and spring-cloud-dependencies.