Skip to content

Commit

Permalink
fix(iot-dev): Upgrade proton-j dependency to latest (#1758)
Browse files Browse the repository at this point in the history
This release fixes some bugs that may affect long-running AMQP connections.

https://qpid.apache.org/releases/qpid-proton-j-0.34.1/release-notes.html
  • Loading branch information
timtay-microsoft authored Oct 26, 2023
1 parent 474f9ff commit da472bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-j</artifactId>
<version>0.34.0</version>
<version>0.34.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down

0 comments on commit da472bb

Please sign in to comment.