File tree Expand file tree Collapse file tree
central-space/cloud-cap-samples-java
personal-space/cloud-cap-samples-java Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.boot</groupId >
88 <artifactId >spring-boot-starter-parent</artifactId >
9- <version >3.2.6 </version >
9+ <version >3.5.16 </version >
1010 <relativePath /> <!-- lookup parent from repository -->
1111 </parent >
1212
7272 <version >4.0.0</version >
7373 </dependency >
7474
75+ <!-- Security: fix Netty CVEs (BlackDuck) -->
76+ <dependency >
77+ <groupId >io.netty</groupId >
78+ <artifactId >netty-bom</artifactId >
79+ <version >4.2.15.Final</version >
80+ <type >pom</type >
81+ <scope >import</scope >
82+ </dependency >
83+
84+ <!-- Security: fix Bouncy Castle CVEs (BlackDuck) -->
85+ <dependency >
86+ <groupId >org.bouncycastle</groupId >
87+ <artifactId >bcprov-jdk18on</artifactId >
88+ <version >1.84</version >
89+ </dependency >
90+ <dependency >
91+ <groupId >org.bouncycastle</groupId >
92+ <artifactId >bcpkix-jdk18on</artifactId >
93+ <version >1.84</version >
94+ </dependency >
95+
7596 </dependencies >
7697 </dependencyManagement >
7798
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.boot</groupId >
88 <artifactId >spring-boot-starter-parent</artifactId >
9- <version >3.2.6 </version >
9+ <version >3.5.16 </version >
1010 <relativePath /> <!-- lookup parent from repository -->
1111 </parent >
1212
7272 <version >4.0.0</version >
7373 </dependency >
7474
75+ <!-- Security: fix Netty CVEs (BlackDuck) -->
76+ <dependency >
77+ <groupId >io.netty</groupId >
78+ <artifactId >netty-bom</artifactId >
79+ <version >4.2.15.Final</version >
80+ <type >pom</type >
81+ <scope >import</scope >
82+ </dependency >
83+
84+ <!-- Security: fix Bouncy Castle CVEs (BlackDuck) -->
85+ <dependency >
86+ <groupId >org.bouncycastle</groupId >
87+ <artifactId >bcprov-jdk18on</artifactId >
88+ <version >1.84</version >
89+ </dependency >
90+ <dependency >
91+ <groupId >org.bouncycastle</groupId >
92+ <artifactId >bcpkix-jdk18on</artifactId >
93+ <version >1.84</version >
94+ </dependency >
95+
7596 </dependencies >
7697 </dependencyManagement >
7798
Original file line number Diff line number Diff line change 1818 <!-- DEPENDENCIES VERSION -->
1919 <jdk .version>21</jdk .version>
2020 <cds .services.version>4.1.1</cds .services.version>
21- <spring .boot.version>3.3.1 </spring .boot.version>
21+ <spring .boot.version>3.5.16 </spring .boot.version>
2222 <cds .install-cdsdk.version>8.0.2</cds .install-cdsdk.version>
2323
2424 <cds .install-node.downloadUrl>https://nodejs.org/dist/</cds .install-node.downloadUrl>
4848 <type >pom</type >
4949 <scope >import</scope >
5050 </dependency >
51+
52+ <!-- Security: fix Netty CVEs (BlackDuck) -->
53+ <dependency >
54+ <groupId >io.netty</groupId >
55+ <artifactId >netty-bom</artifactId >
56+ <version >4.2.15.Final</version >
57+ <type >pom</type >
58+ <scope >import</scope >
59+ </dependency >
60+
61+ <!-- Security: fix Bouncy Castle CVEs (BlackDuck) -->
62+ <dependency >
63+ <groupId >org.bouncycastle</groupId >
64+ <artifactId >bcprov-jdk18on</artifactId >
65+ <version >1.84</version >
66+ </dependency >
67+ <dependency >
68+ <groupId >org.bouncycastle</groupId >
69+ <artifactId >bcpkix-jdk18on</artifactId >
70+ <version >1.84</version >
71+ </dependency >
5172 </dependencies >
5273 </dependencyManagement >
5374
Original file line number Diff line number Diff line change 1818 <!-- DEPENDENCIES VERSION -->
1919 <jdk .version>21</jdk .version>
2020 <cds .services.version>4.1.1</cds .services.version>
21- <spring .boot.version>3.3.1 </spring .boot.version>
21+ <spring .boot.version>3.5.16 </spring .boot.version>
2222 <cds .install-cdsdk.version>8.0.2</cds .install-cdsdk.version>
2323
2424 <cds .install-node.downloadUrl>https://nodejs.org/dist/</cds .install-node.downloadUrl>
4848 <type >pom</type >
4949 <scope >import</scope >
5050 </dependency >
51+
52+ <!-- Security: fix Netty CVEs (BlackDuck) -->
53+ <dependency >
54+ <groupId >io.netty</groupId >
55+ <artifactId >netty-bom</artifactId >
56+ <version >4.2.15.Final</version >
57+ <type >pom</type >
58+ <scope >import</scope >
59+ </dependency >
60+
61+ <!-- Security: fix Bouncy Castle CVEs (BlackDuck) -->
62+ <dependency >
63+ <groupId >org.bouncycastle</groupId >
64+ <artifactId >bcprov-jdk18on</artifactId >
65+ <version >1.84</version >
66+ </dependency >
67+ <dependency >
68+ <groupId >org.bouncycastle</groupId >
69+ <artifactId >bcpkix-jdk18on</artifactId >
70+ <version >1.84</version >
71+ </dependency >
5172 </dependencies >
5273 </dependencyManagement >
5374
You can’t perform that action at this time.
0 commit comments