File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
quickfixj-messages-fixt11 Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
42- uses : github/codeql-action/init@v3
42+ uses : github/codeql-action/init@v4
4343 with :
4444 languages : ${{ matrix.language }}
4545 # If you wish to specify custom queries, you can do so here or in a config file.
6363 ./mvnw clean package -B -V -e -Pminimal-fix-latest -Dmaven.javadoc.skip=true -Dfindbugs.skip -Dcheckstyle.skip -Dpmd.skip=true -Dspotbugs.skip -Denforcer.skip -DskipTests -Dmaven.test.skip.exec -Dlicense.skip=true -Drat.skip=true -Dspotless.check.skip=true -D"java.util.logging.config.file"="logging.properties" -D"http.keepAlive"="false" -D"maven.wagon.http.pool"="false" -D"maven.wagon.httpconnectionManager.ttlSeconds"="120"
6464
6565 - name : Perform CodeQL Analysis
66- uses : github/codeql-action/analyze@v3
66+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change 7777 <maven-compiler-plugin-version >3.14.1</maven-compiler-plugin-version >
7878 <maven-jar-plugin-version >3.4.2</maven-jar-plugin-version >
7979 <maven-surefire-plugin-version >3.5.4</maven-surefire-plugin-version >
80- <maven-pmd-plugin-version >3.27 .0</maven-pmd-plugin-version >
80+ <maven-pmd-plugin-version >3.28 .0</maven-pmd-plugin-version >
8181 <maven-source-plugin-version >3.3.1</maven-source-plugin-version >
8282 <maven-javadoc-plugin-version >3.12.0</maven-javadoc-plugin-version >
8383 <maven-shade-plugin-version >3.6.1</maven-shade-plugin-version >
9393 <maven-plugin-testing-harness .version>3.3.0</maven-plugin-testing-harness .version>
9494 <plantuml-maven-plugin-version >1.2</plantuml-maven-plugin-version >
9595 <plantuml-version >8059</plantuml-version >
96- <xml-maven-plugin-version >1.1 .0</xml-maven-plugin-version >
96+ <xml-maven-plugin-version >1.2 .0</xml-maven-plugin-version >
9797 <fix-orchestra .standard.version>1.5.4</fix-orchestra .standard.version>
9898 <fix-orchestra .repository.version>1.7.3</fix-orchestra .repository.version>
9999 <docgen .version>1.6.8</docgen .version>
451451 <plugin >
452452 <groupId >org.apache.maven.plugins</groupId >
453453 <artifactId >maven-enforcer-plugin</artifactId >
454- <version >3.6.1 </version >
454+ <version >3.6.2 </version >
455455 </plugin >
456456 </plugins >
457457 </pluginManagement >
Original file line number Diff line number Diff line change 120120 <dependency >
121121 <groupId >io.netty</groupId >
122122 <artifactId >netty-example</artifactId >
123- <version >4.2.6 .Final</version >
123+ <version >4.2.7 .Final</version >
124124 <scope >test</scope >
125125 </dependency >
126126 <dependency >
Original file line number Diff line number Diff line change 350350 <plugin >
351351 <groupId >org.apache.maven.plugins</groupId >
352352 <artifactId >maven-antrun-plugin</artifactId >
353- <version >3.1 .0</version >
353+ <version >3.2 .0</version >
354354 <executions >
355355 <execution >
356356 <phase >process-sources</phase >
Original file line number Diff line number Diff line change 6868 <plugin >
6969 <groupId >org.apache.maven.plugins</groupId >
7070 <artifactId >maven-antrun-plugin</artifactId >
71- <version >3.1 .0</version >
71+ <version >3.2 .0</version >
7272 <executions >
7373 <execution >
7474 <phase >process-sources</phase >
You can’t perform that action at this time.
0 commit comments