Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<description>A Kafka to Azure Storage Blob with Exchange Pooling containeraized application to show profiling practices</description>

<properties>
<tcnative.version>2.0.78.Final</tcnative.version>
<tcnative.version>2.0.79.Final</tcnative.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion profiling/kafka/kafka-azure-storage-blob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<description>A Kafka to Azure Storage Blob containeraized application to show profiling practices</description>

<properties>
<tcnative.version>2.0.78.Final</tcnative.version>
<tcnative.version>2.0.79.Final</tcnative.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<description>A Kafka to Azure Storage Queue with Exchange Pooling containeraized application to show profiling practices</description>

<properties>
<tcnative.version>2.0.78.Final</tcnative.version>
<tcnative.version>2.0.79.Final</tcnative.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion profiling/kafka/kafka-azure-storage-queue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<description>A Kafka to Azure Storage Queue containeraized application to show profiling practices</description>

<properties>
<tcnative.version>2.0.78.Final</tcnative.version>
<tcnative.version>2.0.79.Final</tcnative.version>
</properties>

<dependencies>
Expand Down
Loading