From 41bf5b3dc87c0dad759a4681f10e6bce8381009d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:46:17 +0000 Subject: [PATCH 1/3] Bump the maven-plugins group across 1 directory with 4 updates Bumps the maven-plugins group with 4 updates in the / directory: [org.apache.maven:maven-plugin-api](https://github.com/apache/maven), [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin), [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) and [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin). Updates `org.apache.maven:maven-plugin-api` from 3.9.11 to 3.9.12 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.9.11...maven-3.9.12) Updates `org.apache.maven.plugins:maven-resources-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](https://github.com/apache/maven-resources-plugin/compare/maven-resources-plugin-3.3.1...v3.4.0) Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.1...maven-source-plugin-3.4.0) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.9.0 to 0.10.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.apache.maven:maven-plugin-api dependency-version: 3.9.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-resources-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins ... Signed-off-by: dependabot[bot] --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 772d754..0575128 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ UTF-8 17 17 - 3.9.11 + 3.9.12 6.0.1 1.0.0 3.15.2 @@ -212,7 +212,7 @@ maven-resources-plugin - 3.3.1 + 3.4.0 maven-compiler-plugin @@ -295,7 +295,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.1 + 3.4.0 attach-sources @@ -328,7 +328,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.9.0 + 0.10.0 true central From 22f6440ddb81df6226314b23b8973138fa8a9fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:46:39 +0000 Subject: [PATCH 2/3] Add changeset for Dependabot PR #164 [dependabot skip] --- .changeset/dependabot-4fcb726.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/dependabot-4fcb726.md diff --git a/.changeset/dependabot-4fcb726.md b/.changeset/dependabot-4fcb726.md new file mode 100644 index 0000000..feffe42 --- /dev/null +++ b/.changeset/dependabot-4fcb726.md @@ -0,0 +1,5 @@ +--- +"changesets": patch +--- + +- org.apache.maven:maven-plugin-api, org.apache.maven.plugins:maven-resources-plugin, org.apache.maven.plugins:maven-source-plugin, org.sonatype.central:central-publishing-maven-plugin: \ No newline at end of file From 3e8d482ec21fe6382f48fb15c980026ac956ba1f Mon Sep 17 00:00:00 2001 From: Magnus Persson Date: Tue, 20 Jan 2026 12:58:51 +0100 Subject: [PATCH 3/3] Testing zizmor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35218fe..810eefa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Changesets +small change# Changesets This is an attempt to bring the [changesets](https://github.com/changesets/changesets) way of working to the Java ecosystem, to enable easier management of changelogs and semantically versioned releases.