diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e0eebe14..01946d517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2350,6 +2350,34 @@ We'd like to thank the following people for their contributions: - ab92ea4 chore: update lockfile +## Contributors +We'd like to thank the following people for their contributions: +- Elias Lundell ([@LogFlames](https://github.com/LogFlames)) +- LogFlames ([@LogFlames](https://github.com/LogFlames)) + +# 5.13.0 +## Changelog + +## 🚀 Added +- 30304ce ✨ feat(checksum calculator): Add cache to remote checksum calculator (#1481) +- bd08070 ✨ feat(lockfile): Add resolve and repo id field to external poms (#1478) +- 256923f ✨ feat: More stable MavenPlugin ordering in lockfile (#1466) + +## 🔄️ Changed +- bb881fe 📌 deps: Add assertj-core 3.27.7 as direct dependency (#1479) + +## 📦 Dependencies +- a62cb91 ⬆️ (deps): Update chains-project/maven-lockfile action to v5.12.1 (#1475) + +## 🏁 Release +- 20d836d 🔖 Releasing version 5.13.0 +- aea25de 🔖 Setting SNAPSHOT version 5.12.2-SNAPSHOT + +--- +- a4b8d83 chore(cd): Use latest version of maven lockfile in release script (#1474) +- f318129 chore: update lockfile + + ## Contributors We'd like to thank the following people for their contributions: - Elias Lundell ([@LogFlames](https://github.com/LogFlames)) diff --git a/action.yml b/action.yml index 725faaad5..2f92f85b5 100644 --- a/action.yml +++ b/action.yml @@ -92,7 +92,7 @@ runs: COMMIT_UPDATED_LOCKFILE="${COMMIT_UPDATED_LOCKFILE}" # Convert to Maven plugin args - PLUGIN_VERSION="5.12.1" + PLUGIN_VERSION="5.13.0" MAVEN_ARGS="" if [ "$INCLUDE_MAVEN_PLUGINS" == "true" ]; then diff --git a/lockfile.json b/lockfile.json index 1639e61d7..ba00ec404 100644 --- a/lockfile.json +++ b/lockfile.json @@ -1,14 +1,14 @@ { "artifactId": "maven-lockfile-parent", "groupId": "io.github.chains-project", - "version": "5.12.2-SNAPSHOT", + "version": "5.13.1-SNAPSHOT", "pom": { "groupId": "io.github.chains-project", "artifactId": "maven-lockfile-parent", - "version": "5.12.2-SNAPSHOT", + "version": "5.13.1-SNAPSHOT", "relativePath": "pom.xml", "checksumAlgorithm": "SHA-256", - "checksum": "3ad6c7d96dc759c4e8bcf0e9503022f805d1f7eb091946690868f3e397938a45" + "checksum": "2c7f3c897f2a3d36f75b949d1a8466c1aaeae1aa18b10b5d4d52df1d0385433c" }, "lockFileVersion": 1, "dependencies": [], diff --git a/maven_plugin/lockfile.json b/maven_plugin/lockfile.json index bf24ec7f5..b96ce9d6f 100644 --- a/maven_plugin/lockfile.json +++ b/maven_plugin/lockfile.json @@ -1,21 +1,21 @@ { "artifactId": "maven-lockfile", "groupId": "io.github.chains-project", - "version": "5.12.2-SNAPSHOT", + "version": "5.13.1-SNAPSHOT", "pom": { "groupId": "io.github.chains-project", "artifactId": "maven-lockfile", - "version": "5.12.2-SNAPSHOT", + "version": "5.13.1-SNAPSHOT", "relativePath": "pom.xml", "checksumAlgorithm": "SHA-256", - "checksum": "f18a3b8ef415102d0530855ccdc5293337f2417ccb1590d5094d863a7c034b7f", + "checksum": "d2f98b5f8c421da60735d7efe905c314704e4775e4d1884ed76703704510d6e3", "parent": { "groupId": "io.github.chains-project", "artifactId": "maven-lockfile-parent", - "version": "5.12.2-SNAPSHOT", + "version": "5.13.1-SNAPSHOT", "relativePath": "../pom.xml", "checksumAlgorithm": "SHA-256", - "checksum": "3ad6c7d96dc759c4e8bcf0e9503022f805d1f7eb091946690868f3e397938a45" + "checksum": "2c7f3c897f2a3d36f75b949d1a8466c1aaeae1aa18b10b5d4d52df1d0385433c" } }, "lockFileVersion": 1, diff --git a/maven_plugin/pom.xml b/maven_plugin/pom.xml index 7019aa551..7ab28d86b 100644 --- a/maven_plugin/pom.xml +++ b/maven_plugin/pom.xml @@ -4,12 +4,12 @@ io.github.chains-project maven-lockfile-parent - 5.12.2-SNAPSHOT + 5.13.1-SNAPSHOT ../ io.github.chains-project maven-lockfile - 5.12.2-SNAPSHOT + 5.13.1-SNAPSHOT maven-plugin maven-lockfile-plugin This plugin is a state-of-the-art solution that can be used to validate the integrity diff --git a/pom.xml b/pom.xml index fc09b23ed..322aec58e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.github.chains-project maven-lockfile-parent - 5.12.2-SNAPSHOT + 5.13.1-SNAPSHOT pom maven-lockfile-parent This plugin is a state-of-the-art solution that can be used to validate the integrity @@ -38,9 +38,9 @@ https://github.com/chains-project/maven-lockfile/tree/${project.scm.tag} - 2026-01-23T13:32:00Z + 2026-01-29T13:35:49Z true - 5.12.1 + 5.13.0