Title: Bump the gradle-version-updates group across 1 directory with 13 updates by dependabot[bot] · Pull Request #2970 · secureCodeBox/secureCodeBox · GitHub
Open Graph Title: Bump the gradle-version-updates group across 1 directory with 13 updates by dependabot[bot] · Pull Request #2970 · secureCodeBox/secureCodeBox
X Title: Bump the gradle-version-updates group across 1 directory with 13 updates by dependabot[bot] · Pull Request #2970 · secureCodeBox/secureCodeBox
Description: 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: junit-team/junit-framework@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-carneiro made their first contribution in junit-team/junit5#3938
@amaembo made their first contribution in junit-team/junit5#4024
@vdmitrienko made their first contribution in junit-team/junit5#3889
@JojOatXGME made their first contribution in junit-team/junit5#4032
@yhkuo41 made their first contribution in junit-team/junit5#3169
@AndreasTu made their first contribution in junit-team/junit5#3431
@YongGoose made their first contribution in junit-team/junit5#4115
@JonasJebing made their first contribution in junit-team/junit5#4045
@ky0n made their first contribution in junit-team/junit5#4152
@filiphr made their first contribution in junit-team/junit5#4148
@Anmavel made their first contribution in junit-team/junit5#4149
@awelless made their first contribution in junit-team/junit5#3259
Full Changelog: junit-team/junit-framework@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: junit-team/junit-framework@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: junit-team/junit-framework@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-carneiro made their first contribution in junit-team/junit5#3938
@amaembo made their first contribution in junit-team/junit5#4024
@vdmitrienko made their first contribution in junit-team/junit5#3889
@JojOatXGME made their first contribution in junit-team/junit5#4032
@yhkuo41 made their first contribution in junit-team/junit5#3169
@AndreasTu made their first contribution in junit-team/junit5#3431
@YongGoose made their first contribution in junit-team/junit5#4115
... (truncated)
Commits
ba9c9ae Release 5.12.1
e28ad4a Finalize 5.12.1 release notes
1044e2c Move entry to 5.12.1 release notes
bea821d Fix Javadoc formatting
1a1a67d Set stable module name for the standalone JAR file
062d3fa Remove internal packages from API reports
74521ab Introduce ExtensionContext.getEnclosingTestClasses()
1e135b9 Create initial 5.12.1 release notes from template
d540e4f Link to correct method
31d60b7 Split 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
⭐ New Features
Make dependencies on AssertJ and JUnit in spring-core-test optional #34612
Suggest compilation with -parameters when AspectJAdviceParameterNameDiscoverer fails against ambiguity #34609
SseBuilder in ServerResponse should allow empty comment #34608
MockServerWebExchange does not allow setting the ApplicationContext on the base class #34601
FormHttpMessageConverter should throw HttpMessageNotReadableException when the http form data is invalid #34594
Provide a method to retrieve all singleton autowire candidates from the bean factory #34591
🐞 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
📔 Documentation
MvcUriComponentsBuilder javadocs 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#uriDecode Javadoc #34590
🔨 Dependency Upgrades
Upgrade to ASM 9.8 (for early Java 25 support) #34600
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Helmsdown, @dmitrysulman, and @ngocnhan-tran1996
v6.2.4
⭐ New Features
JettyCoreHttpHandlerAdapter compatibility with Jetty 12.0.17 #34561
HandlerMethodValidationException.Visitor should support RequestBody with method parameter constraints #34549
Allow ContentResultMatchersDsl matchers for supertypes of the checked type #34542
Avoid JarURLConnection resource leak in AbstractFileResolvingResource.exists() #34528
Deprecate rowsExpected property of SqlQuery for removal #34526
Supply RuntimeHints to an AotContextLoader #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/ObjectProvider to select the only one default candidate among non-default candidates #34432
🐞 Bug Fixes
... (truncated)
Commits
0f19fa5 Release v6.2.5
208d52d Introduce Checkstyle rule for separator symbol location
18c3b63 Fix dated Javadoc in MvcUriComponentsBuilder
34c69bf Allow empty comment in ServerResponse.SseBuilder
37d7af4 Allow setting ApplicationContext on MockServerWebExchange
cc986cd Defer triggerAfterCompletion invocation in doRollbackOnCommitException
0141725 Polishing
0c2ba4e Recursively box/unbox nested inline value classes
c6a9aa5 Remove BDDMockito Checkstyle rule
ad949a7 Add 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.3
7aaf78f Prep for 2.18.3 release
e1f247f Update Ubuntu in CI
31c74ac Fix credits wrt version number
583a8c1 ...
671f8ed fix the surrogate utf8 feature when custom characterEscapes is used (#1399)
0aa97a7 Merge branch '2.17' into 2.18
58889b0 Update release notes wrt #1397
7e3c408 Changes post #4917: forcibly clear _numberString when new number token set ...
e67a3ec Merge 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-inline should 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 --info to 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
7764992 Remove mention of mockito-inline from mockmaker exception (#3628)
ee92ad4 Fix broken banner image link (#3632)
3edab52 Clarify structure of commit messages (#3626)
bfab743 Fall back to Throwable Location strategy on Android (#3619)
4f469c8 MockitoExtension fails cleanup when aborted before setup (#3623)
1764e62 Update links to javadoc.io (#3616)
1e029d7 Add missing requirement to objenesis.
d000e63 Rework of injection strategy in the context of modules (#3608)
0215884 Remove Arrays.asList from critical stubbing path in GenericMetadataSupport (#...
d185035 Add 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-inline should 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 --info to 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
7764992 Remove mention of mockito-inline from mockmaker exception (#3628)
ee92ad4 Fix broken banner image link (#3632)
3edab52 Clarify structure of commit messages (#3626)
bfab743 Fall back to Throwable Location strategy on Android (#3619)
4f469c8 MockitoExtension fails cleanup when aborted before setup (#3623)
1764e62 Update links to javadoc.io (#3616)
1e029d7 Add missing requirement to objenesis.
d000e63 Rework of injection strategy in the context of modules (#3608)
0215884 Remove Arrays.asList from critical stubbing path in GenericMetadataSupport (#...
d185035 Add 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
05af258 Add the signature
6061b87 Switch server username and password
72f709a Put workflow in the right place
c2f9433 Set to version 2.1.8 with a release action
562c933 Merge pull request #94 from webcompere/bump-byte-buddy
ac306d3 Bump to latest bytebuddy
d6e5c5f Merge pull request #91 from webcompere/release-2.1.7
0ebbea5 Update readme with latest
f1dc6cc [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 @dependabot in freefair/gradle-plugins#1327
Bump org.graalvm.buildtools.native from 0.10.5 to 0.10.6 in /examples by @dependabot in freefair/gradle-plugins#1328
Bump org.junit:junit-bom from 5.11.4 to 5.12.1 by @dependabot in freefair/gradle-plugins#1332
Bump org.junit:junit-bom from 5.11.4 to 5.12.1 in /examples by @dependabot in freefair/gradle-plugins#1333
Bump org.springframework.boot from 3.4.3 to 3.4.4 in /examples by @dependabot in freefair/gradle-plugins#1336
Bump org.mockito:mockito-core from 5.16.0 to 5.16.1 by @dependabot in freefair/gradle-plugins#1331
Bump org.springframework.boot:spring-boot-starter-test from 3.4.3 to 3.4.4 in /examples by @dependabot in freefair/gradle-plugins#1335
Bump org.aspectj:aspectjrt from 1.9.22.1 to 1.9.23 in /examples by @dependabot in freefair/gradle-plugins#1329
Bump org.aspectj:aspectjtools from 1.9.22.1 to 1.9.23 in /examples by @dependabot in freefair/gradle-plugins#1330
Bump org.springframework.boot:spring-boot-starter from 3.4.3 to 3.4.4 in /examples by @dependabot in freefair/gradle-plugins#1338
Bump de.larsgrefer.sass:sass-embedded-host from 4.0.2 to 4.1.0 by @dependabot in freefair/gradle-plugins#1340
Full Changelog: freefair/gradle-plugins@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 @dependabot in freefair/gradle-plugins#1325
Bump gradle/actions from 3 to 4 by @dependabot in freefair/gradle-plugins#1315
Full Changelog: freefair/gradle-plugins@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 @Frisch12 in freefair/gradle-plugins#1313
Bump io.freefair.settings.plugin-versions from 8.12.1 to 8.12.2 by @dependabot in freefair/gradle-plugins#1310
Bump com.github.spotbugs from 6.1.5 to 6.1.6 in /examples by @dependabot in freefair/gradle-plugins#1314
Full Changelog: freefair/gradle-plugins@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 @dependabot in freefair/gradle-plugins#1256
Bump io.freefair.settings.plugin-versions from 8.12 to 8.12.1 by @dependabot in freefair/gradle-plugins#1295
Bump org.graalvm.buildtools.native from 0.10.4 to 0.10.5 in /examples by @dependabot in freefair/gradle-plugins#1297
Bump com.github.spotbugs from 6.1.3 to 6.1.4 in /examples by @dependabot in freefair/gradle-plugins#1298
Bump com.gradle.develocity from 3.19.1 to 3.19.2 in /examples by @dependabot in freefair/gradle-plugins#1303
Bump org.springframework.boot from 3.4.2 to 3.4.3 in /examples by @dependabot in freefair/gradle-plugins#1307
Bump org.springframework.boot:spring-boot-starter-test from 3.4.2 to 3.4.3 in /examples by @dependabot in freefair/gradle-plugins#1306
Bump org.springframework.boot:spring-boot-starter from 3.4.2 to 3.4.3 in /examples by @dependabot in freefair/gradle-plugins#1305
Bump com.github.spotbugs from 6.1.4 to 6.1.5 in /examples by @dependabot in freefair/gradle-plugins#1300
Full Changelog: freefair/gradle-plugins@8.12.1...8.12.2
Commits
b45c035 Merge pull request #1340 from freefair/dependabot/gradle/de.larsgrefer.sass-s...
9298f48 Bump de.larsgrefer.sass:sass-embedded-host from 4.0.2 to 4.1.0
55e0fd6 Merge pull request #1338 from freefair/dependabot/gradle/examples/org.springf...
b686b0c Bump org.springframework.boot:spring-boot-starter in /examples
7ff0f9d Fix javadoc generation
f936b47 Merge pull request #1330 from freefair/dependabot/gradle/examples/org.aspectj...
c12bd20 Merge pull request #1329 from freefair/dependabot/gradle/examples/org.aspectj...
556678b Merge pull request #1335 from freefair/dependabot/gradle/examples/org.springf...
86e9950 Stop extending the deprecated AbstractOptions class
041b91d Merge 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
You can trigger a rebase of this PR 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
Open Graph Description: 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...
X Description: 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...
Opengraph URL: https://github.com/secureCodeBox/secureCodeBox/pull/2970
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:bf8e97c9-8bd8-7a15-ebbb-7d56dfb38494 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | E368:3BFB17:6ACDDAB:8A8D2F0:6975811D |
| html-safe-nonce | bf2d8ccd383a83019219683fb98cf865b08df116fef68f0151a698b0a635b5e0 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMzY4OjNCRkIxNzo2QUNEREFCOjhBOEQyRjA6Njk3NTgxMUQiLCJ2aXNpdG9yX2lkIjoiODcxMDc2NTExMDU3MTEzOTM1NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | de344f00e960632485ba11be75977cab3eb64dd42da3a71ed49cf398d14dab61 |
| hovercard-subject-tag | pull_request:2442873440 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/secureCodeBox/secureCodeBox/pull/2970/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | 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... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/secureCodeBox/secureCodeBox git https://github.com/secureCodeBox/secureCodeBox.git |
| octolytics-dimension-user_id | 34573705 |
| octolytics-dimension-user_login | secureCodeBox |
| octolytics-dimension-repository_id | 80711933 |
| octolytics-dimension-repository_nwo | secureCodeBox/secureCodeBox |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 80711933 |
| octolytics-dimension-repository_network_root_nwo | secureCodeBox/secureCodeBox |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 488b30e96dfd057fbbe44c6665ccbc030b729dde |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width