dependabot[bot] opened a new pull request, #16783:
URL: https://github.com/apache/camel/pull/16783

   Bumps 
[io.smallrye.config:smallrye-config](https://github.com/smallrye/smallrye-config)
 from 3.10.2 to 3.11.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/smallrye/smallrye-config/releases";>io.smallrye.config:smallrye-config's
 releases</a>.</em></p>
   <blockquote>
   <h2>3.11.1</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1290";>#1290</a>
 Release 3.11.1</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1289";>#1289</a>
 Proper priority comparator for SmallRyeConfigBuilderCustomizer</li>
   </ul>
   <h2>3.11.0</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1288";>#1288</a>
 Release 3.11.0</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1287";>#1287</a>
 Move to Java 17</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1286";>#1286</a>
 Use static method to create object for leaf properties</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1285";>#1285</a>
 Add an equals by region to PropertyName</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1284";>#1284</a>
 Builtin Converters for <code>File</code> and <code>URI</code></li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1283";>#1283</a>
 Avoid new HashSet allocation if there are no secrets</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1282";>#1282</a>
 Cache the profile converter in ProfileConfigSourceInterceptor</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1281";>#1281</a>
 Cache hashCode of PropertyName</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1280";>#1280</a>
 Use <code>Map.forEach</code> for iterating over values</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1279";>#1279</a>
 Avoid using lambda in PropertiesConfigSource</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1275";>#1275</a>
 Use <code>invokeExact</code> when creating a ConfigMapping object</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1274";>#1274</a>
 Replace streams with for loop in customizers handling</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1273";>#1273</a>
 Generate properties names with defaults in mapping class</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1272";>#1272</a>
 fix: avoid out of range error with long profile names</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1271";>#1271</a>
 Bump dependency.version.openwebbeans from 4.0.2 to 4.0.3</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1270";>#1270</a>
 check duplicate keys</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1268";>#1268</a>
 Source names as constants</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1267";>#1267</a>
 Match most specific mapping prefix when matching environment variables</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1266";>#1266</a>
 Use config ordinal to determine which config style to use when populating 
list, between comma-separated and indexed</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1265";>#1265</a>
 Bump io.smallrye.common:smallrye-common-bom from 2.8.0 to 2.9.0</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1264";>#1264</a>
 Validate mappings on creation instead of on lookup</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1263";>#1263</a>
 Improve reportUnknown allocations</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1262";>#1262</a>
 Public getter for ConfigValue#problems</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1261";>#1261</a>
 Remove deprecated providers</li>
   <li><a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1260";>#1260</a>
 Remove deprecated ConfigMappings#mappedProperties</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/smallrye/smallrye-config/commit/f84c084a3a8661134c23ffa4fceb8bb56bbbcb4d";><code>f84c084</code></a>
 [maven-release-plugin] prepare release 3.11.1</li>
   <li><a 
href="https://github.com/smallrye/smallrye-config/commit/02ddcd4668781e16daaa0301f583a236c1d4854d";><code>02ddcd4</code></a>
 Release 3.11.1 (<a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1290";>#1290</a>)</li>
   <li><a 
href="https://github.com/smallrye/smallrye-config/commit/fc6de876aa05fda8148fb6760c2c876ba047ec2e";><code>fc6de87</code></a>
 Proper priority comparator for SmallRyeConfigBuilderCustomizer (<a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1289";>#1289</a>)</li>
   <li><a 
href="https://github.com/smallrye/smallrye-config/commit/d0a447b91837f672111deab0280c9712212f4464";><code>d0a447b</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/smallrye/smallrye-config/commit/f35008dbfc96dffbc016d5b7eb6ae5a7d12df66c";><code>f35008d</code></a>
 [maven-release-plugin] prepare release 3.11.0</li>
   <li><a 
href="https://github.com/smallrye/smallrye-config/commit/c08dec823c66ee2ee4c7c2d82a2447a174105ae9";><code>c08dec8</code></a>
 Release 3.11.0 (<a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1288";>#1288</a>)</li>
   <li><a 
href="https://github.com/smallrye/smallrye-config/commit/2e4d51a8a00f68e21cb6d6ff8f2570b853ef433d";><code>2e4d51a</code></a>
 Converters - Add some shortcuts for JDK classes (<a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1284";>#1284</a>)</li>
   <li><a 
href="https://github.com/smallrye/smallrye-config/commit/cd2e20d8da93781c6604391ef1cdfcd97ceef7b5";><code>cd2e20d</code></a>
 Use static method to create object for leaf properties (<a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1286";>#1286</a>)</li>
   <li><a 
href="https://github.com/smallrye/smallrye-config/commit/9526bf94c4f14580b54f2ae60ed7594d66cf211e";><code>9526bf9</code></a>
 Update Build Badge</li>
   <li><a 
href="https://github.com/smallrye/smallrye-config/commit/c6be99137d04350c51f57bf0144bed6193cc922f";><code>c6be991</code></a>
 Bump io.smallrye.common:smallrye-common-bom from 2.8.0 to 2.9.0 (<a 
href="https://redirect.github.com/smallrye/smallrye-config/issues/1265";>#1265</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/smallrye/smallrye-config/compare/3.10.2...3.11.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.smallrye.config:smallrye-config&package-manager=maven&previous-version=3.10.2&new-version=3.11.1)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to