dependabot[bot] opened a new pull request, #17:
URL: https://github.com/apache/beam-starter-kotlin/pull/17

   Bumps `beamVersion` from 2.42.0 to 2.45.0.
   Updates `org.apache.beam:beam-sdks-java-core` from 2.42.0 to 2.45.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/beam/releases";>org.apache.beam:beam-sdks-java-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>v2.44.0</h2>
   <p>We are happy to present the new 2.44.0 release of Beam.
   This release includes both improvements and new functionality.
   See the <a 
href="https://beam.apache.org/get-started/downloads/#2430-2023-01-13";>download 
page</a> for this release.</p>
   <p>For more information on changes in 2.44.0, check out the <a 
href="https://github.com/apache/beam/milestone/7?closed=1";>detailed release 
notes</a>.</p>
   <h2>I/Os</h2>
   <ul>
   <li>Support for Bigtable sink (Write and WriteBatch) added (Go) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/23324";>#23324</a>).</li>
   <li>S3 implementation of the Beam filesystem (Go) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/23991";>#23991</a>).</li>
   <li>Support for SingleStoreDB source and sink added (Java) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/22617";>#22617</a>).</li>
   <li>Added support for DefaultAzureCredential authentication in Azure 
Filesystem (Python) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/24210";>#24210</a>).</li>
   <li>Added new CdapIO for CDAP Batch and Streaming Source/Sinks (Java) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/24961";>#24961</a>).</li>
   <li>Added new SparkReceiverIO for Spark Receivers 2.4.* (Java) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/24960";>#24960</a>).</li>
   </ul>
   <h2>New Features / Improvements</h2>
   <ul>
   <li>Beam now provides a portable &quot;runner&quot; that can render pipeline 
graphs with
   graphviz.  See <code>python -m apache_beam.runners.render --help</code> for 
more details.</li>
   <li>Local packages can now be used as dependencies in the requirements.txt 
file, rather
   than requiring them to be passed separately via the 
<code>--extra_package</code> option
   (Python) (<a 
href="https://github-redirect.dependabot.com/apache/beam/pull/23684";>#23684</a>).</li>
   <li>Pipeline Resource Hints now supported via <code>--resource_hints</code> 
flag (Go) (<a 
href="https://github-redirect.dependabot.com/apache/beam/pull/23990";>#23990</a>).</li>
   <li>Make Python SDK containers reusable on portable runners by installing 
dependencies to temporary venvs (<a 
href="https://issues.apache.org/jira/browse/BEAM-12792";>BEAM-12792</a>).</li>
   <li>RunInference model handlers now support the specification of a custom 
inference function in Python (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/22572";>#22572</a>)</li>
   <li>Support for <code>map_windows</code> urn added to Go SDK (<a 
href="https://github.apache/beam/pull/24307";>#24307</a>).</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li><code>ParquetIO.withSplit</code> was removed since splittable reading 
has been the default behavior since 2.35.0. The effect of
   this change is to drop support for non-splittable reading (Java)(<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/23832";>#23832</a>).</li>
   <li><code>beam-sdks-java-extensions-google-cloud-platform-core</code> is no 
longer a
   dependency of the Java SDK Harness. Some users of a portable runner (such as 
Dataflow Runner v2)
   may have an undeclared dependency on this package (for example using GCS with
   TextIO) and will now need to declare the dependency.</li>
   <li><code>beam-sdks-java-core</code> is no longer a dependency of the Java 
SDK Harness. Users of a portable
   runner (such as Dataflow Runner v2) will need to provide this package and 
its dependencies.</li>
   <li>Slices now use the Beam Iterable Coder. This enables cross language use, 
but breaks pipeline updates
   if a Slice type is used as a PCollection element or State API element. 
(Go)<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/24339";>#24339</a></li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>Fixed JmsIO acknowledgment issue (Java) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/20814";>#20814</a>)</li>
   <li>Fixed Beam SQL CalciteUtils (Java) and Cross-language JdbcIO (Python) 
did not support JDBC CHAR/VARCHAR, BINARY/VARBINARY logical types (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/23747";>#23747</a>,
 <a 
href="https://github-redirect.dependabot.com/apache/beam/issues/23526";>#23526</a>).</li>
   <li>Ensure iterated and emitted types are used with the generic register 
package are registered with the type and schema registries.(Go) (<a 
href="https://github-redirect.dependabot.com/apache/beam/pull/23889";>#23889</a>)</li>
   </ul>
   <h2>List of Contributors</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/beam/blob/master/CHANGES.md";>org.apache.beam:beam-sdks-java-core's
 changelog</a>.</em></p>
   <blockquote>
   <h1>[2.45.0] - Unreleased</h1>
   <h2>Highlights</h2>
   <ul>
   <li>New highly anticipated feature X added to Python SDK (<a 
href="https://github.com/apache/beam/issues/X";>#X</a>).</li>
   <li>New highly anticipated feature Y added to Java SDK (<a 
href="https://github.com/apache/beam/issues/Y";>#Y</a>).</li>
   </ul>
   <h2>I/Os</h2>
   <ul>
   <li>Support for X source added (Java/Python) (<a 
href="https://github.com/apache/beam/issues/X";>#X</a>).</li>
   <li>MongoDB IO connector added (Go) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/24575";>#24575</a>).</li>
   </ul>
   <h2>New Features / Improvements</h2>
   <ul>
   <li>RunInference Wrapper with Sklearn Model Handler support added in Go SDK 
(<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/23382";>#24497</a>).</li>
   <li>Adding override of allowed TLS algorithms (Java), now maintaining the 
disabled/legacy algorithms
   present in 2.43.0 (up to 1.8.0_342, 11.0.16, 17.0.2 for respective Java 
versions). This is accompanied
   by an explicit re-enabling of TLSv1 and TLSv1.1 for Java 8 and Java 11.</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li>Portable Java pipelines, Go pipelines, Python streaming pipelines, and 
portable Python batch
   pipelines on Dataflow are required to use Runner V2. The 
<code>disable_runner_v2</code>,
   <code>disable_runner_v2_until_2023</code>, 
<code>disable_prime_runner_v2</code> experiments will raise an error during
   pipeline construction. You can no longer specify the Dataflow worker jar 
override. Note that
   non-portable Java jobs and non-portable Python batch jobs are not impacted. 
(<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/24515";>#24515</a>).</li>
   <li>Beam now requires <code>pyarrow&gt;=3</code> and 
<code>pandas&gt;=1.4.3</code> since older versions are not compatible with 
<code>numpy==1.24.0</code>.</li>
   </ul>
   <h2>Deprecations</h2>
   <ul>
   <li>X behavior is deprecated and will be removed in X versions (<a 
href="https://github.com/apache/beam/issues/X";>#X</a>).</li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>Avoids Cassandra syntax error when user-defined query has no where 
clause in it (Java) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/24829";>#24829</a>).</li>
   <li>Fixed JDBC connection failures (Java) during handshake due to deprecated 
TLSv1(.1) protocol for the JDK. (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/24623";>#24623</a>)</li>
   <li>Fixed Python BigQuery Batch Load write may truncate valid data when 
deposition sets to WRITE_TRUNCATE and incoming data is large (Python) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/24535";>#24623</a>).</li>
   </ul>
   <h2>Known Issues</h2>
   <ul>
   <li>(<a href="https://github.com/apache/beam/issues/X";>#X</a>).</li>
   </ul>
   <h1>[2.44.0] - 2023-01-12</h1>
   <h2>Highlights</h2>
   <ul>
   <li>New highly anticipated feature X added to Python SDK (<a 
href="https://github.com/apache/beam/issues/X";>#X</a>).</li>
   <li>New highly anticipated feature Y added to Java SDK (<a 
href="https://github.com/apache/beam/issues/Y";>#Y</a>).</li>
   </ul>
   <h2>I/Os</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/apache/beam/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.beam:beam-runners-direct-java` from 2.42.0 to 2.45.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/beam/releases";>org.apache.beam:beam-runners-direct-java's
 releases</a>.</em></p>
   <blockquote>
   <h2>v2.44.0</h2>
   <p>We are happy to present the new 2.44.0 release of Beam.
   This release includes both improvements and new functionality.
   See the <a 
href="https://beam.apache.org/get-started/downloads/#2430-2023-01-13";>download 
page</a> for this release.</p>
   <p>For more information on changes in 2.44.0, check out the <a 
href="https://github.com/apache/beam/milestone/7?closed=1";>detailed release 
notes</a>.</p>
   <h2>I/Os</h2>
   <ul>
   <li>Support for Bigtable sink (Write and WriteBatch) added (Go) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/23324";>#23324</a>).</li>
   <li>S3 implementation of the Beam filesystem (Go) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/23991";>#23991</a>).</li>
   <li>Support for SingleStoreDB source and sink added (Java) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/22617";>#22617</a>).</li>
   <li>Added support for DefaultAzureCredential authentication in Azure 
Filesystem (Python) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/24210";>#24210</a>).</li>
   <li>Added new CdapIO for CDAP Batch and Streaming Source/Sinks (Java) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/24961";>#24961</a>).</li>
   <li>Added new SparkReceiverIO for Spark Receivers 2.4.* (Java) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/24960";>#24960</a>).</li>
   </ul>
   <h2>New Features / Improvements</h2>
   <ul>
   <li>Beam now provides a portable &quot;runner&quot; that can render pipeline 
graphs with
   graphviz.  See <code>python -m apache_beam.runners.render --help</code> for 
more details.</li>
   <li>Local packages can now be used as dependencies in the requirements.txt 
file, rather
   than requiring them to be passed separately via the 
<code>--extra_package</code> option
   (Python) (<a 
href="https://github-redirect.dependabot.com/apache/beam/pull/23684";>#23684</a>).</li>
   <li>Pipeline Resource Hints now supported via <code>--resource_hints</code> 
flag (Go) (<a 
href="https://github-redirect.dependabot.com/apache/beam/pull/23990";>#23990</a>).</li>
   <li>Make Python SDK containers reusable on portable runners by installing 
dependencies to temporary venvs (<a 
href="https://issues.apache.org/jira/browse/BEAM-12792";>BEAM-12792</a>).</li>
   <li>RunInference model handlers now support the specification of a custom 
inference function in Python (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/22572";>#22572</a>)</li>
   <li>Support for <code>map_windows</code> urn added to Go SDK (<a 
href="https://github.apache/beam/pull/24307";>#24307</a>).</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li><code>ParquetIO.withSplit</code> was removed since splittable reading 
has been the default behavior since 2.35.0. The effect of
   this change is to drop support for non-splittable reading (Java)(<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/23832";>#23832</a>).</li>
   <li><code>beam-sdks-java-extensions-google-cloud-platform-core</code> is no 
longer a
   dependency of the Java SDK Harness. Some users of a portable runner (such as 
Dataflow Runner v2)
   may have an undeclared dependency on this package (for example using GCS with
   TextIO) and will now need to declare the dependency.</li>
   <li><code>beam-sdks-java-core</code> is no longer a dependency of the Java 
SDK Harness. Users of a portable
   runner (such as Dataflow Runner v2) will need to provide this package and 
its dependencies.</li>
   <li>Slices now use the Beam Iterable Coder. This enables cross language use, 
but breaks pipeline updates
   if a Slice type is used as a PCollection element or State API element. 
(Go)<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/24339";>#24339</a></li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>Fixed JmsIO acknowledgment issue (Java) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/20814";>#20814</a>)</li>
   <li>Fixed Beam SQL CalciteUtils (Java) and Cross-language JdbcIO (Python) 
did not support JDBC CHAR/VARCHAR, BINARY/VARBINARY logical types (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/23747";>#23747</a>,
 <a 
href="https://github-redirect.dependabot.com/apache/beam/issues/23526";>#23526</a>).</li>
   <li>Ensure iterated and emitted types are used with the generic register 
package are registered with the type and schema registries.(Go) (<a 
href="https://github-redirect.dependabot.com/apache/beam/pull/23889";>#23889</a>)</li>
   </ul>
   <h2>List of Contributors</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/beam/blob/master/CHANGES.md";>org.apache.beam:beam-runners-direct-java's
 changelog</a>.</em></p>
   <blockquote>
   <h1>[2.45.0] - Unreleased</h1>
   <h2>Highlights</h2>
   <ul>
   <li>New highly anticipated feature X added to Python SDK (<a 
href="https://github.com/apache/beam/issues/X";>#X</a>).</li>
   <li>New highly anticipated feature Y added to Java SDK (<a 
href="https://github.com/apache/beam/issues/Y";>#Y</a>).</li>
   </ul>
   <h2>I/Os</h2>
   <ul>
   <li>Support for X source added (Java/Python) (<a 
href="https://github.com/apache/beam/issues/X";>#X</a>).</li>
   <li>MongoDB IO connector added (Go) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/24575";>#24575</a>).</li>
   </ul>
   <h2>New Features / Improvements</h2>
   <ul>
   <li>RunInference Wrapper with Sklearn Model Handler support added in Go SDK 
(<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/23382";>#24497</a>).</li>
   <li>Adding override of allowed TLS algorithms (Java), now maintaining the 
disabled/legacy algorithms
   present in 2.43.0 (up to 1.8.0_342, 11.0.16, 17.0.2 for respective Java 
versions). This is accompanied
   by an explicit re-enabling of TLSv1 and TLSv1.1 for Java 8 and Java 11.</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li>Portable Java pipelines, Go pipelines, Python streaming pipelines, and 
portable Python batch
   pipelines on Dataflow are required to use Runner V2. The 
<code>disable_runner_v2</code>,
   <code>disable_runner_v2_until_2023</code>, 
<code>disable_prime_runner_v2</code> experiments will raise an error during
   pipeline construction. You can no longer specify the Dataflow worker jar 
override. Note that
   non-portable Java jobs and non-portable Python batch jobs are not impacted. 
(<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/24515";>#24515</a>).</li>
   <li>Beam now requires <code>pyarrow&gt;=3</code> and 
<code>pandas&gt;=1.4.3</code> since older versions are not compatible with 
<code>numpy==1.24.0</code>.</li>
   </ul>
   <h2>Deprecations</h2>
   <ul>
   <li>X behavior is deprecated and will be removed in X versions (<a 
href="https://github.com/apache/beam/issues/X";>#X</a>).</li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>Avoids Cassandra syntax error when user-defined query has no where 
clause in it (Java) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/24829";>#24829</a>).</li>
   <li>Fixed JDBC connection failures (Java) during handshake due to deprecated 
TLSv1(.1) protocol for the JDK. (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/24623";>#24623</a>)</li>
   <li>Fixed Python BigQuery Batch Load write may truncate valid data when 
deposition sets to WRITE_TRUNCATE and incoming data is large (Python) (<a 
href="https://github-redirect.dependabot.com/apache/beam/issues/24535";>#24623</a>).</li>
   </ul>
   <h2>Known Issues</h2>
   <ul>
   <li>(<a href="https://github.com/apache/beam/issues/X";>#X</a>).</li>
   </ul>
   <h1>[2.44.0] - 2023-01-12</h1>
   <h2>Highlights</h2>
   <ul>
   <li>New highly anticipated feature X added to Python SDK (<a 
href="https://github.com/apache/beam/issues/X";>#X</a>).</li>
   <li>New highly anticipated feature Y added to Java SDK (<a 
href="https://github.com/apache/beam/issues/Y";>#Y</a>).</li>
   </ul>
   <h2>I/Os</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/apache/beam/commits";>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: [email protected]

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

Reply via email to