Skip to content

Commit 83a63e3

Browse files
committed
Update Maven wrapper downloader version.
1 parent 43cb1cf commit 83a63e3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ jobs:
2020
- uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
2121
with:
2222
languages: 'java'
23-
- name: Build project
24-
run: ./mvnw verify
23+
- uses: github/codeql-action/autobuild@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
2524
- uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6

.mvn/wrapper/MavenWrapperDownloader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
public final class MavenWrapperDownloader
3434
{
35-
private static final String WRAPPER_VERSION = "3.1.1";
35+
private static final String WRAPPER_VERSION = "3.3.2";
3636

3737
private static final boolean VERBOSE = Boolean.parseBoolean( System.getenv( "MVNW_VERBOSE" ) );
3838

0 commit comments

Comments
 (0)