We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0edab21 + 523f506 commit 453bd29Copy full SHA for 453bd29
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [Unreleased]
4
+
5
+**Security**
6
+- Updated OkHttp to 4.11.0
7
8
## [2.5.0](https://github.com/auth0/auth0-java/tree/2.5.0) (2023-07-18)
9
[Full Changelog](https://github.com/auth0/auth0-java/compare/2.4.0...2.5.0)
10
build.gradle
@@ -64,7 +64,7 @@ test {
64
}
65
66
ext {
67
- okhttpVersion = '4.10.0'
+ okhttpVersion = '4.11.0'
68
hamcrestVersion = '2.2'
69
jupiterVersion = '5.9.3'
70
0 commit comments