Bump the gradle-version-updates group across 1 directory with 13 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 4
(12 months ago)
(10 months ago)
(10 months ago)
by Weltraumschaf
dependencies java
Weltraumschaf
Bumps the gradle-version-updates group with 13 updates in the /hooks/persistence-defectdojo/hook directory:
| Package | From | To |
|---|---|---|
| org.junit:junit-bom | 5.11.4 |
5.12.1 |
| org.springframework:spring-web | 6.2.3 |
6.2.5 |
| com.fasterxml.jackson.core:jackson-core | 2.18.2 |
2.18.3 |
| com.fasterxml.jackson.core:jackson-annotations | 2.18.2 |
2.18.3 |
| com.fasterxml.jackson.core:jackson-databind | 2.18.2 |
2.18.3 |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | 2.18.2 |
2.18.3 |
| org.slf4j:slf4j-api | 2.0.16 |
2.0.17 |
| org.slf4j:slf4j-log4j12 | 2.0.16 |
2.0.17 |
| org.mockito:mockito-core | 5.15.2 |
5.17.0 |
| org.mockito:mockito-junit-jupiter | 5.15.2 |
5.17.0 |
| uk.org.webcompere:system-stubs-jupiter | 2.1.7 |
2.1.8 |
| io.freefair.lombok | 8.12.1 |
8.13.1 |
| org.sonarqube | 6.0.1.5171 |
6.1.0.5360 |
Updates org.junit:junit-bom from 5.11.4 to 5.12.1
Release notes
Sourced from org.junit:junit-bom's releases.
JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1
See Release Notes.
Full Changelog: https://github.com/junit-team/junit5/compare/r5.12.0...r5.12.1
JUnit 5.12.0 = Platform 1.12.0 + Jupiter 5.12.0 + Vintage 5.12.0
See Release Notes.
New Contributors
@chris-carneiromade their first contribution in junit-team/junit5#3938@amaembomade their first contribution in junit-team/junit5#4024@vdmitrienkomade their first contribution in junit-team/junit5#3889@JojOatXGMEmade their first contribution in junit-team/junit5#4032@yhkuo41made their first contribution in junit-team/junit5#3169@AndreasTumade their first contribution in junit-team/junit5#3431@YongGoosemade their first contribution in junit-team/junit5#4115@JonasJebingmade their first contribution in junit-team/junit5#4045@ky0nmade their first contribution in junit-team/junit5#4152@filiphrmade their first contribution in junit-team/junit5#4148@Anmavelmade their first contribution in junit-team/junit5#4149@awellessmade their first contribution in junit-team/junit5#3259Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.0
JUnit 5.12.0-RC2 = Platform 1.12.0-RC2 + Jupiter 5.12.0-RC2 + Vintage 5.12.0-RC2
See Release Notes.
Full Changelog: https://github.com/junit-team/junit5/compare/r5.12.0-RC1...r5.12.0-RC2
JUnit 5.12.0-RC1 = Platform 1.12.0-RC1 + Jupiter 5.12.0-RC1 + Vintage 5.12.0-RC1
See Release Notes.
Full Changelog: https://github.com/junit-team/junit5/compare/r5.12.0-M1...r5.12.0-RC1
JUnit 5.12.0-M1 = Platform 1.12.0-M1 + Jupiter 5.12.0-M1 + Vintage 5.12.0-M1
See Release Notes.
New Contributors
@chris-carneiromade their first contribution in junit-team/junit5#3938@amaembomade their first contribution in junit-team/junit5#4024@vdmitrienkomade their first contribution in junit-team/junit5#3889@JojOatXGMEmade their first contribution in junit-team/junit5#4032@yhkuo41made their first contribution in junit-team/junit5#3169@AndreasTumade their first contribution in junit-team/junit5#3431@YongGoosemade their first contribution in junit-team/junit5#4115
... (truncated)
Commits
ba9c9aeRelease 5.12.1e28ad4aFinalize 5.12.1 release notes1044e2cMove entry to 5.12.1 release notesbea821dFix Javadoc formatting1a1a67dSet stable module name for the standalone JAR file062d3faRemove internal packages from API reports74521abIntroduceExtensionContext.getEnclosingTestClasses()1e135b9Create initial 5.12.1 release notes from templated540e4fLink to correct method31d60b7Split API reports by module and package- Additional commits viewable in compare view
Updates org.springframework:spring-web from 6.2.3 to 6.2.5
Release notes
Sourced from org.springframework:spring-web's releases.
v6.2.5
:star: New Features
- Make dependencies on AssertJ and JUnit in
spring-core-testoptional #34612- Suggest compilation with
-parameterswhenAspectJAdviceParameterNameDiscovererfails against ambiguity #34609- SseBuilder in ServerResponse should allow empty comment #34608
- MockServerWebExchange does not allow setting the ApplicationContext on the base class #34601
FormHttpMessageConvertershould throwHttpMessageNotReadableExceptionwhen the http form data is invalid #34594- Provide a method to retrieve all singleton autowire candidates from the bean factory #34591
:lady_beetle: Bug Fixes
- PathMatchingResourcePatternResolver regression for jar root scanning in 6.2.4 #34607
- AbstractReactiveTransactionManager throws IllegalStateException when rollback fails after commit attempt #34595
- Recursively boxing/unboxing nested inline value classes #34592
:notebook_with_decorative_cover: Documentation
MvcUriComponentsBuilderjavadocs inaccurately reflects usage of forwarded headers #34615- Fix formatting and update links to scripting libraries and HDIV #34603
- Remove dubious link to MockObjects Web site in reference manual #34593
- Fix
StringUtils#uriDecodeJavadoc #34590:hammer: Dependency Upgrades
- Upgrade to ASM 9.8 (for early Java 25 support) #34600
:heart: Contributors
Thank you to all the contributors who worked on this release:
@Helmsdown,@dmitrysulman, and@ngocnhan-tran1996v6.2.4
:star: New Features
- JettyCoreHttpHandlerAdapter compatibility with Jetty 12.0.17 #34561
- HandlerMethodValidationException.Visitor should support RequestBody with method parameter constraints #34549
- Allow
ContentResultMatchersDslmatchers for supertypes of the checked type #34542- Avoid
JarURLConnectionresource leak inAbstractFileResolvingResource.exists()#34528- Deprecate
rowsExpectedproperty ofSqlQueryfor removal #34526- Supply
RuntimeHintsto anAotContextLoader#34513- Deprecate and remove use of UrlPathHelper in ServletWebSocketHandlerRegistry #34508
- Avoid unnecessary CGLIB processing on configuration classes #34486
- Inconsistent default class loaders in hint classes #34470
- Add missing converters to
DefaultRestClientBuilder#34439- Improve
BeanFactory/ObjectProviderto select the only one default candidate among non-default candidates #34432:lady_beetle: Bug Fixes
... (truncated)
Commits
0f19fa5Release v6.2.5208d52dIntroduce Checkstyle rule for separator symbol location18c3b63Fix dated Javadoc in MvcUriComponentsBuilder34c69bfAllow empty comment in ServerResponse.SseBuilder37d7af4Allow setting ApplicationContext on MockServerWebExchangecc986cdDefer triggerAfterCompletion invocation in doRollbackOnCommitException0141725Polishing0c2ba4eRecursively box/unbox nested inline value classesc6a9aa5Remove BDDMockito Checkstyle rulead949a7Add includeNonSingletons flag for ObjectProvider stream access- Additional commits viewable in compare view
Updates com.fasterxml.jackson.core:jackson-core from 2.18.2 to 2.18.3
Commits
cc34e8d[maven-release-plugin] prepare release jackson-core-2.18.37aaf78fPrep for 2.18.3 releasee1f247fUpdate Ubuntu in CI31c74acFix credits wrt version number583a8c1...671f8edfix the surrogate utf8 feature when custom characterEscapes is used (#1399)0aa97a7Merge branch '2.17' into 2.1858889b0Update release notes wrt #13977e3c408Changes post #4917: forcibly clear_numberStringwhen new number token set ...e67a3ecMerge branch '2.17' into 2.18- Additional commits viewable in compare view
Updates com.fasterxml.jackson.core:jackson-annotations from 2.18.2 to 2.18.3
Commits
- See full diff in compare view
Updates com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.18.3
Commits
- See full diff in compare view
Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.18.2 to 2.18.3
Updates org.slf4j:slf4j-api from 2.0.16 to 2.0.17
Updates org.slf4j:slf4j-log4j12 from 2.0.16 to 2.0.17
Updates org.mockito:mockito-core from 5.15.2 to 5.17.0
Release notes
Sourced from org.mockito:mockito-core's releases.
v5.17.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.17.0
- 2025-04-04 - 7 commit(s) by Adrian Roos, Andre Kurait, Jan Ouwens, Rafael Winterhalter, Taeik Lim, Thach Le, Tim van der Lippe
- Fixes #3631: Fix broken banner image link [(#3632)](mockito/mockito#3632)
- Banner image is broken [(#3631)](mockito/mockito#3631)
- Update exception message with mockito-inline [(#3628)](mockito/mockito#3628)
- Clarify structure of commit messages [(#3626)](mockito/mockito#3626)
- Fixes #3622: MockitoExtension fails cleanup when aborted before setup [(#3623)](mockito/mockito#3623)
- MockitoExtension fails cleanup when aborted before setup [(#3622)](mockito/mockito#3622)
- Since mockito-inline has been removed, the exception messages with
mockito-inlineshould be modified. [(#3621)](mockito/mockito#3621)- Fixes #3171: Fall back to Throwable Location strategy on Android [(#3619)](mockito/mockito#3619)
- Fixes #3615 : broken links to javadoc.io [(#3616)](mockito/mockito#3616)
- Broken links to javadoc.io [(#3615)](mockito/mockito#3615)
- Mocks are not working on particular devices after update Android SDK from 33 to 34 [(#3171)](mockito/mockito#3171)
v5.16.1
Changelog generated by Shipkit Changelog Gradle Plugin
5.16.1
- 2025-03-15 - 3 commit(s) by Adrian Roos, Jérôme Prinet, Rafael Winterhalter
- Remove Arrays.asList from critical stubbing path in GenericMetadataSu… [(#3610)](mockito/mockito#3610)
- Rework of injection strategy in the context of modules [(#3608)](mockito/mockito#3608)
- Adjust inline mocking snippet to allow task relocatability [(#3606)](mockito/mockito#3606)
- Inline mocking configuration snippet for Gradle should allow task relocatability [(#3605)](mockito/mockito#3605)
v5.16.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.16.0
- 2025-03-03 - 10 commit(s) by Brice Dutheil, Rafael Winterhalter, TDL, dependabot[bot]
- Add support for including module-info in Mockito. [(#3597)](mockito/mockito#3597)
- Bump com.gradle.develocity from 3.19 to 3.19.1 [(#3579)](mockito/mockito#3579)
- Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 [(#3577)](mockito/mockito#3577)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.1 to 7.0.2 [(#3574)](mockito/mockito#3574)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 6.25.0 to 7.0.1 [(#3571)](mockito/mockito#3571)
- Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 [(#3569)](mockito/mockito#3569)
- Tweaks documentation on mockito agent config for maven [(#3568)](mockito/mockito#3568)
- Adds
--infoto diagnose closeAndReleaseStagingRepositories issues [(#3567)](mockito/mockito#3567)- Refine reflection when calling management factory [(#3566)](mockito/mockito#3566)
- Avoid warning when dynamic attach is enabled [(#3551)](mockito/mockito#3551)
Commits
7764992Remove mention ofmockito-inlinefrom mockmaker exception (#3628)ee92ad4Fix broken banner image link (#3632)3edab52Clarify structure of commit messages (#3626)bfab743Fall back to Throwable Location strategy on Android (#3619)4f469c8MockitoExtension fails cleanup when aborted before setup (#3623)1764e62Update links to javadoc.io (#3616)1e029d7Add missing requirement to objenesis.d000e63Rework of injection strategy in the context of modules (#3608)0215884Remove Arrays.asList from critical stubbing path in GenericMetadataSupport (#...d185035Add reference to Gradle documentation on how to make task relocatable (#3606)- Additional commits viewable in compare view
Updates org.mockito:mockito-junit-jupiter from 5.15.2 to 5.17.0
Release notes
Sourced from org.mockito:mockito-junit-jupiter's releases.
v5.17.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.17.0
- 2025-04-04 - 7 commit(s) by Adrian Roos, Andre Kurait, Jan Ouwens, Rafael Winterhalter, Taeik Lim, Thach Le, Tim van der Lippe
- Fixes #3631: Fix broken banner image link [(#3632)](mockito/mockito#3632)
- Banner image is broken [(#3631)](mockito/mockito#3631)
- Update exception message with mockito-inline [(#3628)](mockito/mockito#3628)
- Clarify structure of commit messages [(#3626)](mockito/mockito#3626)
- Fixes #3622: MockitoExtension fails cleanup when aborted before setup [(#3623)](mockito/mockito#3623)
- MockitoExtension fails cleanup when aborted before setup [(#3622)](mockito/mockito#3622)
- Since mockito-inline has been removed, the exception messages with
mockito-inlineshould be modified. [(#3621)](mockito/mockito#3621)- Fixes #3171: Fall back to Throwable Location strategy on Android [(#3619)](mockito/mockito#3619)
- Fixes #3615 : broken links to javadoc.io [(#3616)](mockito/mockito#3616)
- Broken links to javadoc.io [(#3615)](mockito/mockito#3615)
- Mocks are not working on particular devices after update Android SDK from 33 to 34 [(#3171)](mockito/mockito#3171)
v5.16.1
Changelog generated by Shipkit Changelog Gradle Plugin
5.16.1
- 2025-03-15 - 3 commit(s) by Adrian Roos, Jérôme Prinet, Rafael Winterhalter
- Remove Arrays.asList from critical stubbing path in GenericMetadataSu… [(#3610)](mockito/mockito#3610)
- Rework of injection strategy in the context of modules [(#3608)](mockito/mockito#3608)
- Adjust inline mocking snippet to allow task relocatability [(#3606)](mockito/mockito#3606)
- Inline mocking configuration snippet for Gradle should allow task relocatability [(#3605)](mockito/mockito#3605)
v5.16.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.16.0
- 2025-03-03 - 10 commit(s) by Brice Dutheil, Rafael Winterhalter, TDL, dependabot[bot]
- Add support for including module-info in Mockito. [(#3597)](mockito/mockito#3597)
- Bump com.gradle.develocity from 3.19 to 3.19.1 [(#3579)](mockito/mockito#3579)
- Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 [(#3577)](mockito/mockito#3577)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.1 to 7.0.2 [(#3574)](mockito/mockito#3574)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 6.25.0 to 7.0.1 [(#3571)](mockito/mockito#3571)
- Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 [(#3569)](mockito/mockito#3569)
- Tweaks documentation on mockito agent config for maven [(#3568)](mockito/mockito#3568)
- Adds
--infoto diagnose closeAndReleaseStagingRepositories issues [(#3567)](mockito/mockito#3567)- Refine reflection when calling management factory [(#3566)](mockito/mockito#3566)
- Avoid warning when dynamic attach is enabled [(#3551)](mockito/mockito#3551)
Commits
7764992Remove mention ofmockito-inlinefrom mockmaker exception (#3628)ee92ad4Fix broken banner image link (#3632)3edab52Clarify structure of commit messages (#3626)bfab743Fall back to Throwable Location strategy on Android (#3619)4f469c8MockitoExtension fails cleanup when aborted before setup (#3623)1764e62Update links to javadoc.io (#3616)1e029d7Add missing requirement to objenesis.d000e63Rework of injection strategy in the context of modules (#3608)0215884Remove Arrays.asList from critical stubbing path in GenericMetadataSupport (#...d185035Add reference to Gradle documentation on how to make task relocatable (#3606)- Additional commits viewable in compare view
Updates uk.org.webcompere:system-stubs-jupiter from 2.1.7 to 2.1.8
Release notes
Sourced from uk.org.webcompere:system-stubs-jupiter's releases.
v2.1.8
Updates byte buddy for compatibility with later Java versions.
Adds workflow automation for future releases.
Commits
05af258Add the signature6061b87Switch server username and password72f709aPut workflow in the right placec2f9433Set to version 2.1.8 with a release action562c933Merge pull request #94 from webcompere/bump-byte-buddyac306d3Bump to latest bytebuddyd6e5c5fMerge pull request #91 from webcompere/release-2.1.70ebbea5Update readme with latestf1dc6cc[maven-release-plugin] prepare for next development iteration- See full diff in compare view
Updates io.freefair.lombok from 8.12.1 to 8.13.1
Release notes
Sourced from io.freefair.lombok's releases.
8.13.1
What's Changed
- Bump io.freefair.settings.plugin-versions from 8.12.2 to 8.13 by
@dependabotin freefair/gradle-plugins#1327- Bump org.graalvm.buildtools.native from 0.10.5 to 0.10.6 in /examples by
@dependabotin freefair/gradle-plugins#1328- Bump org.junit:junit-bom from 5.11.4 to 5.12.1 by
@dependabotin freefair/gradle-plugins#1332- Bump org.junit:junit-bom from 5.11.4 to 5.12.1 in /examples by
@dependabotin freefair/gradle-plugins#1333- Bump org.springframework.boot from 3.4.3 to 3.4.4 in /examples by
@dependabotin freefair/gradle-plugins#1336- Bump org.mockito:mockito-core from 5.16.0 to 5.16.1 by
@dependabotin freefair/gradle-plugins#1331- Bump org.springframework.boot:spring-boot-starter-test from 3.4.3 to 3.4.4 in /examples by
@dependabotin freefair/gradle-plugins#1335- Bump org.aspectj:aspectjrt from 1.9.22.1 to 1.9.23 in /examples by
@dependabotin freefair/gradle-plugins#1329- Bump org.aspectj:aspectjtools from 1.9.22.1 to 1.9.23 in /examples by
@dependabotin freefair/gradle-plugins#1330- Bump org.springframework.boot:spring-boot-starter from 3.4.3 to 3.4.4 in /examples by
@dependabotin freefair/gradle-plugins#1338- Bump de.larsgrefer.sass:sass-embedded-host from 4.0.2 to 4.1.0 by
@dependabotin freefair/gradle-plugins#1340Full Changelog: https://github.com/freefair/gradle-plugins/compare/8.13...8.13.1
8.13
What's Changed
- Bump com.github.spotbugs from 6.1.6 to 6.1.7 in /examples by
@dependabotin freefair/gradle-plugins#1325- Bump gradle/actions from 3 to 4 by
@dependabotin freefair/gradle-plugins#1315Full Changelog: https://github.com/freefair/gradle-plugins/compare/8.12.2.1...8.13
8.12.2.1
What's Changed
- #1302 fixes java fork options serialization issue and adds tmpdir to task properties by
@Frisch12in freefair/gradle-plugins#1313- Bump io.freefair.settings.plugin-versions from 8.12.1 to 8.12.2 by
@dependabotin freefair/gradle-plugins#1310- Bump com.github.spotbugs from 6.1.5 to 6.1.6 in /examples by
@dependabotin freefair/gradle-plugins#1314Full Changelog: https://github.com/freefair/gradle-plugins/compare/8.12.2...8.12.2.1
8.12.2
What's Changed
- Bump org.sonarqube from 5.1.0.4882 to 6.0.1.5171 in /examples by
@dependabotin freefair/gradle-plugins#1256- Bump io.freefair.settings.plugin-versions from 8.12 to 8.12.1 by
@dependabotin freefair/gradle-plugins#1295- Bump org.graalvm.buildtools.native from 0.10.4 to 0.10.5 in /examples by
@dependabotin freefair/gradle-plugins#1297- Bump com.github.spotbugs from 6.1.3 to 6.1.4 in /examples by
@dependabotin freefair/gradle-plugins#1298- Bump com.gradle.develocity from 3.19.1 to 3.19.2 in /examples by
@dependabotin freefair/gradle-plugins#1303- Bump org.springframework.boot from 3.4.2 to 3.4.3 in /examples by
@dependabotin freefair/gradle-plugins#1307- Bump org.springframework.boot:spring-boot-starter-test from 3.4.2 to 3.4.3 in /examples by
@dependabotin freefair/gradle-plugins#1306- Bump org.springframework.boot:spring-boot-starter from 3.4.2 to 3.4.3 in /examples by
@dependabotin freefair/gradle-plugins#1305- Bump com.github.spotbugs from 6.1.4 to 6.1.5 in /examples by
@dependabotin freefair/gradle-plugins#1300Full Changelog: https://github.com/freefair/gradle-plugins/compare/8.12.1...8.12.2
Commits
b45c035Merge pull request #1340 from freefair/dependabot/gradle/de.larsgrefer.sass-s...9298f48Bump de.larsgrefer.sass:sass-embedded-host from 4.0.2 to 4.1.055e0fd6Merge pull request #1338 from freefair/dependabot/gradle/examples/org.springf...b686b0cBump org.springframework.boot:spring-boot-starter in /examples7ff0f9dFix javadoc generationf936b47Merge pull request #1330 from freefair/dependabot/gradle/examples/org.aspectj...c12bd20Merge pull request #1329 from freefair/dependabot/gradle/examples/org.aspectj...556678bMerge pull request #1335 from freefair/dependabot/gradle/examples/org.springf...86e9950Stop extending the deprecated AbstractOptions class041b91dMerge pull request #1331 from freefair/dependabot/gradle/org.mockito-mockito-...- Additional commits viewable in compare view
Updates org.sonarqube from 6.0.1.5171 to 6.1.0.5360
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
3
2
+16
-14
Package Dependencies
org.springframework:spring-web
maven
6.2.3 → 6.2.5
Patch
org.mockito:mockito-junit-jupiter
maven
5.15.2 → 5.17.0
Minor
maven
2.18.2 → 2.18.3
Patch
org.mockito:mockito-core
maven
5.15.2 → 5.17.0
Minor
maven
2.18.2 → 2.18.3
Patch
maven
2.18.2 → 2.18.3
Patch
maven
2.18.2 → 2.18.3
Patch
org.slf4j:slf4j-log4j12
maven
2.0.16 → 2.0.17
Patch
maven
2.1.7 → 2.1.8
Patch
Technical Details
| ID: | 717896 |
| UUID: | 2442873440 |
| Node ID: | PR_kwDOBM-Q_c6Rm0pg |
| Host: | GitHub |
| Repository: | secureCodeBox/secureCodeBox |
| Merge State: | Unknown |