Skip to content

Commit

Permalink
Bump tcnative.version from 2.0.63.Final to 2.0.65.Final (#723)
Browse files Browse the repository at this point in the history
Bumps `tcnative.version` from 2.0.63.Final to 2.0.65.Final.

Updates `io.netty:netty-tcnative-boringssl-static` from 2.0.63.Final to 2.0.65.Final
- [Release notes](https://github.com/netty/netty-tcnative/releases)
- [Commits](netty/netty-tcnative@netty-tcnative-parent-2.0.63.Final...netty-tcnative-parent-2.0.65.Final)

Updates `io.netty:netty-tcnative` from 2.0.63.Final to 2.0.65.Final
- [Release notes](https://github.com/netty/netty-tcnative/releases)
- [Commits](netty/netty-tcnative@netty-tcnative-parent-2.0.63.Final...netty-tcnative-parent-2.0.65.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-tcnative-boringssl-static
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-tcnative
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 9, 2024
1 parent 0171477 commit 9033a07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli-qpid-jms-1x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<jar.main.class>com.redhat.mqe.jms.Main</jar.main.class>
<qpid.jms.1x.client.version>1.9.0</qpid.jms.1x.client.version>
<library.version>${qpid.jms.1x.client.version}</library.version>
<tcnative.version>2.0.63.Final</tcnative.version>
<tcnative.version>2.0.65.Final</tcnative.version>
<tcnative.classifier>linux-x86_64-fedora</tcnative.classifier>
<jaeger-client.version>1.8.1</jaeger-client.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion cli-qpid-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<jar.main.class>com.redhat.mqe.jms.Main</jar.main.class>
<qpid.jms.client.version>2.4.0</qpid.jms.client.version>
<library.version>${qpid.jms.client.version}</library.version>
<tcnative.version>2.0.63.Final</tcnative.version>
<tcnative.version>2.0.65.Final</tcnative.version>
<tcnative.classifier>linux-x86_64-fedora</tcnative.classifier>
<jaeger-client.version>1.8.1</jaeger-client.version>
</properties>
Expand Down

0 comments on commit 9033a07

Please sign in to comment.