Skip to content

Commit 6f28779

Browse files
authored
Merge pull request #2425 from adobe/update-maven-to-latest-v3
Update Maven to 3.9.9, Wrapper to 3.3.2
2 parents 961c157 + c38e81c commit 6f28779

File tree

4 files changed

+326
-426
lines changed

4 files changed

+326
-426
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
18-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
17+
wrapperVersion=3.3.2
18+
distributionType=only-script
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,13 @@ Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Jav
151151
* Refactorings
152152
* none
153153
* Version updates (deliverable dependencies)
154-
* none
154+
* Bump alpine from 3.21.3 to 3.22.0 in /docker
155+
* Bump testcontainers.version from 1.21.0 to 1.21.1
155156
* Version updates (build dependencies)
156-
* none
157+
* Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1
158+
* Bump maven from 3.9.6 to 3.9.9
159+
* Bump maven-wrapper from 3.2.0 to 3.3.2
160+
* Bump ossf/scorecard-action from 2.4.1 to 2.4.2
157161

158162
## 4.4.0
159163
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.

0 commit comments

Comments
 (0)