File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
cloudplatform/connectivity-ztis Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 51
51
<type >pom</type >
52
52
<scope >import</scope >
53
53
</dependency >
54
- <!-- resolve vulnerability CVE-2025-48734 -->
55
- <dependency >
56
- <groupId >commons-beanutils</groupId >
57
- <artifactId >commons-beanutils</artifactId >
58
- <version >1.11.0</version >
59
- </dependency >
60
54
</dependencies >
61
55
</dependencyManagement >
62
56
<dependencies >
Original file line number Diff line number Diff line change 122
122
<byte-buddy .version>1.17.5</byte-buddy .version>
123
123
<snakeyaml .version>2.4</snakeyaml .version>
124
124
<commons-codec .version>1.18.0</commons-codec .version>
125
+ <commons-beanutils .version>1.11.0</commons-beanutils .version>
125
126
<jsr305 .optional>true</jsr305 .optional>
126
127
<maven-compiler-plugin .version>3.14.0</maven-compiler-plugin .version>
127
128
<maven .compiler.proc>full</maven .compiler.proc>
290
291
<artifactId >bcprov-jdk18on</artifactId >
291
292
<version >${bouncycastle.version} </version >
292
293
</dependency >
294
+ <!-- resolve vulnerability CVE-2025-48734 -->
295
+ <dependency >
296
+ <groupId >commons-beanutils</groupId >
297
+ <artifactId >commons-beanutils</artifactId >
298
+ <version >${commons-beanutils.version} </version >
299
+ </dependency >
293
300
<!-- Dependencies with test scope-->
294
301
<dependency >
295
302
<groupId >com.sap.cloud.sdk</groupId >
You can’t perform that action at this time.
0 commit comments