build(deps): bump the dependencies group with 11 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(about 1 year ago)
(about 1 year ago)
dependencies java
Bumps the dependencies group with 11 updates:
| Package | From | To |
|---|---|---|
| org.junit:junit-bom | 5.12.2 |
5.13.0 |
| com.graphql-java:graphql-java | 24.0 |
24.1 |
| org.hibernate.orm:hibernate-core | 6.6.15.Final |
7.0.0.Final |
| org.codehaus.mojo:exec-maven-plugin | 3.5.0 |
3.5.1 |
| org.codehaus.groovy:groovy-all | 3.0.24 |
3.0.25 |
| com.diffplug.spotless:spotless-maven-plugin | 2.44.4 |
2.44.5 |
| org.hibernate.validator:hibernate-validator | 8.0.2.Final |
9.0.0.Final |
| org.glassfish.expressly:expressly | 5.0.0 |
6.0.0 |
| software.amazon.awssdk:bom | 2.31.50 |
2.31.54 |
| org.jline:jline | 3.30.3 |
3.30.4 |
| org.jline:jline-terminal-jna | 3.30.3 |
3.30.4 |
Updates org.junit:junit-bom from 5.12.2 to 5.13.0
Release notes
Sourced from org.junit:junit-bom's releases.
JUnit 5.13.0 = Platform 1.13.0 + Jupiter 5.13.0 + Vintage 5.13.0
See Release Notes.
New Contributors
@Oyster-zxmade their first contribution in junit-team/junit5#4311@etrandafir93made their first contribution in junit-team/junit5#4336@hansztmade their first contribution in junit-team/junit5#3377@ngocnhan-tran1996made their first contribution in junit-team/junit5#4545Full Changelog: https://github.com/junit-team/junit5/compare/r5.12.2...r5.13.0
JUnit 5.13.0-RC1 = Platform 1.13.0-RC1 + Jupiter 5.13.0-RC1 + Vintage 5.13.0-RC1
See Release Notes.
New Contributors
@hansztmade their first contribution in junit-team/junit5#3377Full Changelog: https://github.com/junit-team/junit5/compare/r5.13.0-M3...r5.13.0-RC1
JUnit 5.13.0-M3 = Platform 1.13.0-M3 + Jupiter 5.13.0-M3 + Vintage 5.13.0-M3
See Release Notes.
Full Changelog: https://github.com/junit-team/junit5/compare/r5.13.0-M2...r5.13.0-M3
JUnit 5.13.0-M2 = Platform 1.13.0-M2 + Jupiter 5.13.0-M2 + Vintage 5.13.0-M2
See Release Notes.
Full Changelog: https://github.com/junit-team/junit5/compare/r5.13.0-M1...r5.13.0-M2
JUnit 5.13.0-M1 = Platform 1.13.0-M1 + Jupiter 5.13.0-M1 + Vintage 5.13.0-M1
See Release Notes.
New Contributors
@Oyster-zxmade their first contribution in junit-team/junit5#4311@etrandafir93made their first contribution in junit-team/junit5#4336Full Changelog: https://github.com/junit-team/junit5/compare/r5.12.1...r5.13.0-M1
Commits
f539f92Release 5.13.0a54ad65Useset/getonAtomicBooleancompatibility with Java 89bb6a0fFinalize 5.13.0 release notes5f0e4e6Remove short-circuiting to ensure all classes are checked for cycles (#4598)36bb005Improve assertion failure message in TestClassPredicatesTests2c86dfaAvoid publishing Gradle Module Metadata forshadowRuntimeElements4b27910Allow publishing files to an existing directoryb819306Fix console launcher's--uidoption (#4589)df46651Fix:junit-platform-console:compileModule182a268Force Gradle to update snapshots- Additional commits viewable in compare view
Updates com.graphql-java:graphql-java from 24.0 to 24.1
Release notes
Sourced from com.graphql-java:graphql-java's releases.
24.1
This is bugfix release for 24.
Main change is #3994: If you have defer enabled (an experimental feature) and use data loaders for mutations your requests would hang, because the data loaders are not dispatched correctly.
Additionally this release contains #3995.
Cheers
What's Changed
- bugfix: fix mutations data loading dispatching when defer is enabled by
@andimarekin graphql-java/graphql-java#3994- Deterministic source location backport 24 by
@andimarekin graphql-java/graphql-java#3995Full Changelog: https://github.com/graphql-java/graphql-java/compare/v24.0...v24.1
Commits
fcb48baMerge pull request #3995 from graphql-java/deterministic-source-location-back...e72fddcupdate gradle wrapper validationa66c594tidy9ba39f3deterministically serialize SourceLocation1db8cf4Merge pull request #3994 from graphql-java/mutation-with-defer-enabled-v2437aa318fix mutations data loading dispatching when defer is enabled- See full diff in compare view
Updates org.hibernate.orm:hibernate-core from 6.6.15.Final to 7.0.0.Final
Release notes
Sourced from org.hibernate.orm:hibernate-core's releases.
Hibernate ORM 7.0.0.Final released
Today, we published a new release of Hibernate ORM 7.0: 7.0.0.Final.
You can find the full list of 7.0.0.Final changes here.
What's new
- See the website for requirements and compatibilities.
- See the What's New guide for details about new features and capabilities.
- See the Migration Guide for details about migration from version 6.6 to 7.0.
Conclusion
For additional details, see:
- the release page
- the Migration Guide
- the Introduction Guide
- the User Guide
See also the following resources related to supported APIs:
- the compatibility policy
- the incubating API report (
@Incubating)- the deprecated API report (
@Deprecated+@Remove)- the internal API report (internal packages,
@Internal)Visit the website for details on getting in touch with us.
Hibernate ORM 7.0.0.CR2 released
Today, we published a new release of Hibernate ORM 7.0: 7.0.0.CR2.
You can find the full list of 7.0.0.CR2 changes here.
What's new
- See the website for requirements and compatibilities.
- See the What's New guide for details about new features and capabilities.
- See the Migration Guide for details about migration from version 6.6 to 7.0.
Conclusion
For additional details, see:
- the release page
- the Migration Guide
... (truncated)
Changelog
Sourced from org.hibernate.orm:hibernate-core's changelog.
Changes in 7.0.0.Final (May 19, 2025)
https://hibernate.atlassian.net/projects/HHH/versions/33439
** Task * [HHH-19474] - Release 7.0
Changes in 7.0.0.CR2 (May 14, 2025)
https://hibernate.atlassian.net/projects/HHH/versions/33340
** Bug * [HHH-19425] - incorrect class literals in Processor-generated code * [HHH-19389] - use of
@Structon databases without UDTs * [HHH-19386] - MutationSepectification#getResultType should return null** Deprecation * [HHH-19440] - Deprecate exposing of LockOptions
** Improvement * [HHH-19460] - mis-named leads to NPE * [HHH-19456] - Upgrade to hibernate-models 1.0.0.CR3 * [HHH-19449] - how does client obtain a BindableType * [HHH-19448] - API/SPI split for BindableType/BindingContext * [HHH-19447] - org.hibernate.query.procedure * [HHH-19445] - methods of ProcedureCall accept BasicTypeReference * [HHH-19444] - [SQLiteDialect] Fix ViolatedConstraintNameExtractor * [HHH-19442] - ProcedureCall should not extend NameableQuery * [HHH-19438] - move OutputableType * [HHH-19428] - Support
@ListIndexBasein mapping.xml * [HHH-19422] - Introduce@CollectionIdJavaClass* [HHH-19420] - Support batch-size for collections in mapping.xml * [HHH-19399] - setting to enable logging of SQLExceptions * [HHH-19397] - LIMIT clause does not work without ORDER BY clause * [HHH-19324] - Switch tests using hbm.xml to use mapping.xml * [HHH-19310] - Simplified declaration of type for basic mappings in XML * [HHH-19299] - with LIST classification interpreted as BAG * [HHH-19209] - Verify and fix ID class generation for inner classes** New Feature * [HHH-19450] - Have processor generate EnabledFetchProfile for all discovered profiles
Changes in 7.0.0.CR1 (April 24, 2025)
... (truncated)
Commits
9ff2e66Pre-steps for release :7.0.0.Finalc9dc199extract a method853b76aremove some obsolete code7bd857cHHH-19440 - Deprecate exposing of LockOptionsd7c6c6aadd more links to Short Guidea65e301add not-null assertions to catch something that should not be allowed to happen6d94c0adon't create UniqueKeys for Columns with no assigned namesfa964edjavadoc / code cleanup in ImplicitNamingStrategyJpaCompliantImpl11671basquash! code cleanups in AnnotatedColumn73c484eadd to@seesto jdoc- Additional commits viewable in compare view
Updates org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1
Release notes
Sourced from org.codehaus.mojo:exec-maven-plugin's releases.
3.5.1
🐛 Bug Fixes
- Add ClassLoader support for ASM ClassWriter (#472)
@slawekjaranowski📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 88 to 89 (#475) @dependabot[bot]
- Bump org.codehaus.mojo:mojo-parent from 87 to 88 (#474) @dependabot[bot]
- Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0 (#473) @dependabot[bot]
- Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/test/projects/project6/project5lib (#470) @dependabot[bot]
- Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/test/projects/project1 (#468) @dependabot[bot]
- Bump asm.version from 9.7.1 to 9.8 (#467) @dependabot[bot]
- Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/test/projects/project2 (#465) @dependabot[bot]
- Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/test/projects/project14 (#464) @dependabot[bot]
- Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/test/projects/project3 (#463) @dependabot[bot]
- Bump org.codehaus.mojo:mojo-parent from 86 to 87 (#460) @dependabot[bot]
👻 Maintenance
- Fix ITs for Maven 4 rc-3 (#462)
@slawekjaranowski- Document how to use env vars in commandlineArgs (#459)
@cpfeiffer
Commits
bd1f6f7[maven-release-plugin] prepare release 3.5.1ac27173Bump org.codehaus.mojo:mojo-parent from 88 to 891ed0f42Bump org.codehaus.mojo:mojo-parent from 87 to 88 (#474)d221e23Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.042bc369Add ClassLoader support for ASM ClassWriterf4e8634Bump commons-io:commons-io in /src/test/projects/project6/project5lib303978cBump commons-io:commons-io in /src/test/projects/project1fc7ccf0Bump asm.version from 9.7.1 to 9.8f544485Bump commons-io:commons-io in /src/test/projects/project2d0fffa5Bump commons-io:commons-io in /src/test/projects/project14- Additional commits viewable in compare view
Updates org.codehaus.groovy:groovy-all from 3.0.24 to 3.0.25
Commits
- See full diff in compare view
Updates com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 2.44.5
Release notes
Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.
Maven Plugin v2.44.5
Changed
Commits
a76bd6ePublished maven/2.44.504c0e77Published gradle/7.0.4845d51cPublished lib/3.1.2ec10156Update signing (#2494)b7957d7Add the public key here too, it's also available at `hkps://keyserver.ubuntu....11d98abI guess it should be apgpkey, notgpg1185afbUpdate changelog with description of the deal with the new signing key.76a6b26Specify the new subkey.7a38945fix(deps): update dependency org.eclipse.jgit:org.eclipse.jgit to v6.10.1.202...e480175fix(deps): update dependency org.eclipse.jgit:org.eclipse.jgit to v6.10.1.202...- Additional commits viewable in compare view
Updates org.hibernate.validator:hibernate-validator from 8.0.2.Final to 9.0.0.Final
Changelog
Sourced from org.hibernate.validator:hibernate-validator's changelog.
9.0.0.Final (2025-05-20)
** Bug * HV-2074 Customizing PropertyNodeNameProvider Not Working in Programmatic Constraint Definition * HV-1917 MinDuration/MaxDuration validation message (english) broken for zero duration.
** Improvement * HV-2103 Include Jakarta Validation 3.1 XSDs * HV-2102 Disable external schema loading * HV-2094 Bump Jakarta EE BOM to 11.0.0 * HV-2093 Bump joda-time to 2.14.0 * HV-2091 Upgrade paranamer to 2.8.3 * HV-2090 Update to OpenJFX to 17.0.14 * HV-2089 Upgrade paranamer to 2.8.2 * HV-2088 Bump Jakarta EE BOM to 11.0.0-RC1 * HV-2087 Upgrade jboss-logging-tools to 3.0.4.Final * HV-2086 Bump Apache Groovy to 4.0.26 * HV-2085 Upgrade paranamer to 2.8.1 * HV-2084 Bump Jakarta EE BOM to 11.0.0-M5 * HV-2079 Bump joda-time to 2.13.1 * HV-2078 Bump Apache Groovy to 4.0.25
** Task * HV-2108 Test against wildfly-preview 36.0.1.Final * HV-2107 Enable copytocliboard extension from hibernate-asciidoctor-extensions * HV-2104 Remove Google Analytics * HV-2101 Test against wildfly-preview 36.0.0.Final * HV-2096 Use JReleaser to publish hibernate artifacts * HV-2095 Upgrade hibernate-asciidoctor-theme to 5.0.6.Final * HV-2081 Test against wildfly-preview 35.0.1.Final * HV-2077 Align content of CONTRIBUTING.md with what's in other projects * HV-2076 Test against wildfly-preview 35.0.0.Final * HV-2075 Upgrade to wildfly-arquillian-container-managed 5.1.0.Beta9 for testing * HV-2072 Make Hibernate Validator integration tests running on JDK 24+ * HV-2071 Build with JDK 21 * HV-2070 Use
maven-assembly-plugininstead ofcopy-maven-pluginto rename the pdf documents * HV-2023 Add a step to build pdf documentation to the nightly CI job9.0.0.CR1 (2024-12-13)
** Bug * HV-2067 UUID version not correctly validated * HV-2061 OSGi: HV 9.0.0.Beta1/2/3 imports wrong OSGi package version of Jakarta EL * HV-2044 The distribution package is missing the javadocs sub directory
* HV-1955 NotBlankValidator is not consistent with Jakarta@NotBlankspecs * HV-1829 Hibernate docs still reference ConstraintDefinitionContributor which was removed in 5.3** Improvement
... (truncated)
Commits
c8913f9[Jenkins release job] Preparing release 9.0.0.Final4afef4f[Jenkins release job] changelog.txt updated by release build 9.0.0.Finalfee9039[Jenkins release job] README.md updated by release build 9.0.0.Finalfa7cd37HV-2096 Use altReleaseDeploymentRepository to keep the flattened poms cleand4aabc9HV-2096 Use JReleaser to publish hibernate artifacts2994865HV-2108 Test against wildfly-preview 36.0.1.Final6fecd45HV-2107 Enable copytocliboard extension from hibernate-asciidoctor-extensions7ffd0a2Bump the build-dependencies group across 1 directory with 4 updatesd30d626HV-2104 Remove Google Analytics47da572Bump com.gradle:common-custom-user-data-maven-extension- Additional commits viewable in compare view
Updates org.glassfish.expressly:expressly from 5.0.0 to 6.0.0
Release notes
Sourced from org.glassfish.expressly:expressly's releases.
6.0.0
What's Changed
- Remove unused method by
@pzygieloin eclipse-ee4j/expressly#10- Support for Expression Language 6.0 by
@arjantijmsin eclipse-ee4j/expressly#12- Update versions in pom by
@arjantijmsin eclipse-ee4j/expressly#17- Fix for SPI services to be included into the resulting jar by
@senivamin eclipse-ee4j/expressly#14New Contributors
@senivammade their first contribution in eclipse-ee4j/expressly#14Full Changelog: https://github.com/eclipse-ee4j/expressly/compare/5.0.0-RELEASE...6.0.0-RELEASE
6.0.0-M1
What's Changed
- Remove unused method by
@pzygieloin eclipse-ee4j/expressly#10- Initial support for Expression Language 6.0 by
@arjantijmsin eclipse-ee4j/expressly#12Full Changelog: https://github.com/eclipse-ee4j/expressly/compare/5.0.0-RELEASE...6.0.0-M1-RELEASE
Commits
749486aPrepare release org.glassfish.expressly:expressly:6.0.01e1a72dMerge pull request #14 from senivam/spiFix81c85ebMerge branch 'master' into spiFixe1e4961Merge pull request #17 from arjantijms/update_versions85f9300Update versions in pomfa5ed8cFix for SPI services to be included into the resulting jar44346c8Merge pull request #12 from arjantijms/expressly_604d227ddInitial support for Expression Language 6.022a696fMerge pull request #10 from pzygielo/unused3b72ce3Remove unused method- See full diff in compare view
Updates software.amazon.awssdk:bom from 2.31.50 to 2.31.54
Updates org.jline:jline from 3.30.3 to 3.30.4
Release notes
Sourced from org.jline:jline's releases.
JLine 3.30.4
🐛 Bug Fixes
- fix: fix Jansi AnsiConsole broken color detection in uber jars (#1305)
@gnodet- fix: Fix SyntaxHighlighter glob pattern handling for non-default file systems (#1300)
@gnodet📦 Dependency updates
- chore: Bump eu.maveniverse.maven.njord:extension from 0.5.4 to 0.6.2 (#1307) @dependabot[bot]
- chore: Bump groovy.version from 4.0.26 to 4.0.27 (#1306) @dependabot[bot]
- chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 (#1308) @dependabot[bot]
📝 Documentation updates
- docs: Link to Pty4j on Terminal (#1295)
@vorburger👻 Maintenance
Commits
fcf6461[maven-release-plugin] prepare release jline-3.30.4d096f1fdocs: Link to Pty4j on Terminal (#1295)ce2d44ffix: fix Jansi AnsiConsole broken color detection in uber jars (#1305)ac97af1chore: Bump eu.maveniverse.maven.njord:extension from 0.5.4 to 0.6.2 (#1307)f914fa8chore: Bump groovy.version from 4.0.26 to 4.0.27 (#1306)a21d909chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 (#1308)96c50f3fix: fix SyntaxHighlighter addFiles method to handle glob patterns correctly ...1bdd1acchore: fix intermittent encoding test failures by handling READ_EXPIRED corre...0cfb48cchore: improve Maven cache fallback strategy in GitHub Actions (#1304)3a12449[maven-release-plugin] prepare for next development iteration- See full diff in compare view
Updates org.jline:jline-terminal-jna from 3.30.3 to 3.30.4
Release notes
Sourced from org.jline:jline-terminal-jna's releases.
JLine 3.30.4
🐛 Bug Fixes
- fix: fix Jansi AnsiConsole broken color detection in uber jars (#1305)
@gnodet- fix: Fix SyntaxHighlighter glob pattern handling for non-default file systems (#1300)
@gnodet📦 Dependency updates
- chore: Bump eu.maveniverse.maven.njord:extension from 0.5.4 to 0.6.2 (#1307) @dependabot[bot]
- chore: Bump groovy.version from 4.0.26 to 4.0.27 (#1306) @dependabot[bot]
- chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 (#1308) @dependabot[bot]
📝 Documentation updates
- docs: Link to Pty4j on Terminal (#1295)
@vorburger👻 Maintenance
Commits
fcf6461[maven-release-plugin] prepare release jline-3.30.4d096f1fdocs: Link to Pty4j on Terminal (#1295)ce2d44ffix: fix Jansi AnsiConsole broken color detection in uber jars (#1305)ac97af1chore: Bump eu.maveniverse.maven.njord:extension from 0.5.4 to 0.6.2 (#1307)f914fa8chore: Bump groovy.version from 4.0.26 to 4.0.27 (#1306)a21d909chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 (#1308)96c50f3fix: fix SyntaxHighlighter addFiles method to handle glob patterns correctly ...1bdd1acchore: fix intermittent encoding test failures by handling READ_EXPIRED corre...0cfb48cchore: improve Maven cache fallback strategy in GitHub Actions (#1304)3a12449[maven-release-plugin] prepare for next development iteration- See full diff in compare view
Updates org.jline:jline-terminal-jna from 3.30.3 to 3.30.4
Release notes
Sourced from org.jline:jline-terminal-jna's releases.
JLine 3.30.4
🐛 Bug Fixes
- fix: fix Jansi AnsiConsole broken color detection in uber jars (#1305)
@gnodet- fix: Fix SyntaxHighlighter glob pattern handling for non-default file systems (#1300)
@gnodet📦 Dependency updates
- chore: Bump eu.maveniverse.maven.njord:extension from 0.5.4 to 0.6.2 (#1307) @dependabot[bot]
- chore: Bump groovy.version from 4.0.26 to 4.0.27 (#1306) @dependabot[bot]
- chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 (#1308) @dependabot[bot]
📝 Documentation updates
- docs: Link to Pty4j on Terminal (#1295)
@vorburger👻 Maintenance
Commits
fcf6461[maven-release-plugin] prepare release jline-3.30.4d096f1fdocs: Link to Pty4j on Terminal (#1295)ce2d44ffix: fix Jansi AnsiConsole broken color detection in uber jars (#1305)ac97af1chore: Bump eu.maveniverse.maven.njord:extension from 0.5.4 to 0.6.2 (#1307)f914fa8chore: Bump groovy.version from 4.0.26 to 4.0.27 (#1306)a21d909chore: Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 (#1308)96c50f3fix: fix SyntaxHighlighter addFiles method to handle glob patterns correctly ...1bdd1acchore: fix intermittent encoding test failures by handling READ_EXPIRED corre...0cfb48cchore: improve Maven cache fallback strategy in GitHub Actions (#1304)3a12449[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 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
4
+10
-10
Package Dependencies
software.amazon.awssdk:bom
maven
2.31.50 → 2.31.54
Patch
org.glassfish.expressly:expressly
maven
5.0.0 → 6.0.0
Major
maven
8.0.2.Final → 9.0.0.Final
Major
org.codehaus.mojo:exec-maven-plugin
maven
3.5.0 → 3.5.1
Patch
maven
2.44.4 → 2.44.5
Patch
org.codehaus.groovy:groovy-all
maven
3.0.24 → 3.0.25
Patch
org.hibernate.orm:hibernate-core
maven
6.6.15.Final → 7.0.0.Final
Major
org.jline:jline-terminal-jna
maven
3.30.3 → 3.30.4
Patch
Technical Details
| ID: | 804355 |
| UUID: | 2558815580 |
| Node ID: | PR_kwDOAYRJs86YhG1c |
| Host: | GitHub |
| Repository: | jooby-project/jooby |
| Merge State: | Unknown |