diff --git a/front-controller/pom.xml b/front-controller/pom.xml index 66495f891..ba29e314b 100644 --- a/front-controller/pom.xml +++ b/front-controller/pom.xml @@ -50,7 +50,6 @@ org.junit.jupiter junit-jupiter-params - 5.11.4 test diff --git a/microservices-distributed-tracing/order-microservice/src/test/java/com/iluwatar/order/microservice/OrderControllerTest.java b/microservices-distributed-tracing/order-microservice/src/test/java/com/iluwatar/order/microservice/OrderControllerTest.java index 7760129f8..05ecc03df 100644 --- a/microservices-distributed-tracing/order-microservice/src/test/java/com/iluwatar/order/microservice/OrderControllerTest.java +++ b/microservices-distributed-tracing/order-microservice/src/test/java/com/iluwatar/order/microservice/OrderControllerTest.java @@ -1,3 +1,27 @@ +/* + * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). + * + * The MIT License + * Copyright © 2014-2022 Ilkka Seppälä + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + */ package com.iluwatar.order.microservice; /* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * diff --git a/pom.xml b/pom.xml index 2baf0fcd7..4f5c62663 100644 --- a/pom.xml +++ b/pom.xml @@ -35,28 +35,35 @@ Java Design Patterns Java Design Patterns + UTF-8 - 5.0.0.4389 + + 3.4.4 + 5.11.4 + 5.14.2 + 1.5.18 + 2.0.17 + + 0.8.12 1.4 4.7.0 2.11.0 6.0.0 1.1.0 - 3.5.2 - 4.6 - 2.1.1 - 3.14.0 1.18.36 - 5.11.4 - 2.0.17 - 1.5.18 - 5.16.1 5.4.0 5.4.0 2.3.232 + + + 3.5.2 + 4.6 + 3.14.0 + + 5.0.0.4389 https://sonarcloud.io iluwatar iluwatar_java-design-patterns @@ -308,6 +315,12 @@ ${junit.version} test + + org.junit.jupiter + junit-jupiter-params + ${junit.version} + test + org.junit.jupiter junit-jupiter-migrationsupport diff --git a/table-inheritance/pom.xml b/table-inheritance/pom.xml index 5413d5402..883fb8d54 100644 --- a/table-inheritance/pom.xml +++ b/table-inheritance/pom.xml @@ -41,7 +41,6 @@ org.junit.jupiter junit-jupiter-engine - 5.7.0 test