Skip to content

Commit a536957

Browse files
build(deps): bump the gradle-dependencies group across 1 directory with 3 updates
Bumps the gradle-dependencies group with 3 updates in the / directory: [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin), [com.gradleup.shadow](https://github.com/GradleUp/shadow) and org.allaymc.gradle.plugin. Updates `com.vanniktech.maven.publish` from 0.34.0 to 0.35.0 - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](vanniktech/gradle-maven-publish-plugin@0.34.0...0.35.0) Updates `com.gradleup.shadow` from 9.2.2 to 9.3.0 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](GradleUp/shadow@9.2.2...9.3.0) Updates `org.allaymc.gradle.plugin` from 0.2.0 to 0.2.1 --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: com.gradleup.shadow dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: org.allaymc.gradle.plugin dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8d4a1a commit a536957

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import com.vanniktech.maven.publish.MavenPublishBaseExtension
33

44
plugins {
55
id("java-library")
6-
id("com.vanniktech.maven.publish") version "0.34.0"
7-
id("com.gradleup.shadow") version "9.2.2"
8-
id("org.allaymc.gradle.plugin") version "0.2.0"
6+
id("com.vanniktech.maven.publish") version "0.35.0"
7+
id("com.gradleup.shadow") version "9.3.0"
8+
id("org.allaymc.gradle.plugin") version "0.2.1"
99
}
1010

1111
group = "org.allaymc"

0 commit comments

Comments
 (0)