Skip to content

Commit 5367bb2

Browse files
committed
Merge dependabot/maven
branches 'origin/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.9.8.1', 'origin/dependabot/maven/org.codehaus.mojo-build-helper-maven-plugin-3.6.1', 'origin/dependabot/maven/org.codehaus.mojo-exec-maven-plugin-3.6.2', 'origin/dependabot/maven/org.sonatype.central-central-publishing-maven-plugin-0.9.0', and 'origin/dependabot/maven/junit-858a6456db' into consolidated-updates
6 parents 19ce980 + 8379124 + 726057f + df60571 + 8f8800b + 912d601 commit 5367bb2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@
7272
<dependency>
7373
<groupId>org.junit.jupiter</groupId>
7474
<artifactId>junit-jupiter</artifactId>
75-
<version>5.12.0</version>
75+
<version>5.12.1</version>
7676
<scope>test</scope>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.junit.vintage</groupId>
8080
<artifactId>junit-vintage-engine</artifactId>
81-
<version>5.12.0</version>
81+
<version>5.12.1</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.codehaus.mojo</groupId>
100100
<artifactId>exec-maven-plugin</artifactId>
101-
<version>3.5.0</version>
101+
<version>3.6.2</version>
102102
<executions>
103103
<execution>
104104
<id>generate-code</id>
@@ -130,7 +130,7 @@
130130
<plugin>
131131
<groupId>com.github.spotbugs</groupId>
132132
<artifactId>spotbugs-maven-plugin</artifactId>
133-
<version>4.9.1.0</version>
133+
<version>4.9.8.1</version>
134134
<executions>
135135
<execution>
136136
<phase>verify</phase>
@@ -210,7 +210,7 @@
210210
<plugin>
211211
<groupId>org.codehaus.mojo</groupId>
212212
<artifactId>build-helper-maven-plugin</artifactId>
213-
<version>3.6.0</version>
213+
<version>3.6.1</version>
214214
<executions>
215215
<execution>
216216
<id>include-extra-sources-dir</id>
@@ -277,7 +277,7 @@
277277
<plugin>
278278
<groupId>org.sonatype.central</groupId>
279279
<artifactId>central-publishing-maven-plugin</artifactId>
280-
<version>0.7.0</version>
280+
<version>0.9.0</version>
281281
<extensions>true</extensions>
282282
<configuration>
283283
<deploymentName>Release ${project.version} (Maven)</deploymentName>

0 commit comments

Comments
 (0)