Skip to content

Commit 397964f

Browse files
author
GitHub Actions Bot
committed
🔖 Setting SNAPSHOT version 5.6.1-SNAPSHOT
1 parent 0df0638 commit 397964f

File tree

6 files changed

+40
-7
lines changed

6 files changed

+40
-7
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1937,3 +1937,36 @@ We'd like to thank the following people for their contributions:
19371937
We'd like to thank the following people for their contributions:
19381938
- Elias Lundell ([@LogFlames](https://github.com/LogFlames))
19391939
- LogFlames ([@LogFlames](https://github.com/LogFlames))
1940+
1941+
# 5.6.0
1942+
## Changelog
1943+
1944+
## 🚀 Added
1945+
- 03b1003 ✨ feat: Add exactVersionString to freeze target (#1204)
1946+
- ce475db ✨ feat: Add `sha256` and `sha512` checksums to remote mode (#1200)
1947+
- 2f5bf2c 👷 ci: Add githubusercontent release-assets to harden runner allowlists (#1252)
1948+
- de9b046 👷 ci: Update gha.sum in CI for all PRs (#1245)
1949+
- 40211d8 👷 ci: Remove ghasum binary after checksum verification (#1244)
1950+
1951+
## 🔄️ Changed
1952+
- d98e4c9 🚸 feat: Change default checksumMode from local to remote (#1199)
1953+
- ed338e7 💬 format: Format all checksums with capital letters (#1255)
1954+
1955+
## 📦 Dependencies
1956+
- 40d9be9 ⬆️ (deps): Update step-security/harden-runner action to v2.12.1 (#1247)
1957+
- 6bd867d ⬆️ (deps): Update dependency org.apache.logging.log4j:log4j-core to v2.25.0 (#1253)
1958+
- 9fcb067 ⬆️ (deps): Update stefanzweifel/git-auto-commit-action action to v6.0.1 (#1250)
1959+
- 7fd5c73 ⬆️ (deps): Update stefanzweifel/git-auto-commit-action action to v6 (#1249)
1960+
- 79960ef ⬆️ (deps): Update github/codeql-action action to v3.29.0 (#1248)
1961+
- 45f0ddd ⬆️ (deps): Update junit5 monorepo to v5.13.1 (#1242)
1962+
1963+
## 🏁 Release
1964+
- 0df0638 🔖 Releasing version 5.6.0
1965+
- 9851c72 🔖 Setting SNAPSHOT version 5.5.4-SNAPSHOT
1966+
1967+
1968+
## Contributors
1969+
We'd like to thank the following people for their contributions:
1970+
- Aman Sharma ()
1971+
- Elias Lundell ([@LogFlames](https://github.com/LogFlames))
1972+
- LogFlames ([@LogFlames](https://github.com/LogFlames))

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ runs:
9292
COMMIT_UPDATED_LOCKFILE="${COMMIT_UPDATED_LOCKFILE}"
9393
9494
# Convert to Maven plugin args
95-
PLUGIN_VERSION="5.5.2" # 5.6.0
95+
PLUGIN_VERSION="5.5.2" # 5.6.1-SNAPSHOT
9696
MAVEN_ARGS=""
9797
9898
if [ "$INCLUDE_MAVEN_PLUGINS" == "true" ]; then

lockfile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"artifactId": "maven-lockfile-parent",
33
"groupId": "io.github.chains-project",
4-
"version": "5.6.0",
4+
"version": "5.6.1-SNAPSHOT",
55
"lockFileVersion": 1,
66
"dependencies": [],
77
"mavenPlugins": [

maven_plugin/lockfile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"artifactId": "maven-lockfile",
33
"groupId": "io.github.chains-project",
4-
"version": "5.6.0",
4+
"version": "5.6.1-SNAPSHOT",
55
"lockFileVersion": 1,
66
"dependencies": [
77
{

maven_plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>io.github.chains-project</groupId>
66
<artifactId>maven-lockfile-parent</artifactId>
7-
<version>5.6.0</version>
7+
<version>5.6.1-SNAPSHOT</version>
88
<relativePath>../</relativePath>
99
</parent>
1010
<groupId>io.github.chains-project</groupId>
1111
<artifactId>maven-lockfile</artifactId>
12-
<version>5.6.0</version>
12+
<version>5.6.1-SNAPSHOT</version>
1313
<packaging>maven-plugin</packaging>
1414
<name>maven-lockfile-plugin</name>
1515
<description>This plugin is a state-of-the-art solution that can be used to validate the integrity

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.chains-project</groupId>
55
<artifactId>maven-lockfile-parent</artifactId>
6-
<version>5.6.0</version>
6+
<version>5.6.1-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>maven-lockfile-parent</name>
99
<description>This plugin is a state-of-the-art solution that can be used to validate the integrity
@@ -38,7 +38,7 @@
3838
<url>https://github.com/chains-project/maven-lockfile/tree/${project.scm.tag}</url>
3939
</scm>
4040
<properties>
41-
<project.build.outputTimestamp>2025-06-18T13:48:36Z</project.build.outputTimestamp>
41+
<project.build.outputTimestamp>2025-06-18T14:06:31Z</project.build.outputTimestamp>
4242
<sigstore.skip>true</sigstore.skip>
4343
</properties>
4444
<build>

0 commit comments

Comments
 (0)