Skip to content

Bump the gradle-deps group with 3 updates#37

Merged
wadoon merged 1 commit intomainfrom
dependabot/gradle/gradle-deps-08dd0f94ed
Sep 30, 2025
Merged

Bump the gradle-deps group with 3 updates#37
wadoon merged 1 commit intomainfrom
dependabot/gradle/gradle-deps-08dd0f94ed

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps the gradle-deps group with 3 updates: se.bjurr.violations:violations-lib, com.gradleup.shadow and org.assertj:assertj-core.

Updates se.bjurr.violations:violations-lib from 1.159.1 to 1.160.0

Release notes

Sourced from se.bjurr.violations:violations-lib's releases.

v1.160.0

🚀 Features

📦 Dependency updates

  • assertj-core:3.27.6 (8111a Tomas Bjerre)
  • dependencies (15943 Tomas Bjerre)
Changelog

Sourced from se.bjurr.violations:violations-lib's changelog.

1.160.0 (2025-09-28)

Features

Dependency updates

  • assertj-core:3.27.6 (8111a Tomas Bjerre)
  • dependencies (15943 Tomas Bjerre)
Commits
  • d9fd2f9 chore(release): 1.160.0 [GRADLE SCRIPT]
  • 8111a24 chore(deps): assertj-core:3.27.6
  • 5c615ba feat: PMDCPD 7 (refs #192)
  • 1594328 chore(deps): dependencies
  • b7bf517 chore: issue template
  • 6731e91 chore(release): Updating changelog with 1.159.1 [GRADLE SCRIPT]
  • See full diff in compare view

Updates com.gradleup.shadow from 9.1.0 to 9.2.2

Release notes

Sourced from com.gradleup.shadow's releases.

9.2.2

Fixed

  • Fix the regression of registering ShadowJar tasks without ShadowPlugin applied. (#1787)

9.2.1

Added

  • Support relocating Groovy extensions in Module descriptors. (#1705)
  • Add extensions for Iterable<Relocator>. (#1710)
  • Support relocating list of types in RelocatorRemapper. (#1714)
  • Add mainClass property into ShadowJar. (#1722)
    tasks.shadowJar {
      // This property will be used as a fallback if there is no explicit `Main-Class` attribute set.
      mainClass = "my.Main"
    }
  • Honor executableDir and applicationName in application extension. (#1740)
    This is useful when you want to customize the output directory of the start scripts and the application distribution.
  • Provide more task accessors in ShadowApplicationPlugin.Companion. (#1771)
  • Support relocating Kotlin module files. (#1539)
    The current implementation relocates all properties in KotlinModuleMetadata but KmModule.optionalAnnotationClasses due to very limited usage of it. See more discussion here.
  • Allow overriding BUNDLING_ATTRIBUTE in GMM. (#1773)
    The org.gradle.dependency.bundling in shadowed JAR's Gradle Module Metadata is set to shadowed by default. You can override it for now by:
    shadow {
      bundlingAttribute = Bundling.EMBEDDED
    }

Changed

  • Merge Gradle Module descriptors into the modern META-INF path. (#1706)
    The Gradle Module descriptors (org.codehaus.groovy.runtime.ExtensionModule files) defined under META-INF/services/ and META-INF/groovy will be merged into META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule.
  • Move injecting Class-Path manifest attr logic from doFirst into copy. (#1720)
  • Move injecting Main-Class manifest attr logic from doFirst into copy. (#1724)
  • Deprecate InheritManifest and inheritFrom. (#1722)
    tasks.shadowJar {
      // Before (deprecated):
      manifest.inheritFrom(tasks.jar.get().manifest)
      // After (recommended):
      manifest.from(tasks.jar.get().manifest)
    // Note: You don't need to inherit the manifest from jar task as it's done by default for the shadowJar task.
    // But if you want to inherit the manifest for your custom ShadowJar task, you still need to do it explicitly.

... (truncated)

Commits
  • 1245cda Prepare version 9.2.2
  • a9bf7b5 Fix the link for 9.2.1
  • 722b9b8 Fix the regression of registering ShadowJar tasks without ShadowPlugin applie...
  • f36fadf Tweak manifest attribute tests (#1786)
  • 21f2613 Document more about deprecated inheritFrom (#1783)
  • bd7f137 Inline suppressions for InternalGradleApiUsage (#1780)
  • 3474bea Update plugin spotless to v8 (#1778)
  • 8f3a5e7 Prepare next development version
  • 75e4e0f Prepare version 9.2.1
  • 698ff03 Prepare next development version
  • Additional commits viewable in compare view

Updates org.assertj:assertj-core from 3.27.5 to 3.27.6

Release notes

Sourced from org.assertj:assertj-core's releases.

v3.27.6

🐛 Bug Fixes

Core

  • Add missing export for org.assertj.core.annotation #3951

❤️ Contributors

Thanks to all the contributors who worked on this release:

@​duponter

Commits
  • 716b1e0 [maven-release-plugin] prepare release assertj-build-3.27.6
  • e189652 Add missing export for org.assertj.core.annotation (#3951)
  • 0cb489e Update Maven Central URL
  • 7286309 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gradle-deps group with 3 updates: [se.bjurr.violations:violations-lib](https://github.com/tomasbjerre/violations-lib), [com.gradleup.shadow](https://github.com/GradleUp/shadow) and [org.assertj:assertj-core](https://github.com/assertj/assertj).


Updates `se.bjurr.violations:violations-lib` from 1.159.1 to 1.160.0
- [Release notes](https://github.com/tomasbjerre/violations-lib/releases)
- [Changelog](https://github.com/tomasbjerre/violations-lib/blob/master/CHANGELOG.md)
- [Commits](tomasbjerre/violations-lib@1.159.1...1.160.0)

Updates `com.gradleup.shadow` from 9.1.0 to 9.2.2
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@9.1.0...9.2.2)

Updates `org.assertj:assertj-core` from 3.27.5 to 3.27.6
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.27.5...assertj-build-3.27.6)

---
updated-dependencies:
- dependency-name: se.bjurr.violations:violations-lib
  dependency-version: 1.160.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-deps
- dependency-name: com.gradleup.shadow
  dependency-version: 9.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-deps
- dependency-name: org.assertj:assertj-core
  dependency-version: 3.27.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 29, 2025
@sonarqubecloud
Copy link

@wadoon wadoon merged commit 68ac876 into main Sep 30, 2025
2 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/gradle-deps-08dd0f94ed branch September 30, 2025 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant