java.org.eclipse.edc.plugins.edcbuild.Versions Maven / Gradle / Ivy
/*
* Copyright (c) 2024 Contributors to the Eclipse Foundation
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0
*
* SPDX-License-Identifier: Apache-2.0
*
* Contributors:
* Contributors to the Eclipse Foundation - initial API and implementation
*
*/
package org.eclipse.edc.plugins.edcbuild;
public interface Versions {
String ASSERTJ = "3.26.3";
String CHECKSTYLE = "10.17.0";
String JAKARTA_WS_RS = "4.0.0";
String JUPITER = "5.10.3";
String MOCKITO = "5.12.0";
String SWAGGER = "2.2.22";
}