Skip to content

Commit 8d9da02

Browse files
authored
Merge branch 'master' into chrjohn-socketinitiator-simplify
2 parents 50c371d + 6010a34 commit 8d9da02

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- name: Set up JDK
2525
uses: actions/setup-java@v3
2626
with:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@
469469
</plugin>
470470
<plugin>
471471
<artifactId>maven-plugin-plugin</artifactId>
472-
<version>3.6.0</version>
472+
<version>3.10.2</version>
473473
</plugin>
474474
<plugin>
475475
<artifactId>maven-install-plugin</artifactId>

quickfixj-codegenerator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</plugin>
7979
<plugin>
8080
<artifactId>maven-plugin-plugin</artifactId>
81-
<version>3.7.0</version>
81+
<version>3.10.2</version>
8282
</plugin>
8383
</plugins>
8484
</build>

0 commit comments

Comments
 (0)