File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 155155 <artifactId >junit-platform-launcher</artifactId >
156156 <scope >test</scope >
157157 </dependency >
158+
159+ <!-- Transitive dependencies updated for security -->
160+ <dependency >
161+ <groupId >io.undertow</groupId >
162+ <artifactId >undertow-core</artifactId >
163+ <version >2.3.21.Final</version >
164+ </dependency >
165+ <dependency >
166+ <groupId >io.undertow</groupId >
167+ <artifactId >undertow-servlet</artifactId >
168+ <version >2.3.21.Final</version >
169+ </dependency >
170+ <dependency >
171+ <groupId >io.undertow</groupId >
172+ <artifactId >undertow-websockets-jsr</artifactId >
173+ <version >2.3.21.Final</version >
174+ </dependency >
175+ <dependency >
176+ <groupId >org.apache.logging.log4j</groupId >
177+ <artifactId >log4j-api</artifactId >
178+ <version >2.25.3</version >
179+ </dependency >
158180 </dependencies >
159181
160182 <build >
You can’t perform that action at this time.
0 commit comments