Skip to content

Commit 55c286f

Browse files
committed
update.
1 parent e88aa73 commit 55c286f

File tree

1 file changed

+11
-9
lines changed
  • src/main/java/com/contrastsecurity/statusmanagetool/preference

1 file changed

+11
-9
lines changed

src/main/java/com/contrastsecurity/statusmanagetool/preference/AboutPage.java

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -102,20 +102,20 @@ public void widgetSelected(org.eclipse.swt.events.SelectionEvent event) {
102102
}
103103
});
104104
new Link(licenseGrp, SWT.NONE).setText("- commons-codec 1.11"); //$NON-NLS-1$
105+
new Link(licenseGrp, SWT.NONE).setText("- commons-text 1.12.0"); //$NON-NLS-1$
105106
new Link(licenseGrp, SWT.NONE).setText("- commons-csv 1.8"); //$NON-NLS-1$
106107
new Link(licenseGrp, SWT.NONE).setText("- commons-exec 1.3"); //$NON-NLS-1$
107108
new Link(licenseGrp, SWT.NONE).setText("- commons-io 2.8.0"); //$NON-NLS-1$
108109
new Link(licenseGrp, SWT.NONE).setText("- commons-lang3 3.4"); //$NON-NLS-1$
109110
new Link(licenseGrp, SWT.NONE).setText("- commons-logging 1.2"); //$NON-NLS-1$
110-
new Link(licenseGrp, SWT.NONE).setText("- gson 2.8.6"); //$NON-NLS-1$
111+
new Link(licenseGrp, SWT.NONE).setText("- gson 2.10.1"); //$NON-NLS-1$
111112
new Link(licenseGrp, SWT.NONE).setText("- httpclient 4.5.13"); //$NON-NLS-1$
112113
new Link(licenseGrp, SWT.NONE).setText("- httpcore 4.4.13"); //$NON-NLS-1$
113114
new Link(licenseGrp, SWT.NONE).setText("- jasypt 1.9.3"); //$NON-NLS-1$
114115
new Link(licenseGrp, SWT.NONE).setText("- okhttp 4.10.0"); //$NON-NLS-1$
115116
new Link(licenseGrp, SWT.NONE).setText("- okhttp-urlconnection 4.10.0"); //$NON-NLS-1$
116117
new Link(licenseGrp, SWT.NONE).setText("- log4j-core 2.17.2"); //$NON-NLS-1$
117118
new Link(licenseGrp, SWT.NONE).setText("- log4j-api 2.17.2"); //$NON-NLS-1$
118-
new Link(licenseGrp, SWT.NONE).setText("- snakeyaml 1.16"); //$NON-NLS-1$
119119

120120
Link eplLicenseLinkLbl = new Link(licenseGrp, SWT.NONE);
121121
eplLicenseLinkLbl.setText("This software includes the work that is distributed in the <a>Eclipse Public License 1.0</a>"); //$NON-NLS-1$
@@ -130,12 +130,13 @@ public void widgetSelected(org.eclipse.swt.events.SelectionEvent event) {
130130
}
131131
}
132132
});
133-
new Link(licenseGrp, SWT.NONE).setText("- commands 3.3.0-I20070605-0010"); //$NON-NLS-1$
134-
new Link(licenseGrp, SWT.NONE).setText("- common 3.3.0-v20070426"); //$NON-NLS-1$
135-
new Link(licenseGrp, SWT.NONE).setText("- ide 3.3.0-I20070620"); //$NON-NLS-1$
136-
new Link(licenseGrp, SWT.NONE).setText("- workbench 3.3.0-I20070608-1100"); //$NON-NLS-1$
137-
new Link(licenseGrp, SWT.NONE).setText("- jface 3.3.0-I20070606-0010"); //$NON-NLS-1$
138-
new Link(licenseGrp, SWT.NONE).setText("- org.eclipse.swt.win32.win32.x86 4.3"); //$NON-NLS-1$
133+
new Link(licenseGrp, SWT.NONE).setText("- commands 3.11.100"); //$NON-NLS-1$
134+
new Link(licenseGrp, SWT.NONE).setText("- common 3.18.100"); //$NON-NLS-1$
135+
new Link(licenseGrp, SWT.NONE).setText("- ide 3.21.100"); //$NON-NLS-1$
136+
new Link(licenseGrp, SWT.NONE).setText("- workbench 3.130.0"); //$NON-NLS-1$
137+
new Link(licenseGrp, SWT.NONE).setText("- jface 3.31.0"); //$NON-NLS-1$
138+
new Link(licenseGrp, SWT.NONE).setText("- osgi 3.18.500"); //$NON-NLS-1$
139+
new Link(licenseGrp, SWT.NONE).setText("- org.eclipse.swt.win32.win32.x86 3.124.100"); //$NON-NLS-1$
139140

140141
Link epl2LicenseLinkLbl = new Link(licenseGrp, SWT.NONE);
141142
epl2LicenseLinkLbl.setText("This software includes the work that is distributed in the <a>Eclipse Public License 2.0</a>"); //$NON-NLS-1$
@@ -150,7 +151,8 @@ public void widgetSelected(org.eclipse.swt.events.SelectionEvent event) {
150151
}
151152
}
152153
});
153-
new Link(licenseGrp, SWT.NONE).setText("- org.eclipse.swt.cocoa.macosx.x86_64 3.109.0"); //$NON-NLS-1$
154+
new Link(licenseGrp, SWT.NONE).setText("- org.eclipse.swt.cocoa.macosx.x86_64 3.124.100"); //$NON-NLS-1$
155+
new Link(licenseGrp, SWT.NONE).setText("- org.eclipse.swt.cocoa.macosx.aarch64 3.124.100"); //$NON-NLS-1$
154156

155157
noDefaultAndApplyButton();
156158
return parent;

0 commit comments

Comments
 (0)