Skip to content

Commit e8e5434

Browse files
aji-ajupmbrull
authored andcommitted
Security vulnerability fixes for 1.12.0 (#26030)
* Security vulnerability fixes for 1.12.0 * Addressed githar bot comments * Addressed githar bot comment
1 parent 954572a commit e8e5434

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

pom.xml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,27 @@
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>
@@ -635,7 +651,7 @@
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>

0 commit comments

Comments
 (0)