File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 157157 <angus-mail .version>2.0.4</angus-mail .version>
158158 <commonmark .version>0.26.0</commonmark .version>
159159 <flexmark .version>0.64.8</flexmark .version>
160- <owasp-html-sanitizer .version>20240325 .1</owasp-html-sanitizer .version>
160+ <owasp-html-sanitizer .version>20260101 .1</owasp-html-sanitizer .version>
161161 </properties >
162162
163163 <dependencyManagement >
164164 <dependencies >
165+ <!-- Security: Force newer versions to fix vulnerabilities -->
166+ <dependency >
167+ <groupId >org.apache.commons</groupId >
168+ <artifactId >commons-lang3</artifactId >
169+ <version >3.18.0</version >
170+ </dependency >
171+ <dependency >
172+ <groupId >com.squareup.okhttp3</groupId >
173+ <artifactId >okhttp</artifactId >
174+ <version >4.12.0</version >
175+ </dependency >
176+ <dependency >
177+ <groupId >io.projectreactor.netty</groupId >
178+ <artifactId >reactor-netty-http</artifactId >
179+ <version >1.2.14</version >
180+ </dependency >
165181 <dependency >
166182 <groupId >org.eclipse.angus</groupId >
167183 <artifactId >angus-mail</artifactId >
635651 <dependency >
636652 <groupId >io.netty</groupId >
637653 <artifactId >netty-bom</artifactId >
638- <version >4.1.125 .Final</version >
654+ <version >4.1.129 .Final</version >
639655 <type >pom</type >
640656 <scope >import</scope >
641657 </dependency >
You can’t perform that action at this time.
0 commit comments