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

   Bumps `cxf.opentelemetry.version` from 1.28.0 to 1.29.0.
   Updates `io.opentelemetry:opentelemetry-bom` from 1.28.0 to 1.29.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/open-telemetry/opentelemetry-java/releases";>io.opentelemetry:opentelemetry-bom's
 releases</a>.</em></p>
   <blockquote>
   <h2>Version 1.29.0</h2>
   <h3>API</h3>
   <ul>
   <li>Update Span javadoc to allow null/empty attr values (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5616";>#5616</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Add Sdk{Signal}ProviderBuilder#addResource(Resource) method to merge 
Resource with current (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5619";>#5619</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Add LongHistogramAdviceConfigurer to improve api surface types (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5689";>#5689</a>)</li>
   <li>Instruments with names which are case-insensitive equal contribute to 
same metric, advice is not part of instrument identity. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5701";>#5701</a>)</li>
   </ul>
   <h4>Exporter</h4>
   <ul>
   <li>Add OtlpHttp{Signal}Exporter#toBuilder() methods (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5652";>#5652</a>)</li>
   <li>Add OtlpGrpc{Signal}Exporter#toBuilder() methods (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5680";>#5680</a>)</li>
   <li>Add #toString to OTLP exporters (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5686";>#5686</a>)</li>
   <li>Break out GrpcSender, GrpcSenderProvider (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5617";>#5617</a>)</li>
   </ul>
   <h4>SDK Extensions</h4>
   <ul>
   <li>BREAKING: Delete zpages (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5611";>#5611</a>)</li>
   <li>Initialize file configuration with generated model classes and parse 
method (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5399";>#5399</a>)</li>
   <li>Refactor SpiUtil to improve mocking (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5679";>#5679</a>)</li>
   <li>Switch from snakeyaml to snakeyaml engine (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5691";>#5691</a>)</li>
   <li>Add experimental autoconfigure support for customizing cardinality limit 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5659";>#5659</a>)</li>
   <li>Reorganize autoconfigure docs by signal (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5665";>#5665</a>)</li>
   </ul>
   <h4>Testing</h4>
   <ul>
   <li>Add hasResourceSatisfying to LogRecordDataAssert (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5690";>#5690</a>)</li>
   </ul>
   <h3>OpenCensus Shim</h3>
   <ul>
   <li>Change OpenCensus shim default sampling to defer to OpenTelemetry (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5604";>#5604</a>)</li>
   </ul>
   <h3>Project Tooling</h3>
   <ul>
   <li>Update Gradle Wrapper from 8.2 to 8.2.1 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5618";>#5618</a>)</li>
   <li>Fix gradle java version requirement warning (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5624";>#5624</a>)</li>
   <li>Refer to Adoptium/Temurin instead of AdoptOpenJDK (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5636";>#5636</a>)</li>
   <li>Use OtelVersionClassPlugin instead of reading version from resource (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5622";>#5622</a>)</li>
   <li>Enforce build-graal success in required status check (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5696";>#5696</a>)</li>
   </ul>
   <h3>🙇 Thank you</h3>
   <p>This release was possible thanks to the following contributors who shared 
their brilliant ideas and awesome pull requests:</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md";>io.opentelemetry:opentelemetry-bom's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.29.0 (2023-08-11)</h2>
   <h3>API</h3>
   <ul>
   <li>Update Span javadoc to allow null/empty attr values
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5616";>#5616</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Add Sdk{Signal}ProviderBuilder#addResource(Resource) method to merge 
Resource
   with current
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5619";>#5619</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Add LongHistogramAdviceConfigurer to improve api surface types
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5689";>#5689</a>)</li>
   <li>Instruments with names which are case-insensitive equal contribute to 
same
   metric, advice is not part of instrument identity.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5701";>#5701</a>)</li>
   </ul>
   <h4>Exporter</h4>
   <ul>
   <li>Add OtlpHttp{Signal}Exporter#toBuilder() methods
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5652";>#5652</a>)</li>
   <li>Add OtlpGrpc{Signal}Exporter#toBuilder() methods
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5680";>#5680</a>)</li>
   <li>Add #toString to OTLP exporters
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5686";>#5686</a>)</li>
   <li>Break out GrpcSender, GrpcSenderProvider
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5617";>#5617</a>)</li>
   </ul>
   <h4>SDK Extensions</h4>
   <ul>
   <li>BREAKING: Delete zpages
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5611";>#5611</a>)</li>
   <li>Initialize file configuration with generated model classes and parse 
method
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5399";>#5399</a>)</li>
   <li>Refactor SpiUtil to improve mocking
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5679";>#5679</a>)</li>
   <li>Switch from snakeyaml to snakeyaml engine
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5691";>#5691</a>)</li>
   <li>Add experimental autoconfigure support for customizing cardinality limit
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5659";>#5659</a>)</li>
   <li>Reorganize autoconfigure docs by signal
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5665";>#5665</a>)</li>
   </ul>
   <h4>Testing</h4>
   <ul>
   <li>Add hasResourceSatisfying to LogRecordDataAssert</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/cbb44502c1ae4f85bbb28df86c408214e2eda219";><code>cbb4450</code></a>
 [release/v1.29.x] Prepare release 1.29.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5705";>#5705</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/f7dc1dc68609f125af029866992403cb138503bd";><code>f7dc1dc</code></a>
 Prepare for 1.29.0 release (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5698";>#5698</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/7ee92eb365a3c5ce1489cb8904f3c9ac08f8837c";><code>7ee92eb</code></a>
 Instruments with names which are case-insensitive equal contribute to… (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5701";>#5701</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/ebf96dc5de85676a4d2d29e8ea0be7f49b3ed6b0";><code>ebf96dc</code></a>
 Fix owasp dependency check (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5702";>#5702</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/288c5df620b6615799ae359951f0b48155bc5074";><code>288c5df</code></a>
 Add hasResourceSatisfying to LogRecordDataAssert (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5690";>#5690</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/e42bd2fb10cbba6f64359ed329943ed70be0f5a7";><code>e42bd2f</code></a>
 Bump com.tngtech.archunit:archunit-junit5 from 1.0.1 to 1.1.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5700";>#5700</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/ea7b761757caae434825a45ee6e7d9e559fe76cd";><code>ea7b761</code></a>
 Enforce build-graal success in required status check (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5696";>#5696</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/a3bf8af42ebdeee2b7bb513464daa214af1f633e";><code>a3bf8af</code></a>
 Break out GrpcSender, GrpcSenderProvider (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5617";>#5617</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/c5cdc8041ac734b6d9ced2c57df52fe2294e5016";><code>c5cdc80</code></a>
 Bump org.graalvm.buildtools.native from 0.9.23 to 0.9.24 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5692";>#5692</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/076115ee6b0b0e40789f459437aa936356462ea6";><code>076115e</code></a>
 Bump com.google.protobuf:protobuf-bom from 3.23.4 to 3.24.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5695";>#5695</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.28.0...v1.29.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.opentelemetry:opentelemetry-opentracing-shim` from 1.28.0 to 
1.29.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/open-telemetry/opentelemetry-java/releases";>io.opentelemetry:opentelemetry-opentracing-shim's
 releases</a>.</em></p>
   <blockquote>
   <h2>Version 1.29.0</h2>
   <h3>API</h3>
   <ul>
   <li>Update Span javadoc to allow null/empty attr values (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5616";>#5616</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Add Sdk{Signal}ProviderBuilder#addResource(Resource) method to merge 
Resource with current (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5619";>#5619</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Add LongHistogramAdviceConfigurer to improve api surface types (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5689";>#5689</a>)</li>
   <li>Instruments with names which are case-insensitive equal contribute to 
same metric, advice is not part of instrument identity. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5701";>#5701</a>)</li>
   </ul>
   <h4>Exporter</h4>
   <ul>
   <li>Add OtlpHttp{Signal}Exporter#toBuilder() methods (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5652";>#5652</a>)</li>
   <li>Add OtlpGrpc{Signal}Exporter#toBuilder() methods (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5680";>#5680</a>)</li>
   <li>Add #toString to OTLP exporters (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5686";>#5686</a>)</li>
   <li>Break out GrpcSender, GrpcSenderProvider (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5617";>#5617</a>)</li>
   </ul>
   <h4>SDK Extensions</h4>
   <ul>
   <li>BREAKING: Delete zpages (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5611";>#5611</a>)</li>
   <li>Initialize file configuration with generated model classes and parse 
method (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5399";>#5399</a>)</li>
   <li>Refactor SpiUtil to improve mocking (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5679";>#5679</a>)</li>
   <li>Switch from snakeyaml to snakeyaml engine (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5691";>#5691</a>)</li>
   <li>Add experimental autoconfigure support for customizing cardinality limit 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5659";>#5659</a>)</li>
   <li>Reorganize autoconfigure docs by signal (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5665";>#5665</a>)</li>
   </ul>
   <h4>Testing</h4>
   <ul>
   <li>Add hasResourceSatisfying to LogRecordDataAssert (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5690";>#5690</a>)</li>
   </ul>
   <h3>OpenCensus Shim</h3>
   <ul>
   <li>Change OpenCensus shim default sampling to defer to OpenTelemetry (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5604";>#5604</a>)</li>
   </ul>
   <h3>Project Tooling</h3>
   <ul>
   <li>Update Gradle Wrapper from 8.2 to 8.2.1 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5618";>#5618</a>)</li>
   <li>Fix gradle java version requirement warning (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5624";>#5624</a>)</li>
   <li>Refer to Adoptium/Temurin instead of AdoptOpenJDK (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5636";>#5636</a>)</li>
   <li>Use OtelVersionClassPlugin instead of reading version from resource (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5622";>#5622</a>)</li>
   <li>Enforce build-graal success in required status check (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5696";>#5696</a>)</li>
   </ul>
   <h3>🙇 Thank you</h3>
   <p>This release was possible thanks to the following contributors who shared 
their brilliant ideas and awesome pull requests:</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md";>io.opentelemetry:opentelemetry-opentracing-shim's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.29.0 (2023-08-11)</h2>
   <h3>API</h3>
   <ul>
   <li>Update Span javadoc to allow null/empty attr values
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5616";>#5616</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Add Sdk{Signal}ProviderBuilder#addResource(Resource) method to merge 
Resource
   with current
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5619";>#5619</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Add LongHistogramAdviceConfigurer to improve api surface types
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5689";>#5689</a>)</li>
   <li>Instruments with names which are case-insensitive equal contribute to 
same
   metric, advice is not part of instrument identity.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5701";>#5701</a>)</li>
   </ul>
   <h4>Exporter</h4>
   <ul>
   <li>Add OtlpHttp{Signal}Exporter#toBuilder() methods
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5652";>#5652</a>)</li>
   <li>Add OtlpGrpc{Signal}Exporter#toBuilder() methods
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5680";>#5680</a>)</li>
   <li>Add #toString to OTLP exporters
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5686";>#5686</a>)</li>
   <li>Break out GrpcSender, GrpcSenderProvider
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5617";>#5617</a>)</li>
   </ul>
   <h4>SDK Extensions</h4>
   <ul>
   <li>BREAKING: Delete zpages
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5611";>#5611</a>)</li>
   <li>Initialize file configuration with generated model classes and parse 
method
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5399";>#5399</a>)</li>
   <li>Refactor SpiUtil to improve mocking
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5679";>#5679</a>)</li>
   <li>Switch from snakeyaml to snakeyaml engine
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5691";>#5691</a>)</li>
   <li>Add experimental autoconfigure support for customizing cardinality limit
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5659";>#5659</a>)</li>
   <li>Reorganize autoconfigure docs by signal
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5665";>#5665</a>)</li>
   </ul>
   <h4>Testing</h4>
   <ul>
   <li>Add hasResourceSatisfying to LogRecordDataAssert</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/cbb44502c1ae4f85bbb28df86c408214e2eda219";><code>cbb4450</code></a>
 [release/v1.29.x] Prepare release 1.29.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5705";>#5705</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/f7dc1dc68609f125af029866992403cb138503bd";><code>f7dc1dc</code></a>
 Prepare for 1.29.0 release (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5698";>#5698</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/7ee92eb365a3c5ce1489cb8904f3c9ac08f8837c";><code>7ee92eb</code></a>
 Instruments with names which are case-insensitive equal contribute to… (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5701";>#5701</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/ebf96dc5de85676a4d2d29e8ea0be7f49b3ed6b0";><code>ebf96dc</code></a>
 Fix owasp dependency check (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5702";>#5702</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/288c5df620b6615799ae359951f0b48155bc5074";><code>288c5df</code></a>
 Add hasResourceSatisfying to LogRecordDataAssert (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5690";>#5690</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/e42bd2fb10cbba6f64359ed329943ed70be0f5a7";><code>e42bd2f</code></a>
 Bump com.tngtech.archunit:archunit-junit5 from 1.0.1 to 1.1.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5700";>#5700</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/ea7b761757caae434825a45ee6e7d9e559fe76cd";><code>ea7b761</code></a>
 Enforce build-graal success in required status check (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5696";>#5696</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/a3bf8af42ebdeee2b7bb513464daa214af1f633e";><code>a3bf8af</code></a>
 Break out GrpcSender, GrpcSenderProvider (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5617";>#5617</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/c5cdc8041ac734b6d9ced2c57df52fe2294e5016";><code>c5cdc80</code></a>
 Bump org.graalvm.buildtools.native from 0.9.23 to 0.9.24 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5692";>#5692</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/076115ee6b0b0e40789f459437aa936356462ea6";><code>076115e</code></a>
 Bump com.google.protobuf:protobuf-bom from 3.23.4 to 3.24.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5695";>#5695</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.28.0...v1.29.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 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