Skip to content

Commit 3796920

Browse files
author
GitHub Actions Bot
committed
🔖 Setting SNAPSHOT version 5.6.2-SNAPSHOT
1 parent 7a05656 commit 3796920

File tree

6 files changed

+53
-7
lines changed

6 files changed

+53
-7
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1970,3 +1970,49 @@ We'd like to thank the following people for their contributions:
19701970
- Aman Sharma ()
19711971
- Elias Lundell ([@LogFlames](https://github.com/LogFlames))
19721972
- LogFlames ([@LogFlames](https://github.com/LogFlames))
1973+
1974+
# 5.6.1
1975+
## Changelog
1976+
1977+
## 🐛 Fixed
1978+
- 3965f12 💚 ci: Fix SmokeTest by clone smoketest repos to subfolder (#1284)
1979+
1980+
## 📦 Dependencies
1981+
- aecba02 ⬆️ (deps): Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.46.1 (#1286)
1982+
- fd0e03b ⬆️ (deps): Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.45.0 (#1267)
1983+
- e49d38d ⬆️ (deps): Update dependency org.instancio:instancio-junit to v5.5.0 (#1278)
1984+
- dd1901d ⬆️ (deps): Update github/codeql-action action to v3.29.5 (#1277)
1985+
- badc783 ⬆️ (deps): Update dependency org.apache.groovy:groovy to v4.0.28 (#1276)
1986+
- 3a95d4b ⬆️ (deps): Update github/codeql-action action to v3.29.3 (#1274)
1987+
- dc55297 ⬆️ (deps): Update junit-framework monorepo to v5.13.4 (#1275)
1988+
- cff57cd ⬆️ (deps): Update dependencies in integration test lockfiles (#1271)
1989+
- cb27c41 ⬆️ (deps): Update dependency commons-io:commons-io to v2.20.0 (#1273)
1990+
- dfed863 ⬆️ (deps): Update step-security/harden-runner action to v2.13.0 (#1272)
1991+
- 39c7ec9 ⬆️ (deps): Update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.6.1 (#1270)
1992+
- 569ab1f ⬆️ (deps): Update dependency org.apache.maven.resolver:maven-resolver-api to v2.0.10 (#1262)
1993+
- 7799ca0 ⬆️ (deps): Update dependency org.apache.logging.log4j:log4j-core to v2.25.1 (#1268)
1994+
- 603c509 ⬆️ (deps): Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v4.2.1 (#1266)
1995+
- 411aeff ⬆️ (deps): Update junit-framework monorepo to v5.13.3 (#1265)
1996+
- 30b4828 ⬆️ (deps): Update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.6.0 (#1264)
1997+
- e48ba15 ⬆️ (deps): Update github/codeql-action action to v3.29.2 (#1263)
1998+
- f9319a0 ⬆️ (deps): Update step-security/harden-runner action to v2.12.2 (#1261)
1999+
- 66631bf ⬆️ (deps): Update github/codeql-action action to v3.29.1 (#1260)
2000+
- fda8744 ⬆️ (deps): Update dependency org.junit.jupiter:junit-jupiter-engine to v5.13.2 (#1259)
2001+
- 7e36a85 ⬆️ (deps): Update dependency org.junit.jupiter:junit-jupiter-api to v5.13.2 (#1258)
2002+
2003+
## 📝 Documentation
2004+
- 2da285a 📝 Update badges to md format and maven central search (#1287)
2005+
2006+
## 🏁 Release
2007+
- 7a05656 🔖 Releasing version 5.6.1
2008+
- 397964f 🔖 Setting SNAPSHOT version 5.6.1-SNAPSHOT
2009+
2010+
---
2011+
- 77a798f chore: update lockfile
2012+
2013+
2014+
## Contributors
2015+
We'd like to thank the following people for their contributions:
2016+
- Adam Kaplan ([@adambkaplan](https://github.com/adambkaplan))
2017+
- Elias Lundell ([@LogFlames](https://github.com/LogFlames))
2018+
- 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.1
95+
PLUGIN_VERSION="5.5.2" # 5.6.2-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.1",
4+
"version": "5.6.2-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.1",
4+
"version": "5.6.2-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.1</version>
7+
<version>5.6.2-SNAPSHOT</version>
88
<relativePath>../</relativePath>
99
</parent>
1010
<groupId>io.github.chains-project</groupId>
1111
<artifactId>maven-lockfile</artifactId>
12-
<version>5.6.1</version>
12+
<version>5.6.2-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.1</version>
6+
<version>5.6.2-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-07-31T18:42:06Z</project.build.outputTimestamp>
41+
<project.build.outputTimestamp>2025-07-31T18:54:08Z</project.build.outputTimestamp>
4242
<sigstore.skip>true</sigstore.skip>
4343
</properties>
4444
<build>

0 commit comments

Comments
 (0)