@@ -97,6 +97,31 @@ <H2>Changes in Bundled Libraries</H2>
97
97
< li > JavaFX runtime, now relying on JRE (for example, OracleJDK, OpenJDK+OpenJFX).</ li >
98
98
</ ul >
99
99
100
+ The following libraries will be removed in a future release:
101
+ < ul >
102
+ < li > JDOM</ li >
103
+ < li > Diff Utils</ li >
104
+ </ ul >
105
+ no longer in use by core, add-ons should bundle the library, if needed.
106
+
107
+ The following libraries were updated:
108
+ < ul >
109
+ < li > Bouncy Castle, 1.52 → 1.61</ li >
110
+ < li > Commons BeanUtils, 1.8.3 → 1.9.3</ li >
111
+ < li > Commons Codec, 1.9 → 1.12</ li >
112
+ < li > Commons Configuration, 1.9 → 1.10</ li >
113
+ < li > Commons CSV, 1.1 → 1.6</ li >
114
+ < li > Commons IO, 2.4 → 2.6</ li >
115
+ < li > Commons Lang, 3.7 → 3.9</ li >
116
+ < li > Commons Text, 1.3 → 1.6</ li >
117
+ < li > HSQLDB, 2.3.4 → 2.4.1</ li >
118
+ < li > Java SemVer, 0.8.0 → 0.9.0</ li >
119
+ < li > Jericho HTML Parser, 3.1 → 3.4</ li >
120
+ < li > RSyntaxTextArea, 2.5.8 → 3.0.3</ li >
121
+ < li > SQLite JDBC, 3.8.11.1 → 3.27.2.1</ li >
122
+ < li > SwingX, 1.6.4 → 1.6.5-1</ li >
123
+ </ ul >
124
+
100
125
< H2 > Active Scan Input Vectors Change</ H2 >
101
126
Users now have the option of whether or not to add a query parameter to GET requests that did not have them to start with.
102
127
In previous versions this behavior was not user controllable and was on by default. With the new user option the default has
0 commit comments