Skip to content

Commit

Permalink
Update the maven-core dependency to 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Mar 20, 2023
1 parent ce9fac6 commit ff9c27a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## v1.2.0 (unreleased)

### Notes
- Update the `maven-core` dependency to `3.9.1`
- Update `maven-resolver-connector-basic` and `maven-resolver-transport-http` dependencies to `1.9.7`
- Update `maven-surefire-plugin` and `maven-failsafe-plugin` plugins to `3.0.0`

## [v1.1.2](https://github.com/AlexisJehan/MavenCheck/releases/tag/v1.1.2) (2023-03-10)
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,18 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.9.0</version>
<version>3.9.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-connector-basic</artifactId>
<version>1.9.4</version> <!-- Based on "org.apache.maven:maven-core:3.9.0" -->
<version>1.9.7</version> <!-- Based on "org.apache.maven:maven-core:3.9.1" -->
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-transport-http</artifactId>
<version>1.9.4</version> <!-- Based on "org.apache.maven:maven-core:3.9.0" -->
<version>1.9.7</version> <!-- Based on "org.apache.maven:maven-core:3.9.1" -->
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

/**
* <p>Enumeration of <i>Maven</i> artifact types.</p>
* <p><b>Note</b>: Based on {@code org.apache.maven:maven-core:3.9.0}.</p>
* <p><b>Note</b>: Based on {@code org.apache.maven:maven-core:3.9.1}.</p>
* @see <a href="https://maven.apache.org/ref/current/maven-model/maven.html">https://maven.apache.org/ref/current/maven-model/maven.html</a>
* @since 1.0.0
*/
Expand Down

0 comments on commit ff9c27a

Please sign in to comment.