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 deab5c5 commit aae84f0Copy full SHA for aae84f0
CHANGES.md
@@ -1,5 +1,5 @@
1
# HAP-Java 2.0.8
2
-* Updated bouncy castle to 1.82
+* Updated bouncy castle to 1.83
3
4
# HAP-Java 2.0.7
5
* Add overloads to characteristics so that the username can be passed through.
pom.xml
@@ -106,7 +106,7 @@
106
<dependency>
107
<groupId>org.bouncycastle</groupId>
108
<artifactId>bcpkix-jdk18on</artifactId>
109
- <version>1.82</version>
+ <version>1.83</version>
110
</dependency>
111
112
0 commit comments