diff --git a/onebusaway-admin-webapp/pom.xml b/onebusaway-admin-webapp/pom.xml index 3af0b1bea1..8a6969418c 100644 --- a/onebusaway-admin-webapp/pom.xml +++ b/onebusaway-admin-webapp/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-admin-webapp war @@ -13,7 +13,7 @@ 2.3.1 1.0.1 20.5 - 5.3.2.RELEASE + 5.7.12 /var/lib/oba/bundles/builder /var/lib/oba/bundles/staged /var/lib/oba/bundles/active @@ -310,7 +310,7 @@ org.jsoup jsoup - 1.10.1 + 1.14.2 diff --git a/onebusaway-admin-webapp/src/main/java/org/onebusaway/webapp/actions/admin/vehicleblockassignment/VehicleBlockAssignmentAction.java b/onebusaway-admin-webapp/src/main/java/org/onebusaway/webapp/actions/admin/vehicleblockassignment/VehicleBlockAssignmentAction.java index 932bd7396e..5bf30b6c50 100644 --- a/onebusaway-admin-webapp/src/main/java/org/onebusaway/webapp/actions/admin/vehicleblockassignment/VehicleBlockAssignmentAction.java +++ b/onebusaway-admin-webapp/src/main/java/org/onebusaway/webapp/actions/admin/vehicleblockassignment/VehicleBlockAssignmentAction.java @@ -23,7 +23,6 @@ import org.apache.struts2.convention.annotation.Namespace; import org.apache.struts2.convention.annotation.Result; import org.apache.struts2.convention.annotation.Results; -import org.jsoup.helper.StringUtil; import org.onebusaway.admin.model.assignments.ActiveBlock; import org.onebusaway.admin.model.assignments.BlockSummary; import org.onebusaway.admin.service.assignments.VehicleAssignmentService; @@ -77,7 +76,7 @@ public String submit() throws ExecutionException { String blockId = blockSummary.getBlockId(); String vehicleId = blockSummary.getVehicleId(); - if(!StringUtil.isBlank(blockId) && (StringUtil.isBlank(vehicleId) || _activeVehicleIds.contains(vehicleId))) { + if(!StringUtils.isBlank(blockId) && (StringUtils.isBlank(vehicleId) || _activeVehicleIds.contains(vehicleId))) { vehicleAssignmentService.assign(blockId, vehicleId); } } diff --git a/onebusaway-agency-metadata/pom.xml b/onebusaway-agency-metadata/pom.xml index 5e5e3adac2..b8ff090a5c 100644 --- a/onebusaway-agency-metadata/pom.xml +++ b/onebusaway-agency-metadata/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-agency-metadata jar diff --git a/onebusaway-alerts-api/pom.xml b/onebusaway-alerts-api/pom.xml index f8498db250..02ec1a300f 100644 --- a/onebusaway-alerts-api/pom.xml +++ b/onebusaway-alerts-api/pom.xml @@ -3,7 +3,7 @@ onebusaway-application-modules org.onebusaway - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT 4.0.0 diff --git a/onebusaway-alerts-persistence/pom.xml b/onebusaway-alerts-persistence/pom.xml index 5a0f2e45c9..d3bd434043 100644 --- a/onebusaway-alerts-persistence/pom.xml +++ b/onebusaway-alerts-persistence/pom.xml @@ -4,7 +4,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-alerts-persistence @@ -41,7 +41,7 @@ com.google.code.gson gson - 2.1 + 2.8.9 joda-time @@ -73,7 +73,7 @@ org.apache.commons commons-compress - 1.18 + 1.26.0 commons-lang diff --git a/onebusaway-api-core/pom.xml b/onebusaway-api-core/pom.xml index d41c5c8f4d..fbf146d51e 100644 --- a/onebusaway-api-core/pom.xml +++ b/onebusaway-api-core/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-api-core diff --git a/onebusaway-api-webapp/pom.xml b/onebusaway-api-webapp/pom.xml index cd5bae477e..b07e4a0723 100644 --- a/onebusaway-api-webapp/pom.xml +++ b/onebusaway-api-webapp/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-api-webapp war diff --git a/onebusaway-combined-webapp/pom.xml b/onebusaway-combined-webapp/pom.xml index 8e327f66ad..637f4707ed 100644 --- a/onebusaway-combined-webapp/pom.xml +++ b/onebusaway-combined-webapp/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-combined-webapp pom diff --git a/onebusaway-container/pom.xml b/onebusaway-container/pom.xml index bf84d51915..d2fd889fdc 100644 --- a/onebusaway-container/pom.xml +++ b/onebusaway-container/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-container jar diff --git a/onebusaway-core/pom.xml b/onebusaway-core/pom.xml index f788a2772c..dac808b13b 100644 --- a/onebusaway-core/pom.xml +++ b/onebusaway-core/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-core jar diff --git a/onebusaway-enterprise-acta-webapp/pom.xml b/onebusaway-enterprise-acta-webapp/pom.xml index 349d9ef5f7..d7ffc3eaa0 100644 --- a/onebusaway-enterprise-acta-webapp/pom.xml +++ b/onebusaway-enterprise-acta-webapp/pom.xml @@ -4,7 +4,7 @@ onebusaway-application-modules org.onebusaway - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-enterprise-acta-webapp war diff --git a/onebusaway-enterprise-webapp/pom.xml b/onebusaway-enterprise-webapp/pom.xml index 0a6a95056d..d01aa4f23b 100644 --- a/onebusaway-enterprise-webapp/pom.xml +++ b/onebusaway-enterprise-webapp/pom.xml @@ -5,7 +5,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-enterprise-webapp war @@ -120,7 +120,7 @@ com.google.code.gson gson - 1.7.1 + 2.8.9 diff --git a/onebusaway-federations-webapp/pom.xml b/onebusaway-federations-webapp/pom.xml index 05fb75c987..756d76584e 100644 --- a/onebusaway-federations-webapp/pom.xml +++ b/onebusaway-federations-webapp/pom.xml @@ -3,7 +3,7 @@ onebusaway-application-modules org.onebusaway - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-federations-webapp war diff --git a/onebusaway-federations/pom.xml b/onebusaway-federations/pom.xml index 03aadfca69..9683e1b82f 100644 --- a/onebusaway-federations/pom.xml +++ b/onebusaway-federations/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-federations jar diff --git a/onebusaway-frontend-webapp/pom.xml b/onebusaway-frontend-webapp/pom.xml index d8adf14419..fb8a96a990 100644 --- a/onebusaway-frontend-webapp/pom.xml +++ b/onebusaway-frontend-webapp/pom.xml @@ -3,7 +3,7 @@ onebusaway-application-modules org.onebusaway - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT 4.0.0 diff --git a/onebusaway-geocoder/pom.xml b/onebusaway-geocoder/pom.xml index 6a2195fc5e..d87e36ed8b 100644 --- a/onebusaway-geocoder/pom.xml +++ b/onebusaway-geocoder/pom.xml @@ -3,7 +3,7 @@ onebusaway-application-modules org.onebusaway - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-geocoder diff --git a/onebusaway-geospatial/pom.xml b/onebusaway-geospatial/pom.xml index 92dc2715df..2fee1c73ee 100644 --- a/onebusaway-geospatial/pom.xml +++ b/onebusaway-geospatial/pom.xml @@ -4,7 +4,7 @@ onebusaway-application-modules org.onebusaway - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-geospatial diff --git a/onebusaway-gtfs-hibernate-spring/pom.xml b/onebusaway-gtfs-hibernate-spring/pom.xml index 2817ac5446..cb95701a5e 100644 --- a/onebusaway-gtfs-hibernate-spring/pom.xml +++ b/onebusaway-gtfs-hibernate-spring/pom.xml @@ -6,7 +6,7 @@ onebusaway-application-modules org.onebusaway - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT diff --git a/onebusaway-gtfs-realtime-archiver/pom.xml b/onebusaway-gtfs-realtime-archiver/pom.xml index f772c95a2c..e428e3d501 100644 --- a/onebusaway-gtfs-realtime-archiver/pom.xml +++ b/onebusaway-gtfs-realtime-archiver/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-gtfs-realtime-archiver war diff --git a/onebusaway-gtfs-realtime-model/pom.xml b/onebusaway-gtfs-realtime-model/pom.xml index 3f40f91375..54d348963e 100644 --- a/onebusaway-gtfs-realtime-model/pom.xml +++ b/onebusaway-gtfs-realtime-model/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-gtfs-realtime-model onebusaway-gtfs-realtime-model @@ -37,7 +37,7 @@ org.onebusaway onebusaway-container - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT diff --git a/onebusaway-gtfsrt-integration-tests/pom.xml b/onebusaway-gtfsrt-integration-tests/pom.xml index 31c919b699..9feb3a8eca 100644 --- a/onebusaway-gtfsrt-integration-tests/pom.xml +++ b/onebusaway-gtfsrt-integration-tests/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-gtfsrt-integration-tests jar @@ -98,7 +98,7 @@ com.google.code.gson gson - 1.7.1 + 2.8.9 jar compile diff --git a/onebusaway-gwt-common/pom.xml b/onebusaway-gwt-common/pom.xml index 6159ab941b..164bb739de 100644 --- a/onebusaway-gwt-common/pom.xml +++ b/onebusaway-gwt-common/pom.xml @@ -2,7 +2,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT 4.0.0 onebusaway-gwt-common diff --git a/onebusaway-nextbus-api-webapp/pom.xml b/onebusaway-nextbus-api-webapp/pom.xml index c58c3b27a9..51303c6862 100644 --- a/onebusaway-nextbus-api-webapp/pom.xml +++ b/onebusaway-nextbus-api-webapp/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-nextbus-api-webapp war @@ -178,7 +178,7 @@ com.google.code.gson gson - 2.3.1 + 2.8.9 org.onebusaway.util diff --git a/onebusaway-phone-webapp/pom.xml b/onebusaway-phone-webapp/pom.xml index 6f1c117556..08b3eb84f8 100644 --- a/onebusaway-phone-webapp/pom.xml +++ b/onebusaway-phone-webapp/pom.xml @@ -4,7 +4,7 @@ onebusaway-application-modules org.onebusaway - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-phone-webapp war diff --git a/onebusaway-phone/pom.xml b/onebusaway-phone/pom.xml index c46ed311bc..538e90339f 100644 --- a/onebusaway-phone/pom.xml +++ b/onebusaway-phone/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-phone jar diff --git a/onebusaway-presentation/pom.xml b/onebusaway-presentation/pom.xml index 773812a6e6..df06ec83b9 100644 --- a/onebusaway-presentation/pom.xml +++ b/onebusaway-presentation/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-presentation jar diff --git a/onebusaway-quickstart/onebusaway-quickstart-assembly/pom.xml b/onebusaway-quickstart/onebusaway-quickstart-assembly/pom.xml index 323749269a..0d8cfe3c41 100644 --- a/onebusaway-quickstart/onebusaway-quickstart-assembly/pom.xml +++ b/onebusaway-quickstart/onebusaway-quickstart-assembly/pom.xml @@ -3,7 +3,7 @@ onebusaway-quickstart org.onebusaway - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-quickstart-assembly pom diff --git a/onebusaway-quickstart/onebusaway-quickstart-bootstrap/pom.xml b/onebusaway-quickstart/onebusaway-quickstart-bootstrap/pom.xml index 8411ee3abb..fad05ed1ec 100644 --- a/onebusaway-quickstart/onebusaway-quickstart-bootstrap/pom.xml +++ b/onebusaway-quickstart/onebusaway-quickstart-bootstrap/pom.xml @@ -3,7 +3,7 @@ onebusaway-quickstart org.onebusaway - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-quickstart-bootstrap onebusaway-quickstart-bootstrap diff --git a/onebusaway-quickstart/onebusaway-quickstart-common/pom.xml b/onebusaway-quickstart/onebusaway-quickstart-common/pom.xml index 254e6a0db8..3d2cd388a1 100644 --- a/onebusaway-quickstart/onebusaway-quickstart-common/pom.xml +++ b/onebusaway-quickstart/onebusaway-quickstart-common/pom.xml @@ -3,7 +3,7 @@ onebusaway-quickstart org.onebusaway - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-quickstart-common onebusaway-quickstart-common diff --git a/onebusaway-quickstart/onebusaway-quickstart-mains/pom.xml b/onebusaway-quickstart/onebusaway-quickstart-mains/pom.xml index 1df2a237a8..d76dfe2e92 100644 --- a/onebusaway-quickstart/onebusaway-quickstart-mains/pom.xml +++ b/onebusaway-quickstart/onebusaway-quickstart-mains/pom.xml @@ -3,7 +3,7 @@ onebusaway-quickstart org.onebusaway - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-quickstart-mains onebusaway-quickstart-mains diff --git a/onebusaway-quickstart/onebusaway-quickstart-webapp/pom.xml b/onebusaway-quickstart/onebusaway-quickstart-webapp/pom.xml index 493371d47e..2b25a8813e 100644 --- a/onebusaway-quickstart/onebusaway-quickstart-webapp/pom.xml +++ b/onebusaway-quickstart/onebusaway-quickstart-webapp/pom.xml @@ -4,7 +4,7 @@ onebusaway-quickstart org.onebusaway - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-quickstart-webapp jar diff --git a/onebusaway-quickstart/pom.xml b/onebusaway-quickstart/pom.xml index 4b62a090f8..cc2a3f7bf2 100644 --- a/onebusaway-quickstart/pom.xml +++ b/onebusaway-quickstart/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-quickstart pom diff --git a/onebusaway-realtime-api/pom.xml b/onebusaway-realtime-api/pom.xml index 2fd4c8369e..cc55aea846 100644 --- a/onebusaway-realtime-api/pom.xml +++ b/onebusaway-realtime-api/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-realtime-api jar diff --git a/onebusaway-sms-webapp/pom.xml b/onebusaway-sms-webapp/pom.xml index ef707ac867..6726c921fd 100644 --- a/onebusaway-sms-webapp/pom.xml +++ b/onebusaway-sms-webapp/pom.xml @@ -5,7 +5,7 @@ onebusaway-application-modules org.onebusaway - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-sms-webapp diff --git a/onebusaway-status-agent/pom.xml b/onebusaway-status-agent/pom.xml index 595c73b358..b78a800e01 100644 --- a/onebusaway-status-agent/pom.xml +++ b/onebusaway-status-agent/pom.xml @@ -30,7 +30,7 @@ org.mybatis mybatis - 3.4.6 + 3.5.6 diff --git a/onebusaway-transit-data-federation-builder/pom.xml b/onebusaway-transit-data-federation-builder/pom.xml index 011bd4df12..b11e90966d 100644 --- a/onebusaway-transit-data-federation-builder/pom.xml +++ b/onebusaway-transit-data-federation-builder/pom.xml @@ -3,7 +3,7 @@ onebusaway-application-modules org.onebusaway - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-transit-data-federation-builder diff --git a/onebusaway-transit-data-federation-webapp/pom.xml b/onebusaway-transit-data-federation-webapp/pom.xml index 84f1a1d6b0..f96d5c8a36 100644 --- a/onebusaway-transit-data-federation-webapp/pom.xml +++ b/onebusaway-transit-data-federation-webapp/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-transit-data-federation-webapp war diff --git a/onebusaway-transit-data-federation/pom.xml b/onebusaway-transit-data-federation/pom.xml index baf414b4a2..b26ec6c100 100644 --- a/onebusaway-transit-data-federation/pom.xml +++ b/onebusaway-transit-data-federation/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-transit-data-federation jar @@ -176,7 +176,7 @@ com.google.code.gson gson - 1.7.1 + 2.8.9 jar compile @@ -210,7 +210,7 @@ org.onebusaway onebusaway-api-core - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT compile diff --git a/onebusaway-transit-data/pom.xml b/onebusaway-transit-data/pom.xml index 216eb22196..a6cdf885c4 100644 --- a/onebusaway-transit-data/pom.xml +++ b/onebusaway-transit-data/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-transit-data jar diff --git a/onebusaway-twilio-webapp/pom.xml b/onebusaway-twilio-webapp/pom.xml index 3bd41ab806..7377deab3c 100644 --- a/onebusaway-twilio-webapp/pom.xml +++ b/onebusaway-twilio-webapp/pom.xml @@ -3,7 +3,7 @@ onebusaway-application-modules org.onebusaway - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-twilio-webapp war diff --git a/onebusaway-users/pom.xml b/onebusaway-users/pom.xml index f709e32c16..de0226b68b 100644 --- a/onebusaway-users/pom.xml +++ b/onebusaway-users/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-users jar diff --git a/onebusaway-users/src/main/java/org/onebusaway/users/model/User.java b/onebusaway-users/src/main/java/org/onebusaway/users/model/User.java index 84f52e8ca3..fc35b8a6db 100644 --- a/onebusaway-users/src/main/java/org/onebusaway/users/model/User.java +++ b/onebusaway-users/src/main/java/org/onebusaway/users/model/User.java @@ -103,10 +103,11 @@ public class User extends IdentityBean { private Date lastAccessTime; - @Column(columnDefinition = "BIT", length = 1) + @Column(length = 1) private boolean temporary; @Lob + @Column(columnDefinition = "blob") private UserProperties properties; @ManyToMany(fetch = FetchType.EAGER) diff --git a/onebusaway-users/src/main/java/org/onebusaway/users/model/UserIndexKey.java b/onebusaway-users/src/main/java/org/onebusaway/users/model/UserIndexKey.java index 0c64f4f9ce..dc7669b9aa 100644 --- a/onebusaway-users/src/main/java/org/onebusaway/users/model/UserIndexKey.java +++ b/onebusaway-users/src/main/java/org/onebusaway/users/model/UserIndexKey.java @@ -36,10 +36,10 @@ public class UserIndexKey implements Serializable, Comparable { private static final long serialVersionUID = 1L; - @Column(columnDefinition = "VARCHAR(50)") + @Column(length = 200) private String type; - @Column(columnDefinition = "VARCHAR(200)") + @Column(length = 200) private String value; public UserIndexKey() { diff --git a/onebusaway-util/pom.xml b/onebusaway-util/pom.xml index 69cd7b4c3c..f330c98a3b 100644 --- a/onebusaway-util/pom.xml +++ b/onebusaway-util/pom.xml @@ -4,7 +4,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-util @@ -36,7 +36,7 @@ com.google.code.gson gson - 2.1 + 2.8.9 joda-time @@ -68,7 +68,7 @@ org.apache.commons commons-compress - 1.18 + 1.26.0 commons-lang diff --git a/onebusaway-watchdog-webapp/pom.xml b/onebusaway-watchdog-webapp/pom.xml index 14e6d22f46..5aefc2d57b 100644 --- a/onebusaway-watchdog-webapp/pom.xml +++ b/onebusaway-watchdog-webapp/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT onebusaway-watchdog-webapp war @@ -119,7 +119,7 @@ org.jsoup jsoup - 1.8.3 + 1.14.2 diff --git a/pom.xml b/pom.xml index 7091c31d06..a6c0f19d2a 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ 4.0.0 onebusaway-application-modules - 2.5.13-cs-SNAPSHOT + 2.5.13-security-SNAPSHOT pom onebusaway-application-modules @@ -18,7 +18,7 @@ 8.0.1 - 2.5.31 + 2.5.33 2.4.0 5.2.24.RELEASE 1.1.7 @@ -183,7 +183,7 @@ org.hsqldb hsqldb - 2.3.2 + 2.7.1 @@ -194,7 +194,7 @@ commons-collections commons-collections - 3.2 + 3.2.2 commons-dbcp @@ -355,7 +355,7 @@ com.thoughtworks.xstream xstream - 1.4.19 + 1.4.20