Skip to content

Commit f6c11bb

Browse files
authored
Bump org.apache.maven:maven-parent from 44 to 45 (#1499)
Bumps [org.apache.maven:maven-parent](https://github.com/apache/maven-parent) from 44 to 45. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-parent/releases">org.apache.maven:maven-parent's releases</a>.</em></p> <blockquote> <h2>45</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li>Use a standard tag template for releases (<a href="https://redirect.github.com/apache/maven-parent/pull/468">#468</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Use spotless / palantirJavaFormat - 2.56.0 for all JDKs (<a href="https://redirect.github.com/apache/maven-parent/pull/477">#477</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>Use spotless on JDK 11 - 24 only (<a href="https://redirect.github.com/apache/maven-parent/pull/479">#479</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Add sparsick as committer (<a href="https://redirect.github.com/apache/maven-parent/pull/478">#478</a>) <a href="https://github.com/sparsick"><code>@​sparsick</code></a></li> <li>move Igor to emeritus as requested (<a href="https://redirect.github.com/apache/maven-parent/pull/465">#465</a>) <a href="https://github.com/hboutemy"><code>@​hboutemy</code></a></li> </ul> <h2>🔧 Build</h2> <ul> <li>Allow manually executing release-drafter (<a href="https://redirect.github.com/apache/maven-parent/pull/480">#480</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump parent to 35 (<a href="https://redirect.github.com/apache/maven-parent/pull/475">#475</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Bump org.junit:junit-bom from 5.13.0 to 5.13.1 (<a href="https://redirect.github.com/apache/maven-parent/pull/474">#474</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.modello:modello-maven-plugin from 2.4.0 to 2.5.1 (<a href="https://redirect.github.com/apache/maven-parent/pull/473">#473</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.3 to 2.44.5 (<a href="https://redirect.github.com/apache/maven-parent/pull/471">#471</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.junit:junit-bom from 5.12.2 to 5.13.0 (<a href="https://redirect.github.com/apache/maven-parent/pull/472">#472</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump version.sisu-maven-plugin from 0.9.0.M3 to 0.9.0.M4 (<a href="https://redirect.github.com/apache/maven-parent/pull/469">#469</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.junit:junit-bom from 5.12.1 to 5.12.2 (<a href="https://redirect.github.com/apache/maven-parent/pull/466">#466</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.mojo:extra-enforcer-rules from 1.9.0 to 1.10.0 (<a href="https://redirect.github.com/apache/maven-parent/pull/462">#462</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/apache/maven-parent/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven:maven-parent&package-manager=maven&previous-version=44&new-version=45)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent c850082 commit f6c11bb

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

maven-resolver-tools/src/main/java/org/eclipse/aether/tools/CollectConfiguration.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ public void visitEnd() {
200200
source = switch (source) {
201201
case "model" -> "Model properties";
202202
case "user_properties" -> "User properties";
203-
default -> source;};
203+
default -> source;
204+
};
204205
String type = (values.get("type") != null
205206
? (String) values.get("type")
206207
: "java.lang.String");

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven</groupId>
2525
<artifactId>maven-parent</artifactId>
26-
<version>44</version>
26+
<version>45</version>
2727
<relativePath />
2828
</parent>
2929

@@ -109,9 +109,6 @@
109109
<testcontainersVersion>1.21.2</testcontainersVersion>
110110
<bouncycastleVersion>1.81</bouncycastleVersion>
111111

112-
<!-- Remove when parent updates -->
113-
<versions.junit5>5.12.1</versions.junit5>
114-
115112
<!-- Used by Jetty Transport (client) and Test HTTP (server) -->
116113
<jettyVersion>10.0.25</jettyVersion>
117114
<!-- used by supplier and demo only -->

0 commit comments

Comments
 (0)