Skip to content

Commit

Permalink
Update Maven to v3.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
headcr4sh committed Apr 28, 2023
1 parent b941390 commit 49d3f87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Updated

- The bundled version of Apache Maven has been updated to v3.9.1.


## [0.14.2] - 2023-01-10

### Updated
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Global build arguments
# ======================
ARG RESOURCE_VERSION="0.14.1"
ARG MAVEN_VERSION="3.8.7"
ARG MAVEN_SHA512_CHECKSUM="c687fcdc3890bcf0f9f9dbc42ceded21dc80f0dcc5541c28912a99224694793f6e437998e46b5939bd314178865263c62a069c6c6f15d1d0541eea75748c46fd"
ARG MAVEN_VERSION="3.9.1"
ARG MAVEN_SHA512_CHECKSUM="4ae5a0d17f9e6cbe57640c481f426a9184dfb451c2bb7cc7db324da095f616a14e7c482a79240e5286e241d8cd2805ea1cd9c95e38954101c2fa4088baad9a1a"
ARG SONAR_SCANNER_CLI_VERSION="4.7.0.2747"
ARG SONAR_SCANNER_CLI_SHA512_CHECKSUM="92475d0b32d15c3602657852e8670b862ba2d1a1ecafefbc40c2b176173375e21931ae94c5966f454d31e3dea7fb3033cec742498660cf0dc0ff9fa742a9fe4a"
ARG SONAR_SCANNER_MAVEN_PLUGIN_VERSION="3.9.1.2184"
Expand Down

0 comments on commit 49d3f87

Please sign in to comment.