From 39c09e1c92961f4affdc44b8b1b70d3570e582b0 Mon Sep 17 00:00:00 2001 From: Marian Jureczko Date: Fri, 5 Nov 2021 14:29:56 +0100 Subject: [PATCH] test-arranger-17: dependencies update --- pom.xml | 16 ++++++++-------- .../com/ocadotechnology/gembus/test/testUtils.kt | 2 +- .../com/ocado/gembus/test/KotlinArrangerTest.kt | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 76dd961..2819aa4 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ UTF-8 UTF-8 1.8 - 1.4.21 + 1.5.31 4.3.0 @@ -77,7 +77,7 @@ io.github.classgraph classgraph - 4.8.98 + 4.8.129 org.jetbrains.kotlin @@ -102,13 +102,13 @@ org.assertj assertj-core - 3.18.1 + 3.21.0 test org.jeasy easy-random-bean-validation - 4.3.0 + ${easy-random.version} test @@ -118,7 +118,7 @@ org.junit junit-bom - 5.7.0 + 5.8.1 pom import @@ -213,7 +213,7 @@ com.mycila license-maven-plugin - 4.0.rc2 + 4.1 @@ -230,7 +230,7 @@ Ocado marian.jureczko@ocado.com - 2020 + 2020 @@ -288,7 +288,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.3.1 attach-javadocs diff --git a/src/main/kotlin/com/ocadotechnology/gembus/test/testUtils.kt b/src/main/kotlin/com/ocadotechnology/gembus/test/testUtils.kt index 35f92ee..66183f6 100644 --- a/src/main/kotlin/com/ocadotechnology/gembus/test/testUtils.kt +++ b/src/main/kotlin/com/ocadotechnology/gembus/test/testUtils.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2020 Ocado (marian.jureczko@ocado.com) * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/test/kotlin/com/ocado/gembus/test/KotlinArrangerTest.kt b/src/test/kotlin/com/ocado/gembus/test/KotlinArrangerTest.kt index 1fc5f5a..b7b0ab7 100644 --- a/src/test/kotlin/com/ocado/gembus/test/KotlinArrangerTest.kt +++ b/src/test/kotlin/com/ocado/gembus/test/KotlinArrangerTest.kt @@ -1,4 +1,4 @@ -/** +/* * Copyright © 2020 Ocado (marian.jureczko@ocado.com) * * Licensed under the Apache License, Version 2.0 (the "License");