Skip to content

Commit

Permalink
Update maven-core to 3.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Jan 2, 2023
1 parent a964859 commit 8c64686
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .mvnchk-ignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
commons-cli:commons-cli:20040117.000000

# FIXME NoSuchMethodError with maven-core:3.8.6
# FIXME NoSuchMethodError with maven-core:3.8.7
org.apache.maven.resolver:maven-resolver-connector-basic:1.?.?
org.apache.maven.resolver:maven-resolver-transport-file:1.?.?
org.apache.maven.resolver:maven-resolver-transport-http:1.?.?
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
### Bug fixes
- Missing artifacts related to _Gradle_ `:dependencies` resolved versions

### Notes
- Update `maven-core` to `3.8.7`

## 1.0.0 _(2022-12-23)_
Initial release
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ version of a build tool may still be compatible.

| Maven Check | Maven version | Gradle version |
|:-----------:|:-------------:|:--------------:|
| 1.0.1 | 3.8.7 | 7.6 |
| 1.0.0 | 3.8.6 | 7.6 |

Note: _Gradle_ is compatible starting with _Gradle 4.8_.
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,22 +75,22 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.8.6</version>
<version>3.8.7</version>
</dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-connector-basic</artifactId>
<version>1.7.3</version> <!-- FIXME 1.9.2: NoSuchMethodError with maven-core:3.8.6 -->
<version>1.7.3</version> <!-- FIXME 1.9.2: NoSuchMethodError with maven-core:3.8.7 -->
</dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-transport-file</artifactId>
<version>1.7.3</version> <!-- FIXME 1.9.2: NoSuchMethodError with maven-core:3.8.6 -->
<version>1.7.3</version> <!-- FIXME 1.9.2: NoSuchMethodError with maven-core:3.8.7 -->
</dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-transport-http</artifactId>
<version>1.7.3</version> <!-- FIXME 1.9.2: NoSuchMethodError with maven-core:3.8.6 -->
<version>1.7.3</version> <!-- FIXME 1.9.2: NoSuchMethodError with maven-core:3.8.7 -->
</dependency>
<dependency>
<groupId>org.gradle</groupId>
Expand Down

0 comments on commit 8c64686

Please sign in to comment.