Skip to content

Commit 668f4e8

Browse files
committed
Java: test Maven 3.9.16 selection
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e435859b-f4ed-442f-b649-5e1002031780
1 parent bb64af0 commit 668f4e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • java/ql/integration-tests/java
    • maven-enforcer-property-version
    • maven-enforcer-single-version

java/ql/integration-tests/java/maven-enforcer-property-version/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
def test(codeql, java):
44
codeql.database.create(
55
_env={
6-
"EXPECT_MAVEN": "apache-maven-3.9.9",
6+
"EXPECT_MAVEN": "apache-maven-3.9.16",
77
"LGTM_INDEX_MAVEN_SETTINGS_FILE": os.path.join(os.path.dirname(os.path.realpath(__file__)), "settings.xml"),
88
},
99
)

java/ql/integration-tests/java/maven-enforcer-single-version/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
def test(codeql, java):
44
codeql.database.create(
55
_env={
6-
"EXPECT_MAVEN": "apache-maven-3.9.9",
6+
"EXPECT_MAVEN": "apache-maven-3.9.16",
77
"LGTM_INDEX_MAVEN_SETTINGS_FILE": os.path.join(os.path.dirname(os.path.realpath(__file__)), "settings.xml"),
88
},
99
)

0 commit comments

Comments
 (0)