Skip to content

Commit

Permalink
[STREAMPIPES-519] upgrade netty and amqp-client
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Apr 1, 2022
1 parent d250e0c commit 7b3da7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions streampipes-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<owasp.check.skip>true</owasp.check.skip>
<maven.deploy.skip>false</maven.deploy.skip>

<amqp-client.version>4.1.0</amqp-client.version>
<amqp-client.version>4.8.0</amqp-client.version>
<animal-sniffer-annotations.version>1.17</animal-sniffer-annotations.version>
<boofcv.version>0.33</boofcv.version>
<bcprov.version>1.66</bcprov.version>
Expand Down Expand Up @@ -126,7 +126,7 @@
<eclipse.milo.version>0.6.3</eclipse.milo.version>
<mysql-binlog-connector.version>0.18.1</mysql-binlog-connector.version>
<mysql-connector-java.version>8.0.15</mysql-connector-java.version>
<netty.version>4.1.39.Final</netty.version>
<netty.version>4.1.72.Final</netty.version>
<nimbus-jose-jwt.version>4.41.1</nimbus-jose-jwt.version>
<opencsv.version>5.5.2</opencsv.version>
<plc4x.version>0.8.0</plc4x.version>
Expand Down
2 changes: 1 addition & 1 deletion streampipes-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.24</version>
<version>1.26</version>
</dependency>

<!-- dependency convergence -->
Expand Down

0 comments on commit 7b3da7e

Please sign in to comment.