You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,12 @@ All notable changes to this project will be documented in this file.
6
6
7
7
### Changed
8
8
9
+
- Bump okio to 1.17.6 to get rid of CVE-2023-3635 ([#46])
10
+
- Performance fixes ([#50])
9
11
- Updates various dependencies and does a full spotless run. This will now require JDK 17 or later to build (required by later error-prone versions), the build target is still Java 11 [#51]
We bump this here to get rid of a critical CVE in okio 1.15 which we get via kubernetes-client.
101
+
We tried understanding _why_ we get 1.15 as dependency:tree for kubernetes-client says we should be getting 1.17.6.
102
+
As we failed to understand this we did this short/medium term fix of adding an explicit dependency here which should override the one coming from kubernetes-client.
103
+
This can be removed again as soon as we get the proper version from kubernetes-client.
0 commit comments