Skip to content

Commit

Permalink
Bump netty to 4.1.72.Final for log4j2 fix TELSTICK FIXED (openhab#11863)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Skinner <[email protected]>
  • Loading branch information
Skinah authored and moesterheld committed Jan 18, 2022
1 parent 16bd40d commit d5349d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions bundles/org.openhab.binding.tellstick/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@
<version>${netty.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-classes-kqueue</artifactId>
<version>${netty.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler-proxy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<eea.version>2.2.1</eea.version>
<jackson.version>2.12.5</jackson.version>
<karaf.version>4.3.4</karaf.version>
<netty.version>4.1.68.Final</netty.version>
<netty.version>4.1.72.Final</netty.version>
<okhttp.version>3.14.9</okhttp.version>
<sat.version>0.12.0</sat.version>
<spotless.version>2.0.3</spotless.version>
Expand Down

0 comments on commit d5349d0

Please sign in to comment.