File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 430430 <groupId >jakarta.mail</groupId >
431431 <artifactId >jakarta.mail-api</artifactId >
432432 </dependency >
433+
434+ <!-- Transitive dependencies updated for security -->
435+ <dependency >
436+ <groupId >io.undertow</groupId >
437+ <artifactId >undertow-core</artifactId >
438+ <version >2.3.21.Final</version >
439+ </dependency >
440+ <dependency >
441+ <groupId >io.undertow</groupId >
442+ <artifactId >undertow-servlet</artifactId >
443+ <version >2.3.21.Final</version >
444+ </dependency >
445+ <dependency >
446+ <groupId >io.undertow</groupId >
447+ <artifactId >undertow-websockets-jsr</artifactId >
448+ <version >2.3.21.Final</version >
449+ </dependency >
450+ <dependency >
451+ <groupId >org.apache.logging.log4j</groupId >
452+ <artifactId >log4j-api</artifactId >
453+ <version >2.25.3</version >
454+ </dependency >
433455 </dependencies >
434456
435457 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments