From 442e3f2baea1e5fcb0033cca672f0141a967a7b0 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Thu, 3 Nov 2022 11:04:47 -0700 Subject: [PATCH] Sort `` section by scope, group ID, and artifact ID (#344) --- pom.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 520d510..19ac527 100644 --- a/pom.xml +++ b/pom.xml @@ -158,6 +158,20 @@ + + org.junit + junit-bom + 5.9.1 + pom + import + + + org.mockito + mockito-bom + ${mockito.version} + pom + import + com.github.spotbugs spotbugs-annotations @@ -178,20 +192,6 @@ test-annotations 1.4 - - org.junit - junit-bom - 5.9.1 - pom - import - - - org.mockito - mockito-bom - ${mockito.version} - pom - import -