Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump com.github.gmazzo.buildconfig from 5.6.2 to 5.6.8
Bumps [com.github.gmazzo.buildconfig](https://github.com/gmazzo/gradle-buildconfig-plugin) from 5.6.2 to 5.6.8. - [Release notes](https://github.com/gmazzo/gradle-buildconfig-plugin/releases) - [Commits](gmazzo/gradle-buildconfig-plugin@v5.6.2...v5.6.8) --- updated-dependencies: - dependency-name: com.github.gmazzo.buildconfig dependency-version: 5.6.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 15, 2025
commit 1fdeaca2b8019b211f0a1e67d284d6a46f428935
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("java-library")
id("org.openapi.generator") version "7.5.0"
id("org.kordamp.gradle.jandex") version "2.0.0"
id("com.github.gmazzo.buildconfig") version "5.6.2"
id("com.github.gmazzo.buildconfig") version "5.6.8"
id("net.thebugmc.gradle.sonatype-central-portal-publisher") version "1.2.4"
}

Expand Down
Loading