Skip to content

Commit 4a6a4c0

Browse files
author
Daniel Mikusa
authored
Bump release notes links for Java & Yourkit (#930)
Signed-off-by: Daniel Mikusa <[email protected]>
1 parent 548c8fb commit 4a6a4c0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

rakelib/versions_task.rb

+7-7
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ def initialize
133133
'jprofiler_profiler' =>
134134
{ 'cve' => '',
135135
'release' => '[ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html)' },
136-
'jre' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2021.html#AppendixJAVA)',
137-
'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u312/)' },
138-
'jre-11' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2021.html#AppendixJAVA)',
139-
'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.13/)' },
140-
'jre-17' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2021.html#AppendixJAVA)',
141-
'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.1/)' },
136+
'jre' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpujan2022.html#AppendixJAVA)',
137+
'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u322/)' },
138+
'jre-11' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpujan2022.html#AppendixJAVA)',
139+
'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.14/)' },
140+
'jre-17' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpujan2022.html#AppendixJAVA)',
141+
'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.2/)' },
142142
'jrebel_agent' => { 'cve' => '', 'release' => '[ChangeLog](https://www.jrebel.com/products/jrebel/changelog)' },
143143
'jvmkill_agent' => { 'cve' => 'Included inline above', 'release' => 'Included inline above' },
144144
'lifecycle_support' => { 'cve' => 'Included inline above', 'release' => 'Included inline above' },
@@ -170,7 +170,7 @@ def initialize
170170
'tomcat' => { 'cve' => '[Security](https://tomcat.apache.org/security-9.html)',
171171
'release' => '[ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html)' },
172172
'your_kit_profiler' => { 'cve' => '',
173-
'release' => '[Release Notes](https://www.yourkit.com/download/yjp_2021_3_builds.jsp)' }
173+
'release' => '[Release Notes](https://www.yourkit.com/download/yjp_2021_11_builds.jsp)' }
174174
}.freeze
175175

176176
PLATFORM_PATTERN = /\{platform\}/.freeze

0 commit comments

Comments
 (0)