Skip to content

Commit c8fa853

Browse files
author
GitHub Actions Bot
committed
🔖 Setting SNAPSHOT version 5.11.2-SNAPSHOT
1 parent 846693e commit c8fa853

File tree

5 files changed

+43
-8
lines changed

5 files changed

+43
-8
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2275,3 +2275,38 @@ We'd like to thank the following people for their contributions:
22752275
- Elias Lundell ([@LogFlames](https://github.com/LogFlames))
22762276
- Larissa Schmid ()
22772277
- LogFlames ([@LogFlames](https://github.com/LogFlames))
2278+
2279+
# 5.11.1
2280+
## Changelog
2281+
2282+
## 🚀 Added
2283+
- 2a90559 ✨ feat: Add logging when starting integration tests (#1450)
2284+
2285+
## 🐛 Fixed
2286+
- ca99ed8 🐛 fix: Use maven logging throughout plugin (#1448)
2287+
2288+
## 📦 Dependencies
2289+
- a9eeb0f ⬆️ (lockfile): Update to maven version 3.9.12 in environment (#1462)
2290+
- 92db201 ⬆️ (deps): Update junit-framework monorepo to v6.0.2 (#1461)
2291+
- 0e5fb37 ⬆️ (deps): Update stefanzweifel/git-auto-commit-action action to v7.1.0 (#1460)
2292+
- d550130 ⬆️ (deps): Update github/codeql-action action to v4.31.9 (#1458)
2293+
- dfecc31 ⬆️ (deps): Update dependency org.apache.logging.log4j:log4j-core to v2.25.3 (#1457)
2294+
- 410abd4 ⬆️ (deps): Update dependency org.apache.maven.resolver:maven-resolver-api to v2.0.14 (#1456)
2295+
- cfd7f70 ⬆️ (deps): Update actions/upload-artifact action to v6 (#1455)
2296+
- 1ac5200 ⬆️ (deps): Update actions/cache action to v5.0.1 (#1454)
2297+
- 6da0857 ⬆️ (deps): Update github/codeql-action action to v4.31.8 (#1453)
2298+
- aa40ddf ⬆️ (deps): Update actions/cache action to v5 (#1452)
2299+
- 4ea2f58 ⬆️ (deps): Update google/osv-scanner-action action to v2.3.1 (#1451)
2300+
- 5267973 ⬆️ (deps): Update step-security/harden-runner action to v2.14.0 (#1447)
2301+
- 6caa175 ⬆️ (deps): Update actions/checkout action to v6 (#1424)
2302+
- 649e91c ⬆️ (deps): Update chains-project/maven-lockfile action to v5.11.0 (#1446)
2303+
2304+
## 🏁 Release
2305+
- 846693e 🔖 Releasing version 5.11.1
2306+
- d33b1d8 🔖 Setting SNAPSHOT version 5.11.1-SNAPSHOT
2307+
2308+
2309+
## Contributors
2310+
We'd like to thank the following people for their contributions:
2311+
- Elias Lundell ([@LogFlames](https://github.com/LogFlames))
2312+
- LogFlames ([@LogFlames](https://github.com/LogFlames))

lockfile.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"artifactId": "maven-lockfile-parent",
33
"groupId": "io.github.chains-project",
4-
"version": "5.11.1",
4+
"version": "5.11.2-SNAPSHOT",
55
"pom": {
66
"path": "pom.xml",
77
"checksumAlgorithm": "SHA-256",
8-
"checksum": "83e17c9a2b41ff48b6b885a4b7bd0226466f385c19e32048ea89ae66ef5de628"
8+
"checksum": "95032478fd3e080b61682f5a10abd572fbc5c1325da5a2a4258bca82fdd5e4b1"
99
},
1010
"lockFileVersion": 1,
1111
"dependencies": [],

maven_plugin/lockfile.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"artifactId": "maven-lockfile",
33
"groupId": "io.github.chains-project",
4-
"version": "5.11.1",
4+
"version": "5.11.2-SNAPSHOT",
55
"pom": {
66
"path": "pom.xml",
77
"checksumAlgorithm": "SHA-256",
8-
"checksum": "268aceb5d798440fac1383a48ec3f4c099ee3ff9e9c6b6ebaccf36d33e1a677e"
8+
"checksum": "bb6ed7463352c504554dc2e5b7bfa3b8c4197822ba837891e705b1e6cdbe7f4f"
99
},
1010
"lockFileVersion": 1,
1111
"dependencies": [

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.11.1</version>
7+
<version>5.11.2-SNAPSHOT</version>
88
<relativePath>../</relativePath>
99
</parent>
1010
<groupId>io.github.chains-project</groupId>
1111
<artifactId>maven-lockfile</artifactId>
12-
<version>5.11.1</version>
12+
<version>5.11.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.11.1</version>
6+
<version>5.11.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>2026-01-09T01:43:33Z</project.build.outputTimestamp>
41+
<project.build.outputTimestamp>2026-01-09T01:51:50Z</project.build.outputTimestamp>
4242
<sigstore.skip>true</sigstore.skip>
4343
<released.version>5.11.1</released.version>
4444
</properties>

0 commit comments

Comments
 (0)