We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f8eb0 commit 58bb7c0Copy full SHA for 58bb7c0
.github/workflows/ci-build.yml
@@ -5,7 +5,7 @@ on:
5
pull_request:
6
branches: [ main ]
7
env:
8
- MAVEN_HOME: "/usr/share/apache-maven-3.9.9"
+ MAVEN_HOME: "/usr/share/apache-maven-3.9.11"
9
jobs:
10
gradle-build:
11
runs-on: ubuntu-latest
build.gradle.kts
@@ -30,7 +30,7 @@ tasks.withType<Javadoc>().configureEach {
30
}
31
32
dependencies {
33
- compileOnly("org.apache.maven:maven-core:3.9.9")
+ compileOnly("org.apache.maven:maven-core:3.9.11")
34
35
testImplementation("org.assertj:assertj-core:3.27.3")
36
testImplementation("io.takari.maven.plugins:takari-plugin-integration-testing:3.0.5")
0 commit comments