Skip to content

Commit 58bb7c0

Browse files
Update dependency org.apache.maven:maven-core to v3.9.11 (#3)
* Update dependency org.apache.maven:maven-core to v3.9.11 * Update MAVEN_HOME in CI pipeline --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jendrik Johannes <[email protected]>
1 parent f8f8eb0 commit 58bb7c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
branches: [ main ]
77
env:
8-
MAVEN_HOME: "/usr/share/apache-maven-3.9.9"
8+
MAVEN_HOME: "/usr/share/apache-maven-3.9.11"
99
jobs:
1010
gradle-build:
1111
runs-on: ubuntu-latest

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tasks.withType<Javadoc>().configureEach {
3030
}
3131

3232
dependencies {
33-
compileOnly("org.apache.maven:maven-core:3.9.9")
33+
compileOnly("org.apache.maven:maven-core:3.9.11")
3434

3535
testImplementation("org.assertj:assertj-core:3.27.3")
3636
testImplementation("io.takari.maven.plugins:takari-plugin-integration-testing:3.0.5")

0 commit comments

Comments
 (0)