[jira] [Work logged] (BEAM-9291) upload_graph support in Dataflow Python SDK

2020-02-17 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9291?focusedWorklogId=388690=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-388690
 ]

ASF GitHub Bot logged work on BEAM-9291:


Author: ASF GitHub Bot
Created on: 18/Feb/20 07:07
Start Date: 18/Feb/20 07:07
Worklog Time Spent: 10m 
  Work Description: mwalenia commented on issue #10829: [BEAM-9291] Upload 
graph option in dataflow's python sdk
URL: https://github.com/apache/beam/pull/10829#issuecomment-587313247
 
 
   run python precommit
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 388690)
Time Spent: 5h 50m  (was: 5h 40m)

> upload_graph support in Dataflow Python SDK
> ---
>
> Key: BEAM-9291
> URL: https://issues.apache.org/jira/browse/BEAM-9291
> Project: Beam
>  Issue Type: Improvement
>  Components: runner-dataflow
>Reporter: Radosław Stankiewicz
>Assignee: Radosław Stankiewicz
>Priority: Minor
>  Time Spent: 5h 50m
>  Remaining Estimate: 0h
>
> upload_graph option is not supported in Dataflow's Python SDK so there is no 
> workaround for large graphs. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-8561) Add ThriftIO to Support IO for Thrift Files

2020-02-17 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8561?focusedWorklogId=388689=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-388689
 ]

ASF GitHub Bot logged work on BEAM-8561:


Author: ASF GitHub Bot
Created on: 18/Feb/20 07:05
Start Date: 18/Feb/20 07:05
Worklog Time Spent: 10m 
  Work Description: pabloem commented on issue #10290: [BEAM-8561] Add 
ThriftIO to support IO for Thrift files
URL: https://github.com/apache/beam/pull/10290#issuecomment-587312699
 
 
   aw this is great. Thanks! LGTM. I'll let Ismael / Steve add their comments, 
and merge if nothing else.
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 388689)
Time Spent: 16h 10m  (was: 16h)

> Add ThriftIO to Support IO for Thrift Files
> ---
>
> Key: BEAM-8561
> URL: https://issues.apache.org/jira/browse/BEAM-8561
> Project: Beam
>  Issue Type: New Feature
>  Components: io-java-files
>Reporter: Chris Larsen
>Assignee: Chris Larsen
>Priority: Major
>  Time Spent: 16h 10m
>  Remaining Estimate: 0h
>
> Similar to AvroIO it would be very useful to support reading and writing 
> to/from Thrift files with a native connector. 
> Functionality would include:
>  # read() - Reading from one or more Thrift files.
>  # write() - Writing to one or more Thrift files.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (BEAM-9332) To use ByteArrayOutput/InputStream without synchronization

2020-02-17 Thread Kyoungha Min (Jira)
Kyoungha Min created BEAM-9332:
--

 Summary: To use ByteArrayOutput/InputStream without synchronization
 Key: BEAM-9332
 URL: https://issues.apache.org/jira/browse/BEAM-9332
 Project: Beam
  Issue Type: Wish
  Components: sdk-java-core
Reporter: Kyoungha Min


It would be nice to see Beam using custom ByteArrayInput/OutputStream without 
synchronization. It currently uses `ThreadLocal`, so using thread-safe stream 
seems unnecessary. And all streams should never be access by more than 1 thread 
from the start anyway.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-9331) The Row object needs better builders

2020-02-17 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9331?focusedWorklogId=388634=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-388634
 ]

ASF GitHub Bot logged work on BEAM-9331:


Author: ASF GitHub Bot
Created on: 18/Feb/20 02:11
Start Date: 18/Feb/20 02:11
Worklog Time Spent: 10m 
  Work Description: rezarokni commented on pull request #10883: [BEAM-9331] 
Add better Row builders
URL: https://github.com/apache/beam/pull/10883#discussion_r380424138
 
 

 ##
 File path: sdks/java/core/src/test/java/org/apache/beam/sdk/values/RowTest.java
 ##
 @@ -477,6 +477,172 @@ public void testCreateMapWithRowValue() {
 assertEquals(data, row.getMap("map"));
   }
 
+  @Test
 
 Review comment:
   Is it worth having a logical type to test as well?
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 388634)
Time Spent: 0.5h  (was: 20m)

> The Row object needs better builders
> 
>
> Key: BEAM-9331
> URL: https://issues.apache.org/jira/browse/BEAM-9331
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-java-core
>Reporter: Reuven Lax
>Priority: Major
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Users should be able to build a Row object by specifying field names. Desired 
> syntax:
>  
> Row.withSchema(schema)
>    .withFieldName("field1", "value)
>   .withFieldName("field2.field3", value)
>   .build()
>  
> Users should also have a builder that allows taking an existing row and 
> changing specific fields.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-9331) The Row object needs better builders

2020-02-17 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9331?focusedWorklogId=388627=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-388627
 ]

ASF GitHub Bot logged work on BEAM-9331:


Author: ASF GitHub Bot
Created on: 18/Feb/20 02:01
Start Date: 18/Feb/20 02:01
Worklog Time Spent: 10m 
  Work Description: rezarokni commented on pull request #10883: [BEAM-9331] 
Add better Row builders
URL: https://github.com/apache/beam/pull/10883#discussion_r380422459
 
 

 ##
 File path: sdks/java/core/src/main/java/org/apache/beam/sdk/values/Row.java
 ##
 @@ -55,8 +59,31 @@
  * {@link Row} is an immutable tuple-like schema to represent one element in a 
{@link PCollection}.
  * The fields are described with a {@link Schema}.
  *
- * {@link Schema} contains the names for each field and the coder for the 
whole record,
- * {see @link Schema#getRowCoder()}.
+ * {@link Schema} contains the names and types for each field.
+ *
+ * There are several ways to build a new Row object. To build a row from 
scratch using a schema
+ * object, {@link Row#withSchema} can be used. Schema fields can be specified 
by name, and nested
+ * fields can be specified using the field selection syntax. For example:
+ *
+ * {@code
+ * Row row = Row.withSchema(schema)
+ *  .withFieldValue("userId", "user1)
+ *  .withFieldValue("location.city", "seattle")
+ *  .withFieldValue("location.state", "wa")
+ *  .build();
+ * }
+ *
+ * The {@link Row#fromRow} builder can be used to base a row off of another 
row. The builder can
+ * be used to specify values for specific fields, and all the remaining values 
will be taken from
+ * the original row. For example, the following produces a row identical to 
the above row except for
+ * the location.city field.
+ *
+ * {@code
+ * Row modifiedRow =
+ * Row.fromRow(row)
+ *.withFieldValue("location.city", "tacoma")
 
 Review comment:
   Would this be more readable if it was withAddedFieldValue?
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 388627)
Time Spent: 20m  (was: 10m)

> The Row object needs better builders
> 
>
> Key: BEAM-9331
> URL: https://issues.apache.org/jira/browse/BEAM-9331
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-java-core
>Reporter: Reuven Lax
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Users should be able to build a Row object by specifying field names. Desired 
> syntax:
>  
> Row.withSchema(schema)
>    .withFieldName("field1", "value)
>   .withFieldName("field2.field3", value)
>   .build()
>  
> Users should also have a builder that allows taking an existing row and 
> changing specific fields.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-8382) Add polling interval to KinesisIO.Read

2020-02-17 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8382?focusedWorklogId=388584=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-388584
 ]

ASF GitHub Bot logged work on BEAM-8382:


Author: ASF GitHub Bot
Created on: 17/Feb/20 21:25
Start Date: 17/Feb/20 21:25
Worklog Time Spent: 10m 
  Work Description: iemejia commented on issue #9765: [WIP][BEAM-8382] Add 
rate limit policy to KinesisIO.Read
URL: https://github.com/apache/beam/pull/9765#issuecomment-587163894
 
 
   @jfarr just for info Alexey is OOO this week, so don't be surprised if the 
answer takes a bit of time.
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 388584)
Time Spent: 13h  (was: 12h 50m)

> Add polling interval to KinesisIO.Read
> --
>
> Key: BEAM-8382
> URL: https://issues.apache.org/jira/browse/BEAM-8382
> Project: Beam
>  Issue Type: Improvement
>  Components: io-java-kinesis
>Affects Versions: 2.13.0, 2.14.0, 2.15.0
>Reporter: Jonothan Farr
>Assignee: Jonothan Farr
>Priority: Major
>  Time Spent: 13h
>  Remaining Estimate: 0h
>
> With the current implementation we are observing Kinesis throttling due to 
> ReadProvisionedThroughputExceeded on the order of hundreds of times per 
> second, regardless of the actual Kinesis throughput. This is because the 
> ShardReadersPool readLoop() method is polling getRecords() as fast as 
> possible.
> From the KDS documentation:
> {quote}Each shard can support up to five read transactions per second.
> {quote}
> and
> {quote}For best results, sleep for at least 1 second (1,000 milliseconds) 
> between calls to getRecords to avoid exceeding the limit on getRecords 
> frequency.
> {quote}
> [https://docs.aws.amazon.com/streams/latest/dev/service-sizes-and-limits.html]
> [https://docs.aws.amazon.com/streams/latest/dev/developing-consumers-with-sdk.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-8382) Add polling interval to KinesisIO.Read

2020-02-17 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8382?focusedWorklogId=388566=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-388566
 ]

ASF GitHub Bot logged work on BEAM-8382:


Author: ASF GitHub Bot
Created on: 17/Feb/20 18:56
Start Date: 17/Feb/20 18:56
Worklog Time Spent: 10m 
  Work Description: jfarr commented on issue #9765: [WIP][BEAM-8382] Add 
rate limit policy to KinesisIO.Read
URL: https://github.com/apache/beam/pull/9765#issuecomment-587121232
 
 
   And actually, we could support the use case of changing the polling interval 
at runtime by having a version of FixedDelayRateLimiter that takes a function 
for the delay.
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 388566)
Time Spent: 12h 50m  (was: 12h 40m)

> Add polling interval to KinesisIO.Read
> --
>
> Key: BEAM-8382
> URL: https://issues.apache.org/jira/browse/BEAM-8382
> Project: Beam
>  Issue Type: Improvement
>  Components: io-java-kinesis
>Affects Versions: 2.13.0, 2.14.0, 2.15.0
>Reporter: Jonothan Farr
>Assignee: Jonothan Farr
>Priority: Major
>  Time Spent: 12h 50m
>  Remaining Estimate: 0h
>
> With the current implementation we are observing Kinesis throttling due to 
> ReadProvisionedThroughputExceeded on the order of hundreds of times per 
> second, regardless of the actual Kinesis throughput. This is because the 
> ShardReadersPool readLoop() method is polling getRecords() as fast as 
> possible.
> From the KDS documentation:
> {quote}Each shard can support up to five read transactions per second.
> {quote}
> and
> {quote}For best results, sleep for at least 1 second (1,000 milliseconds) 
> between calls to getRecords to avoid exceeding the limit on getRecords 
> frequency.
> {quote}
> [https://docs.aws.amazon.com/streams/latest/dev/service-sizes-and-limits.html]
> [https://docs.aws.amazon.com/streams/latest/dev/developing-consumers-with-sdk.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-9331) The Row object needs better builders

2020-02-17 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9331?focusedWorklogId=388562=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-388562
 ]

ASF GitHub Bot logged work on BEAM-9331:


Author: ASF GitHub Bot
Created on: 17/Feb/20 18:35
Start Date: 17/Feb/20 18:35
Worklog Time Spent: 10m 
  Work Description: reuvenlax commented on pull request #10883: [BEAM-9331] 
Add better Row builders
URL: https://github.com/apache/beam/pull/10883
 
 
   This PR adds two builders to the Row object. The first allows building a Row 
by specifying fields by name:
   
Row row = Row.withSchema(schema)
  .withFieldValue("userId", "user1)
 .withFieldValue("location.city", "seattle")
 .withFieldValue("location.state", "wa")
  .build();
   
   The second allows building. a Row based on a previous row by specifying only 
the fields to change:
   
Row modifiedRow =
   Row.fromRow(row)
   .withFieldValue("location.city", "tacoma")
   .build();
   
   R: @rezarokni 
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 388562)
Remaining Estimate: 0h
Time Spent: 10m

> The Row object needs better builders
> 
>
> Key: BEAM-9331
> URL: https://issues.apache.org/jira/browse/BEAM-9331
> Project: Beam
>  Issue Type: Sub-task
>  Components: sdk-java-core
>Reporter: Reuven Lax
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Users should be able to build a Row object by specifying field names. Desired 
> syntax:
>  
> Row.withSchema(schema)
>    .withFieldName("field1", "value)
>   .withFieldName("field2.field3", value)
>   .build()
>  
> Users should also have a builder that allows taking an existing row and 
> changing specific fields.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (BEAM-9331) The Row object needs better builders

2020-02-17 Thread Reuven Lax (Jira)
Reuven Lax created BEAM-9331:


 Summary: The Row object needs better builders
 Key: BEAM-9331
 URL: https://issues.apache.org/jira/browse/BEAM-9331
 Project: Beam
  Issue Type: Sub-task
  Components: sdk-java-core
Reporter: Reuven Lax


Users should be able to build a Row object by specifying field names. Desired 
syntax:

 

Row.withSchema(schema)

   .withFieldName("field1", "value)

  .withFieldName("field2.field3", value)

  .build()

 

Users should also have a builder that allows taking an existing row and 
changing specific fields.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (BEAM-9185) Publish pre-release python artifacts (RCs) to PyPI

2020-02-17 Thread Zhitao Li (Jira)


[ 
https://issues.apache.org/jira/browse/BEAM-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17038553#comment-17038553
 ] 

Zhitao Li commented on BEAM-9185:
-

Hi [~altay], thanks for considering this.

TFX has not evolved into the stage of continuously testing beam dependencies at 
HEAD in a nightly (or even continuously) fashion yet, although I would dream of 
getting there eventually.

 

For now, being able to install the upcoming RC from either pypi or or a source 
dist zip file would be sufficient for us. TFX team could create a manually 
triggered integration job and test the installation of beam RC package with 
rest of TFX to know things are working fine. Installing this from pypi with a 
`--pre` flag of pip is slightly preferred, but if the zip files on 
dist.apache.org follows some convention we could also work on that.

> Publish pre-release python artifacts (RCs) to PyPI
> --
>
> Key: BEAM-9185
> URL: https://issues.apache.org/jira/browse/BEAM-9185
> Project: Beam
>  Issue Type: Bug
>  Components: sdk-py-core
>Reporter: Ahmet Altay
>Assignee: Valentyn Tymofieiev
>Priority: Major
>
> This was discussed in the mailing list and there was consensus [1].
> Remaining part for pypi would be updating the release process such as:
>  * New RC versioned artifacts are generated along with actual non-RC 
> versioned artifacts.
>  * RC versioned artifacts are published to pypi.
>  [1] 
> [https://lists.apache.org/thread.html/f071f8ab9f115636b9e6a6cabcfccbe2bb980d4394fe5581c59a4db6%40%3Cdev.beam.apache.org%3E]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-9291) upload_graph support in Dataflow Python SDK

2020-02-17 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9291?focusedWorklogId=388552=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-388552
 ]

ASF GitHub Bot logged work on BEAM-9291:


Author: ASF GitHub Bot
Created on: 17/Feb/20 18:12
Start Date: 17/Feb/20 18:12
Worklog Time Spent: 10m 
  Work Description: stankiewicz commented on issue #10829: [BEAM-9291] 
Upload graph option in dataflow's python sdk
URL: https://github.com/apache/beam/pull/10829#issuecomment-587108298
 
 
   Run Python PreCommit
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 388552)
Time Spent: 5h 40m  (was: 5.5h)

> upload_graph support in Dataflow Python SDK
> ---
>
> Key: BEAM-9291
> URL: https://issues.apache.org/jira/browse/BEAM-9291
> Project: Beam
>  Issue Type: Improvement
>  Components: runner-dataflow
>Reporter: Radosław Stankiewicz
>Assignee: Radosław Stankiewicz
>Priority: Minor
>  Time Spent: 5h 40m
>  Remaining Estimate: 0h
>
> upload_graph option is not supported in Dataflow's Python SDK so there is no 
> workaround for large graphs. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-9329) Support request of schemas by version on KafkaIO + Confluent Schema Registry

2020-02-17 Thread Jira


 [ 
https://issues.apache.org/jira/browse/BEAM-9329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ismaël Mejía updated BEAM-9329:
---
Status: Open  (was: Triage Needed)

> Support request of schemas by version on KafkaIO + Confluent Schema Registry
> 
>
> Key: BEAM-9329
> URL: https://issues.apache.org/jira/browse/BEAM-9329
> Project: Beam
>  Issue Type: Improvement
>  Components: io-java-kafka
>Reporter: Ismaël Mejía
>Assignee: Ismaël Mejía
>Priority: Minor
>
> BEAM-7310 introduced support to get Avro Schemas from Confluent Schema 
> Registry as part of KafkaIO. By default it always takes the latest (most 
> recent) version of the Schema. It would be nice to allow users to also 
> request specific versions of the Schema.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-9329) Support request of schemas by version on KafkaIO + Confluent Schema Registry

2020-02-17 Thread Jira


 [ 
https://issues.apache.org/jira/browse/BEAM-9329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ismaël Mejía updated BEAM-9329:
---
Fix Version/s: 2.20.0

> Support request of schemas by version on KafkaIO + Confluent Schema Registry
> 
>
> Key: BEAM-9329
> URL: https://issues.apache.org/jira/browse/BEAM-9329
> Project: Beam
>  Issue Type: Improvement
>  Components: io-java-kafka
>Reporter: Ismaël Mejía
>Assignee: Ismaël Mejía
>Priority: Minor
> Fix For: 2.20.0
>
>
> BEAM-7310 introduced support to get Avro Schemas from Confluent Schema 
> Registry as part of KafkaIO. By default it always takes the latest (most 
> recent) version of the Schema. It would be nice to allow users to also 
> request specific versions of the Schema.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-9330) Add support for Protobuf and JSON Schema on KafkaIO + Confluent Schema Registry

2020-02-17 Thread Jira


 [ 
https://issues.apache.org/jira/browse/BEAM-9330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ismaël Mejía updated BEAM-9330:
---
Status: Open  (was: Triage Needed)

> Add support for Protobuf and JSON Schema on KafkaIO + Confluent Schema 
> Registry
> ---
>
> Key: BEAM-9330
> URL: https://issues.apache.org/jira/browse/BEAM-9330
> Project: Beam
>  Issue Type: Improvement
>  Components: io-java-kafka
>Reporter: Ismaël Mejía
>Assignee: Ismaël Mejía
>Priority: Minor
>
> Confluent Schema Registry 6 introduces support for other Schema types like 
> Protobuf and JSON Schema. We should adapt KafkaIO to obtain the type of 
> Schema and configure correctly its Deserializer and Coder.
> Protobuf support
> https://github.com/confluentinc/schema-registry/pull/1285
> JSON Schema support
> [https://github.com/confluentinc/schema-registry/pull/1289]
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (BEAM-9330) Add support for Protobuf and JSON Schema on KafkaIO + Confluent Schema Registry

2020-02-17 Thread Jira
Ismaël Mejía created BEAM-9330:
--

 Summary: Add support for Protobuf and JSON Schema on KafkaIO + 
Confluent Schema Registry
 Key: BEAM-9330
 URL: https://issues.apache.org/jira/browse/BEAM-9330
 Project: Beam
  Issue Type: Improvement
  Components: io-java-kafka
Reporter: Ismaël Mejía
Assignee: Ismaël Mejía


Confluent Schema Registry 6 introduces support for other Schema types like
Protobuf and JSON Schema. We should adapt KafkaIO to obtain the type of Schema
and configure correctly its Deserializer and Coder.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-9330) Add support for Protobuf and JSON Schema on KafkaIO + Confluent Schema Registry

2020-02-17 Thread Jira


 [ 
https://issues.apache.org/jira/browse/BEAM-9330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ismaël Mejía updated BEAM-9330:
---
Description: 
Confluent Schema Registry 6 introduces support for other Schema types like 
Protobuf and JSON Schema. We should adapt KafkaIO to obtain the type of Schema 
and configure correctly its Deserializer and Coder.

Protobuf support
https://github.com/confluentinc/schema-registry/pull/1285
JSON Schema support
[https://github.com/confluentinc/schema-registry/pull/1289]

 

  was:
Confluent Schema Registry 6 introduces support for other Schema types like
Protobuf and JSON Schema. We should adapt KafkaIO to obtain the type of Schema
and configure correctly its Deserializer and Coder.


> Add support for Protobuf and JSON Schema on KafkaIO + Confluent Schema 
> Registry
> ---
>
> Key: BEAM-9330
> URL: https://issues.apache.org/jira/browse/BEAM-9330
> Project: Beam
>  Issue Type: Improvement
>  Components: io-java-kafka
>Reporter: Ismaël Mejía
>Assignee: Ismaël Mejía
>Priority: Minor
>
> Confluent Schema Registry 6 introduces support for other Schema types like 
> Protobuf and JSON Schema. We should adapt KafkaIO to obtain the type of 
> Schema and configure correctly its Deserializer and Coder.
> Protobuf support
> https://github.com/confluentinc/schema-registry/pull/1285
> JSON Schema support
> [https://github.com/confluentinc/schema-registry/pull/1289]
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (BEAM-9329) Support request of schemas by version on KafkaIO + Confluent Schema Registry

2020-02-17 Thread Jira
Ismaël Mejía created BEAM-9329:
--

 Summary: Support request of schemas by version on KafkaIO + 
Confluent Schema Registry
 Key: BEAM-9329
 URL: https://issues.apache.org/jira/browse/BEAM-9329
 Project: Beam
  Issue Type: Improvement
  Components: io-java-kafka
Reporter: Ismaël Mejía
Assignee: Ismaël Mejía


BEAM-7310 introduced support to get Avro Schemas from Confluent Schema Registry 
as part of KafkaIO. By default it always takes the latest (most recent) version 
of the Schema. It would be nice to allow users to also request specific 
versions of the Schema.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (BEAM-9327) Avoid creating a new accumulator for each add input in Combine translation

2020-02-17 Thread Etienne Chauchot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Etienne Chauchot reassigned BEAM-9327:
--

Assignee: Etienne Chauchot

> Avoid creating a new accumulator for each add input in Combine translation
> --
>
> Key: BEAM-9327
> URL: https://issues.apache.org/jira/browse/BEAM-9327
> Project: Beam
>  Issue Type: Improvement
>  Components: runner-spark
>Reporter: Etienne Chauchot
>Assignee: Etienne Chauchot
>Priority: Major
>  Labels: structured-streaming
>
> similar to latest inprovement in the current runner. See: 
> [https://www.youtube.com/watch?v=ZIFtmx8nBow=721s] min 12



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-7304) Twister2 Beam runner

2020-02-17 Thread Pulasthi Wickramasinghe (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-7304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pulasthi Wickramasinghe updated BEAM-7304:
--
Description: 
Twister2 is a big data framework which supports both batch and stream 
processing [1] [2]. The goal is to develop an beam runner for Twister2. 

[1] [https://github.com/DSC-SPIDAL/twister2]

[2] [https://twister2.org/]

  was:
Twister2 is a big data framework which supports both batch and stream 
processing [1] [2]. The goal is to develop an beam runner for Twister2. 

[1] [https://github.com/DSC-SPIDAL/twister2]

[2] [https://twister2.gitbook.io/twister2/]


> Twister2 Beam runner
> 
>
> Key: BEAM-7304
> URL: https://issues.apache.org/jira/browse/BEAM-7304
> Project: Beam
>  Issue Type: New Feature
>  Components: runner-ideas
>Reporter: Pulasthi Wickramasinghe
>Assignee: Pulasthi Wickramasinghe
>Priority: Minor
>
> Twister2 is a big data framework which supports both batch and stream 
> processing [1] [2]. The goal is to develop an beam runner for Twister2. 
> [1] [https://github.com/DSC-SPIDAL/twister2]
> [2] [https://twister2.org/]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-9258) [Python] PTransform that connects to Cloud DLP deidentification service

2020-02-17 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9258?focusedWorklogId=388389=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-388389
 ]

ASF GitHub Bot logged work on BEAM-9258:


Author: ASF GitHub Bot
Created on: 17/Feb/20 12:57
Start Date: 17/Feb/20 12:57
Worklog Time Spent: 10m 
  Work Description: mwalenia commented on issue #10849: [BEAM-9258] 
Integrate Google Cloud Data loss prevention functionality for Python SDK
URL: https://github.com/apache/beam/pull/10849#issuecomment-586981182
 
 
   @aaltay Thanks for your suggestions, I added the `project` param back to the 
classes. WDYT now?
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 388389)
Time Spent: 3h  (was: 2h 50m)

> [Python] PTransform that connects to Cloud DLP deidentification service
> ---
>
> Key: BEAM-9258
> URL: https://issues.apache.org/jira/browse/BEAM-9258
> Project: Beam
>  Issue Type: Sub-task
>  Components: io-py-gcp
>Reporter: Michał Walenia
>Assignee: Michał Walenia
>Priority: Major
>  Time Spent: 3h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (BEAM-8972) Add a Jenkins job running Combine load test on Java with Flink in Portability mode

2020-02-17 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8972?focusedWorklogId=388383=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-388383
 ]

ASF GitHub Bot logged work on BEAM-8972:


Author: ASF GitHub Bot
Created on: 17/Feb/20 12:51
Start Date: 17/Feb/20 12:51
Worklog Time Spent: 10m 
  Work Description: lukecwik commented on issue #10386: [BEAM-8972] Add 
Jenkins job with Combine test for portable Java
URL: https://github.com/apache/beam/pull/10386#issuecomment-580813843
 
 
   Thinking about it more, the less that we have to configure manually within
   Jenkins the better.
   Just make them make them constants declared in one central location so it's
   easy to change.
   
   On Fri, Jan 31, 2020 at 3:54 AM Michal Walenia 
   wrote:
   
   > @lukecwik  It seems that setting the Java
   > home path from the CWiki broke the build - Gradle daemon experiences a
   > context mismatch and doesn't work.
   >
   > I'll change the paths back to working ones.
   >
   > Do you think we should add an Infra ticket to set env variables to java
   > home paths? Or should we wait for Beam exclusive Jenkins and manage the
   > envs there?
   >
   > —
   > You are receiving this because you were mentioned.
   > Reply to this email directly, view it on GitHub
   > 
,
   > or unsubscribe
   > 

   > .
   >
   
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 388383)
Time Spent: 12h 40m  (was: 12.5h)

> Add a Jenkins job running Combine load test on Java with Flink in Portability 
> mode
> --
>
> Key: BEAM-8972
> URL: https://issues.apache.org/jira/browse/BEAM-8972
> Project: Beam
>  Issue Type: Improvement
>  Components: testing
>Reporter: Michał Walenia
>Assignee: Michał Walenia
>Priority: Minor
>  Time Spent: 12h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (BEAM-9324) Python SDK Incompatibility with Cython

2020-02-17 Thread Jira


[ 
https://issues.apache.org/jira/browse/BEAM-9324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17038311#comment-17038311
 ] 

Ismaël Mejía commented on BEAM-9324:


[~robertwb] any ideas/hints?

> Python SDK Incompatibility with Cython
> --
>
> Key: BEAM-9324
> URL: https://issues.apache.org/jira/browse/BEAM-9324
> Project: Beam
>  Issue Type: Bug
>  Components: beam-community, beam-model, examples-python, 
> runner-core, sdk-py-core
>Affects Versions: 2.19.0
>Reporter: Tommy Yong
>Priority: Major
>
> When executing a sample apache beam pipeline, the following error appears:
> {code:java}
> TypeError: Receiver() takes no argument
> {code}
> Full-stack trace: 
> [https://stackoverflow.com/questions/60052098/apache-beam-on-python-typeerror-receiver-takes-no-arguments/60058770?noredirect=1#comment106234439_60058770]
> The error appears to come from Cython packages/modules. However, after 
> uninstalling Cython, the error goes away. Appears to have some sort of 
> incompatibility with Cython.
> {{}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-9322) Python SDK ignores manually set PCollection tags

2020-02-17 Thread Jira


 [ 
https://issues.apache.org/jira/browse/BEAM-9322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ismaël Mejía updated BEAM-9322:
---
Status: Open  (was: Triage Needed)

> Python SDK ignores manually set PCollection tags
> 
>
> Key: BEAM-9322
> URL: https://issues.apache.org/jira/browse/BEAM-9322
> Project: Beam
>  Issue Type: Bug
>  Components: sdk-py-core
>Reporter: Sam Rohde
>Assignee: Sam Rohde
>Priority: Major
>
> The Python SDK currently ignores any tags set on PCollections manually when 
> applying PTransforms when adding the PCollection to the PTransform 
> [outputs|[https://github.com/apache/beam/blob/688a4ea53f315ec2aa2d37602fd78496fca8bb4f/sdks/python/apache_beam/pipeline.py#L595]].
>  In the 
> [add_output|[https://github.com/apache/beam/blob/688a4ea53f315ec2aa2d37602fd78496fca8bb4f/sdks/python/apache_beam/pipeline.py#L872]]
>  method, the tag is set to None for all PValues, meaning the output tags are 
> set to an enumeration index over the PCollection outputs. The tags are not 
> propagated to correctly which can be a problem on relying on the output 
> PCollection tags to match the user set values.
> The fix is to correct BEAM-1833, and always pass in the tags. However, that 
> doesn't fix the problem for nested PCollections. If you have a dict of lists 
> of PCollections, what should their tags be correctly set to? In order to fix 
> this, first propagate the correct tag then talk with the community about the 
> best auto-generated tags.
> Some users may rely on the old implementation, so a flag will be created: 
> "force_generated_pcollection_output_ids" and be default set to False. If 
> True, this will go to the old implementation and generate tags for 
> PCollections.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (BEAM-9324) Python SDK Incompatibility with Cython

2020-02-17 Thread Jira


 [ 
https://issues.apache.org/jira/browse/BEAM-9324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ismaël Mejía reassigned BEAM-9324:
--

Assignee: (was: Aizhamal Nurmamat kyzy)

> Python SDK Incompatibility with Cython
> --
>
> Key: BEAM-9324
> URL: https://issues.apache.org/jira/browse/BEAM-9324
> Project: Beam
>  Issue Type: Bug
>  Components: beam-community, beam-model, examples-python, 
> runner-core, sdk-py-core
>Affects Versions: 2.19.0
>Reporter: Tommy Yong
>Priority: Major
>
> When executing a sample apache beam pipeline, the following error appears:
> {code:java}
> TypeError: Receiver() takes no argument
> {code}
> Full-stack trace: 
> [https://stackoverflow.com/questions/60052098/apache-beam-on-python-typeerror-receiver-takes-no-arguments/60058770?noredirect=1#comment106234439_60058770]
> The error appears to come from Cython packages/modules. However, after 
> uninstalling Cython, the error goes away. Appears to have some sort of 
> incompatibility with Cython.
> {{}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-8002) Beam Dependency Update Request: Gradle:

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8002:

Description: 


 - 2019-08-19 12:04:19.192688 -

Please consider upgrading the dependency Gradle:. 

The current version is 5.2.1. The latest version is 5.6 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-08-26 12:04:17.802062 -

Please consider upgrading the dependency Gradle:. 

The current version is 5.2.1. The latest version is 5.6 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-09-02 12:04:53.057461 -

Please consider upgrading the dependency Gradle:. 

The current version is 5.2.1. The latest version is 5.6.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-09-09 12:03:53.298241 -

Please consider upgrading the dependency Gradle:. 

The current version is 5.2.1. The latest version is 5.6.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-09-16 12:03:47.037326 -

Please consider upgrading the dependency Gradle:. 

The current version is 5.2.1. The latest version is 5.6.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-09-23 12:04:12.360299 -

Please consider upgrading the dependency Gradle:. 

The current version is 5.2.1. The latest version is 5.6.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-09-30 12:05:19.680040 -

Please consider upgrading the dependency Gradle:. 

The current version is 5.2.1. The latest version is 5.6.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-10-07 12:04:48.065365 -

Please consider upgrading the dependency Gradle:. 

The current version is 5.2.1. The latest version is 5.6.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-10-14 12:04:37.533903 -

Please consider upgrading the dependency Gradle:. 

The current version is 5.2.1. The latest version is 5.6.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-10-21 12:05:15.993810 -

Please consider upgrading the dependency Gradle:. 

The current version is 5.2.1 -> 5.6.3. The latest version is 6.0-rc-1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-10-28 12:07:10.976374 -

Please consider upgrading the dependency Gradle:. 

The current version is 5.2.1 -> 5.6.3. The latest version is 6.0-rc-1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-04 12:05:57.793513 -

Please consider upgrading the dependency Gradle:. 

The current version is 5.2.1. The latest version is 5.6.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-11 12:05:24.076889 -

Please consider upgrading the dependency Gradle:. 

The current version is 5.2.1. The latest version is 6.0 

cc: 
 Please refer to [Beam 

[jira] [Updated] (BEAM-6901) Beam Dependency Update Request: sqlline:sqlline

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-6901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-6901:

Description: 


 - 2019-03-25 04:23:12.026437 -

Please consider upgrading the dependency sqlline:sqlline. 

The current version is 1.4.0. The latest version is 1.7.0 

cc: [~kenn], [~kedin], [~apilloud], [~amaliujia], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-04-01 12:15:11.859956 -

Please consider upgrading the dependency sqlline:sqlline. 

The current version is 1.4.0. The latest version is 1.7.0 

cc: [~kenn], [~kedin], [~apilloud], [~amaliujia], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-04-08 12:15:43.829522 -

Please consider upgrading the dependency sqlline:sqlline. 

The current version is 1.4.0. The latest version is 1.7.0 

cc: [~kenn], [~kedin], [~apilloud], [~amaliujia], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-04-15 12:35:59.407782 -

Please consider upgrading the dependency sqlline:sqlline. 

The current version is 1.4.0. The latest version is 1.7.0 

cc: [~kenn], [~kedin], [~apilloud], [~amaliujia], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-04-22 12:13:31.922817 -

Please consider upgrading the dependency sqlline:sqlline. 

The current version is 1.4.0. The latest version is 1.7.0 

cc: [~kenn], [~kedin], [~apilloud], [~amaliujia], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-12 22:55:03.099214 -

Please consider upgrading the dependency sqlline:sqlline. 

The current version is 1.4.0. The latest version is 1.9.0 

cc: [~kenn], [~kedin], [~apilloud], [~amaliujia], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-12 23:32:43.232674 -

Please consider upgrading the dependency sqlline:sqlline. 

The current version is 1.4.0. The latest version is 1.9.0 

cc: [~kenn], [~kedin], [~apilloud], [~amaliujia], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-15 19:48:15.961831 -

Please consider upgrading the dependency sqlline:sqlline. 

The current version is 1.4.0. The latest version is 1.9.0 

cc: [~kenn], [~kedin], [~apilloud], [~amaliujia], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-18 12:13:32.145836 -

Please consider upgrading the dependency sqlline:sqlline. 

The current version is 1.4.0. The latest version is 1.9.0 

cc: [~kenn], [~kedin], [~apilloud], [~amaliujia], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-18 20:50:42.825702 -

Please consider upgrading the dependency sqlline:sqlline. 

The current version is 1.4.0. The latest version is 1.9.0 

cc: [~kenn], [~kedin], [~apilloud], [~amaliujia], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 20:08:43.049616 -

Please consider upgrading the dependency sqlline:sqlline. 

The current version is 1.4.0. The latest version is 1.9.0 

cc: [~kenn], [~kedin], [~apilloud], [~amaliujia], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:16:52.815933 

[jira] [Updated] (BEAM-5577) Beam Dependency Update Request: org.mongodb:mongo-java-driver

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5577:

Description: 


 - 2018-10-01 19:31:53.116006 -

Please consider upgrading the dependency org.mongodb:mongo-java-driver. 

The current version is 3.2.2. The latest version is 3.8.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:19:50.933043 -

Please consider upgrading the dependency org.mongodb:mongo-java-driver. 

The current version is 3.2.2. The latest version is 3.8.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-15 12:13:43.378953 -

Please consider upgrading the dependency org.mongodb:mongo-java-driver. 

The current version is 3.2.2. The latest version is 3.8.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:14:02.941839 -

Please consider upgrading the dependency org.mongodb:mongo-java-driver. 

The current version is 3.2.2. The latest version is 3.8.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:18:53.503708 -

Please consider upgrading the dependency org.mongodb:mongo-java-driver. 

The current version is 3.2.2. The latest version is 3.8.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:15:38.415073 -

Please consider upgrading the dependency org.mongodb:mongo-java-driver. 

The current version is 3.2.2. The latest version is 3.8.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:15:38.514349 -

Please consider upgrading the dependency org.mongodb:mongo-java-driver. 

The current version is 3.2.2. The latest version is 3.9.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:16:19.793075 -

Please consider upgrading the dependency org.mongodb:mongo-java-driver. 

The current version is 3.2.2. The latest version is 3.9.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:15:20.150770 -

Please consider upgrading the dependency org.mongodb:mongo-java-driver. 

The current version is 3.2.2. The latest version is 3.9.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:23:04.576425 -

Please consider upgrading the dependency org.mongodb:mongo-java-driver. 

The current version is 3.9.1. The latest version is 3.12.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:17:39.058418 -

Please consider upgrading the dependency org.mongodb:mongo-java-driver. 

The current version is 3.9.1. The latest version is 3.12.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:21:11.689590 -

Please consider upgrading the dependency org.mongodb:mongo-java-driver. 

The current version is 3.9.1. The latest version is 3.12.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 

[jira] [Updated] (BEAM-8724) Beam Dependency Update Request: org.slf4j:slf4j-simple

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8724:

Description: 


 - 2019-11-15 19:47:47.257481 -

Please consider upgrading the dependency org.slf4j:slf4j-simple. 

The current version is 1.7.25. The latest version is 2.0.0-alpha1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:16:07.039581 -

Please consider upgrading the dependency org.slf4j:slf4j-simple. 

The current version is 1.7.25. The latest version is 2.0.0-alpha1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:23:10.542496 -

Please consider upgrading the dependency org.slf4j:slf4j-simple. 

The current version is 1.7.25. The latest version is 2.0.0-alpha1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:22:42.211988 -

Please consider upgrading the dependency org.slf4j:slf4j-simple. 

The current version is 1.7.25. The latest version is 2.0.0-alpha1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:23:29.735248 -

Please consider upgrading the dependency org.slf4j:slf4j-simple. 

The current version is 1.7.25. The latest version is 2.0.0-alpha1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:18:02.884139 -

Please consider upgrading the dependency org.slf4j:slf4j-simple. 

The current version is 1.7.25. The latest version is 2.0.0-alpha1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:21:34.655808 -

Please consider upgrading the dependency org.slf4j:slf4j-simple. 

The current version is 1.7.25. The latest version is 2.0.0-alpha1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:21:24.435761 -

Please consider upgrading the dependency org.slf4j:slf4j-simple. 

The current version is 1.7.25. The latest version is 2.0.0-alpha1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:18:55.428490 -

Please consider upgrading the dependency org.slf4j:slf4j-simple. 

The current version is 1.7.25. The latest version is 2.0.0-alpha1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:20:07.953348 -

Please consider upgrading the dependency org.slf4j:slf4j-simple. 

The current version is 1.7.25. The latest version is 2.0.0-alpha1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:21:13.476424 -

Please consider upgrading the dependency org.slf4j:slf4j-simple. 

The current version is 1.7.25. The latest version is 2.0.0-alpha1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:18:55.543896 -

Please consider upgrading the dependency org.slf4j:slf4j-simple. 

The current version is 1.7.25. The latest version is 2.0.0-alpha1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 

[jira] [Updated] (BEAM-8723) Beam Dependency Update Request: org.postgresql:postgresql

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8723:

Description: 


 - 2019-11-15 19:47:37.517620 -

Please consider upgrading the dependency org.postgresql:postgresql. 

The current version is 42.2.2. The latest version is 42.2.8 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:15:53.175329 -

Please consider upgrading the dependency org.postgresql:postgresql. 

The current version is 42.2.2. The latest version is 42.2.8 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:22:55.910553 -

Please consider upgrading the dependency org.postgresql:postgresql. 

The current version is 42.2.2. The latest version is 42.2.8 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:22:27.862221 -

Please consider upgrading the dependency org.postgresql:postgresql. 

The current version is 42.2.2. The latest version is 42.2.9 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:23:15.528808 -

Please consider upgrading the dependency org.postgresql:postgresql. 

The current version is 42.2.2. The latest version is 42.2.9 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:17:48.399081 -

Please consider upgrading the dependency org.postgresql:postgresql. 

The current version is 42.2.2. The latest version is 42.2.9 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:21:20.484055 -

Please consider upgrading the dependency org.postgresql:postgresql. 

The current version is 42.2.2. The latest version is 42.2.9 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:21:09.820006 -

Please consider upgrading the dependency org.postgresql:postgresql. 

The current version is 42.2.2. The latest version is 42.2.9 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:18:41.433568 -

Please consider upgrading the dependency org.postgresql:postgresql. 

The current version is 42.2.2. The latest version is 42.2.9 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:19:40.983135 -

Please consider upgrading the dependency org.postgresql:postgresql. 

The current version is 42.2.2. The latest version is 42.2.9 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:20:59.180217 -

Please consider upgrading the dependency org.postgresql:postgresql. 

The current version is 42.2.2. The latest version is 42.2.9 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:18:40.858097 -

Please consider upgrading the dependency org.postgresql:postgresql. 

The current version is 42.2.2. The latest 

[jira] [Updated] (BEAM-8928) Beam Dependency Update Request: ru.yandex.clickhouse:clickhouse-jdbc

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8928:

Description: 


 - 2019-12-09 12:23:04.385538 -

Please consider upgrading the dependency 
ru.yandex.clickhouse:clickhouse-jdbc. 

The current version is 0.1.47. The latest version is 0.2.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:23:48.655753 -

Please consider upgrading the dependency 
ru.yandex.clickhouse:clickhouse-jdbc. 

The current version is 0.1.47. The latest version is 0.2.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:18:22.680137 -

Please consider upgrading the dependency 
ru.yandex.clickhouse:clickhouse-jdbc. 

The current version is 0.1.47. The latest version is 0.2.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:21:53.947962 -

Please consider upgrading the dependency 
ru.yandex.clickhouse:clickhouse-jdbc. 

The current version is 0.1.47. The latest version is 0.2.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:21:43.636323 -

Please consider upgrading the dependency 
ru.yandex.clickhouse:clickhouse-jdbc. 

The current version is 0.1.47. The latest version is 0.2.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:19:14.444686 -

Please consider upgrading the dependency 
ru.yandex.clickhouse:clickhouse-jdbc. 

The current version is 0.1.47. The latest version is 0.2.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:20:31.366988 -

Please consider upgrading the dependency 
ru.yandex.clickhouse:clickhouse-jdbc. 

The current version is 0.1.47. The latest version is 0.2.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:21:39.891887 -

Please consider upgrading the dependency 
ru.yandex.clickhouse:clickhouse-jdbc. 

The current version is 0.1.47. The latest version is 0.2.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:19:22.433805 -

Please consider upgrading the dependency 
ru.yandex.clickhouse:clickhouse-jdbc. 

The current version is 0.1.47. The latest version is 0.2.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:19:56.678720 -

Please consider upgrading the dependency 
ru.yandex.clickhouse:clickhouse-jdbc. 

The current version is 0.1.47. The latest version is 0.2.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 - 2019-12-09 12:23:04.385538 -

Please consider upgrading the dependency 
ru.yandex.clickhouse:clickhouse-jdbc. 

The current version is 0.1.47. The latest version is 0.2.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:23:48.655753 -

Please consider upgrading the dependency 
ru.yandex.clickhouse:clickhouse-jdbc. 

The current version is 0.1.47. The latest version is 0.2.2 

cc: 
 Please refer to [Beam Dependency Guide 

[jira] [Updated] (BEAM-9196) Beam Dependency Update Request: org.testcontainers:clickhouse

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-9196:

Description: 


 - 2020-01-27 12:20:20.434377 -

Please consider upgrading the dependency org.testcontainers:clickhouse. 

The current version is 1.10.5. The latest version is 1.12.5 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:21:24.767454 -

Please consider upgrading the dependency org.testcontainers:clickhouse. 

The current version is 1.10.5. The latest version is 1.12.5 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:19:07.558752 -

Please consider upgrading the dependency org.testcontainers:clickhouse. 

The current version is 1.10.5. The latest version is 1.12.5 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:19:41.789094 -

Please consider upgrading the dependency org.testcontainers:clickhouse. 

The current version is 1.10.5. The latest version is 1.12.5 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 - 2020-01-27 12:20:20.434377 -

Please consider upgrading the dependency org.testcontainers:clickhouse. 

The current version is 1.10.5. The latest version is 1.12.5 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:21:24.767454 -

Please consider upgrading the dependency org.testcontainers:clickhouse. 

The current version is 1.10.5. The latest version is 1.12.5 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:19:07.558752 -

Please consider upgrading the dependency org.testcontainers:clickhouse. 

The current version is 1.10.5. The latest version is 1.12.5 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 



> Beam Dependency Update Request: org.testcontainers:clickhouse
> -
>
> Key: BEAM-9196
> URL: https://issues.apache.org/jira/browse/BEAM-9196
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Priority: Major
>
>  - 2020-01-27 12:20:20.434377 
> -
> Please consider upgrading the dependency 
> org.testcontainers:clickhouse. 
> The current version is 1.10.5. The latest version is 1.12.5 
> cc: 
>  Please refer to [Beam Dependency Guide 
> |https://beam.apache.org/contribute/dependencies/]for more information. 
> Do Not Modify The Description Above. 
>  - 2020-02-03 12:21:24.767454 
> -
> Please consider upgrading the dependency 
> org.testcontainers:clickhouse. 
> The current version is 1.10.5. The latest version is 1.12.5 
> cc: 
>  Please refer to [Beam Dependency Guide 
> |https://beam.apache.org/contribute/dependencies/]for more information. 
> Do Not Modify The Description Above. 
>  - 2020-02-10 12:19:07.558752 
> -
> Please consider upgrading the dependency 
> org.testcontainers:clickhouse. 
> The current version is 1.10.5. The latest version is 1.12.5 
> cc: 
>  Please refer to [Beam Dependency Guide 
> |https://beam.apache.org/contribute/dependencies/]for more information. 
> Do Not Modify The Description Above. 
>  - 2020-02-17 12:19:41.789094 
> -
> Please consider upgrading the dependency 
> org.testcontainers:clickhouse. 
> The current version is 1.10.5. The latest version is 1.12.5 
> cc: 
>  Please refer to [Beam Dependency Guide 
> 

[jira] [Updated] (BEAM-8726) Beam Dependency Update Request: org.xerial.snappy:snappy-java

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8726:

Description: 


 - 2019-11-15 19:47:57.926453 -

Please consider upgrading the dependency org.xerial.snappy:snappy-java. 

The current version is 1.1.4. The latest version is 1.1.7.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:16:20.157675 -

Please consider upgrading the dependency org.xerial.snappy:snappy-java. 

The current version is 1.1.4. The latest version is 1.1.7.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:23:23.009498 -

Please consider upgrading the dependency org.xerial.snappy:snappy-java. 

The current version is 1.1.4. The latest version is 1.1.7.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:22:55.693773 -

Please consider upgrading the dependency org.xerial.snappy:snappy-java. 

The current version is 1.1.4. The latest version is 1.1.7.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:23:41.447596 -

Please consider upgrading the dependency org.xerial.snappy:snappy-java. 

The current version is 1.1.4. The latest version is 1.1.7.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:18:14.805098 -

Please consider upgrading the dependency org.xerial.snappy:snappy-java. 

The current version is 1.1.4. The latest version is 1.1.7.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:21:46.304893 -

Please consider upgrading the dependency org.xerial.snappy:snappy-java. 

The current version is 1.1.4. The latest version is 1.1.7.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:21:36.274037 -

Please consider upgrading the dependency org.xerial.snappy:snappy-java. 

The current version is 1.1.4. The latest version is 1.1.7.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:19:07.253081 -

Please consider upgrading the dependency org.xerial.snappy:snappy-java. 

The current version is 1.1.4. The latest version is 1.1.7.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:20:24.025974 -

Please consider upgrading the dependency org.xerial.snappy:snappy-java. 

The current version is 1.1.4. The latest version is 1.1.7.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:21:32.168257 -

Please consider upgrading the dependency org.xerial.snappy:snappy-java. 

The current version is 1.1.4. The latest version is 1.1.7.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:19:15.011894 -

Please consider upgrading the dependency org.xerial.snappy:snappy-java. 

The current version is 1.1.4. The latest version is 1.1.7.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The 

[jira] [Updated] (BEAM-9110) Beam Dependency Update Request: org.jboss.marshalling:jboss-marshalling

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-9110:

Description: 


 - 2020-01-13 12:20:39.162035 -

Please consider upgrading the dependency 
org.jboss.marshalling:jboss-marshalling. 

The current version is 1.4.11.Final. The latest version is 2.0.9.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:18:15.211191 -

Please consider upgrading the dependency 
org.jboss.marshalling:jboss-marshalling. 

The current version is 1.4.11.Final. The latest version is 2.0.9.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:19:14.733605 -

Please consider upgrading the dependency 
org.jboss.marshalling:jboss-marshalling. 

The current version is 1.4.11.Final. The latest version is 2.0.9.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:20:33.276170 -

Please consider upgrading the dependency 
org.jboss.marshalling:jboss-marshalling. 

The current version is 1.4.11.Final. The latest version is 2.0.9.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:18:15.435765 -

Please consider upgrading the dependency 
org.jboss.marshalling:jboss-marshalling. 

The current version is 1.4.11.Final. The latest version is 2.0.9.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:18:49.984066 -

Please consider upgrading the dependency 
org.jboss.marshalling:jboss-marshalling. 

The current version is 1.4.11.Final. The latest version is 2.0.9.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 - 2020-01-13 12:20:39.162035 -

Please consider upgrading the dependency 
org.jboss.marshalling:jboss-marshalling. 

The current version is 1.4.11.Final. The latest version is 2.0.9.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:18:15.211191 -

Please consider upgrading the dependency 
org.jboss.marshalling:jboss-marshalling. 

The current version is 1.4.11.Final. The latest version is 2.0.9.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:19:14.733605 -

Please consider upgrading the dependency 
org.jboss.marshalling:jboss-marshalling. 

The current version is 1.4.11.Final. The latest version is 2.0.9.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:20:33.276170 -

Please consider upgrading the dependency 
org.jboss.marshalling:jboss-marshalling. 

The current version is 1.4.11.Final. The latest version is 2.0.9.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:18:15.435765 -

Please consider upgrading the dependency 
org.jboss.marshalling:jboss-marshalling. 

The current version is 1.4.11.Final. The latest version is 2.0.9.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 



> Beam Dependency Update Request: org.jboss.marshalling:jboss-marshalling
> 

[jira] [Updated] (BEAM-5551) Beam Dependency Update Request: org.elasticsearch:elasticsearch-hadoop

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5551:

Description: 


 - 2018-10-01 19:30:14.876535 -

Please consider upgrading the dependency 
org.elasticsearch:elasticsearch-hadoop. 

The current version is 5.0.0. The latest version is 6.4.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:16:54.276690 -

Please consider upgrading the dependency 
org.elasticsearch:elasticsearch-hadoop. 

The current version is 5.0.0. The latest version is 6.4.2 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-15 12:11:33.317764 -

Please consider upgrading the dependency 
org.elasticsearch:elasticsearch-hadoop. 

The current version is 5.0.0. The latest version is 6.4.2 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:11:22.408698 -

Please consider upgrading the dependency 
org.elasticsearch:elasticsearch-hadoop. 

The current version is 5.0.0. The latest version is 6.4.2 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:13:36.588552 -

Please consider upgrading the dependency 
org.elasticsearch:elasticsearch-hadoop. 

The current version is 5.0.0. The latest version is 6.4.2 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:12:20.114978 -

Please consider upgrading the dependency 
org.elasticsearch:elasticsearch-hadoop. 

The current version is 5.0.0. The latest version is 6.4.2 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:12:11.983383 -

Please consider upgrading the dependency 
org.elasticsearch:elasticsearch-hadoop. 

The current version is 5.0.0. The latest version is 6.4.3 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:13:00.354059 -

Please consider upgrading the dependency 
org.elasticsearch:elasticsearch-hadoop. 

The current version is 5.0.0. The latest version is 7.0.0-alpha1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:12:07.620947 -

Please consider upgrading the dependency 
org.elasticsearch:elasticsearch-hadoop. 

The current version is 5.0.0. The latest version is 7.0.0-alpha1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:12:26.756619 -

Please consider upgrading the dependency 
org.elasticsearch:elasticsearch-hadoop. 

The current version is 5.0.0. The latest version is 7.0.0-alpha1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:14:47.418801 -

Please consider upgrading the dependency 
org.elasticsearch:elasticsearch-hadoop. 

The current version is 5.0.0. The latest version is 7.0.0-alpha1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-17 

[jira] [Updated] (BEAM-8644) Beam Dependency Update Request: org.freemarker:freemarker

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8644:

Description: 


 - 2019-11-12 22:54:18.472454 -

Please consider upgrading the dependency org.freemarker:freemarker. 

The current version is 2.3.28. The latest version is 2.3.29 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:15:39.185121 -

Please consider upgrading the dependency org.freemarker:freemarker. 

The current version is 2.3.28. The latest version is 2.3.29 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:22:41.530326 -

Please consider upgrading the dependency org.freemarker:freemarker. 

The current version is 2.3.28. The latest version is 2.3.29 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:22:15.167965 -

Please consider upgrading the dependency org.freemarker:freemarker. 

The current version is 2.3.28. The latest version is 2.3.29 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:22:53.148923 -

Please consider upgrading the dependency org.freemarker:freemarker. 

The current version is 2.3.28. The latest version is 2.3.29 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:17:29.309875 -

Please consider upgrading the dependency org.freemarker:freemarker. 

The current version is 2.3.28. The latest version is 2.3.29 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:21:01.972648 -

Please consider upgrading the dependency org.freemarker:freemarker. 

The current version is 2.3.28. The latest version is 2.3.29 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:20:30.044886 -

Please consider upgrading the dependency org.freemarker:freemarker. 

The current version is 2.3.28. The latest version is 2.3.29 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:18:07.682746 -

Please consider upgrading the dependency org.freemarker:freemarker. 

The current version is 2.3.28. The latest version is 2.3.29 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:19:07.123214 -

Please consider upgrading the dependency org.freemarker:freemarker. 

The current version is 2.3.28. The latest version is 2.3.29 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:20:25.404910 -

Please consider upgrading the dependency org.freemarker:freemarker. 

The current version is 2.3.28. The latest version is 2.3.29 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:18:07.721209 -

Please consider upgrading the dependency org.freemarker:freemarker. 

The current version is 2.3.28. The latest version is 2.3.29 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 

[jira] [Updated] (BEAM-5595) Beam Dependency Update Request: org.elasticsearch.client:transport

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5595:

Description: 


 - 2018-10-01 19:32:41.617633 -

Please consider upgrading the dependency 
org.elasticsearch.client:transport. 

The current version is 5.0.0. The latest version is 6.4.1 

cc: [~echauchot], [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:21:34.320882 -

Please consider upgrading the dependency 
org.elasticsearch.client:transport. 

The current version is 5.0.0. The latest version is 6.4.2 

cc: [~echauchot], [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-15 12:14:37.848340 -

Please consider upgrading the dependency 
org.elasticsearch.client:transport. 

The current version is 5.0.0. The latest version is 6.4.2 

cc: [~echauchot], [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:15:03.921280 -

Please consider upgrading the dependency 
org.elasticsearch.client:transport. 

The current version is 5.0.0. The latest version is 6.4.2 

cc: [~echauchot], [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:20:12.396930 -

Please consider upgrading the dependency 
org.elasticsearch.client:transport. 

The current version is 5.0.0. The latest version is 6.4.2 

cc: [~echauchot], [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:17:32.861881 -

Please consider upgrading the dependency 
org.elasticsearch.client:transport. 

The current version is 5.0.0. The latest version is 6.4.2 

cc: [~echauchot], [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:17:20.640439 -

Please consider upgrading the dependency 
org.elasticsearch.client:transport. 

The current version is 5.0.0. The latest version is 6.4.3 

cc: [~echauchot], [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:18:08.155543 -

Please consider upgrading the dependency 
org.elasticsearch.client:transport. 

The current version is 5.0.0. The latest version is 7.0.0-alpha1 

cc: [~echauchot], [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:17:15.982748 -

Please consider upgrading the dependency 
org.elasticsearch.client:transport. 

The current version is 5.0.0. The latest version is 7.0.0-alpha1 

cc: [~echauchot], [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:17:28.265192 -

Please consider upgrading the dependency 
org.elasticsearch.client:transport. 

The current version is 5.0.0. The latest version is 7.0.0-alpha1 

cc: [~echauchot], [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:19:57.676671 -

Please consider upgrading the dependency 
org.elasticsearch.client:transport. 

The current version is 5.0.0. The latest version is 7.0.0-alpha1 

cc: [~echauchot], [~timrobertson100], 
 Please refer to [Beam Dependency Guide 

[jira] [Updated] (BEAM-9106) Beam Dependency Update Request: org.eclipse.jetty.alpn:alpn-api

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-9106:

Description: 


 - 2020-01-13 12:19:56.363696 -

Please consider upgrading the dependency 
org.eclipse.jetty.alpn:alpn-api. 

The current version is 1.1.2.v20150522. The latest version is 
1.1.3.v20160715 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:17:28.02 -

Please consider upgrading the dependency 
org.eclipse.jetty.alpn:alpn-api. 

The current version is 1.1.2.v20150522. The latest version is 
1.1.3.v20160715 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:18:27.570900 -

Please consider upgrading the dependency 
org.eclipse.jetty.alpn:alpn-api. 

The current version is 1.1.2.v20150522. The latest version is 
1.1.3.v20160715 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:19:45.994729 -

Please consider upgrading the dependency 
org.eclipse.jetty.alpn:alpn-api. 

The current version is 1.1.2.v20150522. The latest version is 
1.1.3.v20160715 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:17:28.259288 -

Please consider upgrading the dependency 
org.eclipse.jetty.alpn:alpn-api. 

The current version is 1.1.2.v20150522. The latest version is 
1.1.3.v20160715 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:18:02.216022 -

Please consider upgrading the dependency 
org.eclipse.jetty.alpn:alpn-api. 

The current version is 1.1.2.v20150522. The latest version is 
1.1.3.v20160715 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 - 2020-01-13 12:19:56.363696 -

Please consider upgrading the dependency 
org.eclipse.jetty.alpn:alpn-api. 

The current version is 1.1.2.v20150522. The latest version is 
1.1.3.v20160715 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:17:28.02 -

Please consider upgrading the dependency 
org.eclipse.jetty.alpn:alpn-api. 

The current version is 1.1.2.v20150522. The latest version is 
1.1.3.v20160715 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:18:27.570900 -

Please consider upgrading the dependency 
org.eclipse.jetty.alpn:alpn-api. 

The current version is 1.1.2.v20150522. The latest version is 
1.1.3.v20160715 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:19:45.994729 -

Please consider upgrading the dependency 
org.eclipse.jetty.alpn:alpn-api. 

The current version is 1.1.2.v20150522. The latest version is 
1.1.3.v20160715 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:17:28.259288 -

Please consider upgrading the dependency 
org.eclipse.jetty.alpn:alpn-api. 

The current version is 1.1.2.v20150522. The latest version is 
1.1.3.v20160715 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 



> Beam Dependency Update Request: org.eclipse.jetty.alpn:alpn-api
> ---

[jira] [Updated] (BEAM-8643) Beam Dependency Update Request: org.elasticmq:elasticmq-rest-sqs_2.12

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8643:

Description: 


 - 2019-11-12 22:53:27.839978 -

Please consider upgrading the dependency 
org.elasticmq:elasticmq-rest-sqs_2.12. 

The current version is 0.14.1. The latest version is 0.15.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:14:43.714596 -

Please consider upgrading the dependency 
org.elasticmq:elasticmq-rest-sqs_2.12. 

The current version is 0.14.1. The latest version is 0.15.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:21:44.584613 -

Please consider upgrading the dependency 
org.elasticmq:elasticmq-rest-sqs_2.12. 

The current version is 0.14.1. The latest version is 0.15.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:21:17.964835 -

Please consider upgrading the dependency 
org.elasticmq:elasticmq-rest-sqs_2.12. 

The current version is 0.14.1. The latest version is 0.15.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:21:55.839630 -

Please consider upgrading the dependency 
org.elasticmq:elasticmq-rest-sqs_2.12. 

The current version is 0.14.1. The latest version is 0.15.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:17:03.842366 -

Please consider upgrading the dependency 
org.elasticmq:elasticmq-rest-sqs_2.12. 

The current version is 0.14.1. The latest version is 0.15.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:20:36.785881 -

Please consider upgrading the dependency 
org.elasticmq:elasticmq-rest-sqs_2.12. 

The current version is 0.14.1. The latest version is 0.15.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:20:04.792866 -

Please consider upgrading the dependency 
org.elasticmq:elasticmq-rest-sqs_2.12. 

The current version is 0.14.1. The latest version is 0.15.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:17:42.187005 -

Please consider upgrading the dependency 
org.elasticmq:elasticmq-rest-sqs_2.12. 

The current version is 0.14.1. The latest version is 0.15.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:18:41.742070 -

Please consider upgrading the dependency 
org.elasticmq:elasticmq-rest-sqs_2.12. 

The current version is 0.14.1. The latest version is 0.15.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:20:00.317945 -

Please consider upgrading the dependency 
org.elasticmq:elasticmq-rest-sqs_2.12. 

The current version is 0.14.1. The latest version is 0.15.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:17:42.496571 -

Please consider upgrading the dependency 
org.elasticmq:elasticmq-rest-sqs_2.12. 

The current version is 0.14.1. The latest version is 0.15.4 

cc: 
 Please refer to [Beam 

[jira] [Updated] (BEAM-9112) Beam Dependency Update Request: org.jboss.modules:jboss-modules

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-9112:

Description: 


 - 2020-01-13 12:20:44.226066 -

Please consider upgrading the dependency 
org.jboss.modules:jboss-modules. 

The current version is 1.1.0.Beta1. The latest version is 1.9.2.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:18:22.442656 -

Please consider upgrading the dependency 
org.jboss.modules:jboss-modules. 

The current version is 1.1.0.Beta1. The latest version is 1.9.2.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:19:21.867713 -

Please consider upgrading the dependency 
org.jboss.modules:jboss-modules. 

The current version is 1.1.0.Beta1. The latest version is 1.9.2.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:20:40.533428 -

Please consider upgrading the dependency 
org.jboss.modules:jboss-modules. 

The current version is 1.1.0.Beta1. The latest version is 1.9.2.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:18:22.681521 -

Please consider upgrading the dependency 
org.jboss.modules:jboss-modules. 

The current version is 1.1.0.Beta1. The latest version is 1.9.2.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:18:57.266219 -

Please consider upgrading the dependency 
org.jboss.modules:jboss-modules. 

The current version is 1.1.0.Beta1. The latest version is 1.9.2.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 - 2020-01-13 12:20:44.226066 -

Please consider upgrading the dependency 
org.jboss.modules:jboss-modules. 

The current version is 1.1.0.Beta1. The latest version is 1.9.2.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:18:22.442656 -

Please consider upgrading the dependency 
org.jboss.modules:jboss-modules. 

The current version is 1.1.0.Beta1. The latest version is 1.9.2.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:19:21.867713 -

Please consider upgrading the dependency 
org.jboss.modules:jboss-modules. 

The current version is 1.1.0.Beta1. The latest version is 1.9.2.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:20:40.533428 -

Please consider upgrading the dependency 
org.jboss.modules:jboss-modules. 

The current version is 1.1.0.Beta1. The latest version is 1.9.2.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:18:22.681521 -

Please consider upgrading the dependency 
org.jboss.modules:jboss-modules. 

The current version is 1.1.0.Beta1. The latest version is 1.9.2.Final 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 



> Beam Dependency Update Request: org.jboss.modules:jboss-modules
> ---
>
> Key: BEAM-9112
> URL: 

[jira] [Updated] (BEAM-9108) Beam Dependency Update Request: org.eclipse.jetty.npn:npn-api

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-9108:

Description: 


 - 2020-01-13 12:20:01.165080 -

Please consider upgrading the dependency org.eclipse.jetty.npn:npn-api. 

The current version is 1.1.1.v20141010. The latest version is 
8.1.2.v20120308 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:17:35.116951 -

Please consider upgrading the dependency org.eclipse.jetty.npn:npn-api. 

The current version is 1.1.1.v20141010. The latest version is 
8.1.2.v20120308 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:18:34.635084 -

Please consider upgrading the dependency org.eclipse.jetty.npn:npn-api. 

The current version is 1.1.1.v20141010. The latest version is 
8.1.2.v20120308 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:19:53.140217 -

Please consider upgrading the dependency org.eclipse.jetty.npn:npn-api. 

The current version is 1.1.1.v20141010. The latest version is 
8.1.2.v20120308 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:17:35.475619 -

Please consider upgrading the dependency org.eclipse.jetty.npn:npn-api. 

The current version is 1.1.1.v20141010. The latest version is 
8.1.2.v20120308 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:18:09.473302 -

Please consider upgrading the dependency org.eclipse.jetty.npn:npn-api. 

The current version is 1.1.1.v20141010. The latest version is 
8.1.2.v20120308 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 - 2020-01-13 12:20:01.165080 -

Please consider upgrading the dependency org.eclipse.jetty.npn:npn-api. 

The current version is 1.1.1.v20141010. The latest version is 
8.1.2.v20120308 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:17:35.116951 -

Please consider upgrading the dependency org.eclipse.jetty.npn:npn-api. 

The current version is 1.1.1.v20141010. The latest version is 
8.1.2.v20120308 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:18:34.635084 -

Please consider upgrading the dependency org.eclipse.jetty.npn:npn-api. 

The current version is 1.1.1.v20141010. The latest version is 
8.1.2.v20120308 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:19:53.140217 -

Please consider upgrading the dependency org.eclipse.jetty.npn:npn-api. 

The current version is 1.1.1.v20141010. The latest version is 
8.1.2.v20120308 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:17:35.475619 -

Please consider upgrading the dependency org.eclipse.jetty.npn:npn-api. 

The current version is 1.1.1.v20141010. The latest version is 
8.1.2.v20120308 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 



> Beam Dependency Update Request: org.eclipse.jetty.npn:npn-api
> -
>
> Key: BEAM-9108
>  

[jira] [Updated] (BEAM-5752) Beam Dependency Update Request: org.eclipse.jetty:jetty-server

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5752:

Description: 


 - 2018-10-15 12:13:17.575546 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-server. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.12.RC2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:13:26.908573 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-server. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.12.RC2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:17:10.104039 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-server. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.12.RC2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:14:56.891103 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-server. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.12.RC2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:14:57.086704 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-server. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.12.RC2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:15:38.454968 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-server. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.14.v20181114 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:14:38.329092 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-server. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.14.v20181114 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:15:03.778648 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-server. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.14.v20181114 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:17:33.026807 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-server. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.14.v20181114 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-17 12:17:54.249911 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-server. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.14.v20181114 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-31 15:24:13.071360 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-server. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.14.v20181114 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-01-07 12:27:25.376755 -

Please consider upgrading the dependency 

[jira] [Updated] (BEAM-5753) Beam Dependency Update Request: org.eclipse.jetty:jetty-servlet

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5753:

Description: 


 - 2018-10-15 12:13:19.256622 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-servlet. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.12.RC2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:13:32.240729 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-servlet. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.12.RC2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:17:15.388249 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-servlet. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.12.RC2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:15:02.810121 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-servlet. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.12.RC2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:15:02.741564 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-servlet. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.12.RC2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:15:44.462009 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-servlet. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.14.v20181114 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:14:43.766710 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-servlet. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.14.v20181114 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:15:09.151091 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-servlet. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.14.v20181114 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:17:38.451204 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-servlet. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.14.v20181114 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-17 12:17:59.925429 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-servlet. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.14.v20181114 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-31 15:24:18.611955 -

Please consider upgrading the dependency 
org.eclipse.jetty:jetty-servlet. 

The current version is 9.2.10.v20150310. The latest version is 
9.4.14.v20181114 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-01-07 12:27:30.751791 -

Please consider upgrading the dependency 

[jira] [Updated] (BEAM-9104) Beam Dependency Update Request: org.conscrypt:conscrypt-openjdk-uber

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-9104:

Description: 


 - 2020-01-13 12:19:34.357551 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk-uber. 

The current version is 1.3.0. The latest version is 2.2.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:17:04.413200 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk-uber. 

The current version is 1.3.0. The latest version is 2.2.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:18:03.401487 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk-uber. 

The current version is 1.3.0. The latest version is 2.2.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:19:22.224856 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk-uber. 

The current version is 1.3.0. The latest version is 2.2.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:17:04.393190 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk-uber. 

The current version is 1.3.0. The latest version is 2.2.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:17:38.146810 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk-uber. 

The current version is 1.3.0. The latest version is 2.2.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 - 2020-01-13 12:19:34.357551 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk-uber. 

The current version is 1.3.0. The latest version is 2.2.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:17:04.413200 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk-uber. 

The current version is 1.3.0. The latest version is 2.2.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:18:03.401487 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk-uber. 

The current version is 1.3.0. The latest version is 2.2.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:19:22.224856 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk-uber. 

The current version is 1.3.0. The latest version is 2.2.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:17:04.393190 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk-uber. 

The current version is 1.3.0. The latest version is 2.2.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 



> Beam Dependency Update Request: org.conscrypt:conscrypt-openjdk-uber
> 
>
> Key: BEAM-9104
> URL: https://issues.apache.org/jira/browse/BEAM-9104
> Project: Beam
>  Issue Type: Sub-task

[jira] [Updated] (BEAM-9102) Beam Dependency Update Request: org.bouncycastle:bcpkix-jdk15on

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-9102:

Description: 


 - 2020-01-13 12:19:09.984467 -

Please consider upgrading the dependency 
org.bouncycastle:bcpkix-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:16:32.579307 -

Please consider upgrading the dependency 
org.bouncycastle:bcpkix-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:17:30.851938 -

Please consider upgrading the dependency 
org.bouncycastle:bcpkix-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:18:48.964820 -

Please consider upgrading the dependency 
org.bouncycastle:bcpkix-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:16:29.082489 -

Please consider upgrading the dependency 
org.bouncycastle:bcpkix-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:17:02.977705 -

Please consider upgrading the dependency 
org.bouncycastle:bcpkix-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 - 2020-01-13 12:19:09.984467 -

Please consider upgrading the dependency 
org.bouncycastle:bcpkix-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:16:32.579307 -

Please consider upgrading the dependency 
org.bouncycastle:bcpkix-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:17:30.851938 -

Please consider upgrading the dependency 
org.bouncycastle:bcpkix-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:18:48.964820 -

Please consider upgrading the dependency 
org.bouncycastle:bcpkix-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:16:29.082489 -

Please consider upgrading the dependency 
org.bouncycastle:bcpkix-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 



> Beam Dependency Update Request: org.bouncycastle:bcpkix-jdk15on
> ---
>
> Key: BEAM-9102
> URL: https://issues.apache.org/jira/browse/BEAM-9102
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>

[jira] [Updated] (BEAM-5748) Beam Dependency Update Request: org.conscrypt:conscrypt-openjdk

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5748:

Description: 


 - 2018-10-15 12:11:29.496210 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk. 

The current version is 1.1.3. The latest version is 1.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:11:12.117107 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk. 

The current version is 1.1.3. The latest version is 1.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:13:29.155766 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk. 

The current version is 1.1.3. The latest version is 1.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:12:12.225263 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk. 

The current version is 1.1.3. The latest version is 1.4.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:12:03.483941 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk. 

The current version is 1.1.3. The latest version is 1.4.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:12:49.618981 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk. 

The current version is 1.1.3. The latest version is 1.4.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:11:54.540783 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk. 

The current version is 1.1.3. The latest version is 1.4.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:12:15.486522 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk. 

The current version is 1.1.3. The latest version is 1.4.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:14:35.731081 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk. 

The current version is 1.1.3. The latest version is 1.4.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-17 12:15:07.608265 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk. 

The current version is 1.1.3. The latest version is 1.4.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-31 15:21:22.979404 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk. 

The current version is 1.1.3. The latest version is 1.4.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-01-07 12:24:30.102231 -

Please consider upgrading the dependency 
org.conscrypt:conscrypt-openjdk. 

The current version is 1.1.3. The latest version is 1.4.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not 

[jira] [Updated] (BEAM-8721) Beam Dependency Update Request: org.codehaus.woodstox:stax2-api

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8721:

Description: 


 - 2019-11-15 19:46:10.219873 -

Please consider upgrading the dependency 
org.codehaus.woodstox:stax2-api. 

The current version is 3.1.4. The latest version is 4.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:14:12.192606 -

Please consider upgrading the dependency 
org.codehaus.woodstox:stax2-api. 

The current version is 3.1.4. The latest version is 4.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:21:12.929815 -

Please consider upgrading the dependency 
org.codehaus.woodstox:stax2-api. 

The current version is 3.1.4. The latest version is 4.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:20:45.950044 -

Please consider upgrading the dependency 
org.codehaus.woodstox:stax2-api. 

The current version is 3.1.4. The latest version is 4.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:21:24.432934 -

Please consider upgrading the dependency 
org.codehaus.woodstox:stax2-api. 

The current version is 3.1.4. The latest version is 4.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:16:30.174927 -

Please consider upgrading the dependency 
org.codehaus.woodstox:stax2-api. 

The current version is 3.1.4. The latest version is 4.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:20:04.580632 -

Please consider upgrading the dependency 
org.codehaus.woodstox:stax2-api. 

The current version is 3.1.4. The latest version is 4.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:19:18.815444 -

Please consider upgrading the dependency 
org.codehaus.woodstox:stax2-api. 

The current version is 3.1.4. The latest version is 4.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:16:48.565620 -

Please consider upgrading the dependency 
org.codehaus.woodstox:stax2-api. 

The current version is 3.1.4. The latest version is 4.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:17:47.153198 -

Please consider upgrading the dependency 
org.codehaus.woodstox:stax2-api. 

The current version is 3.1.4. The latest version is 4.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:19:05.461099 -

Please consider upgrading the dependency 
org.codehaus.woodstox:stax2-api. 

The current version is 3.1.4. The latest version is 4.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:16:48.589048 -

Please consider upgrading the dependency 
org.codehaus.woodstox:stax2-api. 

The current version is 3.1.4. The latest version is 4.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 

[jira] [Updated] (BEAM-9103) Beam Dependency Update Request: org.bouncycastle:bcprov-jdk15on

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-9103:

Description: 


 - 2020-01-13 12:19:13.393574 -

Please consider upgrading the dependency 
org.bouncycastle:bcprov-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:16:39.630067 -

Please consider upgrading the dependency 
org.bouncycastle:bcprov-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:17:38.088853 -

Please consider upgrading the dependency 
org.bouncycastle:bcprov-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:18:56.201388 -

Please consider upgrading the dependency 
org.bouncycastle:bcprov-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:16:36.327944 -

Please consider upgrading the dependency 
org.bouncycastle:bcprov-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:17:10.188405 -

Please consider upgrading the dependency 
org.bouncycastle:bcprov-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 - 2020-01-13 12:19:13.393574 -

Please consider upgrading the dependency 
org.bouncycastle:bcprov-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:16:39.630067 -

Please consider upgrading the dependency 
org.bouncycastle:bcprov-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:17:38.088853 -

Please consider upgrading the dependency 
org.bouncycastle:bcprov-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:18:56.201388 -

Please consider upgrading the dependency 
org.bouncycastle:bcprov-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:16:36.327944 -

Please consider upgrading the dependency 
org.bouncycastle:bcprov-jdk15on. 

The current version is 1.54. The latest version is 1.64 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 



> Beam Dependency Update Request: org.bouncycastle:bcprov-jdk15on
> ---
>
> Key: BEAM-9103
> URL: https://issues.apache.org/jira/browse/BEAM-9103
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>

[jira] [Updated] (BEAM-5590) Beam Dependency Update Request: org.apache.solr:solr-solrj

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5590:

Description: 


 - 2018-10-01 19:32:31.934192 -

Please consider upgrading the dependency org.apache.solr:solr-solrj. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:21:10.530170 -

Please consider upgrading the dependency org.apache.solr:solr-solrj. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-15 12:14:14.123411 -

Please consider upgrading the dependency org.apache.solr:solr-solrj. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:14:45.248275 -

Please consider upgrading the dependency org.apache.solr:solr-solrj. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:19:49.227987 -

Please consider upgrading the dependency org.apache.solr:solr-solrj. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:17:13.026437 -

Please consider upgrading the dependency org.apache.solr:solr-solrj. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:16:58.517875 -

Please consider upgrading the dependency org.apache.solr:solr-solrj. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:17:48.326824 -

Please consider upgrading the dependency org.apache.solr:solr-solrj. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:16:46.277978 -

Please consider upgrading the dependency org.apache.solr:solr-solrj. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:17:08.047173 -

Please consider upgrading the dependency org.apache.solr:solr-solrj. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:19:38.258727 -

Please consider upgrading the dependency org.apache.solr:solr-solrj. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-17 12:20:06.485316 -

Please consider upgrading the dependency org.apache.solr:solr-solrj. 

The current version is 5.5.4. The latest version is 

[jira] [Updated] (BEAM-8641) Beam Dependency Update Request: org.assertj:assertj-core

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8641:

Description: 


 - 2019-11-12 22:52:57.856672 -

Please consider upgrading the dependency org.assertj:assertj-core. 

The current version is 3.11.1. The latest version is 3.14.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:14:03.054594 -

Please consider upgrading the dependency org.assertj:assertj-core. 

The current version is 3.11.1. The latest version is 3.14.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:21:03.797893 -

Please consider upgrading the dependency org.assertj:assertj-core. 

The current version is 3.11.1. The latest version is 3.14.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:20:36.808168 -

Please consider upgrading the dependency org.assertj:assertj-core. 

The current version is 3.11.1. The latest version is 3.14.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:21:15.594712 -

Please consider upgrading the dependency org.assertj:assertj-core. 

The current version is 3.11.1. The latest version is 3.14.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:16:20.756947 -

Please consider upgrading the dependency org.assertj:assertj-core. 

The current version is 3.11.1. The latest version is 3.14.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:19:55.600432 -

Please consider upgrading the dependency org.assertj:assertj-core. 

The current version is 3.11.1. The latest version is 3.14.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:19:01.286632 -

Please consider upgrading the dependency org.assertj:assertj-core. 

The current version is 3.11.1. The latest version is 3.14.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:16:25.344491 -

Please consider upgrading the dependency org.assertj:assertj-core. 

The current version is 3.11.1. The latest version is 3.14.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:17:23.481575 -

Please consider upgrading the dependency org.assertj:assertj-core. 

The current version is 3.11.1. The latest version is 3.14.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:18:41.697357 -

Please consider upgrading the dependency org.assertj:assertj-core. 

The current version is 3.11.1. The latest version is 3.15.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:16:21.613946 -

Please consider upgrading the dependency org.assertj:assertj-core. 

The current version is 3.11.1. The latest version is 3.15.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 

[jira] [Updated] (BEAM-5589) Beam Dependency Update Request: org.apache.solr:solr-core

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5589:

Description: 


 - 2018-10-01 19:32:30.051281 -

Please consider upgrading the dependency org.apache.solr:solr-core. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:21:05.130611 -

Please consider upgrading the dependency org.apache.solr:solr-core. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-15 12:14:08.494035 -

Please consider upgrading the dependency org.apache.solr:solr-core. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:14:39.741779 -

Please consider upgrading the dependency org.apache.solr:solr-core. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:19:43.720079 -

Please consider upgrading the dependency org.apache.solr:solr-core. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:17:07.090641 -

Please consider upgrading the dependency org.apache.solr:solr-core. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:16:52.552611 -

Please consider upgrading the dependency org.apache.solr:solr-core. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:17:42.375784 -

Please consider upgrading the dependency org.apache.solr:solr-core. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:16:40.671596 -

Please consider upgrading the dependency org.apache.solr:solr-core. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:17:02.214579 -

Please consider upgrading the dependency org.apache.solr:solr-core. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:19:32.384860 -

Please consider upgrading the dependency org.apache.solr:solr-core. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-17 12:20:00.884889 -

Please consider upgrading the dependency org.apache.solr:solr-core. 

The current version is 5.5.4. The latest version is 7.6.0 


[jira] [Updated] (BEAM-5591) Beam Dependency Update Request: org.apache.solr:solr-test-framework

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5591:

Description: 


 - 2018-10-01 19:32:33.940554 -

Please consider upgrading the dependency 
org.apache.solr:solr-test-framework. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:21:16.208913 -

Please consider upgrading the dependency 
org.apache.solr:solr-test-framework. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-15 12:14:19.778909 -

Please consider upgrading the dependency 
org.apache.solr:solr-test-framework. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:14:50.780211 -

Please consider upgrading the dependency 
org.apache.solr:solr-test-framework. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:19:55.050088 -

Please consider upgrading the dependency 
org.apache.solr:solr-test-framework. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:17:18.870612 -

Please consider upgrading the dependency 
org.apache.solr:solr-test-framework. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:17:05.579545 -

Please consider upgrading the dependency 
org.apache.solr:solr-test-framework. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:17:54.124114 -

Please consider upgrading the dependency 
org.apache.solr:solr-test-framework. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:16:51.842349 -

Please consider upgrading the dependency 
org.apache.solr:solr-test-framework. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:17:13.701462 -

Please consider upgrading the dependency 
org.apache.solr:solr-test-framework. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:19:44.208245 -

Please consider upgrading the dependency 
org.apache.solr:solr-test-framework. 

The current version is 5.5.4. The latest version is 7.5.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-17 12:20:11.907719 -

Please consider 

[jira] [Updated] (BEAM-8926) Beam Dependency Update Request: org.apache.tika:tika-parsers

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8926:

Description: 


 - 2019-12-09 12:20:25.596601 -

Please consider upgrading the dependency org.apache.tika:tika-parsers. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:21:00.447635 -

Please consider upgrading the dependency org.apache.tika:tika-parsers. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:16:05.129582 -

Please consider upgrading the dependency org.apache.tika:tika-parsers. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:19:40.572481 -

Please consider upgrading the dependency org.apache.tika:tika-parsers. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:18:46.205693 -

Please consider upgrading the dependency org.apache.tika:tika-parsers. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:16:10.504734 -

Please consider upgrading the dependency org.apache.tika:tika-parsers. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:17:08.518683 -

Please consider upgrading the dependency org.apache.tika:tika-parsers. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:18:26.150096 -

Please consider upgrading the dependency org.apache.tika:tika-parsers. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:16:06.362545 -

Please consider upgrading the dependency org.apache.tika:tika-parsers. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:16:40.420820 -

Please consider upgrading the dependency org.apache.tika:tika-parsers. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 - 2019-12-09 12:20:25.596601 -

Please consider upgrading the dependency org.apache.tika:tika-parsers. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:21:00.447635 -

Please consider upgrading the dependency org.apache.tika:tika-parsers. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 

[jira] [Updated] (BEAM-8640) Beam Dependency Update Request: org.apache.zookeeper:zookeeper

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8640:

Description: 


 - 2019-11-12 22:52:54.286486 -

Please consider upgrading the dependency 
org.apache.zookeeper:zookeeper. 

The current version is 3.4.11. The latest version is 3.5.6 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:13:55.530746 -

Please consider upgrading the dependency 
org.apache.zookeeper:zookeeper. 

The current version is 3.4.11. The latest version is 3.5.6 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:20:56.060900 -

Please consider upgrading the dependency 
org.apache.zookeeper:zookeeper. 

The current version is 3.4.11. The latest version is 3.5.6 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:20:29.190236 -

Please consider upgrading the dependency 
org.apache.zookeeper:zookeeper. 

The current version is 3.4.11. The latest version is 3.5.6 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:21:07.886362 -

Please consider upgrading the dependency 
org.apache.zookeeper:zookeeper. 

The current version is 3.4.11. The latest version is 3.5.6 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:16:12.752794 -

Please consider upgrading the dependency 
org.apache.zookeeper:zookeeper. 

The current version is 3.4.11. The latest version is 3.5.6 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:19:47.983448 -

Please consider upgrading the dependency 
org.apache.zookeeper:zookeeper. 

The current version is 3.4.11. The latest version is 3.5.6 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:18:53.610144 -

Please consider upgrading the dependency 
org.apache.zookeeper:zookeeper. 

The current version is 3.4.11. The latest version is 3.5.6 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:16:17.757264 -

Please consider upgrading the dependency 
org.apache.zookeeper:zookeeper. 

The current version is 3.4.11. The latest version is 3.5.6 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:17:15.773478 -

Please consider upgrading the dependency 
org.apache.zookeeper:zookeeper. 

The current version is 3.4.11. The latest version is 3.5.6 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:18:33.851408 -

Please consider upgrading the dependency 
org.apache.zookeeper:zookeeper. 

The current version is 3.4.11. The latest version is 3.5.6 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:16:13.886522 -

Please consider upgrading the dependency 

[jira] [Updated] (BEAM-8925) Beam Dependency Update Request: org.apache.tika:tika-core

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8925:

Description: 


 - 2019-12-09 12:20:22.212496 -

Please consider upgrading the dependency org.apache.tika:tika-core. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:20:53.356760 -

Please consider upgrading the dependency org.apache.tika:tika-core. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:15:58.081400 -

Please consider upgrading the dependency org.apache.tika:tika-core. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:19:33.456649 -

Please consider upgrading the dependency org.apache.tika:tika-core. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:18:38.940974 -

Please consider upgrading the dependency org.apache.tika:tika-core. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:16:03.428169 -

Please consider upgrading the dependency org.apache.tika:tika-core. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:17:01.302466 -

Please consider upgrading the dependency org.apache.tika:tika-core. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:18:18.458839 -

Please consider upgrading the dependency org.apache.tika:tika-core. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:15:58.950855 -

Please consider upgrading the dependency org.apache.tika:tika-core. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:16:33.120182 -

Please consider upgrading the dependency org.apache.tika:tika-core. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 - 2019-12-09 12:20:22.212496 -

Please consider upgrading the dependency org.apache.tika:tika-core. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:20:53.356760 -

Please consider upgrading the dependency org.apache.tika:tika-core. 

The current version is 1.20. The latest version is 1.23 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:15:58.081400 

[jira] [Updated] (BEAM-5569) Beam Dependency Update Request: org.apache.hive.hcatalog:hive-hcatalog-core

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5569:

Description: 


 - 2018-10-01 19:31:37.919057 -

Please consider upgrading the dependency 
org.apache.hive.hcatalog:hive-hcatalog-core. 

The current version is 2.1.0. The latest version is 3.1.0.3.0.1.0-187 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:19:11.371573 -

Please consider upgrading the dependency 
org.apache.hive.hcatalog:hive-hcatalog-core. 

The current version is 2.1.0. The latest version is 3.1.0.3.0.1.0-187 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-15 12:13:02.475827 -

Please consider upgrading the dependency 
org.apache.hive.hcatalog:hive-hcatalog-core. 

The current version is 2.1.0. The latest version is 3.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:13:09.797017 -

Please consider upgrading the dependency 
org.apache.hive.hcatalog:hive-hcatalog-core. 

The current version is 2.1.0. The latest version is 3.1.0.3.0.2.0-50 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:16:53.057316 -

Please consider upgrading the dependency 
org.apache.hive.hcatalog:hive-hcatalog-core. 

The current version is 2.1.0. The latest version is 3.1.0.3.0.2.0-50 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:14:38.02 -

Please consider upgrading the dependency 
org.apache.hive.hcatalog:hive-hcatalog-core. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:14:38.729877 -

Please consider upgrading the dependency 
org.apache.hive.hcatalog:hive-hcatalog-core. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:15:16.093559 -

Please consider upgrading the dependency 
org.apache.hive.hcatalog:hive-hcatalog-core. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:14:18.575386 -

Please consider upgrading the dependency 
org.apache.hive.hcatalog:hive-hcatalog-core. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:14:41.299909 -

Please consider upgrading the dependency 
org.apache.hive.hcatalog:hive-hcatalog-core. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:17:10.351453 -

Please consider upgrading the dependency 
org.apache.hive.hcatalog:hive-hcatalog-core. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify 

[jira] [Updated] (BEAM-8922) Beam Dependency Update Request: org.apache.parquet:parquet-common

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8922:

Description: 


 - 2019-12-09 12:19:38.266282 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-common. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:20:04.273534 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-common. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:15:07.766549 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-common. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:18:43.183863 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-common. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:17:48.841168 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-common. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:15:14.925676 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-common. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:16:11.325572 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-common. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:17:28.393498 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-common. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:15:09.160113 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-common. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:15:43.248182 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-common. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 - 2019-12-09 12:19:38.266282 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-common. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:20:04.273534 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-common. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 

[jira] [Updated] (BEAM-8921) Beam Dependency Update Request: org.apache.parquet:parquet-avro

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8921:

Description: 


 - 2019-12-09 12:19:34.532997 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-avro. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:19:56.811682 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-avro. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:14:59.634269 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-avro. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:18:35.448266 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-avro. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:17:41.469656 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-avro. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:15:07.204064 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-avro. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:16:03.826917 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-avro. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:17:20.643353 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-avro. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:15:01.425843 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-avro. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:15:35.566871 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-avro. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 - 2019-12-09 12:19:34.532997 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-avro. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:19:56.811682 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-avro. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: 
 Please refer to [Beam Dependency Guide 

[jira] [Updated] (BEAM-8637) Beam Dependency Update Request: org.apache.httpcomponents:httpclient

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8637:

Description: 


 - 2019-11-12 22:52:02.942298 -

Please consider upgrading the dependency 
org.apache.httpcomponents:httpclient. 

The current version is 4.5.6. The latest version is 4.5.10 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:12:55.622575 -

Please consider upgrading the dependency 
org.apache.httpcomponents:httpclient. 

The current version is 4.5.6. The latest version is 4.5.10 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:19:41.772859 -

Please consider upgrading the dependency 
org.apache.httpcomponents:httpclient. 

The current version is 4.5.6. The latest version is 4.5.10 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:18:55.984776 -

Please consider upgrading the dependency 
org.apache.httpcomponents:httpclient. 

The current version is 4.5.6. The latest version is 4.5.10 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:19:18.836958 -

Please consider upgrading the dependency 
org.apache.httpcomponents:httpclient. 

The current version is 4.5.6. The latest version is 4.5.10 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:14:36.667151 -

Please consider upgrading the dependency 
org.apache.httpcomponents:httpclient. 

The current version is 4.5.6. The latest version is 4.5.10 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:18:12.488969 -

Please consider upgrading the dependency 
org.apache.httpcomponents:httpclient. 

The current version is 4.5.6. The latest version is 4.5.10 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:17:19.752240 -

Please consider upgrading the dependency 
org.apache.httpcomponents:httpclient. 

The current version is 4.5.6. The latest version is 4.5.10 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:14:44.809350 -

Please consider upgrading the dependency 
org.apache.httpcomponents:httpclient. 

The current version is 4.5.6. The latest version is 4.5.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:15:41.528309 -

Please consider upgrading the dependency 
org.apache.httpcomponents:httpclient. 

The current version is 4.5.6. The latest version is 4.5.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:16:57.750901 -

Please consider upgrading the dependency 
org.apache.httpcomponents:httpclient. 

The current version is 4.5.6. The latest version is 4.5.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:14:38.809482 -

Please consider upgrading the dependency 
org.apache.httpcomponents:httpclient. 

The current version is 4.5.6. The latest version is 4.5.11 

cc: 
 Please refer to [Beam Dependency Guide 

[jira] [Updated] (BEAM-8639) Beam Dependency Update Request: org.apache.kafka:kafka-clients

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8639:

Description: 


 - 2019-11-12 22:52:11.833663 -

Please consider upgrading the dependency 
org.apache.kafka:kafka-clients. 

The current version is 1.0.0. The latest version is 2.3.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:13:09.829625 -

Please consider upgrading the dependency 
org.apache.kafka:kafka-clients. 

The current version is 1.0.0. The latest version is 2.3.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:20:04.493407 -

Please consider upgrading the dependency 
org.apache.kafka:kafka-clients. 

The current version is 1.0.0. The latest version is 2.3.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:19:18.889009 -

Please consider upgrading the dependency 
org.apache.kafka:kafka-clients. 

The current version is 1.0.0. The latest version is 2.3.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:19:41.652045 -

Please consider upgrading the dependency 
org.apache.kafka:kafka-clients. 

The current version is 1.0.0. The latest version is 2.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:14:44.150202 -

Please consider upgrading the dependency 
org.apache.kafka:kafka-clients. 

The current version is 1.0.0. The latest version is 2.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:18:19.820121 -

Please consider upgrading the dependency 
org.apache.kafka:kafka-clients. 

The current version is 1.0.0. The latest version is 2.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:17:26.629727 -

Please consider upgrading the dependency 
org.apache.kafka:kafka-clients. 

The current version is 1.0.0. The latest version is 2.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:14:52.297102 -

Please consider upgrading the dependency 
org.apache.kafka:kafka-clients. 

The current version is 1.0.0. The latest version is 2.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:15:48.734500 -

Please consider upgrading the dependency 
org.apache.kafka:kafka-clients. 

The current version is 1.0.0. The latest version is 2.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:17:05.271658 -

Please consider upgrading the dependency 
org.apache.kafka:kafka-clients. 

The current version is 1.0.0. The latest version is 2.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:14:46.109202 -

Please consider upgrading the dependency 
org.apache.kafka:kafka-clients. 

The current version is 1.0.0. The latest version is 2.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The 

[jira] [Updated] (BEAM-5582) Beam Dependency Update Request: org.apache.qpid:proton-j

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5582:

Description: 


 - 2018-10-01 19:32:14.262913 -

Please consider upgrading the dependency org.apache.qpid:proton-j. 

The current version is 0.13.1. The latest version is 0.29.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:20:30.055051 -

Please consider upgrading the dependency org.apache.qpid:proton-j. 

The current version is 0.13.1. The latest version is 0.29.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-15 12:13:56.194158 -

Please consider upgrading the dependency org.apache.qpid:proton-j. 

The current version is 0.13.1. The latest version is 0.29.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:14:27.657051 -

Please consider upgrading the dependency org.apache.qpid:proton-j. 

The current version is 0.13.1. The latest version is 0.29.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:19:25.474102 -

Please consider upgrading the dependency org.apache.qpid:proton-j. 

The current version is 0.13.1. The latest version is 0.29.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:16:40.570665 -

Please consider upgrading the dependency org.apache.qpid:proton-j. 

The current version is 0.13.1. The latest version is 0.29.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:16:09.883944 -

Please consider upgrading the dependency org.apache.qpid:proton-j. 

The current version is 0.13.1. The latest version is 0.30.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:16:43.877239 -

Please consider upgrading the dependency org.apache.qpid:proton-j. 

The current version is 0.13.1. The latest version is 0.30.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:15:42.678641 -

Please consider upgrading the dependency org.apache.qpid:proton-j. 

The current version is 0.13.1. The latest version is 0.30.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:16:06.009332 -

Please consider upgrading the dependency org.apache.qpid:proton-j. 

The current version is 0.13.1. The latest version is 0.31.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:18:35.951586 -

Please consider upgrading the dependency org.apache.qpid:proton-j. 

The current version is 0.13.1. The latest version is 0.31.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-17 12:19:03.159880 -

Please consider upgrading the dependency org.apache.qpid:proton-j. 

The current version is 0.13.1. The latest version is 0.31.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-31 

[jira] [Updated] (BEAM-8774) Beam Dependency Update Request: org.apache.kafka:kafka_2.11

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8774:

Description: 


 - 2019-11-19 21:13:16.695567 -

Please consider upgrading the dependency org.apache.kafka:kafka_2.11. 

The current version is 1.0.0. The latest version is 2.3.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:20:12.078153 -

Please consider upgrading the dependency org.apache.kafka:kafka_2.11. 

The current version is 1.0.0. The latest version is 2.3.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:19:26.037076 -

Please consider upgrading the dependency org.apache.kafka:kafka_2.11. 

The current version is 1.0.0. The latest version is 2.3.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:19:49.131646 -

Please consider upgrading the dependency org.apache.kafka:kafka_2.11. 

The current version is 1.0.0. The latest version is 2.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:14:51.635194 -

Please consider upgrading the dependency org.apache.kafka:kafka_2.11. 

The current version is 1.0.0. The latest version is 2.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:18:27.212208 -

Please consider upgrading the dependency org.apache.kafka:kafka_2.11. 

The current version is 1.0.0. The latest version is 2.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:17:33.854061 -

Please consider upgrading the dependency org.apache.kafka:kafka_2.11. 

The current version is 1.0.0. The latest version is 2.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:14:59.472533 -

Please consider upgrading the dependency org.apache.kafka:kafka_2.11. 

The current version is 1.0.0. The latest version is 2.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:15:56.080144 -

Please consider upgrading the dependency org.apache.kafka:kafka_2.11. 

The current version is 1.0.0. The latest version is 2.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:17:12.711854 -

Please consider upgrading the dependency org.apache.kafka:kafka_2.11. 

The current version is 1.0.0. The latest version is 2.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:14:53.568985 -

Please consider upgrading the dependency org.apache.kafka:kafka_2.11. 

The current version is 1.0.0. The latest version is 2.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:15:27.750952 -

Please consider upgrading the dependency org.apache.kafka:kafka_2.11. 

The current version is 1.0.0. The latest version is 2.4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 

[jira] [Updated] (BEAM-8923) Beam Dependency Update Request: org.apache.parquet:parquet-hadoop

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8923:

Description: 


 - 2019-12-09 12:19:41.986804 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-hadoop. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:20:11.814658 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-hadoop. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:15:15.387567 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-hadoop. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:18:51.167722 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-hadoop. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:17:56.541863 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-hadoop. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:15:22.430497 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-hadoop. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:16:19.518251 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-hadoop. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:17:36.098418 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-hadoop. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:15:16.746090 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-hadoop. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:15:50.994164 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-hadoop. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 - 2019-12-09 12:19:41.986804 -

Please consider upgrading the dependency 
org.apache.parquet:parquet-hadoop. 

The current version is 1.10.0. The latest version is 1.11.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:20:11.814658 -

Please 

[jira] [Updated] (BEAM-5564) Beam Dependency Update Request: org.apache.hbase:hbase-shaded-client

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5564:

Description: 


 - 2018-10-01 19:31:08.852642 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-shaded-client. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:18:33.239489 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-shaded-client. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-15 12:12:39.622960 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-shaded-client. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:12:29.052367 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-shaded-client. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:16:17.882048 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-shaded-client. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:14:13.599574 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-shaded-client. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:14:13.450722 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-shaded-client. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:14:49.275805 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-shaded-client. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:13:53.869056 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-shaded-client. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:14:17.106696 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-shaded-client. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:16:46.753976 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-shaded-client. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-17 12:17:07.097833 -

Please 

[jira] [Updated] (BEAM-5566) Beam Dependency Update Request: org.apache.hive:hive-cli

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5566:

Description: 


 - 2018-10-01 19:31:15.919353 -

Please consider upgrading the dependency org.apache.hive:hive-cli. 

The current version is 2.1.0. The latest version is 3.1.0.3.0.1.0-187 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:18:46.931365 -

Please consider upgrading the dependency org.apache.hive:hive-cli. 

The current version is 2.1.0. The latest version is 3.1.0.3.0.1.0-187 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-15 12:12:45.424381 -

Please consider upgrading the dependency org.apache.hive:hive-cli. 

The current version is 2.1.0. The latest version is 3.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:12:40.132527 -

Please consider upgrading the dependency org.apache.hive:hive-cli. 

The current version is 2.1.0. The latest version is 3.1.0.3.0.2.0-50 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:16:27.383933 -

Please consider upgrading the dependency org.apache.hive:hive-cli. 

The current version is 2.1.0. The latest version is 3.1.0.3.0.2.0-50 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:14:21.033796 -

Please consider upgrading the dependency org.apache.hive:hive-cli. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:14:20.633883 -

Please consider upgrading the dependency org.apache.hive:hive-cli. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:14:56.732129 -

Please consider upgrading the dependency org.apache.hive:hive-cli. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:14:00.743061 -

Please consider upgrading the dependency org.apache.hive:hive-cli. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:14:23.898031 -

Please consider upgrading the dependency org.apache.hive:hive-cli. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:16:53.478137 -

Please consider upgrading the dependency org.apache.hive:hive-cli. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-17 12:17:14.096210 -

Please consider upgrading the dependency org.apache.hive:hive-cli. 

The current version is 2.1.0. 

[jira] [Updated] (BEAM-5568) Beam Dependency Update Request: org.apache.hive:hive-exec

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5568:

Description: 


 - 2018-10-01 19:31:33.219748 -

Please consider upgrading the dependency org.apache.hive:hive-exec. 

The current version is 2.1.0. The latest version is 3.1.0.3.0.1.0-187 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:19:03.542754 -

Please consider upgrading the dependency org.apache.hive:hive-exec. 

The current version is 2.1.0. The latest version is 3.1.0.3.0.1.0-187 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-15 12:12:56.903248 -

Please consider upgrading the dependency org.apache.hive:hive-exec. 

The current version is 2.1.0. The latest version is 3.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:13:00.251518 -

Please consider upgrading the dependency org.apache.hive:hive-exec. 

The current version is 2.1.0. The latest version is 3.1.0.3.0.2.0-50 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:16:44.769555 -

Please consider upgrading the dependency org.apache.hive:hive-exec. 

The current version is 2.1.0. The latest version is 3.1.0.3.0.2.0-50 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:14:32.876035 -

Please consider upgrading the dependency org.apache.hive:hive-exec. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:14:32.940629 -

Please consider upgrading the dependency org.apache.hive:hive-exec. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:15:09.414921 -

Please consider upgrading the dependency org.apache.hive:hive-exec. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:14:12.726076 -

Please consider upgrading the dependency org.apache.hive:hive-exec. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:14:35.647822 -

Please consider upgrading the dependency org.apache.hive:hive-exec. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:17:04.775706 -

Please consider upgrading the dependency org.apache.hive:hive-exec. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-17 12:17:25.784359 -

Please consider upgrading the dependency org.apache.hive:hive-exec. 

The current 

[jira] [Updated] (BEAM-5563) Beam Dependency Update Request: org.apache.hbase:hbase-server

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5563:

Description: 


 - 2018-10-01 19:31:06.599668 -

Please consider upgrading the dependency org.apache.hbase:hbase-server. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:18:27.755144 -

Please consider upgrading the dependency org.apache.hbase:hbase-server. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-15 12:12:34.044454 -

Please consider upgrading the dependency org.apache.hbase:hbase-server. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:12:23.552430 -

Please consider upgrading the dependency org.apache.hbase:hbase-server. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:16:12.357492 -

Please consider upgrading the dependency org.apache.hbase:hbase-server. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:14:07.801488 -

Please consider upgrading the dependency org.apache.hbase:hbase-server. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:14:07.555868 -

Please consider upgrading the dependency org.apache.hbase:hbase-server. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:14:43.265359 -

Please consider upgrading the dependency org.apache.hbase:hbase-server. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:13:48.262382 -

Please consider upgrading the dependency org.apache.hbase:hbase-server. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:14:11.563251 -

Please consider upgrading the dependency org.apache.hbase:hbase-server. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:16:41.075320 -

Please consider upgrading the dependency org.apache.hbase:hbase-server. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-17 12:17:01.370195 -

Please consider upgrading the dependency org.apache.hbase:hbase-server. 

The current 

[jira] [Updated] (BEAM-5562) Beam Dependency Update Request: org.apache.hbase:hbase-hadoop2-compat

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5562:

Description: 


 - 2018-10-01 19:31:04.573683 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop2-compat. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:18:22.177510 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop2-compat. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-15 12:12:28.474987 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop2-compat. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:12:18.084951 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop2-compat. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:16:06.866672 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop2-compat. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:14:02.072776 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop2-compat. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:14:01.684393 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop2-compat. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:14:37.400337 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop2-compat. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:13:42.669548 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop2-compat. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:14:06.109151 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop2-compat. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:16:35.285385 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop2-compat. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-17 12:16:55.757012 -

   

[jira] [Updated] (BEAM-5567) Beam Dependency Update Request: org.apache.hive:hive-common

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5567:

Description: 


 - 2018-10-01 19:31:28.539878 -

Please consider upgrading the dependency org.apache.hive:hive-common. 

The current version is 2.1.0. The latest version is 3.1.0.3.0.1.0-187 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:18:55.303071 -

Please consider upgrading the dependency org.apache.hive:hive-common. 

The current version is 2.1.0. The latest version is 3.1.0.3.0.1.0-187 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-15 12:12:51.080279 -

Please consider upgrading the dependency org.apache.hive:hive-common. 

The current version is 2.1.0. The latest version is 3.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:12:50.150677 -

Please consider upgrading the dependency org.apache.hive:hive-common. 

The current version is 2.1.0. The latest version is 3.1.0.3.0.2.0-50 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:16:35.940591 -

Please consider upgrading the dependency org.apache.hive:hive-common. 

The current version is 2.1.0. The latest version is 3.1.0.3.0.2.0-50 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:14:26.926877 -

Please consider upgrading the dependency org.apache.hive:hive-common. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:14:26.976412 -

Please consider upgrading the dependency org.apache.hive:hive-common. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:15:03.293284 -

Please consider upgrading the dependency org.apache.hive:hive-common. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:14:06.820479 -

Please consider upgrading the dependency org.apache.hive:hive-common. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:14:29.588978 -

Please consider upgrading the dependency org.apache.hive:hive-common. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:16:59.127090 -

Please consider upgrading the dependency org.apache.hive:hive-common. 

The current version is 2.1.0. The latest version is 3.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-17 12:17:20.054675 -

Please consider upgrading the dependency org.apache.hive:hive-common. 

  

[jira] [Updated] (BEAM-5560) Beam Dependency Update Request: org.apache.hbase:hbase-common

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5560:

Description: 


 - 2018-10-01 19:30:55.627700 -

Please consider upgrading the dependency org.apache.hbase:hbase-common. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:18:10.932901 -

Please consider upgrading the dependency org.apache.hbase:hbase-common. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-15 12:12:17.434168 -

Please consider upgrading the dependency org.apache.hbase:hbase-common. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:12:06.872815 -

Please consider upgrading the dependency org.apache.hbase:hbase-common. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:15:55.300048 -

Please consider upgrading the dependency org.apache.hbase:hbase-common. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:13:50.472613 -

Please consider upgrading the dependency org.apache.hbase:hbase-common. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:13:50.071966 -

Please consider upgrading the dependency org.apache.hbase:hbase-common. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:14:25.603182 -

Please consider upgrading the dependency org.apache.hbase:hbase-common. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:13:31.444315 -

Please consider upgrading the dependency org.apache.hbase:hbase-common. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:13:54.995084 -

Please consider upgrading the dependency org.apache.hbase:hbase-common. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:16:24.056216 -

Please consider upgrading the dependency org.apache.hbase:hbase-common. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-17 12:16:44.117401 -

Please consider upgrading the dependency org.apache.hbase:hbase-common. 

The current 

[jira] [Updated] (BEAM-8768) Beam Dependency Update Request: org.apache.hadoop:hadoop-common

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8768:

Description: 


 - 2019-11-19 21:11:17.792417 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-common. 

The current version is 2.7.3. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:17:48.768200 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-common. 

The current version is 2.7.3. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:17:03.342401 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-common. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:17:26.128600 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-common. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:12:38.493227 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-common. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:16:15.772871 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-common. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:15:26.112615 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-common. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:12:48.719879 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-common. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:13:45.659361 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-common. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:15:00.866930 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-common. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:12:43.740458 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-common. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:13:18.592641 -

Please consider upgrading the dependency 

[jira] [Updated] (BEAM-5544) Beam Dependency Update Request: org.apache.cassandra:cassandra-all

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5544:

Description: 


 - 2018-10-01 19:30:01.676519 -

Please consider upgrading the dependency 
org.apache.cassandra:cassandra-all. 

The current version is 3.9. The latest version is 3.11.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:16:18.366388 -

Please consider upgrading the dependency 
org.apache.cassandra:cassandra-all. 

The current version is 3.9. The latest version is 3.11.3 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-12 22:50:34.641353 -

Please consider upgrading the dependency 
org.apache.cassandra:cassandra-all. 

The current version is 3.11.3. The latest version is 4.0-alpha2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:10:46.805458 -

Please consider upgrading the dependency 
org.apache.cassandra:cassandra-all. 

The current version is 3.11.3. The latest version is 4.0-alpha2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:17:16.896830 -

Please consider upgrading the dependency 
org.apache.cassandra:cassandra-all. 

The current version is 3.11.3. The latest version is 4.0-alpha2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:16:32.190484 -

Please consider upgrading the dependency 
org.apache.cassandra:cassandra-all. 

The current version is 3.11.3. The latest version is 4.0-alpha2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:16:54.710134 -

Please consider upgrading the dependency 
org.apache.cassandra:cassandra-all. 

The current version is 3.11.3. The latest version is 4.0-alpha2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:12:06.251256 -

Please consider upgrading the dependency 
org.apache.cassandra:cassandra-all. 

The current version is 3.11.3. The latest version is 4.0-alpha2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:15:43.864499 -

Please consider upgrading the dependency 
org.apache.cassandra:cassandra-all. 

The current version is 3.11.3. The latest version is 4.0-alpha2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:15:06.156564 -

Please consider upgrading the dependency 
org.apache.cassandra:cassandra-all. 

The current version is 3.11.5. The latest version is 4.0-alpha2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:12:31.709891 -

Please consider upgrading the dependency 
org.apache.cassandra:cassandra-all. 

The current version is 3.11.5. The latest version is 4.0-alpha2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:13:28.445617 -

Please consider upgrading the dependency 
org.apache.cassandra:cassandra-all. 

The current version is 3.11.5. The latest version is 4.0-alpha2 

cc: 
 Please refer to [Beam 

[jira] [Updated] (BEAM-5561) Beam Dependency Update Request: org.apache.hbase:hbase-hadoop-compat

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5561:

Description: 


 - 2018-10-01 19:31:02.747809 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop-compat. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:18:16.666045 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop-compat. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-15 12:12:22.916827 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop-compat. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:12:12.366222 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop-compat. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:16:01.084255 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop-compat. 

The current version is 1.2.6. The latest version is 2.1.0 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:13:56.235802 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop-compat. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:13:55.833381 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop-compat. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:14:31.554034 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop-compat. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:13:37.148190 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop-compat. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:14:00.614911 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop-compat. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:16:29.699750 -

Please consider upgrading the dependency 
org.apache.hbase:hbase-hadoop-compat. 

The current version is 1.2.6. The latest version is 2.1.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-17 12:16:49.976649 -

Please 

[jira] [Updated] (BEAM-8719) Beam Dependency Update Request: org.apache.hadoop:hadoop-client

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8719:

Description: 


 - 2019-11-15 19:43:49.014690 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-client. 

The current version is 2.7.3. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:11:10.758182 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-client. 

The current version is 2.7.3. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:17:41.126500 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-client. 

The current version is 2.7.3. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:16:55.950286 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-client. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:17:18.758673 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-client. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:12:30.836447 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-client. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:16:08.275767 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-client. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:15:18.764160 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-client. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:12:41.140718 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-client. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:13:37.958507 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-client. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:14:52.909162 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-client. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:12:36.149817 -

Please consider upgrading the dependency 

[jira] [Updated] (BEAM-8770) Beam Dependency Update Request: org.apache.hadoop:hadoop-mapreduce-client-core

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8770:

Description: 


 - 2019-11-19 21:11:24.669793 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-mapreduce-client-core. 

The current version is 2.7.3. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:18:03.900818 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-mapreduce-client-core. 

The current version is 2.7.3. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:17:18.093107 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-mapreduce-client-core. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:17:41.088262 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-mapreduce-client-core. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:12:53.862655 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-mapreduce-client-core. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:16:31.250194 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-mapreduce-client-core. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:15:40.911220 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-mapreduce-client-core. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:13:03.747636 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-mapreduce-client-core. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:14:00.988782 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-mapreduce-client-core. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:15:16.167793 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-mapreduce-client-core. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:12:59.043630 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-mapreduce-client-core. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The 

[jira] [Updated] (BEAM-8769) Beam Dependency Update Request: org.apache.hadoop:hadoop-hdfs

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8769:

Description: 


 - 2019-11-19 21:11:21.154736 -

Please consider upgrading the dependency org.apache.hadoop:hadoop-hdfs. 

The current version is 2.7.3. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:17:56.384730 -

Please consider upgrading the dependency org.apache.hadoop:hadoop-hdfs. 

The current version is 2.7.3. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:17:10.647190 -

Please consider upgrading the dependency org.apache.hadoop:hadoop-hdfs. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:17:33.611252 -

Please consider upgrading the dependency org.apache.hadoop:hadoop-hdfs. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:12:46.166310 -

Please consider upgrading the dependency org.apache.hadoop:hadoop-hdfs. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:16:23.421699 -

Please consider upgrading the dependency org.apache.hadoop:hadoop-hdfs. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:15:33.364138 -

Please consider upgrading the dependency org.apache.hadoop:hadoop-hdfs. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:12:56.331214 -

Please consider upgrading the dependency org.apache.hadoop:hadoop-hdfs. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:13:53.211584 -

Please consider upgrading the dependency org.apache.hadoop:hadoop-hdfs. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:15:08.447492 -

Please consider upgrading the dependency org.apache.hadoop:hadoop-hdfs. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:12:51.424365 -

Please consider upgrading the dependency org.apache.hadoop:hadoop-hdfs. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:13:26.037224 -

Please consider upgrading the dependency org.apache.hadoop:hadoop-hdfs. 

The current 

[jira] [Updated] (BEAM-8771) Beam Dependency Update Request: org.apache.hadoop:hadoop-minicluster

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8771:

Description: 


 - 2019-11-19 21:11:28.423753 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-minicluster. 

The current version is 2.7.3. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:18:11.423232 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-minicluster. 

The current version is 2.7.3. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:17:25.471611 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-minicluster. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:17:48.468892 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-minicluster. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:13:01.502930 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-minicluster. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:16:38.903742 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-minicluster. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:15:48.543744 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-minicluster. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:13:11.212506 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-minicluster. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:14:08.692904 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-minicluster. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:15:24.048872 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-minicluster. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:13:06.578754 -

Please consider upgrading the dependency 
org.apache.hadoop:hadoop-minicluster. 

The current version is 2.8.5. The latest version is 3.2.1 

cc: [~timrobertson100], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:13:41.293957 -

Please 

[jira] [Updated] (BEAM-8711) Beam Dependency Update Request: org.apache.activemq.tooling:activemq-junit

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8711:

Description: 


 - 2019-11-15 19:43:25.166634 -

Please consider upgrading the dependency 
org.apache.activemq.tooling:activemq-junit. 

The current version is 5.13.1. The latest version is 5.15.10 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:10:24.885407 -

Please consider upgrading the dependency 
org.apache.activemq.tooling:activemq-junit. 

The current version is 5.13.1. The latest version is 5.15.10 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:16:54.611461 -

Please consider upgrading the dependency 
org.apache.activemq.tooling:activemq-junit. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:16:10.243639 -

Please consider upgrading the dependency 
org.apache.activemq.tooling:activemq-junit. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:16:32.537468 -

Please consider upgrading the dependency 
org.apache.activemq.tooling:activemq-junit. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:11:42.930043 -

Please consider upgrading the dependency 
org.apache.activemq.tooling:activemq-junit. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:15:21.100406 -

Please consider upgrading the dependency 
org.apache.activemq.tooling:activemq-junit. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:14:41.191771 -

Please consider upgrading the dependency 
org.apache.activemq.tooling:activemq-junit. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:12:09.519101 -

Please consider upgrading the dependency 
org.apache.activemq.tooling:activemq-junit. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:13:05.407156 -

Please consider upgrading the dependency 
org.apache.activemq.tooling:activemq-junit. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:14:20.299687 -

Please consider upgrading the dependency 
org.apache.activemq.tooling:activemq-junit. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:12:03.605449 -

Please consider upgrading the dependency 
org.apache.activemq.tooling:activemq-junit. 

The current version is 5.13.1. The 

[jira] [Updated] (BEAM-8763) Beam Dependency Update Request: org.apache.activemq:activemq-broker

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8763:

Description: 


 - 2019-11-19 21:10:07.629422 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-broker. 

The current version is 5.13.1. The latest version is 5.15.10 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:16:17.813100 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-broker. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:15:32.935540 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-broker. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:15:55.360386 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-broker. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:11:03.692575 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-broker. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:14:42.608750 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-broker. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:14:03.926142 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-broker. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:11:31.624345 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-broker. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:12:27.133256 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-broker. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:13:41.850313 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-broker. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:11:25.702487 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-broker. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:11:59.938235 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-broker. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 

[jira] [Updated] (BEAM-8766) Beam Dependency Update Request: org.apache.activemq:activemq-kahadb-store

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8766:

Description: 


 - 2019-11-19 21:10:17.844032 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-kahadb-store. 

The current version is 5.13.1. The latest version is 5.15.10 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:16:39.931067 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-kahadb-store. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:15:55.631623 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-kahadb-store. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:16:17.867202 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-kahadb-store. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:11:27.413019 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-kahadb-store. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:15:05.522684 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-kahadb-store. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:14:26.376645 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-kahadb-store. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:11:54.318743 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-kahadb-store. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:12:50.498297 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-kahadb-store. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:14:04.914305 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-kahadb-store. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:11:48.747375 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-kahadb-store. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:12:23.059342 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-kahadb-store. 

The current version is 5.13.1. The latest 

[jira] [Updated] (BEAM-8764) Beam Dependency Update Request: org.apache.activemq:activemq-client

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8764:

Description: 


 - 2019-11-19 21:10:11.027367 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-client. 

The current version is 5.13.1. The latest version is 5.15.10 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:16:25.249342 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-client. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:15:40.353297 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-client. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:16:02.952908 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-client. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:11:11.634811 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-client. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:14:50.360923 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-client. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:14:11.242213 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-client. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:11:39.267879 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-client. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:12:34.922748 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-client. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:13:49.552704 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-client. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:11:33.388743 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-client. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:12:07.622359 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-client. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 

[jira] [Updated] (BEAM-8715) Beam Dependency Update Request: org.apache.avro:avro

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8715:

Description: 


 - 2019-11-15 19:43:34.352607 -

Please consider upgrading the dependency org.apache.avro:avro. 

The current version is 1.8.2. The latest version is 1.9.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:10:39.325444 -

Please consider upgrading the dependency org.apache.avro:avro. 

The current version is 1.8.2. The latest version is 1.9.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:17:09.195761 -

Please consider upgrading the dependency org.apache.avro:avro. 

The current version is 1.8.2. The latest version is 1.9.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:16:24.532415 -

Please consider upgrading the dependency org.apache.avro:avro. 

The current version is 1.8.2. The latest version is 1.9.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:16:46.807801 -

Please consider upgrading the dependency org.apache.avro:avro. 

The current version is 1.8.2. The latest version is 1.9.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:11:57.626749 -

Please consider upgrading the dependency org.apache.avro:avro. 

The current version is 1.8.2. The latest version is 1.9.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:15:35.813790 -

Please consider upgrading the dependency org.apache.avro:avro. 

The current version is 1.8.2. The latest version is 1.9.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:14:55.385116 -

Please consider upgrading the dependency org.apache.avro:avro. 

The current version is 1.8.2. The latest version is 1.9.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:12:23.837063 -

Please consider upgrading the dependency org.apache.avro:avro. 

The current version is 1.8.2. The latest version is 1.9.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:13:20.278513 -

Please consider upgrading the dependency org.apache.avro:avro. 

The current version is 1.8.2. The latest version is 1.9.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:14:35.025849 -

Please consider upgrading the dependency org.apache.avro:avro. 

The current version is 1.8.2. The latest version is 1.9.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:12:18.571083 -

Please consider upgrading the dependency org.apache.avro:avro. 

The current version is 1.8.2. The latest version is 1.9.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:12:52.735152 -

Please consider upgrading 

[jira] [Updated] (BEAM-8713) Beam Dependency Update Request: org.apache.apex:malhar-library

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8713:

Description: 


 - 2019-11-15 19:43:29.772915 -

Please consider upgrading the dependency 
org.apache.apex:malhar-library. 

The current version is 3.4.0. The latest version is 3.8.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:10:32.283904 -

Please consider upgrading the dependency 
org.apache.apex:malhar-library. 

The current version is 3.4.0. The latest version is 3.8.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:17:01.879238 -

Please consider upgrading the dependency 
org.apache.apex:malhar-library. 

The current version is 3.4.0. The latest version is 3.8.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:16:17.338236 -

Please consider upgrading the dependency 
org.apache.apex:malhar-library. 

The current version is 3.4.0. The latest version is 3.8.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:16:39.644316 -

Please consider upgrading the dependency 
org.apache.apex:malhar-library. 

The current version is 3.4.0. The latest version is 3.8.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:11:50.194728 -

Please consider upgrading the dependency 
org.apache.apex:malhar-library. 

The current version is 3.4.0. The latest version is 3.8.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:15:28.473478 -

Please consider upgrading the dependency 
org.apache.apex:malhar-library. 

The current version is 3.4.0. The latest version is 3.8.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:14:48.204292 -

Please consider upgrading the dependency 
org.apache.apex:malhar-library. 

The current version is 3.4.0. The latest version is 3.8.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:12:16.727861 -

Please consider upgrading the dependency 
org.apache.apex:malhar-library. 

The current version is 3.4.0. The latest version is 3.8.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:13:12.724550 -

Please consider upgrading the dependency 
org.apache.apex:malhar-library. 

The current version is 3.4.0. The latest version is 3.8.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:14:27.612790 -

Please consider upgrading the dependency 
org.apache.apex:malhar-library. 

The current version is 3.4.0. The latest version is 3.8.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:12:11.250845 -

Please consider upgrading the dependency 
org.apache.apex:malhar-library. 

The current version is 3.4.0. The latest version is 3.8.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The 

[jira] [Work logged] (BEAM-9248) [Python] PTransform that integrates Cloud Natural Language functionality

2020-02-17 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9248?focusedWorklogId=388360=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-388360
 ]

ASF GitHub Bot logged work on BEAM-9248:


Author: ASF GitHub Bot
Created on: 17/Feb/20 12:12
Start Date: 17/Feb/20 12:12
Worklog Time Spent: 10m 
  Work Description: kamilwu commented on issue #10881: [BEAM-9248] 
Integrate Google Cloud Natural Language functionality for Python SDK
URL: https://github.com/apache/beam/pull/10881#issuecomment-586966167
 
 
   R: @udim Can I ask you for a review?
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 388360)
Time Spent: 0.5h  (was: 20m)

> [Python] PTransform that integrates Cloud Natural Language functionality
> 
>
> Key: BEAM-9248
> URL: https://issues.apache.org/jira/browse/BEAM-9248
> Project: Beam
>  Issue Type: Sub-task
>  Components: io-py-gcp
>Reporter: Kamil Wasilewski
>Assignee: Kamil Wasilewski
>Priority: Major
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The goal is to create a PTransform that integrates Google Cloud Natural 
> Language API functionality [1].
> [1] https://cloud.google.com/natural-language/docs/



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-8767) Beam Dependency Update Request: org.apache.activemq:activemq-mqtt

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8767:

Description: 


 - 2019-11-19 21:10:21.557949 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-mqtt. 

The current version is 5.13.1. The latest version is 5.15.10 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:16:47.595023 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-mqtt. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:16:03.184011 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-mqtt. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:16:25.543303 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-mqtt. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:11:35.712128 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-mqtt. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:15:13.665805 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-mqtt. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:14:33.885877 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-mqtt. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:12:01.670021 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-mqtt. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:12:58.134845 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-mqtt. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:14:12.853708 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-mqtt. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:11:56.353803 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-mqtt. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:12:30.694912 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-mqtt. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 

[jira] [Updated] (BEAM-8765) Beam Dependency Update Request: org.apache.activemq:activemq-jaas

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8765:

Description: 


 - 2019-11-19 21:10:14.392026 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-jaas. 

The current version is 5.13.1. The latest version is 5.15.10 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:16:32.616907 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-jaas. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:15:48.240517 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-jaas. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:16:10.482728 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-jaas. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:11:19.393517 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-jaas. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:14:57.958197 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-jaas. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:14:18.851784 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-jaas. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:11:46.924961 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-jaas. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:12:42.573159 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-jaas. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:13:57.109812 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-jaas. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:11:41.032986 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-jaas. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:12:15.330156 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-jaas. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 

[jira] [Updated] (BEAM-8707) Beam Dependency Update Request: org.antlr:antlr4

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8707:

Description: 


 - 2019-11-15 19:43:04.915244 -

Please consider upgrading the dependency org.antlr:antlr4. 

The current version is 4.7. The latest version is 4.7.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:09:50.321535 -

Please consider upgrading the dependency org.antlr:antlr4. 

The current version is 4.7. The latest version is 4.7.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:15:55.434512 -

Please consider upgrading the dependency org.antlr:antlr4. 

The current version is 4.7. The latest version is 4.7.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:15:10.823839 -

Please consider upgrading the dependency org.antlr:antlr4. 

The current version is 4.7. The latest version is 4.7.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:15:33.163546 -

Please consider upgrading the dependency org.antlr:antlr4. 

The current version is 4.7. The latest version is 4.7.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:10:41.033494 -

Please consider upgrading the dependency org.antlr:antlr4. 

The current version is 4.7. The latest version is 4.7.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:14:19.881205 -

Please consider upgrading the dependency org.antlr:antlr4. 

The current version is 4.7. The latest version is 4.7.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:13:41.685550 -

Please consider upgrading the dependency org.antlr:antlr4. 

The current version is 4.7. The latest version is 4.7.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:11:09.316818 -

Please consider upgrading the dependency org.antlr:antlr4. 

The current version is 4.7. The latest version is 4.8-1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:12:02.684503 -

Please consider upgrading the dependency org.antlr:antlr4. 

The current version is 4.7. The latest version is 4.8-1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:13:18.653099 -

Please consider upgrading the dependency org.antlr:antlr4. 

The current version is 4.7. The latest version is 4.8-1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:11:03.129639 -

Please consider upgrading the dependency org.antlr:antlr4. 

The current version is 4.7. The latest version is 4.8-1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:11:37.311869 -

Please consider upgrading the dependency org.antlr:antlr4. 

The current version is 4.7. 

[jira] [Updated] (BEAM-5573) Beam Dependency Update Request: net.java.dev.jna:jna

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5573:

Description: 


 - 2018-10-01 19:31:45.559076 -

Please consider upgrading the dependency net.java.dev.jna:jna. 

The current version is 4.1.0. The latest version is 4.5.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:19:28.741220 -

Please consider upgrading the dependency net.java.dev.jna:jna. 

The current version is 4.1.0. The latest version is 5.0.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-15 12:13:21.833814 -

Please consider upgrading the dependency net.java.dev.jna:jna. 

The current version is 4.1.0. The latest version is 5.0.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:13:38.498145 -

Please consider upgrading the dependency net.java.dev.jna:jna. 

The current version is 4.1.0. The latest version is 5.0.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:17:40.835055 -

Please consider upgrading the dependency net.java.dev.jna:jna. 

The current version is 4.1.0. The latest version is 5.0.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:15:09.712550 -

Please consider upgrading the dependency net.java.dev.jna:jna. 

The current version is 4.1.0. The latest version is 5.0.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:15:09.822849 -

Please consider upgrading the dependency net.java.dev.jna:jna. 

The current version is 4.1.0. The latest version is 5.0.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:15:50.844752 -

Please consider upgrading the dependency net.java.dev.jna:jna. 

The current version is 4.1.0. The latest version is 5.1.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:14:50.150448 -

Please consider upgrading the dependency net.java.dev.jna:jna. 

The current version is 4.1.0. The latest version is 5.1.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:15:15.466385 -

Please consider upgrading the dependency net.java.dev.jna:jna. 

The current version is 4.1.0. The latest version is 5.1.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:17:44.526358 -

Please consider upgrading the dependency net.java.dev.jna:jna. 

The current version is 4.1.0. The latest version is 5.1.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-17 12:18:06.044510 -

Please consider upgrading the dependency net.java.dev.jna:jna. 

The current version is 4.1.0. The latest version is 5.1.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-31 15:24:25.108816 -

Please consider upgrading 

[jira] [Updated] (BEAM-8705) Beam Dependency Update Request: javax.xml.bind:jaxb-api

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8705:

Description: 


 - 2019-11-15 19:42:32.884176 -

Please consider upgrading the dependency javax.xml.bind:jaxb-api. 

The current version is 2.2.12. The latest version is 2.4.0-b180830.0359 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:09:18.412866 -

Please consider upgrading the dependency javax.xml.bind:jaxb-api. 

The current version is 2.2.12. The latest version is 2.4.0-b180830.0359 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:15:20.570839 -

Please consider upgrading the dependency javax.xml.bind:jaxb-api. 

The current version is 2.2.12. The latest version is 2.4.0-b180830.0359 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:14:33.785603 -

Please consider upgrading the dependency javax.xml.bind:jaxb-api. 

The current version is 2.2.12. The latest version is 2.4.0-b180830.0359 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:14:57.315958 -

Please consider upgrading the dependency javax.xml.bind:jaxb-api. 

The current version is 2.2.12. The latest version is 2.4.0-b180830.0359 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:10:03.592782 -

Please consider upgrading the dependency javax.xml.bind:jaxb-api. 

The current version is 2.2.12. The latest version is 2.4.0-b180830.0359 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:13:43.692607 -

Please consider upgrading the dependency javax.xml.bind:jaxb-api. 

The current version is 2.2.12. The latest version is 2.4.0-b180830.0359 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:13:06.177818 -

Please consider upgrading the dependency javax.xml.bind:jaxb-api. 

The current version is 2.2.12. The latest version is 2.4.0-b180830.0359 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:10:32.568305 -

Please consider upgrading the dependency javax.xml.bind:jaxb-api. 

The current version is 2.2.12. The latest version is 2.4.0-b180830.0359 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:11:27.057343 -

Please consider upgrading the dependency javax.xml.bind:jaxb-api. 

The current version is 2.2.12. The latest version is 2.4.0-b180830.0359 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:12:41.666425 -

Please consider upgrading the dependency javax.xml.bind:jaxb-api. 

The current version is 2.2.12. The latest version is 2.4.0-b180830.0359 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:10:27.190526 -

Please consider upgrading the dependency javax.xml.bind:jaxb-api. 

The current version is 2.2.12. The latest version is 2.4.0-b180830.0359 

cc: 
 Please refer to [Beam Dependency Guide 

[jira] [Updated] (BEAM-8709) Beam Dependency Update Request: org.apache.activemq:activemq-amqp

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8709:

Description: 


 - 2019-11-15 19:43:11.264881 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-amqp. 

The current version is 5.13.1. The latest version is 5.15.10 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:10:00.650670 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-amqp. 

The current version is 5.13.1. The latest version is 5.15.10 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:16:10.182236 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-amqp. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:15:25.457931 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-amqp. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:15:47.950773 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-amqp. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:10:56.130267 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-amqp. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:14:34.815115 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-amqp. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:13:56.369880 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-amqp. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:11:24.225819 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-amqp. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:12:19.459699 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-amqp. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:13:33.836226 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-amqp. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:11:18.075399 -

Please consider upgrading the dependency 
org.apache.activemq:activemq-amqp. 

The current version is 5.13.1. The latest version is 5.15.11 

cc: 
 Please refer to [Beam Dependency Guide 

[jira] [Updated] (BEAM-8762) Beam Dependency Update Request: org.antlr:antlr4-runtime

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8762:

Description: 


 - 2019-11-19 21:09:57.196106 -

Please consider upgrading the dependency org.antlr:antlr4-runtime. 

The current version is 4.7. The latest version is 4.7.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:16:02.519541 -

Please consider upgrading the dependency org.antlr:antlr4-runtime. 

The current version is 4.7. The latest version is 4.7.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:15:17.979859 -

Please consider upgrading the dependency org.antlr:antlr4-runtime. 

The current version is 4.7. The latest version is 4.7.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:15:40.388899 -

Please consider upgrading the dependency org.antlr:antlr4-runtime. 

The current version is 4.7. The latest version is 4.7.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:10:48.400494 -

Please consider upgrading the dependency org.antlr:antlr4-runtime. 

The current version is 4.7. The latest version is 4.7.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:14:27.195827 -

Please consider upgrading the dependency org.antlr:antlr4-runtime. 

The current version is 4.7. The latest version is 4.7.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:13:48.869876 -

Please consider upgrading the dependency org.antlr:antlr4-runtime. 

The current version is 4.7. The latest version is 4.7.2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:11:16.465595 -

Please consider upgrading the dependency org.antlr:antlr4-runtime. 

The current version is 4.7. The latest version is 4.8-1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:12:10.570378 -

Please consider upgrading the dependency org.antlr:antlr4-runtime. 

The current version is 4.7. The latest version is 4.8-1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:13:26.024445 -

Please consider upgrading the dependency org.antlr:antlr4-runtime. 

The current version is 4.7. The latest version is 4.8-1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:11:10.375548 -

Please consider upgrading the dependency org.antlr:antlr4-runtime. 

The current version is 4.7. The latest version is 4.8-1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:11:44.715959 -

Please consider upgrading the dependency org.antlr:antlr4-runtime. 

The current version is 4.7. The latest version is 4.8-1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 - 2019-11-19 21:09:57.196106 -

   

[jira] [Updated] (BEAM-8856) Beam Dependency Update Request: net.bytebuddy:byte-buddy

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8856:

Description: 


 - 2019-12-02 12:15:33.228640 -

Please consider upgrading the dependency net.bytebuddy:byte-buddy. 

The current version is 1.9.3. The latest version is 1.10.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:14:44.752919 -

Please consider upgrading the dependency net.bytebuddy:byte-buddy. 

The current version is 1.9.3. The latest version is 1.10.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:15:08.213528 -

Please consider upgrading the dependency net.bytebuddy:byte-buddy. 

The current version is 1.9.3. The latest version is 1.10.6 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:10:15.141504 -

Please consider upgrading the dependency net.bytebuddy:byte-buddy. 

The current version is 1.9.3. The latest version is 1.10.6 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:13:54.787760 -

Please consider upgrading the dependency net.bytebuddy:byte-buddy. 

The current version is 1.9.3. The latest version is 1.10.6 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:13:16.925548 -

Please consider upgrading the dependency net.bytebuddy:byte-buddy. 

The current version is 1.9.3. The latest version is 1.10.6 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:10:43.791818 -

Please consider upgrading the dependency net.bytebuddy:byte-buddy. 

The current version is 1.9.3. The latest version is 1.10.6 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:11:37.993536 -

Please consider upgrading the dependency net.bytebuddy:byte-buddy. 

The current version is 1.9.3. The latest version is 1.10.7 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:12:52.601176 -

Please consider upgrading the dependency net.bytebuddy:byte-buddy. 

The current version is 1.9.3. The latest version is 1.10.7 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:10:38.143836 -

Please consider upgrading the dependency net.bytebuddy:byte-buddy. 

The current version is 1.9.3. The latest version is 1.10.7 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:11:12.105160 -

Please consider upgrading the dependency net.bytebuddy:byte-buddy. 

The current version is 1.9.3. The latest version is 1.10.8 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 - 2019-12-02 12:15:33.228640 -

Please consider upgrading the dependency net.bytebuddy:byte-buddy. 

The current version is 1.9.3. The latest version is 1.10.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 

[jira] [Updated] (BEAM-5570) Beam Dependency Update Request: net.java.dev.javacc:javacc

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5570:

Description: 


 - 2018-10-01 19:31:39.929131 -

Please consider upgrading the dependency net.java.dev.javacc:javacc. 

The current version is 4.0. The latest version is 7.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:19:16.854824 -

Please consider upgrading the dependency net.java.dev.javacc:javacc. 

The current version is 4.0. The latest version is 7.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-15 12:13:08.033163 -

Please consider upgrading the dependency net.java.dev.javacc:javacc. 

The current version is 4.0. The latest version is 7.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:13:15.299037 -

Please consider upgrading the dependency net.java.dev.javacc:javacc. 

The current version is 4.0. The latest version is 7.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:16:58.515257 -

Please consider upgrading the dependency net.java.dev.javacc:javacc. 

The current version is 4.0. The latest version is 7.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:14:44.297511 -

Please consider upgrading the dependency net.java.dev.javacc:javacc. 

The current version is 4.0. The latest version is 7.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:14:44.593327 -

Please consider upgrading the dependency net.java.dev.javacc:javacc. 

The current version is 4.0. The latest version is 7.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:15:22.794774 -

Please consider upgrading the dependency net.java.dev.javacc:javacc. 

The current version is 4.0. The latest version is 7.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:14:23.964814 -

Please consider upgrading the dependency net.java.dev.javacc:javacc. 

The current version is 4.0. The latest version is 7.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:14:46.766649 -

Please consider upgrading the dependency net.java.dev.javacc:javacc. 

The current version is 4.0. The latest version is 7.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:17:15.911594 -

Please consider upgrading the dependency net.java.dev.javacc:javacc. 

The current version is 4.0. The latest version is 7.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-17 12:17:36.925495 -

Please consider upgrading the dependency net.java.dev.javacc:javacc. 

The current version is 4.0. The latest version is 7.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-31 15:23:55.927987 

[jira] [Updated] (BEAM-9098) Beam Dependency Update Request: com.google.protobuf.nano:protobuf-javanano

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-9098:

Description: 


 - 2020-01-13 12:10:37.920063 -

Please consider upgrading the dependency 
com.google.protobuf.nano:protobuf-javanano. 

The current version is 3.0.0-alpha-5. The latest version is 3.2.0rc2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:09:24.479285 -

Please consider upgrading the dependency 
com.google.protobuf.nano:protobuf-javanano. 

The current version is 3.0.0-alpha-5. The latest version is 3.2.0rc2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:10:30.525444 -

Please consider upgrading the dependency 
com.google.protobuf.nano:protobuf-javanano. 

The current version is 3.0.0-alpha-5. The latest version is 3.2.0rc2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:11:41.338810 -

Please consider upgrading the dependency 
com.google.protobuf.nano:protobuf-javanano. 

The current version is 3.0.0-alpha-5. The latest version is 3.2.0rc2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:09:23.714170 -

Please consider upgrading the dependency 
com.google.protobuf.nano:protobuf-javanano. 

The current version is 3.0.0-alpha-5. The latest version is 3.2.0rc2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:10:01.448144 -

Please consider upgrading the dependency 
com.google.protobuf.nano:protobuf-javanano. 

The current version is 3.0.0-alpha-5. The latest version is 3.2.0rc2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 - 2020-01-13 12:10:37.920063 -

Please consider upgrading the dependency 
com.google.protobuf.nano:protobuf-javanano. 

The current version is 3.0.0-alpha-5. The latest version is 3.2.0rc2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:09:24.479285 -

Please consider upgrading the dependency 
com.google.protobuf.nano:protobuf-javanano. 

The current version is 3.0.0-alpha-5. The latest version is 3.2.0rc2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:10:30.525444 -

Please consider upgrading the dependency 
com.google.protobuf.nano:protobuf-javanano. 

The current version is 3.0.0-alpha-5. The latest version is 3.2.0rc2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:11:41.338810 -

Please consider upgrading the dependency 
com.google.protobuf.nano:protobuf-javanano. 

The current version is 3.0.0-alpha-5. The latest version is 3.2.0rc2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:09:23.714170 -

Please consider upgrading the dependency 
com.google.protobuf.nano:protobuf-javanano. 

The current version is 3.0.0-alpha-5. The latest version is 3.2.0rc2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 



> Beam Dependency Update Request: com.google.protobuf.nano:protobuf-javanano
> 

[jira] [Updated] (BEAM-8703) Beam Dependency Update Request: io.netty:netty-handler

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8703:

Description: 


 - 2019-11-15 19:42:01.495203 -

Please consider upgrading the dependency io.netty:netty-handler. 

The current version is 4.1.30.Final. The latest version is 5.0.0.Alpha2 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:08:44.187714 -

Please consider upgrading the dependency io.netty:netty-handler. 

The current version is 4.1.30.Final. The latest version is 5.0.0.Alpha2 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:14:46.341103 -

Please consider upgrading the dependency io.netty:netty-handler. 

The current version is 4.1.30.Final. The latest version is 5.0.0.Alpha2 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:13:57.496758 -

Please consider upgrading the dependency io.netty:netty-handler. 

The current version is 4.1.30.Final. The latest version is 5.0.0.Alpha2 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:14:22.713282 -

Please consider upgrading the dependency io.netty:netty-handler. 

The current version is 4.1.30.Final. The latest version is 5.0.0.Alpha2 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:09:28.243844 -

Please consider upgrading the dependency io.netty:netty-handler. 

The current version is 4.1.30.Final. The latest version is 5.0.0.Alpha2 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:13:09.277997 -

Please consider upgrading the dependency io.netty:netty-handler. 

The current version is 4.1.30.Final. The latest version is 5.0.0.Alpha2 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:12:32.289675 -

Please consider upgrading the dependency io.netty:netty-handler. 

The current version is 4.1.30.Final. The latest version is 5.0.0.Alpha2 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:10:15.158213 -

Please consider upgrading the dependency io.netty:netty-handler. 

The current version is 4.1.30.Final. The latest version is 5.0.0.Alpha2 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:11:09.637759 -

Please consider upgrading the dependency io.netty:netty-handler. 

The current version is 4.1.30.Final. The latest version is 5.0.0.Alpha2 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:12:23.810980 -

Please consider upgrading the dependency io.netty:netty-handler. 

The current version is 4.1.30.Final. The latest version is 5.0.0.Alpha2 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:10:09.060318 -

Please consider upgrading the dependency io.netty:netty-handler. 

The current 

[jira] [Updated] (BEAM-5750) Beam Dependency Update Request: javax.servlet:javax.servlet-api

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5750:

Description: 


 - 2018-10-15 12:13:14.253682 -

Please consider upgrading the dependency 
javax.servlet:javax.servlet-api. 

The current version is 3.1.0. The latest version is 4.0.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-22 12:13:20.677351 -

Please consider upgrading the dependency 
javax.servlet:javax.servlet-api. 

The current version is 3.1.0. The latest version is 4.0.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-29 12:17:03.954722 -

Please consider upgrading the dependency 
javax.servlet:javax.servlet-api. 

The current version is 3.1.0. The latest version is 4.0.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-05 12:14:50.209888 -

Please consider upgrading the dependency 
javax.servlet:javax.servlet-api. 

The current version is 3.1.0. The latest version is 4.0.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-12 12:14:50.401239 -

Please consider upgrading the dependency 
javax.servlet:javax.servlet-api. 

The current version is 3.1.0. The latest version is 4.0.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-19 12:15:31.652290 -

Please consider upgrading the dependency 
javax.servlet:javax.servlet-api. 

The current version is 3.1.0. The latest version is 4.0.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-11-26 12:14:29.396363 -

Please consider upgrading the dependency 
javax.servlet:javax.servlet-api. 

The current version is 3.1.0. The latest version is 4.0.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-03 12:14:52.265627 -

Please consider upgrading the dependency 
javax.servlet:javax.servlet-api. 

The current version is 3.1.0. The latest version is 4.0.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-10 12:17:21.331309 -

Please consider upgrading the dependency 
javax.servlet:javax.servlet-api. 

The current version is 3.1.0. The latest version is 4.0.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-17 12:17:42.365110 -

Please consider upgrading the dependency 
javax.servlet:javax.servlet-api. 

The current version is 3.1.0. The latest version is 4.0.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-12-31 15:24:01.296226 -

Please consider upgrading the dependency 
javax.servlet:javax.servlet-api. 

The current version is 3.1.0. The latest version is 4.0.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-01-07 12:27:13.634593 -

Please consider upgrading the dependency 
javax.servlet:javax.servlet-api. 

The current version is 3.1.0. The latest version is 4.0.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not 

[jira] [Updated] (BEAM-9100) Beam Dependency Update Request: com.ning:compress-lzf

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-9100:

Description: 


 - 2020-01-13 12:10:52.676305 -

Please consider upgrading the dependency com.ning:compress-lzf. 

The current version is 1.0.3. The latest version is 1.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:09:53.675467 -

Please consider upgrading the dependency com.ning:compress-lzf. 

The current version is 1.0.3. The latest version is 1.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:10:48.177397 -

Please consider upgrading the dependency com.ning:compress-lzf. 

The current version is 1.0.3. The latest version is 1.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:11:59.927022 -

Please consider upgrading the dependency com.ning:compress-lzf. 

The current version is 1.0.3. The latest version is 1.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:09:42.206717 -

Please consider upgrading the dependency com.ning:compress-lzf. 

The current version is 1.0.3. The latest version is 1.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:10:19.299140 -

Please consider upgrading the dependency com.ning:compress-lzf. 

The current version is 1.0.3. The latest version is 1.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 - 2020-01-13 12:10:52.676305 -

Please consider upgrading the dependency com.ning:compress-lzf. 

The current version is 1.0.3. The latest version is 1.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:09:53.675467 -

Please consider upgrading the dependency com.ning:compress-lzf. 

The current version is 1.0.3. The latest version is 1.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:10:48.177397 -

Please consider upgrading the dependency com.ning:compress-lzf. 

The current version is 1.0.3. The latest version is 1.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:11:59.927022 -

Please consider upgrading the dependency com.ning:compress-lzf. 

The current version is 1.0.3. The latest version is 1.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:09:42.206717 -

Please consider upgrading the dependency com.ning:compress-lzf. 

The current version is 1.0.3. The latest version is 1.0.4 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 



> Beam Dependency Update Request: com.ning:compress-lzf
> -
>
> Key: BEAM-9100
> URL: https://issues.apache.org/jira/browse/BEAM-9100
> Project: Beam
>  Issue Type: Sub-task
>  Components: dependencies
>Reporter: Beam JIRA Bot
>Priority: Major
>
>  - 2020-01-13 12:10:52.676305 
> -
> Please 

[jira] [Updated] (BEAM-8699) Beam Dependency Update Request: com.pholser:junit-quickcheck-core

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8699:

Description: 


 - 2019-11-15 19:40:34.410890 -

Please consider upgrading the dependency 
com.pholser:junit-quickcheck-core. 

The current version is 0.8. The latest version is 0.9 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:07:03.622705 -

Please consider upgrading the dependency 
com.pholser:junit-quickcheck-core. 

The current version is 0.8. The latest version is 0.9 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:13:02.483068 -

Please consider upgrading the dependency 
com.pholser:junit-quickcheck-core. 

The current version is 0.8. The latest version is 0.9 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:12:13.380571 -

Please consider upgrading the dependency 
com.pholser:junit-quickcheck-core. 

The current version is 0.8. The latest version is 0.9 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:12:38.018214 -

Please consider upgrading the dependency 
com.pholser:junit-quickcheck-core. 

The current version is 0.8. The latest version is 0.9 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:07:41.934846 -

Please consider upgrading the dependency 
com.pholser:junit-quickcheck-core. 

The current version is 0.8. The latest version is 0.9 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:11:16.489620 -

Please consider upgrading the dependency 
com.pholser:junit-quickcheck-core. 

The current version is 0.8. The latest version is 0.9 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:10:56.223705 -

Please consider upgrading the dependency 
com.pholser:junit-quickcheck-core. 

The current version is 0.8. The latest version is 0.9 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:10:01.000807 -

Please consider upgrading the dependency 
com.pholser:junit-quickcheck-core. 

The current version is 0.8. The latest version is 0.9 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:10:55.363171 -

Please consider upgrading the dependency 
com.pholser:junit-quickcheck-core. 

The current version is 0.8. The latest version is 0.9.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:12:08.255004 -

Please consider upgrading the dependency 
com.pholser:junit-quickcheck-core. 

The current version is 0.8. The latest version is 0.9.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:09:49.220128 -

Please consider upgrading the dependency 
com.pholser:junit-quickcheck-core. 

The current version is 0.8. The latest version is 0.9.1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description 

[jira] [Updated] (BEAM-8636) Beam Dependency Update Request: com.hazelcast:hazelcast

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8636:

Description: 


 - 2019-11-12 22:48:16.271374 -

Please consider upgrading the dependency com.hazelcast:hazelcast. 

The current version is 3.12. The latest version is 4.0-BETA-1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:06:56.301381 -

Please consider upgrading the dependency com.hazelcast:hazelcast. 

The current version is 3.12. The latest version is 4.0-BETA-1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:12:54.887237 -

Please consider upgrading the dependency com.hazelcast:hazelcast. 

The current version is 3.12. The latest version is 4.0-BETA-1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:12:05.859131 -

Please consider upgrading the dependency com.hazelcast:hazelcast. 

The current version is 3.12. The latest version is 4.0-BETA-1 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:12:17.132930 -

Please consider upgrading the dependency com.hazelcast:hazelcast. 

The current version is 3.12. The latest version is 4.0-BETA-2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:07:34.112026 -

Please consider upgrading the dependency com.hazelcast:hazelcast. 

The current version is 3.12. The latest version is 4.0-BETA-2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:11:08.860679 -

Please consider upgrading the dependency com.hazelcast:hazelcast. 

The current version is 3.12. The latest version is 4.0-BETA-2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:10:43.918108 -

Please consider upgrading the dependency com.hazelcast:hazelcast. 

The current version is 3.12. The latest version is 4.0-BETA-2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:09:46.059021 -

Please consider upgrading the dependency com.hazelcast:hazelcast. 

The current version is 3.12. The latest version is 4.0-BETA-2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:10:40.498516 -

Please consider upgrading the dependency com.hazelcast:hazelcast. 

The current version is 3.12. The latest version is 4.0-BETA-2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-03 12:11:52.160952 -

Please consider upgrading the dependency com.hazelcast:hazelcast. 

The current version is 3.12. The latest version is 4.0-BETA-2 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-10 12:09:34.547597 -

Please consider upgrading the dependency com.hazelcast:hazelcast. 

The current version is 3.12. The latest version is 4.0 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 

[jira] [Updated] (BEAM-5559) Beam Dependency Update Request: com.google.guava:guava

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-5559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-5559:

Description: 


 - 2018-10-01 19:30:53.471497 -

Please consider upgrading the dependency com.google.guava:guava. 

The current version is 20.0. The latest version is 26.0-jre 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2018-10-08 12:18:05.174889 -

Please consider upgrading the dependency com.google.guava:guava. 

The current version is 20.0. The latest version is 26.0-jre 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-04-15 12:32:27.737694 -

Please consider upgrading the dependency com.google.guava:guava. 

The current version is 20.0. The latest version is 27.1-jre 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-04-22 12:10:18.539470 -

Please consider upgrading the dependency com.google.guava:guava. 

The current version is 20.0. The latest version is 27.1-jre 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-12 22:48:00.063941 -

Please consider upgrading the dependency com.google.guava:guava. 

The current version is 26.0-jre. The latest version is 28.1-jre 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-11-19 21:06:09.552946 -

Please consider upgrading the dependency com.google.guava:guava. 

The current version is 26.0-jre. The latest version is 28.1-jre 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:11:56.870028 -

Please consider upgrading the dependency com.google.guava:guava. 

The current version is 26.0-jre. The latest version is 28.1-jre 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:11:09.244912 -

Please consider upgrading the dependency com.google.guava:guava. 

The current version is 26.0-jre. The latest version is 28.1-jre 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:11:03.393600 -

Please consider upgrading the dependency com.google.guava:guava. 

The current version is 26.0-jre. The latest version is 28.1-jre 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:06:35.828547 -

Please consider upgrading the dependency com.google.guava:guava. 

The current version is 26.0-jre. The latest version is 28.2-jre 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:10:10.446048 -

Please consider upgrading the dependency com.google.guava:guava. 

The current version is 26.0-jre. The latest version is 28.2-jre 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:09:41.100663 -

Please consider upgrading the dependency com.google.guava:guava. 

The current version is 26.0-jre. The latest version is 28.2-jre 

cc: 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 

[jira] [Updated] (BEAM-8754) Beam Dependency Update Request: com.google.apis:google-api-services-storage

2020-02-17 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-8754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-8754:

Description: 


 - 2019-11-19 21:04:52.809945 -

Please consider upgrading the dependency 
com.google.apis:google-api-services-storage. 

The current version is v1-rev20181109-1.28.0. The latest version is 
v1-rev20191011-1.30.3 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-02 12:10:15.177074 -

Please consider upgrading the dependency 
com.google.apis:google-api-services-storage. 

The current version is v1-rev20181109-1.28.0. The latest version is 
v1-rev20191011-1.30.3 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-09 12:09:24.268496 -

Please consider upgrading the dependency 
com.google.apis:google-api-services-storage. 

The current version is v1-rev20181109-1.28.0. The latest version is 
v1-rev20191011-1.30.3 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-23 12:09:25.241378 -

Please consider upgrading the dependency 
com.google.apis:google-api-services-storage. 

The current version is v1-rev20181109-1.28.0. The latest version is 
v1-rev20191011-1.30.3 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2019-12-30 14:04:55.805836 -

Please consider upgrading the dependency 
com.google.apis:google-api-services-storage. 

The current version is v1-rev20181109-1.28.0. The latest version is 
v1-rev20191011-1.30.3 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-06 12:08:30.443232 -

Please consider upgrading the dependency 
com.google.apis:google-api-services-storage. 

The current version is v1-rev20181109-1.28.0. The latest version is 
v1-rev20191011-1.30.3 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-13 12:08:24.230512 -

Please consider upgrading the dependency 
com.google.apis:google-api-services-storage. 

The current version is v1-rev20181109-1.28.0. The latest version is 
v1-rev20191011-1.30.3 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-20 12:08:00.885191 -

Please consider upgrading the dependency 
com.google.apis:google-api-services-storage. 

The current version is v1-rev20181109-1.28.0. The latest version is 
v1-rev20191011-1.30.3 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-01-27 12:09:05.222974 -

Please consider upgrading the dependency 
com.google.apis:google-api-services-storage. 

The current version is v1-rev20181109-1.28.0. The latest version is 
v1-rev20191011-1.30.3 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


 - 2020-02-17 12:09:06.271854 -

Please consider upgrading the dependency 
com.google.apis:google-api-services-storage. 

The current version is v1-rev20191011-1.30.3. The latest version is 
v1-rev20191127-1.30.8 

cc: [~chamikara], 
 Please refer to [Beam Dependency Guide 
|https://beam.apache.org/contribute/dependencies/]for more information. 
Do Not Modify The Description Above. 


  was:


 - 2019-11-19 21:04:52.809945 -

Please consider upgrading the dependency 
com.google.apis:google-api-services-storage. 

  1   2   >