Skip to content

Commit 4238836

Browse files
authored
Merge branch 'master' into dependabot/maven/org.apache.maven-maven-plugin-api-3.9.10
2 parents 3940282 + a78fb80 commit 4238836

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<slf4j.version>2.0.17</slf4j.version>
6666
<mockito-core.version>4.11.0</mockito-core.version>
6767
<hamcrest.version>3.0</hamcrest.version>
68-
<junit.jupiter.version>5.13.2</junit.jupiter.version>
68+
<junit.jupiter.version>5.13.3</junit.jupiter.version>
6969
<maven.compiler.source>8</maven.compiler.source>
7070
<maven.compiler.target>8</maven.compiler.target>
7171
<mainClass/>
@@ -82,7 +82,7 @@
8282
<maven-shade-plugin-version>3.6.0</maven-shade-plugin-version>
8383
<maven-assembly-plugin-version>3.7.1</maven-assembly-plugin-version>
8484
<maven-bundle-plugin-version>5.1.9</maven-bundle-plugin-version>
85-
<maven-gpg-plugin-version>3.2.7</maven-gpg-plugin-version>
85+
<maven-gpg-plugin-version>3.2.8</maven-gpg-plugin-version>
8686
<maven-deploy-plugin-version>3.1.4</maven-deploy-plugin-version>
8787
<nexus-staging-maven-plugin-version>1.7.0</nexus-staging-maven-plugin-version>
8888
<build-helper-maven-plugin-version>3.6.1</build-helper-maven-plugin-version>
@@ -421,7 +421,7 @@
421421
</plugin>
422422
<plugin>
423423
<artifactId>maven-invoker-plugin</artifactId>
424-
<version>3.9.0</version>
424+
<version>3.9.1</version>
425425
</plugin>
426426
<plugin>
427427
<artifactId>maven-plugin-plugin</artifactId>
@@ -448,7 +448,7 @@
448448
<plugin>
449449
<groupId>org.apache.maven.plugins</groupId>
450450
<artifactId>maven-enforcer-plugin</artifactId>
451-
<version>3.5.0</version>
451+
<version>3.6.0</version>
452452
</plugin>
453453
</plugins>
454454
</pluginManagement>

quickfixj-codegenerator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>net.sf.saxon</groupId>
4242
<artifactId>Saxon-HE</artifactId>
43-
<version>12.7</version>
43+
<version>12.8</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.junit.vintage</groupId>

0 commit comments

Comments
 (0)