langchain4j/.mvn
renovate[bot] 55a281aaf7
chore(deps): update dependency maven to v3.9.15 (#4548)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [maven](https://maven.apache.org/)
([source](https://redirect.github.com/apache/maven)) | `3.9.11` →
`3.9.15` |
![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.maven:apache-maven/3.9.15?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.maven:apache-maven/3.9.11/3.9.15?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/2069) for more information.

---

### Release Notes

<details>
<summary>apache/maven (maven)</summary>

###
[`v3.9.15`](https://redirect.github.com/apache/maven/compare/maven-3.9.14...maven-3.9.15)

[Compare
Source](https://redirect.github.com/apache/maven/compare/maven-3.9.14...maven-3.9.15)

###
[`v3.9.14`](https://redirect.github.com/apache/maven/compare/maven-3.9.13...maven-3.9.14)

[Compare
Source](https://redirect.github.com/apache/maven/compare/maven-3.9.13...maven-3.9.14)

###
[`v3.9.13`](https://redirect.github.com/apache/maven/compare/maven-3.9.12...maven-3.9.13)

[Compare
Source](https://redirect.github.com/apache/maven/compare/maven-3.9.12...maven-3.9.13)

###
[`v3.9.12`](https://redirect.github.com/apache/maven/releases/tag/maven-3.9.12):
3.9.12

[Compare
Source](https://redirect.github.com/apache/maven/compare/maven-3.9.11...maven-3.9.12)

<!-- Optional: add a release summary here -->

#### 🚀 New features and improvements

- \[3.9.x] Apply resolver changes and improvements
([#&#8203;11536](https://redirect.github.com/apache/maven/pull/11536))
[@&#8203;cstamas](https://redirect.github.com/cstamas)
- Update formatting of prerequisites-requirements error to improve
readability
([#&#8203;11523](https://redirect.github.com/apache/maven/pull/11523))
[@&#8203;slawekjaranowski](https://redirect.github.com/slawekjaranowski)
- Allow a Maven plugin to require a Java version
([#&#8203;11479](https://redirect.github.com/apache/maven/pull/11479))
[@&#8203;slawekjaranowski](https://redirect.github.com/slawekjaranowski)
- Use MavenRepositorySystem in ProjectBuildingHelper instead of
deprecated RepositorySystem
([#&#8203;11358](https://redirect.github.com/apache/maven/pull/11358))
[@&#8203;slawekjaranowski](https://redirect.github.com/slawekjaranowski)
- Make maven.config use UTF8
([#&#8203;11264](https://redirect.github.com/apache/maven/pull/11264))
[@&#8203;cstamas](https://redirect.github.com/cstamas)
- Simplify prefix resolution
([#&#8203;11197](https://redirect.github.com/apache/maven/pull/11197))
[@&#8203;slawekjaranowski](https://redirect.github.com/slawekjaranowski)

#### 🐛 Bug Fixes

- Add default implementation for new method in MavenPluginManager
([#&#8203;11522](https://redirect.github.com/apache/maven/pull/11522))
[@&#8203;slawekjaranowski](https://redirect.github.com/slawekjaranowski)
- Repository layout should be used in MavenRepositorySystem
([#&#8203;11495](https://redirect.github.com/apache/maven/pull/11495))
[@&#8203;slawekjaranowski](https://redirect.github.com/slawekjaranowski)
- Fix plugin prefix resolution when metadata is not available from
repository
([#&#8203;11290](https://redirect.github.com/apache/maven/pull/11290))
[@&#8203;slawekjaranowski](https://redirect.github.com/slawekjaranowski)
- Improve source root modification warning message
([#&#8203;11105](https://redirect.github.com/apache/maven/pull/11105))
[@&#8203;gnodet](https://redirect.github.com/gnodet)
- Bug: bad cache isolation between two sessions
([#&#8203;11082](https://redirect.github.com/apache/maven/pull/11082))
[@&#8203;cstamas](https://redirect.github.com/cstamas)
- Set Guice class loading to CHILD - avoid using terminally deprecated
methods
([#&#8203;11003](https://redirect.github.com/apache/maven/pull/11003))
[@&#8203;slawekjaranowski](https://redirect.github.com/slawekjaranowski)
- Avoid parsing MAVEN\_OPTS (3.9.x)
([#&#8203;10969](https://redirect.github.com/apache/maven/pull/10969))
[@&#8203;BobVul](https://redirect.github.com/BobVul)

#### 📝 Documentation updates

- clarify repository vs deployment repository
([#&#8203;11492](https://redirect.github.com/apache/maven/pull/11492))
[@&#8203;hboutemy](https://redirect.github.com/hboutemy)
- add maintained branches
([#&#8203;11448](https://redirect.github.com/apache/maven/pull/11448))
[@&#8203;hboutemy](https://redirect.github.com/hboutemy)

#### 👻 Maintenance

- Add IntelliJ icon
([#&#8203;11408](https://redirect.github.com/apache/maven/pull/11408))
[@&#8203;Bukama](https://redirect.github.com/Bukama)
- Build by JDK 25
([#&#8203;11187](https://redirect.github.com/apache/maven/pull/11187))
[@&#8203;slawekjaranowski](https://redirect.github.com/slawekjaranowski)
- Deprecate org.apache.maven.repository.RepositorySystem in 3.9.x
([#&#8203;11096](https://redirect.github.com/apache/maven/pull/11096))
[@&#8203;slawekjaranowski](https://redirect.github.com/slawekjaranowski)

#### 🔧 Build

- Bump actions/download-artifact from 5.0.0 to 6.0.0
([#&#8203;11335](https://redirect.github.com/apache/maven/pull/11335))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump actions/upload-artifact from 4.6.2 to 5.0.0
([#&#8203;11336](https://redirect.github.com/apache/maven/pull/11336))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)

#### 📦 Dependency updates

- Bump actions/cache from 4.3.0 to 5.0.0
([#&#8203;11542](https://redirect.github.com/apache/maven/pull/11542))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump resolverVersion from 1.9.24 to 1.9.25
([#&#8203;11533](https://redirect.github.com/apache/maven/pull/11533))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump actions/checkout from 6.0.0 to 6.0.1
([#&#8203;11512](https://redirect.github.com/apache/maven/pull/11512))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump actions/setup-java from 5.0.0 to 5.1.0
([#&#8203;11519](https://redirect.github.com/apache/maven/pull/11519))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump actions/checkout from 5.0.1 to 6.0.0
([#&#8203;11476](https://redirect.github.com/apache/maven/pull/11476))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump actions/checkout from 5.0.0 to 5.0.1
([#&#8203;11458](https://redirect.github.com/apache/maven/pull/11458))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump commons-cli:commons-cli from 1.10.0 to 1.11.0
([#&#8203;11438](https://redirect.github.com/apache/maven/pull/11438))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29
([#&#8203;11416](https://redirect.github.com/apache/maven/pull/11416))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump commons-io:commons-io from 2.20.0 to 2.21.0
([#&#8203;11417](https://redirect.github.com/apache/maven/pull/11417))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump xmlunitVersion from 2.10.4 to 2.11.0
([#&#8203;11331](https://redirect.github.com/apache/maven/pull/11331))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.24 to 1.26
([#&#8203;11231](https://redirect.github.com/apache/maven/pull/11231))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump org.ow2.asm:asm from 9.8 to 9.9
([#&#8203;11203](https://redirect.github.com/apache/maven/pull/11203))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump actions/cache from 4.2.4 to 4.3.0
([#&#8203;11172](https://redirect.github.com/apache/maven/pull/11172))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump com.google.guava:guava from 33.4.8-jre to 33.5.0-jre
([#&#8203;11143](https://redirect.github.com/apache/maven/pull/11143))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump xmlunitVersion from 2.10.3 to 2.10.4
([#&#8203;11121](https://redirect.github.com/apache/maven/pull/11121))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump actions/cache from 4.2.3 to 4.2.4
([#&#8203;11032](https://redirect.github.com/apache/maven/pull/11032))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump commons-cli:commons-cli from 1.9.0 to 1.10.0
([#&#8203;11018](https://redirect.github.com/apache/maven/pull/11018))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump commons-io:commons-io from 2.19.0 to 2.20.0
([#&#8203;10966](https://redirect.github.com/apache/maven/pull/10966))
@&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

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

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/langchain4j/langchain4j).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMTU5LjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-12 16:44:18 +02:00
..
wrapper chore(deps): update dependency maven to v3.9.15 (#4548) 2026-05-12 16:44:18 +02:00
jvm.config #1897 Add Kotlin dependencies, plugins, and extensions (#2197) 2024-11-28 11:53:15 +01:00
maven.config CI: added Maven HTTP retry configuration for CI stability 2026-01-08 16:11:48 +01:00