Skip to content

Commit c596216

Browse files
authored
Merge pull request #120 from github/dependabot/maven/maven-deps-c0ad8b179d
Bump the maven-deps group with 16 updates
2 parents 367f0ef + 835d2b6 commit c596216

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

pom.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.fasterxml.jackson.core</groupId>
6262
<artifactId>jackson-databind</artifactId>
63-
<version>2.21.1</version>
63+
<version>2.21.2</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>com.fasterxml.jackson.core</groupId>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.fasterxml.jackson.datatype</groupId>
7272
<artifactId>jackson-datatype-jsr310</artifactId>
73-
<version>2.21.1</version>
73+
<version>2.21.2</version>
7474
</dependency>
7575

7676
<!-- SpotBugs annotations for suppressing warnings -->
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.junit.jupiter</groupId>
8787
<artifactId>junit-jupiter</artifactId>
88-
<version>5.14.1</version>
88+
<version>5.14.3</version>
8989
<scope>test</scope>
9090
</dependency>
9191
<dependency>
@@ -112,7 +112,7 @@
112112
<plugin>
113113
<groupId>com.github.spotbugs</groupId>
114114
<artifactId>spotbugs-maven-plugin</artifactId>
115-
<version>4.9.8.2</version>
115+
<version>4.9.8.3</version>
116116
<configuration>
117117
<excludeFilterFile>config/spotbugs/spotbugs-exclude.xml</excludeFilterFile>
118118
</configuration>
@@ -123,12 +123,12 @@
123123
<plugin>
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-compiler-plugin</artifactId>
126-
<version>3.14.1</version>
126+
<version>3.15.0</version>
127127
</plugin>
128128
<plugin>
129129
<groupId>org.apache.maven.plugins</groupId>
130130
<artifactId>maven-jar-plugin</artifactId>
131-
<version>3.4.2</version>
131+
<version>3.5.0</version>
132132
<configuration>
133133
<archive>
134134
<manifestEntries>
@@ -215,15 +215,15 @@
215215
<dependency>
216216
<groupId>org.apache.ant</groupId>
217217
<artifactId>ant</artifactId>
218-
<version>1.10.15</version>
218+
<version>1.10.17</version>
219219
</dependency>
220220
</dependencies>
221221
</plugin>
222222
<!-- Install harness dependencies -->
223223
<plugin>
224224
<groupId>org.codehaus.mojo</groupId>
225225
<artifactId>exec-maven-plugin</artifactId>
226-
<version>3.6.2</version>
226+
<version>3.6.3</version>
227227
<executions>
228228
<execution>
229229
<id>install-harness-dependencies</id>
@@ -245,7 +245,7 @@
245245
<plugin>
246246
<groupId>org.apache.maven.plugins</groupId>
247247
<artifactId>maven-surefire-plugin</artifactId>
248-
<version>3.5.4</version>
248+
<version>3.5.5</version>
249249
<configuration>
250250
<!-- Inject JaCoCo agent + any JDK-version-specific flags -->
251251
<argLine>${testExecutionAgentArgs} ${surefire.jvm.args}</argLine>
@@ -278,7 +278,7 @@
278278
<plugin>
279279
<groupId>com.diffplug.spotless</groupId>
280280
<artifactId>spotless-maven-plugin</artifactId>
281-
<version>2.44.5</version>
281+
<version>2.46.1</version>
282282
<configuration>
283283
<java>
284284
<excludes>
@@ -369,7 +369,7 @@
369369
<plugin>
370370
<groupId>org.apache.maven.plugins</groupId>
371371
<artifactId>maven-resources-plugin</artifactId>
372-
<version>3.4.0</version>
372+
<version>3.5.0</version>
373373
<executions>
374374
<execution>
375375
<id>filter-site-markdown</id>
@@ -456,7 +456,7 @@
456456
<dependency>
457457
<groupId>org.apache.maven.doxia</groupId>
458458
<artifactId>doxia-module-markdown</artifactId>
459-
<version>2.0.0</version>
459+
<version>2.1.0</version>
460460
</dependency>
461461
</dependencies>
462462
</plugin>
@@ -515,13 +515,13 @@
515515
<plugin>
516516
<groupId>org.apache.maven.plugins</groupId>
517517
<artifactId>maven-surefire-report-plugin</artifactId>
518-
<version>3.5.4</version>
518+
<version>3.5.5</version>
519519
</plugin>
520520
<!-- SpotBugs static analysis -->
521521
<plugin>
522522
<groupId>com.github.spotbugs</groupId>
523523
<artifactId>spotbugs-maven-plugin</artifactId>
524-
<version>4.9.8.2</version>
524+
<version>4.9.8.3</version>
525525
<configuration>
526526
<excludeFilterFile>config/spotbugs/spotbugs-exclude.xml</excludeFilterFile>
527527
</configuration>
@@ -530,7 +530,7 @@
530530
<plugin>
531531
<groupId>org.codehaus.mojo</groupId>
532532
<artifactId>taglist-maven-plugin</artifactId>
533-
<version>3.2.1</version>
533+
<version>3.2.2</version>
534534
<configuration>
535535
<tagListOptions>
536536
<tagClasses>
@@ -555,7 +555,7 @@
555555
<plugin>
556556
<groupId>org.apache.maven.plugins</groupId>
557557
<artifactId>maven-dependency-plugin</artifactId>
558-
<version>3.9.0</version>
558+
<version>3.10.0</version>
559559
<reportSets>
560560
<reportSet>
561561
<reports>
@@ -659,7 +659,7 @@
659659
<plugin>
660660
<groupId>org.codehaus.mojo</groupId>
661661
<artifactId>exec-maven-plugin</artifactId>
662-
<version>3.6.2</version>
662+
<version>3.6.3</version>
663663
<executions>
664664
<execution>
665665
<id>update-copilot-schema-version</id>
@@ -681,7 +681,7 @@
681681
<plugin>
682682
<groupId>org.apache.maven.plugins</groupId>
683683
<artifactId>maven-enforcer-plugin</artifactId>
684-
<version>3.5.0</version>
684+
<version>3.6.2</version>
685685
<executions>
686686
<execution>
687687
<id>require-schema-version</id>
@@ -712,7 +712,7 @@
712712
<plugin>
713713
<groupId>org.codehaus.mojo</groupId>
714714
<artifactId>exec-maven-plugin</artifactId>
715-
<version>3.6.2</version>
715+
<version>3.6.3</version>
716716
<executions>
717717
<execution>
718718
<id>codegen-npm-install</id>

0 commit comments

Comments
 (0)