From 121f200b4dc657f26d5c163467ae8655d92e5519 Mon Sep 17 00:00:00 2001 From: minherz Date: Tue, 7 Dec 2021 22:28:59 +0200 Subject: [PATCH] feat: initial release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release-As: 0.1.0-alpha upgrade junit to version >= 4.13.1 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- pom.xml | 3 ++- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 7fe956b..ec29535 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,7 @@ 9.4.44.v20210927 9.0.45 2.2.7.Final + 4.13.2 @@ -107,7 +108,7 @@ junit junit - 4.13.2 + ${junit.version} test diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index ad195fa..aa6d96c 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -34,7 +34,7 @@ junit junit - 4.13 + 4.13.1 test diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 77daa38..094c0cd 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -35,7 +35,7 @@ junit junit - 4.13 + 4.13.1 test diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 5a9691e..f45edcf 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -34,7 +34,7 @@ junit junit - 4.13 + 4.13.1 test