Skip to content

Commit e6cae92

Browse files
author
Daniel Mikusa
authored
Bump release notes links for Java (#959)
Signed-off-by: Daniel Mikusa <[email protected]>
1 parent 740d21b commit e6cae92

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

rakelib/versions_task.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@ def initialize
135135
'jprofiler_profiler' =>
136136
{ 'cve' => '',
137137
'release' => '[ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html)' },
138-
'jre' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2022.html#AppendixJAVA)',
139-
'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u332/)' },
140-
'jre-11' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2022.html#AppendixJAVA)',
141-
'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.15/)' },
142-
'jre-17' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2022.html#AppendixJAVA)',
143-
'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.3/)' },
138+
'jre' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2022.html#AppendixJAVA)',
139+
'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u342/)' },
140+
'jre-11' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2022.html#AppendixJAVA)',
141+
'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.16/)' },
142+
'jre-17' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2022.html#AppendixJAVA)',
143+
'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.4/)' },
144144
'jrebel_agent' => { 'cve' => '', 'release' => '[ChangeLog](https://www.jrebel.com/products/jrebel/changelog)' },
145145
'jvmkill_agent' => { 'cve' => 'Included inline above', 'release' => 'Included inline above' },
146146
'lifecycle_support' => { 'cve' => 'Included inline above', 'release' => 'Included inline above' },

0 commit comments

Comments
 (0)