We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b40cd9 commit 9b7abd3Copy full SHA for 9b7abd3
CHANGES.md
@@ -1,5 +1,6 @@
1
# HAP-Java 2.0.8
2
* Updated bouncy castle to 1.83
3
+* Updated netty to 4.1.126.Final
4
5
# HAP-Java 2.0.7
6
* Add overloads to characteristics so that the username can be passed through.
pom.xml
@@ -11,7 +11,7 @@
11
12
<properties>
13
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14
- <netty.version>4.1.72.Final</netty.version>
+ <netty.version>4.1.126.Final</netty.version>
15
</properties>
16
17
<licenses>
0 commit comments