Bump the "java" group with 1 updates across multiple ecosystems
Type: Pull Request
State: Merged
Association: Contributor
Comments: 1
(9 months ago)
(9 months ago)
(9 months ago)
by bestbeforetoday
dependencies java
Bumps the java group with 1 update in the / directory: com.github.ben-manes.versions.
Bumps the java group with 1 update in the /examples/fabric-contract-example-as-service directory: com.gradleup.shadow.
Bumps the java group with 1 update in the /examples/fabric-contract-example-gradle directory: com.gradleup.shadow.
Bumps the java group with 1 update in the /examples/fabric-contract-example-gradle-kotlin directory: com.gradleup.shadow.
Bumps the java group with 1 update in the /examples/ledger-api directory: com.gradleup.shadow.
Bumps the java group with 1 update in the /fabric-chaincode-integration-test/src/contracts/bare-gradle directory: com.gradleup.shadow.
Bumps the java group with 1 update in the /fabric-chaincode-integration-test/src/contracts/fabric-ledger-api directory: com.gradleup.shadow.
Bumps the java group with 1 update in the /fabric-chaincode-integration-test/src/contracts/fabric-shim-api directory: com.gradleup.shadow.
Updates com.github.ben-manes.versions from 0.52.0 to 0.53.0
Updates com.gradleup.shadow from 9.1.0 to 9.2.1
Release notes
Sourced from com.gradleup.shadow's releases.
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
mainClassproperty intoShadowJar. (#1722)tasks.shadowJar { // This property will be used as a fallback if there is no explicit `Main-Class` attribute set. mainClass = "my.Main" }- Honor
executableDirandapplicationNameinapplicationextension. (#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 inKotlinModuleMetadatabutKmModule.optionalAnnotationClassesdue to very limited usage of it. See more discussion here.- Allow overriding
BUNDLING_ATTRIBUTEin GMM. (#1773)
Theorg.gradle.dependency.bundlingin shadowed JAR's Gradle Module Metadata is set toshadowedby default. You can override it for now by:shadow { bundlingAttribute = Bundling.EMBEDDED }Changed
- Merge Gradle Module descriptors into the modern
META-INFpath. (#1706)
The Gradle Module descriptors (org.codehaus.groovy.runtime.ExtensionModulefiles) defined underMETA-INF/services/andMETA-INF/groovywill be merged intoMETA-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule.- Move injecting
Class-Pathmanifest attr logic fromdoFirstintocopy. (#1720)- Move injecting
Main-Classmanifest attr logic fromdoFirstintocopy. (#1724)- Deprecate
InheritManifest. (#1722)- Use default
JavaExecerror message when main class is not set. (#1725)- Update
RelocatorRemapperclass pattern to cover more Java method descriptors. (#1731)- Stop using start script templates bundled in Shadow. (#1738)
- Bump min Java requirement to 17. (#1744)
- Require most optional properties non-null. (#1745)
- Make assemble depend on shadowJar even if it is added later. (#1766)
Fixed
- Fix excluding dependencies whose versions contain
+. (#1597)
Commits
75e4e0fPrepare version 9.2.1698ff03Prepare next development version3ee7f82Merge tag '9.2.0'637dd00Prepare version 9.2.0b613233Allow overriding BUNDLING_ATTRIBUTE in GMM (#1773)2c0e8e6Document embedding non-JAR dependencies (#1777)35c5fdbRevert "Create copilot-instructions.md with project details (#1761)"98262feUpdate dependency org.apache.logging.log4j:log4j-core to v2.25.2 (#1775)fbd4aacDelete .github/ISSUE_TEMPLATE.md42ac08aRemove outdated TODO for Gradle issue 22779- Additional commits viewable in compare view
Updates com.gradleup.shadow from 9.1.0 to 9.2.1
Release notes
Sourced from com.gradleup.shadow's releases.
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
mainClassproperty intoShadowJar. (#1722)tasks.shadowJar { // This property will be used as a fallback if there is no explicit `Main-Class` attribute set. mainClass = "my.Main" }- Honor
executableDirandapplicationNameinapplicationextension. (#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 inKotlinModuleMetadatabutKmModule.optionalAnnotationClassesdue to very limited usage of it. See more discussion here.- Allow overriding
BUNDLING_ATTRIBUTEin GMM. (#1773)
Theorg.gradle.dependency.bundlingin shadowed JAR's Gradle Module Metadata is set toshadowedby default. You can override it for now by:shadow { bundlingAttribute = Bundling.EMBEDDED }Changed
- Merge Gradle Module descriptors into the modern
META-INFpath. (#1706)
The Gradle Module descriptors (org.codehaus.groovy.runtime.ExtensionModulefiles) defined underMETA-INF/services/andMETA-INF/groovywill be merged intoMETA-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule.- Move injecting
Class-Pathmanifest attr logic fromdoFirstintocopy. (#1720)- Move injecting
Main-Classmanifest attr logic fromdoFirstintocopy. (#1724)- Deprecate
InheritManifest. (#1722)- Use default
JavaExecerror message when main class is not set. (#1725)- Update
RelocatorRemapperclass pattern to cover more Java method descriptors. (#1731)- Stop using start script templates bundled in Shadow. (#1738)
- Bump min Java requirement to 17. (#1744)
- Require most optional properties non-null. (#1745)
- Make assemble depend on shadowJar even if it is added later. (#1766)
Fixed
- Fix excluding dependencies whose versions contain
+. (#1597)
Commits
75e4e0fPrepare version 9.2.1698ff03Prepare next development version3ee7f82Merge tag '9.2.0'637dd00Prepare version 9.2.0b613233Allow overriding BUNDLING_ATTRIBUTE in GMM (#1773)2c0e8e6Document embedding non-JAR dependencies (#1777)35c5fdbRevert "Create copilot-instructions.md with project details (#1761)"98262feUpdate dependency org.apache.logging.log4j:log4j-core to v2.25.2 (#1775)fbd4aacDelete .github/ISSUE_TEMPLATE.md42ac08aRemove outdated TODO for Gradle issue 22779- Additional commits viewable in compare view
Updates com.gradleup.shadow from 9.1.0 to 9.2.1
Release notes
Sourced from com.gradleup.shadow's releases.
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
mainClassproperty intoShadowJar. (#1722)tasks.shadowJar { // This property will be used as a fallback if there is no explicit `Main-Class` attribute set. mainClass = "my.Main" }- Honor
executableDirandapplicationNameinapplicationextension. (#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 inKotlinModuleMetadatabutKmModule.optionalAnnotationClassesdue to very limited usage of it. See more discussion here.- Allow overriding
BUNDLING_ATTRIBUTEin GMM. (#1773)
Theorg.gradle.dependency.bundlingin shadowed JAR's Gradle Module Metadata is set toshadowedby default. You can override it for now by:shadow { bundlingAttribute = Bundling.EMBEDDED }Changed
- Merge Gradle Module descriptors into the modern
META-INFpath. (#1706)
The Gradle Module descriptors (org.codehaus.groovy.runtime.ExtensionModulefiles) defined underMETA-INF/services/andMETA-INF/groovywill be merged intoMETA-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule.- Move injecting
Class-Pathmanifest attr logic fromdoFirstintocopy. (#1720)- Move injecting
Main-Classmanifest attr logic fromdoFirstintocopy. (#1724)- Deprecate
InheritManifest. (#1722)- Use default
JavaExecerror message when main class is not set. (#1725)- Update
RelocatorRemapperclass pattern to cover more Java method descriptors. (#1731)- Stop using start script templates bundled in Shadow. (#1738)
- Bump min Java requirement to 17. (#1744)
- Require most optional properties non-null. (#1745)
- Make assemble depend on shadowJar even if it is added later. (#1766)
Fixed
- Fix excluding dependencies whose versions contain
+. (#1597)
Commits
75e4e0fPrepare version 9.2.1698ff03Prepare next development version3ee7f82Merge tag '9.2.0'637dd00Prepare version 9.2.0b613233Allow overriding BUNDLING_ATTRIBUTE in GMM (#1773)2c0e8e6Document embedding non-JAR dependencies (#1777)35c5fdbRevert "Create copilot-instructions.md with project details (#1761)"98262feUpdate dependency org.apache.logging.log4j:log4j-core to v2.25.2 (#1775)fbd4aacDelete .github/ISSUE_TEMPLATE.md42ac08aRemove outdated TODO for Gradle issue 22779- Additional commits viewable in compare view
Updates com.gradleup.shadow from 9.1.0 to 9.2.1
Release notes
Sourced from com.gradleup.shadow's releases.
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
mainClassproperty intoShadowJar. (#1722)tasks.shadowJar { // This property will be used as a fallback if there is no explicit `Main-Class` attribute set. mainClass = "my.Main" }- Honor
executableDirandapplicationNameinapplicationextension. (#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 inKotlinModuleMetadatabutKmModule.optionalAnnotationClassesdue to very limited usage of it. See more discussion here.- Allow overriding
BUNDLING_ATTRIBUTEin GMM. (#1773)
Theorg.gradle.dependency.bundlingin shadowed JAR's Gradle Module Metadata is set toshadowedby default. You can override it for now by:shadow { bundlingAttribute = Bundling.EMBEDDED }Changed
- Merge Gradle Module descriptors into the modern
META-INFpath. (#1706)
The Gradle Module descriptors (org.codehaus.groovy.runtime.ExtensionModulefiles) defined underMETA-INF/services/andMETA-INF/groovywill be merged intoMETA-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule.- Move injecting
Class-Pathmanifest attr logic fromdoFirstintocopy. (#1720)- Move injecting
Main-Classmanifest attr logic fromdoFirstintocopy. (#1724)- Deprecate
InheritManifest. (#1722)- Use default
JavaExecerror message when main class is not set. (#1725)- Update
RelocatorRemapperclass pattern to cover more Java method descriptors. (#1731)- Stop using start script templates bundled in Shadow. (#1738)
- Bump min Java requirement to 17. (#1744)
- Require most optional properties non-null. (#1745)
- Make assemble depend on shadowJar even if it is added later. (#1766)
Fixed
- Fix excluding dependencies whose versions contain
+. (#1597)
Commits
75e4e0fPrepare version 9.2.1698ff03Prepare next development version3ee7f82Merge tag '9.2.0'637dd00Prepare version 9.2.0b613233Allow overriding BUNDLING_ATTRIBUTE in GMM (#1773)2c0e8e6Document embedding non-JAR dependencies (#1777)35c5fdbRevert "Create copilot-instructions.md with project details (#1761)"98262feUpdate dependency org.apache.logging.log4j:log4j-core to v2.25.2 (#1775)fbd4aacDelete .github/ISSUE_TEMPLATE.md42ac08aRemove outdated TODO for Gradle issue 22779- Additional commits viewable in compare view
Updates com.gradleup.shadow from 9.1.0 to 9.2.1
Release notes
Sourced from com.gradleup.shadow's releases.
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
mainClassproperty intoShadowJar. (#1722)tasks.shadowJar { // This property will be used as a fallback if there is no explicit `Main-Class` attribute set. mainClass = "my.Main" }- Honor
executableDirandapplicationNameinapplicationextension. (#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 inKotlinModuleMetadatabutKmModule.optionalAnnotationClassesdue to very limited usage of it. See more discussion here.- Allow overriding
BUNDLING_ATTRIBUTEin GMM. (#1773)
Theorg.gradle.dependency.bundlingin shadowed JAR's Gradle Module Metadata is set toshadowedby default. You can override it for now by:shadow { bundlingAttribute = Bundling.EMBEDDED }Changed
- Merge Gradle Module descriptors into the modern
META-INFpath. (#1706)
The Gradle Module descriptors (org.codehaus.groovy.runtime.ExtensionModulefiles) defined underMETA-INF/services/andMETA-INF/groovywill be merged intoMETA-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule.- Move injecting
Class-Pathmanifest attr logic fromdoFirstintocopy. (#1720)- Move injecting
Main-Classmanifest attr logic fromdoFirstintocopy. (#1724)- Deprecate
InheritManifest. (#1722)- Use default
JavaExecerror message when main class is not set. (#1725)- Update
RelocatorRemapperclass pattern to cover more Java method descriptors. (#1731)- Stop using start script templates bundled in Shadow. (#1738)
- Bump min Java requirement to 17. (#1744)
- Require most optional properties non-null. (#1745)
- Make assemble depend on shadowJar even if it is added later. (#1766)
Fixed
- Fix excluding dependencies whose versions contain
+. (#1597)
Commits
75e4e0fPrepare version 9.2.1698ff03Prepare next development version3ee7f82Merge tag '9.2.0'637dd00Prepare version 9.2.0b613233Allow overriding BUNDLING_ATTRIBUTE in GMM (#1773)2c0e8e6Document embedding non-JAR dependencies (#1777)35c5fdbRevert "Create copilot-instructions.md with project details (#1761)"98262feUpdate dependency org.apache.logging.log4j:log4j-core to v2.25.2 (#1775)fbd4aacDelete .github/ISSUE_TEMPLATE.md42ac08aRemove outdated TODO for Gradle issue 22779- Additional commits viewable in compare view
Updates com.gradleup.shadow from 9.1.0 to 9.2.1
Release notes
Sourced from com.gradleup.shadow's releases.
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
mainClassproperty intoShadowJar. (#1722)tasks.shadowJar { // This property will be used as a fallback if there is no explicit `Main-Class` attribute set. mainClass = "my.Main" }- Honor
executableDirandapplicationNameinapplicationextension. (#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 inKotlinModuleMetadatabutKmModule.optionalAnnotationClassesdue to very limited usage of it. See more discussion here.- Allow overriding
BUNDLING_ATTRIBUTEin GMM. (#1773)
Theorg.gradle.dependency.bundlingin shadowed JAR's Gradle Module Metadata is set toshadowedby default. You can override it for now by:shadow { bundlingAttribute = Bundling.EMBEDDED }Changed
- Merge Gradle Module descriptors into the modern
META-INFpath. (#1706)
The Gradle Module descriptors (org.codehaus.groovy.runtime.ExtensionModulefiles) defined underMETA-INF/services/andMETA-INF/groovywill be merged intoMETA-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule.- Move injecting
Class-Pathmanifest attr logic fromdoFirstintocopy. (#1720)- Move injecting
Main-Classmanifest attr logic fromdoFirstintocopy. (#1724)- Deprecate
InheritManifest. (#1722)- Use default
JavaExecerror message when main class is not set. (#1725)- Update
RelocatorRemapperclass pattern to cover more Java method descriptors. (#1731)- Stop using start script templates bundled in Shadow. (#1738)
- Bump min Java requirement to 17. (#1744)
- Require most optional properties non-null. (#1745)
- Make assemble depend on shadowJar even if it is added later. (#1766)
Fixed
- Fix excluding dependencies whose versions contain
+. (#1597)
Commits
75e4e0fPrepare version 9.2.1698ff03Prepare next development version3ee7f82Merge tag '9.2.0'637dd00Prepare version 9.2.0b613233Allow overriding BUNDLING_ATTRIBUTE in GMM (#1773)2c0e8e6Document embedding non-JAR dependencies (#1777)35c5fdbRevert "Create copilot-instructions.md with project details (#1761)"98262feUpdate dependency org.apache.logging.log4j:log4j-core to v2.25.2 (#1775)fbd4aacDelete .github/ISSUE_TEMPLATE.md42ac08aRemove outdated TODO for Gradle issue 22779- Additional commits viewable in compare view
Updates com.gradleup.shadow from 9.1.0 to 9.2.1
Release notes
Sourced from com.gradleup.shadow's releases.
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
mainClassproperty intoShadowJar. (#1722)tasks.shadowJar { // This property will be used as a fallback if there is no explicit `Main-Class` attribute set. mainClass = "my.Main" }- Honor
executableDirandapplicationNameinapplicationextension. (#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 inKotlinModuleMetadatabutKmModule.optionalAnnotationClassesdue to very limited usage of it. See more discussion here.- Allow overriding
BUNDLING_ATTRIBUTEin GMM. (#1773)
Theorg.gradle.dependency.bundlingin shadowed JAR's Gradle Module Metadata is set toshadowedby default. You can override it for now by:shadow { bundlingAttribute = Bundling.EMBEDDED }Changed
- Merge Gradle Module descriptors into the modern
META-INFpath. (#1706)
The Gradle Module descriptors (org.codehaus.groovy.runtime.ExtensionModulefiles) defined underMETA-INF/services/andMETA-INF/groovywill be merged intoMETA-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule.- Move injecting
Class-Pathmanifest attr logic fromdoFirstintocopy. (#1720)- Move injecting
Main-Classmanifest attr logic fromdoFirstintocopy. (#1724)- Deprecate
InheritManifest. (#1722)- Use default
JavaExecerror message when main class is not set. (#1725)- Update
RelocatorRemapperclass pattern to cover more Java method descriptors. (#1731)- Stop using start script templates bundled in Shadow. (#1738)
- Bump min Java requirement to 17. (#1744)
- Require most optional properties non-null. (#1745)
- Make assemble depend on shadowJar even if it is added later. (#1766)
Fixed
- Fix excluding dependencies whose versions contain
+. (#1597)
Commits
75e4e0fPrepare version 9.2.1698ff03Prepare next development version3ee7f82Merge tag '9.2.0'637dd00Prepare version 9.2.0b613233Allow overriding BUNDLING_ATTRIBUTE in GMM (#1773)2c0e8e6Document embedding non-JAR dependencies (#1777)35c5fdbRevert "Create copilot-instructions.md with project details (#1761)"98262feUpdate dependency org.apache.logging.log4j:log4j-core to v2.25.2 (#1775)fbd4aacDelete .github/ISSUE_TEMPLATE.md42ac08aRemove outdated TODO for Gradle issue 22779- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
1
8
+8
-8
Technical Details
| ID: | 8351251 |
| UUID: | 2855979849 |
| Node ID: | PR_kwDOBecmdc6qOstJ |
| Host: | GitHub |
| Repository: | hyperledger/fabric-chaincode-java |
| Merge State: | Unknown |