File tree Expand file tree Collapse file tree 11 files changed +22
-21
lines changed
src/main/java/org/openmicroscopy/shoola Expand file tree Collapse file tree 11 files changed +22
-21
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id " org.openmicroscopy.publish"
55 id " org.openmicroscopy.distribute"
66 id " org.openmicroscopy.packager"
7- id " org.openmicroscopy.additional-repositories" version " 5.5.1 "
7+ id " org.openmicroscopy.additional-repositories" version " 5.7.2 "
88}
99
1010group = " org.openmicroscopy"
@@ -37,6 +37,7 @@ dependencies {
3737 }
3838 implementation(" org.apache.poi:poi:4.0.1" )
3939 implementation(" org.apache.commons:commons-collections4:4.3" )
40+ implementation(" org.apache.commons:commons-lang3:3.18.0" )
4041 implementation(" org.apache.httpcomponents:httpmime:4.5.7" )
4142 implementation(" org.apache.httpcomponents:httpclient:4.5.7" )
4243 implementation(" org.apache.httpcomponents:httpcomponents-client:4.5.7" )
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) <2016> University of Dundee & Open Microscopy Environment.
2+ * Copyright (C) <2016-2025 > University of Dundee & Open Microscopy Environment.
33 * All rights reserved.
44 *
55 * This program is free software; you can redistribute it and/or modify
2626import javax .swing .table .DefaultTableModel ;
2727import javax .swing .table .TableColumn ;
2828
29- import org .apache .commons .lang .SerializationUtils ;
29+ import org .apache .commons .lang3 .SerializationUtils ;
3030
3131import ome .xml .model .Experimenter ;
3232import ome .xml .model .Objective ;
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) <2016-2019 > University of Dundee & Open Microscopy Environment.
2+ * Copyright (C) <2016-2025 > University of Dundee & Open Microscopy Environment.
33 * All rights reserved.
44 *
55 * This program is free software; you can redistribute it and/or modify
2323import ome .model .units .Unit ;
2424import ome .xml .model .Experimenter ;
2525import omero .log .LogMessage ;
26- import org .apache .commons .lang .BooleanUtils ;
26+ import org .apache .commons .lang3 .BooleanUtils ;
2727import org .openmicroscopy .shoola .agents .fsimporter .ImporterAgent ;
2828import org .openmicroscopy .shoola .agents .fsimporter .mde .components .ModuleController ;
2929import org .openmicroscopy .shoola .agents .fsimporter .mde .components .submodules .converter .OMEValueConverter ;
Original file line number Diff line number Diff line change 22 * org.openmicroscopy.shoola.agents.measurement.view.ObjectInspector
33 *
44 *------------------------------------------------------------------------------
5- * Copyright (C) 2006-2016 University of Dundee. All rights reserved.
5+ * Copyright (C) 2006-2025 University of Dundee. All rights reserved.
66 *
77 *
88 * This program is free software; you can redistribute it and/or modify
4141import javax .swing .ListSelectionModel ;
4242import javax .swing .table .TableCellEditor ;
4343
44- import org .apache .commons .lang .StringUtils ;
44+ import org .apache .commons .lang3 .StringUtils ;
4545import org .jhotdraw .draw .AttributeKey ;
4646import org .jhotdraw .draw .TextHolderFigure ;
4747import org .openmicroscopy .shoola .agents .measurement .IconManager ;
Original file line number Diff line number Diff line change 11/*
22 *------------------------------------------------------------------------------
3- * Copyright (C) 2006-2016 University of Dundee. All rights reserved.
3+ * Copyright (C) 2006-2025 University of Dundee. All rights reserved.
44 *
55 *
66 * This program is free software; you can redistribute it and/or modify
4747import javax .swing .JScrollPane ;
4848import javax .swing .JTable ;
4949
50- import org .apache .commons .lang .time .DateUtils ;
50+ import org .apache .commons .lang3 .time .DateUtils ;
5151import org .jdesktop .swingx .JXTaskPane ;
5252
5353import omero .model .AcquisitionMode ;
Original file line number Diff line number Diff line change 22 * org.openmicroscopy.shoola.agents.measurement.view.ROITable
33 *
44 *------------------------------------------------------------------------------
5- * Copyright (C) 2016 University of Dundee. All rights reserved.
5+ * Copyright (C) 2016-2025 University of Dundee. All rights reserved.
66 *
77 *
88 * This program is free software; you can redistribute it and/or modify
4141import omero .gateway .model .DataObject ;
4242import omero .gateway .model .FolderData ;
4343
44- import org .apache .commons .lang .StringUtils ;
44+ import org .apache .commons .lang3 .StringUtils ;
4545
4646/**
4747 * Simple dialog for selecting a {@link DataObject}
Original file line number Diff line number Diff line change 11/*
22 *------------------------------------------------------------------------------
3- * Copyright (C) 2006-2018 University of Dundee. All rights reserved.
3+ * Copyright (C) 2006-2025 University of Dundee. All rights reserved.
44 *
55 *
66 * This program is free software; you can redistribute it and/or modify
7878
7979import org .apache .commons .collections4 .CollectionUtils ;
8080import org .apache .commons .io .FileUtils ;
81- import org .apache .commons .lang .RandomStringUtils ;
81+ import org .apache .commons .lang3 .RandomStringUtils ;
8282import org .openmicroscopy .shoola .env .LookupNames ;
8383import org .openmicroscopy .shoola .env .config .Registry ;
8484import org .openmicroscopy .shoola .env .data .login .UserCredentials ;
Original file line number Diff line number Diff line change 11/*
22 *------------------------------------------------------------------------------
3- * Copyright (C) 2016 University of Dundee. All rights reserved.
3+ * Copyright (C) 2016-2025 University of Dundee. All rights reserved.
44 *
55 *
66 * This program is free software; you can redistribute it and/or modify
2929
3030import omero .gateway .model .ChannelData ;
3131
32- import org .apache .commons .lang .StringUtils ;
32+ import org .apache .commons .lang3 .StringUtils ;
3333import org .openmicroscopy .shoola .env .rnd .RenderingControl ;
3434import org .openmicroscopy .shoola .util .ui .ColourIcon ;
3535import org .openmicroscopy .shoola .util .ui .UIUtilities ;
Original file line number Diff line number Diff line change 22 * org.openmicroscopy.shoola.util.ui.colourpicker.ColourMenuUI
33 *
44 *------------------------------------------------------------------------------
5- * Copyright (C) 2006-2016 University of Dundee. All rights reserved.
5+ * Copyright (C) 2006-2025 University of Dundee. All rights reserved.
66 *
77 *
88 * This program is free software; you can redistribute it and/or modify
4848import javax .swing .event .ListSelectionListener ;
4949
5050import org .apache .commons .collections4 .CollectionUtils ;
51- import org .apache .commons .lang .ArrayUtils ;
51+ import org .apache .commons .lang3 .ArrayUtils ;
5252import org .openmicroscopy .shoola .util .CommonsLangUtils ;
5353
5454//Third-party libraries
Original file line number Diff line number Diff line change 22 * org.openmicroscopy.shoola.util.ui.colourpicker.PaintPotUI
33 *
44 *------------------------------------------------------------------------------
5- * Copyright (C) 2006-2016 University of Dundee. All rights reserved.
5+ * Copyright (C) 2006-2025 University of Dundee. All rights reserved.
66 *
77 *
88 * This program is free software; you can redistribute it and/or modify
2929import java .beans .PropertyChangeListener ;
3030import javax .swing .JComponent ;
3131
32- import org .apache .commons .lang .StringUtils ;
32+ import org .apache .commons .lang3 .StringUtils ;
3333
3434import org .openmicroscopy .shoola .util .ui .PaintPot ;
3535import org .openmicroscopy .shoola .util .ui .UIUtilities ;
You can’t perform that action at this time.
0 commit comments