dependabot[bot] opened a new pull request, #309:
URL: https://github.com/apache/directory-scimple/pull/309

   Bumps `version.spring-boot` from 3.0.6 to 3.1.0.
   Updates `spring-boot-maven-plugin` from 3.0.6 to 3.1.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-boot/releases";>spring-boot-maven-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.1.0</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Result from SpringApplication.from(...) may need to provide access to 
more details in the future <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35451";>#35451</a></li>
   <li>Ensure that Flyway uses SLF4J by default and provide a configuration 
property to override the setting <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35158";>#35158</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Welcome page may return a 404 when an acceptable response cannot be 
produced <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35554";>#35554</a></li>
   <li>Docker compose dependency causes failures during Maven AOT processing <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35548";>#35548</a></li>
   <li>Defining a zipkin2.reporter.Reporter results in two reporter beans as 
the auto-configured AsyncReporter does not back off <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35546";>#35546</a></li>
   <li>Docker compose service readiness checks cannot be bypassed <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35545";>#35545</a></li>
   <li>Many spring.security.oauth2.authorizationserver properties do not have 
default values <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/35460";>#35460</a></li>
   <li>Default for spring.flway.execute-in-transaction is not aligned with 
Flyway's default <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/35447";>#35447</a></li>
   <li>developmentOnly dependencies are included in the AOT processing 
classpath <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35444";>#35444</a></li>
   <li>Restarts are slow when using spring-boot-devtools and 
spring-boot-docker-compose <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35435";>#35435</a></li>
   <li>Hibernate 6.2 doesn't work in native-image: No available JtaPlatform 
candidates <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35425";>#35425</a></li>
   <li>In a native image, configuration property binding fails when the target 
has package-private getters and setters <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35400";>#35400</a></li>
   <li>Invalid reference format error when tagging images using Podman <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35396";>#35396</a></li>
   <li>App startup fails with confusing message when a Docker Compose file is 
not found <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35383";>#35383</a></li>
   <li>WebClient auto-configuration tries to use 
HttpComponentsClientHttpConnector when all required classes are not present <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35381";>#35381</a></li>
   <li>MinIdle and MaxValidationTime properties missing for R2DBC pools <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35379";>#35379</a></li>
   <li>spring.data.mongodb.replica-set-name is not applied correctly <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/35370";>#35370</a></li>
   <li>Anonymous requests to the token endpoint are redirected to the Spring 
Security login page instead of receiving a 401 response <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/35368";>#35368</a></li>
   <li>Application yaml files cannot be loaded when they exceed 3mb <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35367";>#35367</a></li>
   <li>Can't use PEM encoded PKCS#8 EC keys with 
server.ssl.certificate-private-key <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35365";>#35365</a></li>
   <li>DisableObservabilityContextCustomizer can't be switched off through 
properties <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35360";>#35360</a></li>
   <li><code>FactoryBean.getObject</code> for non-singleton executed when 
resetting mocks <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35330";>#35330</a></li>
   <li>Tracking of artifact dependency coordinates by BootJar and BootWar may 
break artifact transforms in sub-projects <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35328";>#35328</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Javadoc since version for ImageReference is wrong <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/35459";>#35459</a></li>
   <li>Polish formatting of permitAll() endpoint security Kotlin example <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35457";>#35457</a></li>
   <li>Improve Kotlin Testcontainers samples <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/35446";>#35446</a></li>
   <li>Improve documentation for including Docker Compose support <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35384";>#35384</a></li>
   <li>Wrong anchors in Maven plugin documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35373";>#35373</a></li>
   <li>Fix typo <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/35369";>#35369</a></li>
   <li>Formatting issue in the Maven plugin documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35349";>#35349</a></li>
   <li>Clarify profile support when using AOT <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35321";>#35321</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Couchbase Client 3.4.6 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35350";>#35350</a></li>
   <li>Upgrade to Groovy 4.0.12 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35351";>#35351</a></li>
   <li>Upgrade to jOOQ 3.18.4 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35431";>#35431</a></li>
   <li>Upgrade to Micrometer 1.11.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35305";>#35305</a></li>
   <li>Upgrade to Micrometer Tracing 1.1.1 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35421";>#35421</a></li>
   <li>Upgrade to Native Build Tools Plugin 0.9.22 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35407";>#35407</a></li>
   <li>Upgrade to Neo4j Java Driver 5.8.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35352";>#35352</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/0fc23d24912c698608a5ca02fdadbae60cee9a74";><code>0fc23d2</code></a>
 Release v3.1.0</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/1ec78e54370b1445d1a6d89a066c881cd539cc2e";><code>1ec78e5</code></a>
 Add devtools and docker-compose to test maven repository</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/0af455f29bfb0fc62ddad6da7970f9b60f9fc04f";><code>0af455f</code></a>
 Set LATEST_GA in CI pipeline to true</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/b20467281b07513e2be50cb6f7e168124df4a103";><code>b204672</code></a>
 Merge branch '3.0.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/f0ed2a8e4ce978cd2b88a8a752c1c587a67d8f73";><code>f0ed2a8</code></a>
 Set LATEST_GA to false in CI pipeline</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/5eae7652b483e4dead091e379a76ae5f61b4fa1a";><code>5eae765</code></a>
 Merge branch '3.0.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/f5703778cacd5e9739c0e6d770745f923de5c690";><code>f570377</code></a>
 Merge branch '2.7.x' into 3.0.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/701ea30b3a74a9612ea019fc680c00d35796eaaa";><code>701ea30</code></a>
 Merge branch '2.6.x' into 2.7.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/15d95ed5a03e34cbf466d39cb214f65824844d67";><code>15d95ed</code></a>
 Next development version (v2.6.16-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/037a824349d7b80ddacb5742c8a4ff90c3c023ee";><code>037a824</code></a>
 Merge branch '3.0.x'</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-boot/compare/v3.0.6...v3.1.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-boot-dependencies` from 3.0.6 to 3.1.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-boot/releases";>spring-boot-dependencies's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.1.0</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Result from SpringApplication.from(...) may need to provide access to 
more details in the future <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35451";>#35451</a></li>
   <li>Ensure that Flyway uses SLF4J by default and provide a configuration 
property to override the setting <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35158";>#35158</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Welcome page may return a 404 when an acceptable response cannot be 
produced <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35554";>#35554</a></li>
   <li>Docker compose dependency causes failures during Maven AOT processing <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35548";>#35548</a></li>
   <li>Defining a zipkin2.reporter.Reporter results in two reporter beans as 
the auto-configured AsyncReporter does not back off <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35546";>#35546</a></li>
   <li>Docker compose service readiness checks cannot be bypassed <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35545";>#35545</a></li>
   <li>Many spring.security.oauth2.authorizationserver properties do not have 
default values <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/35460";>#35460</a></li>
   <li>Default for spring.flway.execute-in-transaction is not aligned with 
Flyway's default <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/35447";>#35447</a></li>
   <li>developmentOnly dependencies are included in the AOT processing 
classpath <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35444";>#35444</a></li>
   <li>Restarts are slow when using spring-boot-devtools and 
spring-boot-docker-compose <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35435";>#35435</a></li>
   <li>Hibernate 6.2 doesn't work in native-image: No available JtaPlatform 
candidates <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35425";>#35425</a></li>
   <li>In a native image, configuration property binding fails when the target 
has package-private getters and setters <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35400";>#35400</a></li>
   <li>Invalid reference format error when tagging images using Podman <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35396";>#35396</a></li>
   <li>App startup fails with confusing message when a Docker Compose file is 
not found <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35383";>#35383</a></li>
   <li>WebClient auto-configuration tries to use 
HttpComponentsClientHttpConnector when all required classes are not present <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35381";>#35381</a></li>
   <li>MinIdle and MaxValidationTime properties missing for R2DBC pools <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35379";>#35379</a></li>
   <li>spring.data.mongodb.replica-set-name is not applied correctly <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/35370";>#35370</a></li>
   <li>Anonymous requests to the token endpoint are redirected to the Spring 
Security login page instead of receiving a 401 response <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/35368";>#35368</a></li>
   <li>Application yaml files cannot be loaded when they exceed 3mb <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35367";>#35367</a></li>
   <li>Can't use PEM encoded PKCS#8 EC keys with 
server.ssl.certificate-private-key <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35365";>#35365</a></li>
   <li>DisableObservabilityContextCustomizer can't be switched off through 
properties <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35360";>#35360</a></li>
   <li><code>FactoryBean.getObject</code> for non-singleton executed when 
resetting mocks <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35330";>#35330</a></li>
   <li>Tracking of artifact dependency coordinates by BootJar and BootWar may 
break artifact transforms in sub-projects <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35328";>#35328</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Javadoc since version for ImageReference is wrong <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/35459";>#35459</a></li>
   <li>Polish formatting of permitAll() endpoint security Kotlin example <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35457";>#35457</a></li>
   <li>Improve Kotlin Testcontainers samples <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/35446";>#35446</a></li>
   <li>Improve documentation for including Docker Compose support <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35384";>#35384</a></li>
   <li>Wrong anchors in Maven plugin documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35373";>#35373</a></li>
   <li>Fix typo <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/35369";>#35369</a></li>
   <li>Formatting issue in the Maven plugin documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35349";>#35349</a></li>
   <li>Clarify profile support when using AOT <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35321";>#35321</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Couchbase Client 3.4.6 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35350";>#35350</a></li>
   <li>Upgrade to Groovy 4.0.12 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35351";>#35351</a></li>
   <li>Upgrade to jOOQ 3.18.4 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35431";>#35431</a></li>
   <li>Upgrade to Micrometer 1.11.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35305";>#35305</a></li>
   <li>Upgrade to Micrometer Tracing 1.1.1 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35421";>#35421</a></li>
   <li>Upgrade to Native Build Tools Plugin 0.9.22 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35407";>#35407</a></li>
   <li>Upgrade to Neo4j Java Driver 5.8.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35352";>#35352</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/0fc23d24912c698608a5ca02fdadbae60cee9a74";><code>0fc23d2</code></a>
 Release v3.1.0</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/1ec78e54370b1445d1a6d89a066c881cd539cc2e";><code>1ec78e5</code></a>
 Add devtools and docker-compose to test maven repository</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/0af455f29bfb0fc62ddad6da7970f9b60f9fc04f";><code>0af455f</code></a>
 Set LATEST_GA in CI pipeline to true</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/b20467281b07513e2be50cb6f7e168124df4a103";><code>b204672</code></a>
 Merge branch '3.0.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/f0ed2a8e4ce978cd2b88a8a752c1c587a67d8f73";><code>f0ed2a8</code></a>
 Set LATEST_GA to false in CI pipeline</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/5eae7652b483e4dead091e379a76ae5f61b4fa1a";><code>5eae765</code></a>
 Merge branch '3.0.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/f5703778cacd5e9739c0e6d770745f923de5c690";><code>f570377</code></a>
 Merge branch '2.7.x' into 3.0.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/701ea30b3a74a9612ea019fc680c00d35796eaaa";><code>701ea30</code></a>
 Merge branch '2.6.x' into 2.7.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/15d95ed5a03e34cbf466d39cb214f65824844d67";><code>15d95ed</code></a>
 Next development version (v2.6.16-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/037a824349d7b80ddacb5742c8a4ff90c3c023ee";><code>037a824</code></a>
 Merge branch '3.0.x'</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-boot/compare/v3.0.6...v3.1.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 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: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org

Reply via email to