From fd0715f8e386cf371b2ce78a2e6f907bb16cb5d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 15:07:13 +0000 Subject: [PATCH] chore(deps): bump axochat4jVersion from 0.2.0 to 0.3.0 Bumps `axochat4jVersion` from 0.2.0 to 0.3.0. Updates `com.github.MukjepScarlet.axochat4j:axochat4j-core` from 0.2.0 to 0.3.0 - [Release notes](https://github.com/MukjepScarlet/axochat4j/releases) - [Commits](https://github.com/MukjepScarlet/axochat4j/compare/0.2.0...0.3.0) Updates `com.github.MukjepScarlet.axochat4j:axochat4j-codec-gson` from 0.2.0 to 0.3.0 - [Release notes](https://github.com/MukjepScarlet/axochat4j/releases) - [Commits](https://github.com/MukjepScarlet/axochat4j/compare/0.2.0...0.3.0) Updates `com.github.MukjepScarlet.axochat4j:axochat4j-client-netty` from 0.2.0 to 0.3.0 - [Release notes](https://github.com/MukjepScarlet/axochat4j/releases) - [Commits](https://github.com/MukjepScarlet/axochat4j/compare/0.2.0...0.3.0) --- updated-dependencies: - dependency-name: com.github.MukjepScarlet.axochat4j:axochat4j-core dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.github.MukjepScarlet.axochat4j:axochat4j-codec-gson dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.github.MukjepScarlet.axochat4j:axochat4j-client-netty dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8dba0dda14..c40a5a996a 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ dependencies { exclude module: "authlib" } - final axochat4jVersion = "0.2.0" + final axochat4jVersion = "0.3.0" implementation("com.github.MukjepScarlet.axochat4j:axochat4j-core:$axochat4jVersion") implementation("com.github.MukjepScarlet.axochat4j:axochat4j-codec-gson:$axochat4jVersion") { transitive = false