dependabot[bot] opened a new pull request, #12630: URL: https://github.com/apache/camel/pull/12630
Bumps [io.smallrye.config:smallrye-config](https://github.com/smallrye/smallrye-config) from 3.4.4 to 3.5.0. <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.5.0</h2> <ul> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1072">#1072</a> Release 3.5.0</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1069">#1069</a> fix: passing the whole property name to the error message</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1066">#1066</a> Bump actions/setup-python from 2 to 5</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1065">#1065</a> Bump actions/setup-java from 1 to 4</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1064">#1064</a> Bump actions/checkout from 2 to 4</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1063">#1063</a> Bump actions/upload-artifact from 2 to 4</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1062">#1062</a> Prevent duplicate profiles</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1061">#1061</a> Generate all mappings binding code</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1060">#1060</a> Mapping defaults to ConfigSourceContext</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1058">#1058</a> Update MicroProfile Config to 3.1</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1055">#1055</a> Bump kotlin.version from 1.9.10 to 1.9.21</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1054">#1054</a> Bump dependency.version.openwebbeans from 4.0.0 to 4.0.1</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1039">#1039</a> Add Java 21 builder</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1034">#1034</a> Consistent programmatic and CDI Map support</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1032">#1032</a> Bump org.eclipse.parsson:parsson from 1.1.4 to 1.1.5</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1030">#1030</a> Bump com.typesafe:config from 1.4.2 to 1.4.3</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1027">#1027</a> Remove references to Property classes from runtime</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1026">#1026</a> Match any file extension from the acceptable list when loading profile locations</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1025">#1025</a> Log loaded ConfigSources</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1024">#1024</a> Bump io.smallrye:smallrye-parent from 41 to 42</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1023">#1023</a> Improve handling of invalid keys</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1022">#1022</a> Move logging & messages to private package</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1020">#1020</a> Remove unused code</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/1015">#1015</a> Bump org.ow2.asm:asm from 9.5 to 9.6</li> <li><a href="https://redirect.github.com/smallrye/smallrye-config/issues/985">#985</a> Bump org.yaml:snakeyaml from 2.1 to 2.2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/smallrye/smallrye-config/commit/f2d7929c720a0bfab85bbb0ced0d2a55bf7c4fb4"><code>f2d7929</code></a> [maven-release-plugin] prepare release 3.5.0</li> <li><a href="https://github.com/smallrye/smallrye-config/commit/dcb7d577b03b8c0f10f19248db2c1541078c3ed9"><code>dcb7d57</code></a> Release 3.5.0 (<a href="https://redirect.github.com/smallrye/smallrye-config/issues/1072">#1072</a>)</li> <li><a href="https://github.com/smallrye/smallrye-config/commit/d473b94b11c197565819d672a3cebbc607a82d3d"><code>d473b94</code></a> Bump actions/upload-artifact from 2 to 4 (<a href="https://redirect.github.com/smallrye/smallrye-config/issues/1063">#1063</a>)</li> <li><a href="https://github.com/smallrye/smallrye-config/commit/51245a1cd50ec50c98c1252519361247c879fd99"><code>51245a1</code></a> Generate all mappings binding code (<a href="https://redirect.github.com/smallrye/smallrye-config/issues/1061">#1061</a>)</li> <li><a href="https://github.com/smallrye/smallrye-config/commit/d71500b2b8fe47f5fa684cdc8d02b7703738d1d8"><code>d71500b</code></a> fix: passing the whole property name to the error message (<a href="https://redirect.github.com/smallrye/smallrye-config/issues/1069">#1069</a>)</li> <li><a href="https://github.com/smallrye/smallrye-config/commit/a43a318ebd28a45cc5d065bb322e0c8daf83e5c2"><code>a43a318</code></a> Bump actions/setup-java from 1 to 4 (<a href="https://redirect.github.com/smallrye/smallrye-config/issues/1065">#1065</a>)</li> <li><a href="https://github.com/smallrye/smallrye-config/commit/6147c84380651a7c95139c4604613ac4dafb3087"><code>6147c84</code></a> Bump actions/setup-python from 2 to 5 (<a href="https://redirect.github.com/smallrye/smallrye-config/issues/1066">#1066</a>)</li> <li><a href="https://github.com/smallrye/smallrye-config/commit/2b4c6e0319fd08c36c6c3d0df5ede9f473676906"><code>2b4c6e0</code></a> Bump actions/checkout from 2 to 4 (<a href="https://redirect.github.com/smallrye/smallrye-config/issues/1064">#1064</a>)</li> <li><a href="https://github.com/smallrye/smallrye-config/commit/8fdb78c3e0eee35aa6d76b85d0a59718ae2de37b"><code>8fdb78c</code></a> Dependabot GitHub actions</li> <li><a href="https://github.com/smallrye/smallrye-config/commit/4da4b0cc5fdc9e88a1f8c9301cc52c6bf9102617"><code>4da4b0c</code></a> Prevent duplicate profiles (<a href="https://redirect.github.com/smallrye/smallrye-config/issues/1062">#1062</a>)</li> <li>Additional commits viewable in <a href="https://github.com/smallrye/smallrye-config/compare/3.4.4...3.5.0">compare view</a></li> </ul> </details> <br /> [](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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org