From 653f5f9dacd0247ad001d4930b588fdc9ed63f1d Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Wed, 3 Apr 2024 22:07:49 -0500 Subject: [PATCH 01/17] WIP --- checker/index.js | 33 + package.json | 21 + samples/bom_3.1.9.json | 9698 ++++++++++++++++++++++++++++++++++++++++ versions/3.1.9.json | 1301 ++++++ 4 files changed, 11053 insertions(+) create mode 100644 checker/index.js create mode 100644 package.json create mode 100644 samples/bom_3.1.9.json create mode 100644 versions/3.1.9.json diff --git a/checker/index.js b/checker/index.js new file mode 100644 index 0000000..65e621d --- /dev/null +++ b/checker/index.js @@ -0,0 +1,33 @@ +const { readFileSync } = require('fs'); + +const getJsonFromFile = (filename) => { + const data = readFileSync(filename, 'utf8'); + return JSON.parse(data); +} + +const getComponents = (filename) => { + const parsedData = getJsonFromFile(filename) + return parsedData.components; +} + +const getSpringBootVersion = (components) => { + const springBoot = components.filter(component => component.group == 'org.springframework.boot' && component.name == 'spring-boot'); + const springBootVersion = springBoot[0].version; + console.log('getSpringBootVersion', springBootVersion); + return springBootVersion; +} + +const getDefaultSpringBootComponents = (filename) => { + const components = getJsonFromFile(filename); + // console.log('components', JSON.stringify(components)); + return components; +} + +const retrieveSimilarPackages = (bomPackages, springBootPackages) => { + +} + +const components = getComponents('../samples/bom_3.1.9.json'); +getSpringBootVersion(components); + +const defaultComponents = getDefaultSpringBootComponents('../versions/3.1.9.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..4ab5d15 --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "spring-boot-dependency-tracker", + "version": "0.0.1", + "description": "Spring Boot Dependency Tracker", + "main": "index.js", + "scripts": { + "test": "test" + }, + "author": "Matt Busche ", + "license": "\tGPL-3.0-or-later", + "repository": { + "type": "git", + "url": "https://github.com/mrbusche/spring-boot-dependency-tracker.git" + }, + "prettier": { + "trailingComma": "es5", + "tabWidth": 4, + "semi": true, + "singleQuote": true + } +} diff --git a/samples/bom_3.1.9.json b/samples/bom_3.1.9.json new file mode 100644 index 0000000..a0bf59c --- /dev/null +++ b/samples/bom_3.1.9.json @@ -0,0 +1,9698 @@ +{ + "bomFormat": "CycloneDX", + "specVersion": "1.5", + "serialNumber": "urn:uuid:8bc09ddb-1ddf-39ed-873e-b84874c75e25", + "version": 1, + "metadata": { + "timestamp": "2024-03-26T20:09:54Z", + "lifecycles": [ + { + "phase": "build" + } + ], + "tools": [ + { + "vendor": "OWASP Foundation", + "name": "CycloneDX Maven plugin", + "version": "2.8.0", + "hashes": [ + { + "alg": "MD5", + "content": "76ffec6a7ddd46b2b24517411874eb99" + }, + { + "alg": "SHA-1", + "content": "5b0d5b41975b53be4799b9621b4af0cfc41d44b6" + }, + { + "alg": "SHA-256", + "content": "6852aa0f4e42a2db745bab80e384951a6a65b9215d041081d675780999027e81" + }, + { + "alg": "SHA-512", + "content": "417de20fcdcb11c9713bacbd57290d8e68037fdb4553fd31b8cb08bd760ad52dc65ea88ad4be15844ad3fd5a4d3e440d2f70326f2fe1e63ec78e059c9a883f8d" + }, + { + "alg": "SHA-384", + "content": "5eb755c6492e7a7385fa9a1e1f4517875bcb834b2df437808a37a2d6f5285df428741762305980315a63fcef1406597d" + }, + { + "alg": "SHA3-384", + "content": "0fe16a47cf7aab0b22251dafcc39939b68e8f1778093309d8d2060b51a08df445a8b8ed5a9561669faf2e55f907c76d8" + }, + { + "alg": "SHA3-256", + "content": "3e5a1eb5ab7d0797498862794709ff8eaaa071fe4cc9ec77f52db7e2f97ef487" + }, + { + "alg": "SHA3-512", + "content": "59281a3e29e76270d7f44b40b5b9f05e55f1ae3ec716d80add806f360940809e3813998ac7c5758043b8e248aed73b86e37dc506cdb4cde03c16bb617d8e5a3a" + } + ] + } + ], + "component": { + "group": "com.busche", + "name": "test-project", + "version": "0.0.1-SNAPSHOT", + "description": "project for Spring Boot", + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.busche/test-project@0.0.1-SNAPSHOT?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://spring.io/projects/spring-boot/test-project" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-boot/test-project" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.busche/test-project@0.0.1-SNAPSHOT?type=jar" + }, + "properties": [ + { + "name": "maven.goal", + "value": "makeAggregateBom" + }, + { + "name": "maven.scopes", + "value": "compile,provided,runtime,system" + } + ] + }, + "components": [ + { + "publisher": "VMware, Inc.", + "group": "org.springframework.boot", + "name": "spring-boot-starter-web", + "version": "3.1.9", + "description": "Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "7317fadc2192d6fd6e3243546247ac17" + }, + { + "alg": "SHA-1", + "content": "7ea1ecd7704508ecd7a00e5b64693de59505a519" + }, + { + "alg": "SHA-256", + "content": "65522a34c6c3e4d486dfa4abdf3aadd958cb113a2bbe9ba7e2bee7d2b3b7f752" + }, + { + "alg": "SHA-512", + "content": "9054098ea13c70003011a4b95ddbf75c730e74e1773c884ab83d248ebecaff9c002996d6f685109afde38eb82bc6d3438104e3b619602c45dd2e183bdbafcdf6" + }, + { + "alg": "SHA-384", + "content": "08b6c5d0c72dd3b210d72ed2c4416c7722c7fa920024ea4d7ac97e5877cc86424ba3725bfdda408595c4091891ead521" + }, + { + "alg": "SHA3-384", + "content": "0acc7aaf71a16543a11ec4027daa0aac70e937ad3aae55b08ad3c74e99602ade12ce966306d003c152fefeac41bb0f32" + }, + { + "alg": "SHA3-256", + "content": "783ad121a90e7401c3470a3697b75f0d78e536ae3e25d03dcd5b3042d0fa3339" + }, + { + "alg": "SHA3-512", + "content": "b0f3a84d71ced6ecbb149b0159b21eca38641adfb0a8c763cfc9704527ec9035c98eabc30e31e4c6f0563e4b05af1c9335c94bd7c0d8dde73a37fdaeaf0d9534" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-web@3.1.9?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://spring.io/projects/spring-boot" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-boot/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-boot" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-web@3.1.9?type=jar" + }, + { + "publisher": "VMware, Inc.", + "group": "org.springframework.boot", + "name": "spring-boot-starter", + "version": "3.1.9", + "description": "Core starter, including auto-configuration support, logging and YAML", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "14c39753be0bb8ef9745de4f3c36c580" + }, + { + "alg": "SHA-1", + "content": "e07c486f82a78b02a76ed32abcfdb3468be133f1" + }, + { + "alg": "SHA-256", + "content": "6f196a04465111a30bc552f70c304cc4b83e3eb9bb1b2d84cf1e24e76104b267" + }, + { + "alg": "SHA-512", + "content": "003ab86fd868d6d4a3a427fc1b8cdb1b1dc7af617c06449da1bee56957d99944ceaa87bdcbea4fee41dcc6327f94b4922c8f86f3e0a76d9bf04f2df438c75d6f" + }, + { + "alg": "SHA-384", + "content": "eda22619bf948d9f29520cb9beb84a7684413457b9cd19f8eb18f222a9f50025f1508adb3cd7ed40fe0d4c85b51a878c" + }, + { + "alg": "SHA3-384", + "content": "eac530e1c20e6c77bd9beedb9448985028e727f25985ac2a20fd74138814ed91e8ae5d176058c21f1ce75be81979e8f2" + }, + { + "alg": "SHA3-256", + "content": "11a8cfdd0531e5732bd99ad4c8463d41986c63b5494736c2eec3837993f0f47d" + }, + { + "alg": "SHA3-512", + "content": "c639644494fc592cde76befa4d39ce4bd91029429a3f380503a2dbde515422bf2a55383b53496271b91e7a22edfe6d1576468107d1b14e43fd2260977c8262a7" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework.boot/spring-boot-starter@3.1.9?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://spring.io/projects/spring-boot" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-boot/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-boot" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter@3.1.9?type=jar" + }, + { + "publisher": "VMware, Inc.", + "group": "org.springframework.boot", + "name": "spring-boot", + "version": "3.1.9", + "description": "Spring Boot", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "a5008ea8b39756f13622cb4b1201bb0d" + }, + { + "alg": "SHA-1", + "content": "911b391d5c744249e4e27eedb797f6b18d865de2" + }, + { + "alg": "SHA-256", + "content": "d6fcdabb2e7969044c920a6a0a6d0c2b3c488fa7dcf365f5c56a0ce2bf8eff9e" + }, + { + "alg": "SHA-512", + "content": "80938f9c5e9389fb211642b03eee0bf0d86207654bebe374399a6b28a15fd908fa2a1972c236839b2eb4d389697b55438dc568ab0be22846439a17efb52cd7d0" + }, + { + "alg": "SHA-384", + "content": "371b79909cae8c024a01947299f4ba8bf9036ea6345dfc749c931cd4d373c6f03c58e658e7c9de271a7a1e1bfe1f0dab" + }, + { + "alg": "SHA3-384", + "content": "b4943652e6b45910546caa9709dfcc8ed6d5401d1125d191900f174544f600f640c20bd766872ecb754a7632435b886f" + }, + { + "alg": "SHA3-256", + "content": "d893763fbe5fe7f70f2c40eb472f6f44f27dda4d73f6509cf8e9a83bab289854" + }, + { + "alg": "SHA3-512", + "content": "560e681b848ea41e8f644dbcc26969cfc8f6526775e238de5d6b1b39f34f208b5505b93877501687e1ee712f12b9aa7a54d0fd2e9156c8eaba6961285fd49811" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework.boot/spring-boot@3.1.9?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://spring.io/projects/spring-boot" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-boot/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-boot" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework.boot/spring-boot@3.1.9?type=jar" + }, + { + "publisher": "VMware, Inc.", + "group": "org.springframework.boot", + "name": "spring-boot-autoconfigure", + "version": "3.1.9", + "description": "Spring Boot AutoConfigure", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "106d4ddaaf2b0df11453aff18ebe4f10" + }, + { + "alg": "SHA-1", + "content": "19aea657369f6764bf589ffe89d3b8ff892d8329" + }, + { + "alg": "SHA-256", + "content": "730f6b1d19f345b01192c71da1d24c59667441d783161dff9b592323e535c242" + }, + { + "alg": "SHA-512", + "content": "3fcc7a1ece7de8c7af9886c7057e9352935fa44eaaa036978a6931fc5d4d1909f13e7113f3fa8bf4a30b27cb1be1945ef4c949436d277f85bb4c82b2188b0ca2" + }, + { + "alg": "SHA-384", + "content": "113c9422393a54c6a650366a3eadbb30af2be12e505b6baeba4a7e0286c620b99c17588d625136e619e25094a07e5b6b" + }, + { + "alg": "SHA3-384", + "content": "2bdb3dcbca5714908a8860e4c6c82a46a5c7c264fc3d7337acb4fac7a7728a2821bbedd12d80b2707b3a6cce65a73daa" + }, + { + "alg": "SHA3-256", + "content": "0fc658f4b2363d8be73f7fec74643707362b85d9e99a293ec1f92a46b0bdc94c" + }, + { + "alg": "SHA3-512", + "content": "0360ca18a31e0fd79ec7d68787127f3b6bd524f0da346c7d38e014dfe70563e8fe9cddc7c7452211c829265c47792064ee2e261981f45da276b772eec946c0a7" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@3.1.9?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://spring.io/projects/spring-boot" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-boot/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-boot" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@3.1.9?type=jar" + }, + { + "publisher": "VMware, Inc.", + "group": "org.springframework.boot", + "name": "spring-boot-starter-logging", + "version": "3.1.9", + "description": "Starter for logging using Logback. Default logging starter", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "f0feedfbeab867af97a8b61595cb9705" + }, + { + "alg": "SHA-1", + "content": "86a1ba273d9b3d11cb5b5378e6db24fd06adac1d" + }, + { + "alg": "SHA-256", + "content": "3202e99b567cb100b15be3c96152bfac416e6c4e3c0347d479443d27ed1ccb70" + }, + { + "alg": "SHA-512", + "content": "2a7d3d5a191b19383a58602c76f5311a9109a17ba4a43b44ac3954eb7eba80534bf858c3f815237e50fde75b463dc31c9bd8eabb7486256ef17e7ba714480ca8" + }, + { + "alg": "SHA-384", + "content": "d3cc80254f691b858d70e49efc6ed1d28cb984f47477026a5b239f213cccc9a73137743780e87685ed874aa991651ca9" + }, + { + "alg": "SHA3-384", + "content": "9f468d4acf1939c0af0e6dc41d9df55f01af0048cb45d235b3de2c12d367c07cc0ac3dea6d7031f0fbd8ce4944222c4c" + }, + { + "alg": "SHA3-256", + "content": "f3e22ac923bf9f0c33a2f974754715d8228f419c2646f92b045ead6661c37556" + }, + { + "alg": "SHA3-512", + "content": "06b8728e2d5325303e1d982522aeb3deaf912d3aea06166666a1efed89dd525d6b738992607cd8bff66688eda5b3b8a3e5364a6e5529a2679409ccf6cbc2a13e" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@3.1.9?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://spring.io/projects/spring-boot" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-boot/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-boot" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@3.1.9?type=jar" + }, + { + "publisher": "QOS.ch", + "group": "ch.qos.logback", + "name": "logback-classic", + "version": "1.4.14", + "description": "logback-classic module", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "204b49a7fa041b2b2c455193079dc1d2" + }, + { + "alg": "SHA-1", + "content": "d98bc162275134cdf1518774da4a2a17ef6fb94d" + }, + { + "alg": "SHA-256", + "content": "8e832f7263ca606ae36dabb2d8b24c2f43d82cf634e81dad9d1640fa6ee3c596" + }, + { + "alg": "SHA-512", + "content": "77b535f2cf5a2fdb807017cb6fe456c40dcb11491e743ff86f99df2714a1b12bb9182ac193d37c8a6dd7eb2bf4c7d24390a6d551d02a280083673516eecdabc4" + }, + { + "alg": "SHA-384", + "content": "606400251082b8193a57bb20f1774ee2d6e439fab2ddb0207643fe9cee66cf61edba5e5c80d4b3bc9785a7bab910f8df" + }, + { + "alg": "SHA3-384", + "content": "d9d9b1412d2fea3eeb5d110a0e7d44c9bc13459fd2b2f5cbb30b95174081f0184758abe43b5e6b6197a716c3ba7b310f" + }, + { + "alg": "SHA3-256", + "content": "e1b0d59a9a91fd7878c92b3680cde8c34896823612a2f04715c05e977c09db82" + }, + { + "alg": "SHA3-512", + "content": "e0a39dacbb91b7d9f00bdf78829918079f6f2e749c28f31a359064bac9ac7eb65c87e581795946814460f787e33b8829a9cf0e933a0f87dd7d48f288d45f5064" + } + ], + "licenses": [ + { + "license": { + "id": "EPL-1.0" + } + }, + { + "license": { + "name": "GNU Lesser General Public License", + "url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" + } + } + ], + "purl": "pkg:maven/ch.qos.logback/logback-classic@1.4.14?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://logback.qos.ch/logback-classic" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "vcs", + "url": "https://github.com/qos-ch/logback/logback-classic" + } + ], + "type": "library", + "bom-ref": "pkg:maven/ch.qos.logback/logback-classic@1.4.14?type=jar" + }, + { + "publisher": "QOS.ch", + "group": "ch.qos.logback", + "name": "logback-core", + "version": "1.4.14", + "description": "logback-core module", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "7367629d307fa3d0b82d76b9d3f1d09a" + }, + { + "alg": "SHA-1", + "content": "4d3c2248219ac0effeb380ed4c5280a80bf395e8" + }, + { + "alg": "SHA-256", + "content": "f8c2f05f42530b1852739507c1792f0080167850ed8f396444c6913d6617a293" + }, + { + "alg": "SHA-512", + "content": "d18159d4b378973e49182c4711b3d5b1f3600674ddd7bde26793247854bbd3a7233df7f74c356ecc86e4160ac6f866e0b32c109df6e1b428a10cddd4bc7f44e8" + }, + { + "alg": "SHA-384", + "content": "afe21cf21e8804d069514a1f0d57c92b4caf56f8b010bd681d19fff67f237fcf0bbe1e1c9bfc4cedcfe602a3ea859b57" + }, + { + "alg": "SHA3-384", + "content": "38cc28c8a578f4053412440d88b41938fa029a8ee3d350fe7474b34afa0f17889298d00f3c2cec4510d72d3342d29a77" + }, + { + "alg": "SHA3-256", + "content": "6c7d3be575969be97a49e90a97a8dc1bb25380b1b302073e00d2e21cb266e6a6" + }, + { + "alg": "SHA3-512", + "content": "8e9ce45d599bffac71e35a0d59c4dcff067f628157a75e9e28c1930f31537fb1dd058ddd9906322c1154f29436252a36bc50595578bfee9bcad4a9705c85726a" + } + ], + "licenses": [ + { + "license": { + "id": "EPL-1.0" + } + }, + { + "license": { + "name": "GNU Lesser General Public License", + "url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" + } + } + ], + "purl": "pkg:maven/ch.qos.logback/logback-core@1.4.14?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://logback.qos.ch/logback-core" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "vcs", + "url": "https://github.com/qos-ch/logback/logback-core" + } + ], + "type": "library", + "bom-ref": "pkg:maven/ch.qos.logback/logback-core@1.4.14?type=jar" + }, + { + "publisher": "The Apache Software Foundation", + "group": "org.apache.logging.log4j", + "name": "log4j-to-slf4j", + "version": "2.20.0", + "description": "The Apache Log4j binding between Log4j 2 API and SLF4J.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "11a04aba126ad458aee40988935446a5" + }, + { + "alg": "SHA-1", + "content": "d37f81f8978e2672bc32c82712ab4b3f66624adc" + }, + { + "alg": "SHA-256", + "content": "88e731d7f455da59dfa08769527f87d6c496053a712637df7b999f6977933a2c" + }, + { + "alg": "SHA-512", + "content": "961209ca87ba7d0272840bcc46a4177aaa216cc971a42bc6f4ad855c733ab3cae9c7f0fe08ed6197a04b2d4fce3bb428f160ed22365579ed90cd8868c8afd1c1" + }, + { + "alg": "SHA-384", + "content": "465e76a0940b7e1d948bfc2967a7fa8e4b36fa5a57c716dad9f02d1155e52498432882602bedc8d9d16072f429943ee3" + }, + { + "alg": "SHA3-384", + "content": "0047d23870c9f5be3b826d52add7c51aa32d9572bcf08f44feb86dab83da6fe9f3da877b35cfbc5e77af9f4dd3eb0f86" + }, + { + "alg": "SHA3-256", + "content": "e1fb05790659108c6dcbaaf61242cc51f7e391d24a35c30fe9e1e6a118aaa8fd" + }, + { + "alg": "SHA3-512", + "content": "0640c4ff54a2344aa2dbdde9e1f6e7fbaa1ecb1713ca70ccfb5e72b26806f9059a94d9bd4eab1bd1a9cfeaadf55036c3d5ab53f5d2bf71cf0cd9e54fb3515437" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.20.0?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://logging.apache.org/log4j/2.x/log4j-to-slf4j/" + }, + { + "type": "build-system", + "url": "https://github.com/apache/logging-log4j2/actions" + }, + { + "type": "distribution", + "url": "https://logging.apache.org/log4j/2.x/download.html" + }, + { + "type": "distribution-intake", + "url": "https://repository.apache.org/service/local/staging/deploy/maven2" + }, + { + "type": "issue-tracker", + "url": "https://github.com/apache/logging-log4j2/issues" + }, + { + "type": "mailing-list", + "url": "https://lists.apache.org/list.html?log4j-user@logging.apache.org" + }, + { + "type": "vcs", + "url": "https://github.com/apache/logging-log4j2/log4j-to-slf4j" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.20.0?type=jar" + }, + { + "publisher": "QOS.ch", + "group": "org.slf4j", + "name": "jul-to-slf4j", + "version": "2.0.12", + "description": "JUL to SLF4J bridge", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "3fe62dfbc09a840168d3edc990182d90" + }, + { + "alg": "SHA-1", + "content": "eb5f48f782b41cc881b0bf1fb4d88ae2ff6d5b93" + }, + { + "alg": "SHA-256", + "content": "84f02864cab866ffb196ed2022b1b8da682ea6fb3d4a161069429e8391ee2979" + }, + { + "alg": "SHA-512", + "content": "279cb74e418a1057d3ec42b47ed0cc5c4e9c8bf63c334f7bd58989e0a25e5c62d01b0225894bfa79c82ac76ff5e97154e37a061892719bfbe78f94a5a115340d" + }, + { + "alg": "SHA-384", + "content": "12f43865591854a967b724d4c5cc9e76a6837a0415616b0065125ff3df726f20dc331ec134d61a41d612c623e0e615e4" + }, + { + "alg": "SHA3-384", + "content": "f883770d004f7cf391f478743d51fff7aa82b8d9aafb22e30f4a4b21632b8fdfdb31c750f3ccff086ba7835c7c2cffb9" + }, + { + "alg": "SHA3-256", + "content": "655a2eaf8a61a912747752b1a48712efb3cc5607f46d22f1ae85d5c8ce80f5d4" + }, + { + "alg": "SHA3-512", + "content": "913f92d8ed188a4534b7e302dadda1549aa8c57cf8e0febfff0c60233e878a00f68aa933c0813cbb3002e84ec654fdb623ddbe6731cb917463e9b5ce09d8fbcb" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:maven/org.slf4j/jul-to-slf4j@2.0.12?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://www.slf4j.org" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "vcs", + "url": "https://github.com/qos-ch/slf4j/slf4j-parent/jul-to-slf4j" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.slf4j/jul-to-slf4j@2.0.12?type=jar" + }, + { + "publisher": "Eclipse Foundation", + "group": "jakarta.annotation", + "name": "jakarta.annotation-api", + "version": "2.1.1", + "description": "Jakarta Annotations API", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "5dac2f68e8288d0add4dc92cb161711d" + }, + { + "alg": "SHA-1", + "content": "48b9bda22b091b1f48b13af03fe36db3be6e1ae3" + }, + { + "alg": "SHA-256", + "content": "5f65fdaf424eee2b55e1d882ba9bb376be93fb09b37b808be6e22e8851c909fe" + }, + { + "alg": "SHA-512", + "content": "eabe8b855b735663684052ec4cc357cc737936fa57cebf144eb09f70b3b6c600db7fa6f1c93a4f36c5994b1b37dad2dfcec87a41448872e69552accfd7f52af6" + }, + { + "alg": "SHA-384", + "content": "798597a6b80b423844d70609c54b00d725a357031888da7e5c3efd3914d1770be69aa7135de13ddb89a4420a5550e35b" + }, + { + "alg": "SHA3-384", + "content": "9629b8ca82f61674f5573723bbb3c137060e1442062eb52fa9c90fc8f57ea7d836eb2fb765d160ec8bf300bcb6b820be" + }, + { + "alg": "SHA3-256", + "content": "f71ffc2a2c2bd1a00dfc00c4be67dbe5f374078bd50d5b24c0b29fbcc6634ecb" + }, + { + "alg": "SHA3-512", + "content": "aa4e29025a55878db6edb0d984bd3a0633f3af03fa69e1d26c97c87c6d29339714003c96e29ff0a977132ce9c2729d0e27e36e9e245a7488266138239bdba15e" + } + ], + "licenses": [ + { + "license": { + "id": "EPL-2.0" + } + }, + { + "license": { + "id": "GPL-2.0-with-classpath-exception" + } + } + ], + "purl": "pkg:maven/jakarta.annotation/jakarta.annotation-api@2.1.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://projects.eclipse.org/projects/ee4j.ca" + }, + { + "type": "distribution-intake", + "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/eclipse-ee4j/common-annotations-api/issues" + }, + { + "type": "mailing-list", + "url": "https://dev.eclipse.org/mhonarc/lists/ca-dev" + }, + { + "type": "vcs", + "url": "https://github.com/eclipse-ee4j/common-annotations-api" + } + ], + "type": "library", + "bom-ref": "pkg:maven/jakarta.annotation/jakarta.annotation-api@2.1.1?type=jar" + }, + { + "publisher": "VMware, Inc.", + "group": "org.springframework.boot", + "name": "spring-boot-starter-json", + "version": "3.1.9", + "description": "Starter for reading and writing json", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "ce6df69e1ca5fbb3fa9110b703ef9f8e" + }, + { + "alg": "SHA-1", + "content": "778e031165c638306fda1b3124037c3a0f83730e" + }, + { + "alg": "SHA-256", + "content": "9233532917ae5d6e69789169d70c8b082ff3b98cd24dbfc3d41a61bdaa712443" + }, + { + "alg": "SHA-512", + "content": "15a37439a286885f30e96263d2f59fed24f2568d00269fec28b83fbedf5550e87c8154e505e373ad04894162c6fb585592b7f94a0bcc6631716f39ed9c75ee05" + }, + { + "alg": "SHA-384", + "content": "02f3e4606e68e06c76da4d635a60817c08309958645b3c9d70ebcc3c3123e60069100f6fbf1d17ad6131105be543538b" + }, + { + "alg": "SHA3-384", + "content": "78581e29216ddc58da895db1ea0e954fb2e47065709acfda8d9cda0342cf0047b8d7e09ddcbe712f5ce0bb521acaae2b" + }, + { + "alg": "SHA3-256", + "content": "81b91323fa2d60a50ea898e3faabddaa7c378324f43adf4e5244755d4c631df4" + }, + { + "alg": "SHA3-512", + "content": "e2cb28cdc6840ff80ecdfa7cdd8347cdb6266038e8c7610b90df85da73a6de116464219948f3906329e633c4d8d8e71d5e15cce725701f833fb675641c3108cd" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-json@3.1.9?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://spring.io/projects/spring-boot" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-boot/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-boot" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-json@3.1.9?type=jar" + }, + { + "publisher": "FasterXML", + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-jdk8", + "version": "2.15.4", + "description": "Add-on module for Jackson (http://jackson.codehaus.org) to support JDK 8 data types.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "f369a7a24dec9e5ce0db902e17d0a315" + }, + { + "alg": "SHA-1", + "content": "694777f182334a21bf1aeab1b04cc4398c801f3f" + }, + { + "alg": "SHA-256", + "content": "3efb9d55b62f50e64b11fe00625800285fef8781736b80bd206677fb56040aac" + }, + { + "alg": "SHA-512", + "content": "a3326c887c350d2765d372d75d791f67436abda308360dc363f2795e8b1a2075ca6ec64a0aceae80e0e025a5cf2c933dc7583e57dfd04309cd9d4ef055c33980" + }, + { + "alg": "SHA-384", + "content": "23d6f42b48c0afbe4f51bd24e1f1e0d3ed1e22a54a79ca8007b53fd007f24e1b240ccf72b7b6cc2aa51109daf17028de" + }, + { + "alg": "SHA3-384", + "content": "7cd89da4963e54762204f1403e6e9a2bab7da3e78c8dfd95ee0d33d6e51c15af41432321e1e45de30193fca88cc29469" + }, + { + "alg": "SHA3-256", + "content": "72ab52b922a052cc60080f878cc693869f32db50bbc973696fd538aa7299775c" + }, + { + "alg": "SHA3-512", + "content": "bddd750a183eb3e1d212429fa27af15d368d6df4c03010c8800a4cd695bd50377d5acb29e7a70bdadd8d84c840c5696dcc9461a7c486ff5ee7a622d46070cf90" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.15.4?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/FasterXML/jackson-modules-java8/issues" + }, + { + "type": "vcs", + "url": "http://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.15.4?type=jar" + }, + { + "publisher": "FasterXML", + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-jsr310", + "version": "2.15.4", + "description": "Add-on module to support JSR-310 (Java 8 Date & Time API) data types.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "3c52289828f4e0b047f4aaef251651be" + }, + { + "alg": "SHA-1", + "content": "7de629770a4559db57128d35ccae7d2fddd35db3" + }, + { + "alg": "SHA-256", + "content": "472498cbba2726012ff82f86fc8feef9593663bda1a695a17db804a63fa733ff" + }, + { + "alg": "SHA-512", + "content": "215fe13b0f48f4d8f8f996a4413ad8bca4ab466c8badbf982c927bcc45a036908ae5804fc9148006f4a4cfb81817b6e40777c804456f8d23c333f8379df415a4" + }, + { + "alg": "SHA-384", + "content": "6ea40710c003e7d6e61af910f681fe8ffd0f9dcfa37ec86280a178659093923f7c38539bfa023bc93007b82a6b0fd087" + }, + { + "alg": "SHA3-384", + "content": "dae6095c0e9d6cde17f49bd76cf7abc5d2da2eb19aa41ef22e44d441f34f886e2b27c03e3d72d855f4c340b524aa3d06" + }, + { + "alg": "SHA3-256", + "content": "ed5647e134be84be0f1c5bd563693fe430b8a61b322aac07c8c1452e4912cd6a" + }, + { + "alg": "SHA3-512", + "content": "27b5ecd684b429038ee05aced5d9a1370bbc279ab30484a0117736524e4a826b348a3595380b495be9425eae7ff81fe5966ff51391e03940900c4ddfef8011f4" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.15.4?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/FasterXML/jackson-modules-java8/issues" + }, + { + "type": "vcs", + "url": "http://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.15.4?type=jar" + }, + { + "publisher": "FasterXML", + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-parameter-names", + "version": "2.15.4", + "description": "Add-on module for Jackson (http://jackson.codehaus.org) to support introspection of method/constructor parameter names, without having to add explicit property name annotation.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "a056119688836fe9c5e8b4bf53e57cdd" + }, + { + "alg": "SHA-1", + "content": "e654497a08359db2521b69b5f710e00836915d8c" + }, + { + "alg": "SHA-256", + "content": "a620ee11f89deae6e2ce6cd5a64d9f2d1480bf08b45ec2f0730bddf9177f37fc" + }, + { + "alg": "SHA-512", + "content": "365f6b8c92f2b62e76b81fbd7964047cdbb8e08d0c2a0b1972d7dbee02f9d9c473cd177a5eb9660ad5c7b6659ff225ed5fc6fbbe3a16b1018912248813b24a62" + }, + { + "alg": "SHA-384", + "content": "1a2ecc561d1b81e35f539b9859385e78a7b1dbab4ba428b65d3edbb186e8b28c91da65d5a3d8614efd54106c2975b726" + }, + { + "alg": "SHA3-384", + "content": "2d9e97c85e68d5d68f83de8aefc7682c15c0b22984558140659dc74d4742cda6cfb48f6c7818f00391fe1c309648b437" + }, + { + "alg": "SHA3-256", + "content": "fa026cf80432fbdee309a81ba991ee8fa61a53913f99e60a1ba66709ceb8aefd" + }, + { + "alg": "SHA3-512", + "content": "a180e6dcb8ee0f116732b413bfdfa9b5f35ec20b72f0e1c6ec1b5875822da113cffb0419a0f25ca4669a8afb27cc42197b8201ec2f4595333954148bd59d2847" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.fasterxml.jackson.module/jackson-module-parameter-names@2.15.4?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/FasterXML/jackson-modules-java8/issues" + }, + { + "type": "vcs", + "url": "http://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.fasterxml.jackson.module/jackson-module-parameter-names@2.15.4?type=jar" + }, + { + "publisher": "VMware, Inc.", + "group": "org.springframework.boot", + "name": "spring-boot-starter-tomcat", + "version": "3.1.9", + "description": "Starter for using Tomcat as the embedded servlet container. Default servlet container starter used by spring-boot-starter-web", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "0a958b756fb5c8889f6235d1022069ce" + }, + { + "alg": "SHA-1", + "content": "aef0b221131ea118a230e35949f707d4b09e770b" + }, + { + "alg": "SHA-256", + "content": "699ffaf6a24e37c10b904cf50b389a2bcc25c5b0248de415abcd361e874d2d6f" + }, + { + "alg": "SHA-512", + "content": "48b092a6b9f7eaad8d3124e317efc67c8ad8a3d947c55d1670dc4de621ff22cba909b05c031fb41b851ba21a058ae14cb757e5512171cf3e80df3324d164863b" + }, + { + "alg": "SHA-384", + "content": "3c7ee0c5ab06f478ae17899f5832877e0d57f8f757fa8c9ee5649c905b67416cf283c555fb12d7f6cb458d6d1eb4d11d" + }, + { + "alg": "SHA3-384", + "content": "fdac3bf505ca0dd812de322200cca363611d4f3ab5f0d759062f18eee7525bee340ea3bbd468e83952e1c69388bd0f39" + }, + { + "alg": "SHA3-256", + "content": "b219011d1a580c64c34a63bb8a8bea5a210c0584c474ec3eec42b1a7069d38f9" + }, + { + "alg": "SHA3-512", + "content": "29944779f02d299173fef38a414c030e745ca119df6bb730c8eb12b8e09a8091298045234987af33002f46274696871b2f9d18719d634f4d3c319061f19d0140" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@3.1.9?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://spring.io/projects/spring-boot" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-boot/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-boot" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@3.1.9?type=jar" + }, + { + "group": "org.apache.tomcat.embed", + "name": "tomcat-embed-core", + "version": "10.1.19", + "description": "Core Tomcat implementation", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "a8a4c0889dac535c81223b49980950e8" + }, + { + "alg": "SHA-1", + "content": "3dbbca8acbd4dd6a137c3d6f934a2931512b42ce" + }, + { + "alg": "SHA-256", + "content": "ca35025eda35fbef0798ed4ae79d0fbfa11d0a7a4d82fffd3e1a2bfa34abddbe" + }, + { + "alg": "SHA-512", + "content": "2b9facd440e96c5a5c672636e597211aaf5754cc9c6beb1115a7f65b59d928eab3b17fdf6e012a6813120ca83cf32f2dd40dbbfd1fde79eb60f915a5c3805387" + }, + { + "alg": "SHA-384", + "content": "136ce7ef760a6ee760c168cfb7158ca775d9b2f87a36ec414b4c1f5243a3d1d588ef713aac4efedd92fcf7d4b6328d25" + }, + { + "alg": "SHA3-384", + "content": "d68729ef1755c951f323692281d86d29bfcdd49e042d6ef73ffb7318152115466145c9de326ba8b1179405000f39c196" + }, + { + "alg": "SHA3-256", + "content": "87aeeea1541378338fb1e5c86147e37a607f0b728a0275e9f6b9dd32b6857b0c" + }, + { + "alg": "SHA3-512", + "content": "81730ae8f3ad6773bb756080fad41f99519fa22f5ef0e72257c9c374645b781e9c63a83f9b82577a2a7b76a5e3f80f10fcd60a1c6fdeb6d20ac54c3ebdf64726" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@10.1.19?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://tomcat.apache.org/" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@10.1.19?type=jar" + }, + { + "group": "org.apache.tomcat.embed", + "name": "tomcat-embed-el", + "version": "10.1.19", + "description": "Core Tomcat implementation", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "f6e1f4dcc18288c1e2cbd117f7209a98" + }, + { + "alg": "SHA-1", + "content": "c61a582c391aca130884a5421deedfe1a96c7415" + }, + { + "alg": "SHA-256", + "content": "acd1b9ad8c60c72c99b5ed01d3ef6747f85be6c51b5b045a365686de889bfae4" + }, + { + "alg": "SHA-512", + "content": "22d38ed9148d91137bb95d84924317e62f4f454076b2a874d78a5770a0617193ae42d1673e99a8c59b318f7bc5be503534f530742282be1f0e8604594308b4e4" + }, + { + "alg": "SHA-384", + "content": "69222eb0c53d357449d6d35e2daf65228d6a860c70ed75fe26437092246bf92ac340ceae66d316b994336060cb986232" + }, + { + "alg": "SHA3-384", + "content": "48a7888bf3565875baf5ec0d733729ecaf680fe26ab16e94bdd26c0094bf793b73de6dae9d4cc60c4538234988d8e86c" + }, + { + "alg": "SHA3-256", + "content": "5dafd1bbb4938ecbb9a5a105a52a850b68bd9c57e9e71ff1f95ef4db464a6462" + }, + { + "alg": "SHA3-512", + "content": "6d541b66d1aa848feb45133ca6c46de91ddf033c5d0b40373f167da45ed5ce7caec723eaba2c929b86dfd716d57f6361f8f5a7ede6db1f69d2bb1fd65fea4753" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-el@10.1.19?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://tomcat.apache.org/" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-el@10.1.19?type=jar" + }, + { + "group": "org.apache.tomcat.embed", + "name": "tomcat-embed-websocket", + "version": "10.1.19", + "description": "Core Tomcat implementation", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "486cbc4d138fbde74e62041f8fb5cc5f" + }, + { + "alg": "SHA-1", + "content": "adf4710fac2471236f8a466ca678cdf7e6a8257c" + }, + { + "alg": "SHA-256", + "content": "c620bc4bbe425fb93c503cf4ba6106c21c8e2390d8b8b314523e4f3193074c67" + }, + { + "alg": "SHA-512", + "content": "5e59b89ceab33d3b7866bded6232da4740585dfa0a4c0def893e98c84a06304955df1ff24833a1419c60decc7acf32a7d0581c58f2ffc7ee18d0365ecd4612ed" + }, + { + "alg": "SHA-384", + "content": "35e1a8baa7921f7f01b7f031a4a53112b2ac5c36b409baa65328215f833a73038df4f6f7f0f477f3a060c2e0890edfe5" + }, + { + "alg": "SHA3-384", + "content": "7b2527f6470c6dfed6ce2a42705c63221bbd0c90d3055b290044334b1cb64663902823b7e91afbec82c876eaf7a1b3ce" + }, + { + "alg": "SHA3-256", + "content": "495ab9e4f559788cfd3033bd2d1fa92bf854a19f1a982bb87f151a07267e6f1d" + }, + { + "alg": "SHA3-512", + "content": "22044f8d0415e8e403c7ad3f042332c4e705db86a3cd483f3671b7cf24a1223733d4795d9cc864a92a444d21984c36639e86f23d48c1c22c0be38df8f6d5c8e9" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-websocket@10.1.19?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://tomcat.apache.org/" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-websocket@10.1.19?type=jar" + }, + { + "publisher": "Spring IO", + "group": "org.springframework", + "name": "spring-web", + "version": "6.0.17", + "description": "Spring Web", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "8abcce8e05e82406d2e8761360f65215" + }, + { + "alg": "SHA-1", + "content": "3b66acdf26e0080cd1858b596884dcce062db9d6" + }, + { + "alg": "SHA-256", + "content": "7105547ac363c0889af5629947306b1c2bee6e8e2dc0b56c1566f58d3146f147" + }, + { + "alg": "SHA-512", + "content": "0f1fbe3f6b14cab0d7c8dcd829c3634e40c42b1368d32f8a4ae1b76918f205d795e38820db4d1f1d71bfce91deaa7f376e24b62efecafd363b7db8dfa83521fc" + }, + { + "alg": "SHA-384", + "content": "72e843adff35b68202414ee3ca86f4f9f925a7156a134eccc34b68e7ae923ac3f430b9c9ea8c05ddc1d57af3f654310c" + }, + { + "alg": "SHA3-384", + "content": "ea52d891e6c2be95f9c92e040af064ab7b76df7b3d6217cee72b13000ef8aa36260258e79a2f5ded161735a26649baf1" + }, + { + "alg": "SHA3-256", + "content": "3f22c56e4f8b7b85e091aff046327018c623e850a82c61856cbd6d9e18a100d4" + }, + { + "alg": "SHA3-512", + "content": "8a8fc5cfd8054df7dc1a622ec00350ae2eb2c7d27cfe8e3d9de5b5d3aa9ca901d4852c6fa8aed5db75a37754ae0c42c49301ebfb19ad57206eef257831a1e808" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework/spring-web@6.0.17?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/spring-projects/spring-framework" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-framework/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-framework" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework/spring-web@6.0.17?type=jar" + }, + { + "publisher": "Spring IO", + "group": "org.springframework", + "name": "spring-beans", + "version": "6.0.17", + "description": "Spring Beans", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "f5f55e5df0df60c2859893a410b49559" + }, + { + "alg": "SHA-1", + "content": "bf9be8bd122809fbd14f6f1ec4a5470483ace10b" + }, + { + "alg": "SHA-256", + "content": "8e3cf8d836be72363adcf7f6ba113d03e3432494b8a743a313d79ed90da22aa0" + }, + { + "alg": "SHA-512", + "content": "448a397a6c424435dad9354bc4f403ba81b6e661369915a64816f26e5f9d7f3946ecd535c6eed39e98b21f6499d82895f185c0b68b9252c913e05968a348f5d8" + }, + { + "alg": "SHA-384", + "content": "fc2b7689fd5156ce68a3f8ce589b143116719d9891490a37407cfdd524529c40a2b19ca73e2416502bb4ae46ceaf6395" + }, + { + "alg": "SHA3-384", + "content": "bbab7292ec897287b9aa7caa6365f3d809c80ed0ee8c2a3e1ccb8f0b0a0e7f21ad2b7002e9eb4dea182a86e8dd425b1c" + }, + { + "alg": "SHA3-256", + "content": "3cc0b8df4e74b8f9bf2c4adb2fb83e474345b188fa8b7f3899ce92d98302fcbe" + }, + { + "alg": "SHA3-512", + "content": "4ccce8ad1f2acace4cce0576ee53b85032387a0177d6f94ec67182d6ede62ea6cfd651e6aafb46ae32cc9db2d1f4fba6ad99fab9f01defc5d3a872c908fa468d" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/spring-projects/spring-framework" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-framework/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-framework" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar" + }, + { + "publisher": "Spring IO", + "group": "org.springframework", + "name": "spring-webmvc", + "version": "6.0.17", + "description": "Spring Web MVC", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "fa846a389d03c61218573d2c3b191ca1" + }, + { + "alg": "SHA-1", + "content": "1de9f44a949e25f3095b33c0a13a0c3bb5151152" + }, + { + "alg": "SHA-256", + "content": "3f42c232246dfe277519ccc227a745fc889ce657523940ffafc6617455286af0" + }, + { + "alg": "SHA-512", + "content": "68839fe6c35041ada095cb324f3c7e28be2af4e1e588f0d23a1e1dde84df3a784caef418cffc1edfc9739fe265c5ef14ada2fddb5a62de6c74abbef8ea73c9a1" + }, + { + "alg": "SHA-384", + "content": "29ab8e251649ec1d207cb3765c31db3dc5ee56ea84387836a9ee8bd15aa33d787a2908c4ea972b96254834c2b9c9a0cd" + }, + { + "alg": "SHA3-384", + "content": "fdda9c4dfdf9a7dd49d1dd55b156dc700a246f6057dc7b106dc485595dda9c995648f6bf4a11ae44b98032b94260ac13" + }, + { + "alg": "SHA3-256", + "content": "05abcb852a269188d43b6c9bd7464d8677daa79c5ec720e38fca30cc50839bcf" + }, + { + "alg": "SHA3-512", + "content": "e91ab004fd156c2e16617633841eee3d5579226015c89f5113af8d9b25b3a6fd4b6b71f8955fd0650df4e4191810a0e8d999a68401985e239ffa9b4e83ad64c2" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework/spring-webmvc@6.0.17?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/spring-projects/spring-framework" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-framework/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-framework" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework/spring-webmvc@6.0.17?type=jar" + }, + { + "publisher": "Spring IO", + "group": "org.springframework", + "name": "spring-aop", + "version": "6.0.17", + "description": "Spring AOP", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "75f72bdca2129211cb719b20d6e25227" + }, + { + "alg": "SHA-1", + "content": "6c3643e18a0ec35ea04327e7b4cf1c873237d038" + }, + { + "alg": "SHA-256", + "content": "b4c25a64bd9b8903a441a3e31f1623bf35f435c1290cd205caf1acf0eefd21cc" + }, + { + "alg": "SHA-512", + "content": "c21bdb636223bc1859a757846837a7e75be094e92b1e40f2c5415dbcfa32e26b4579e85f9f199cbecbb5594300e1ecd79a79d1b27492224acd298cf9d623eeed" + }, + { + "alg": "SHA-384", + "content": "f722b41a9941e1699d55a948a47b2a0b9b1cd4955c859bbea2018b8ba9463b71be2125e2b3937add52220f9cbd29f3c8" + }, + { + "alg": "SHA3-384", + "content": "f665f9df3e248aea48fd1a89af02e658651c05f9e4dbc0140c5c8ccbb5fedf2ea850b928c636a76bf42326fbf60fcce7" + }, + { + "alg": "SHA3-256", + "content": "a7c9015d846ee1424fe794b30a14dd3777af03b3aa1239d6e09cde2a0c2eb7da" + }, + { + "alg": "SHA3-512", + "content": "3e09c067e16937e2e884a4852acc8c1d52aae7259b3a66de7079ab276413ba316a606cb1775e97d918a6a8a38124a8129e571998b69d53e205a44210343539b8" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework/spring-aop@6.0.17?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/spring-projects/spring-framework" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-framework/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-framework" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework/spring-aop@6.0.17?type=jar" + }, + { + "publisher": "Spring IO", + "group": "org.springframework", + "name": "spring-expression", + "version": "6.0.17", + "description": "Spring Expression Language (SpEL)", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "92ee7240d822455ce3ce2d22f15380d9" + }, + { + "alg": "SHA-1", + "content": "50869c71d9d520ce43ef34cbcf8143c3cfb670af" + }, + { + "alg": "SHA-256", + "content": "2dfd1c717a3cb2b059c18d0d2edb8991d59f23a64ad427b9df5d51fcf1b9c72a" + }, + { + "alg": "SHA-512", + "content": "86a118727cf29b23048aa5830abf2200710ff13b00fd84f0ce0ae5979768eae67154b6349a9954d10136f0c2cef1986594a4ed102539d13f41071a26e48cbc22" + }, + { + "alg": "SHA-384", + "content": "9826f39e330404415ced86f184f6c9a607e48dbc15ce64e850704608ab351afb713fb2fa7a3370d07c10bf9ccb85aedb" + }, + { + "alg": "SHA3-384", + "content": "0fbec97dfb3ea37f1744a1598a64b668a16b2bc92933d0a73d49cca9750e25870b82d3d78793801062815e6ef6da5e85" + }, + { + "alg": "SHA3-256", + "content": "6f4d03adcba7bc93ef55d57c579a6cb907a7427828ebda0826a2601716b5bf88" + }, + { + "alg": "SHA3-512", + "content": "ff1e768f6b8049a21a9279782993d308861f65c2b45a470e3ccfb6d609ec8bcf73bd845d9ff95cc526eb7f777f4d8841ec4a6716724edef42e10d3532cf081f8" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework/spring-expression@6.0.17?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/spring-projects/spring-framework" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-framework/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-framework" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework/spring-expression@6.0.17?type=jar" + }, + { + "group": "org.yaml", + "name": "snakeyaml", + "version": "1.33", + "description": "YAML 1.1 parser and emitter for Java", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "e0164a637c691c8cf01d29f90a709c02" + }, + { + "alg": "SHA-1", + "content": "2cd0a87ff7df953f810c344bdf2fe3340b954c69" + }, + { + "alg": "SHA-256", + "content": "11ff459788f0a2d781f56a4a86d7e69202cebacd0273d5269c4ae9f02f3fd8f0" + }, + { + "alg": "SHA-512", + "content": "787b72aebb685689ab379ed8f238fc2f4175bb82d285909e39e7ff1ee1b9e64ad8878f4685dadde274f950b0dc77dca3082a52921c11094aa2a535672ae4f33c" + }, + { + "alg": "SHA-384", + "content": "9f0a0a35df2b339830b9e78294634ea894e7096e01709c82d965e24a9fa9ac6ee15edbbbf23368dcd57741de5bf23086" + }, + { + "alg": "SHA3-384", + "content": "91d8fd581d60be4090d3b522d8c119c12449cff2ce6c436d0e53977e1c9fea8686b2b360fb15f4c3507e4f243d7d6170" + }, + { + "alg": "SHA3-256", + "content": "7dcf0429ecb923a66e00ec633bafeb297e3b90e1cc2be0f85443fd61367f355a" + }, + { + "alg": "SHA3-512", + "content": "59b32910dddf63475893f7c830d58ca320cd6183704d80b8111cee7bb1674f97f5699c8ac52f905a5b9a20128b9e2b6a26a07490f217033c858d9c358bedcafc" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.yaml/snakeyaml@1.33?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://bitbucket.org/snakeyaml/snakeyaml" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://bitbucket.org/snakeyaml/snakeyaml/issues" + }, + { + "type": "vcs", + "url": "https://bitbucket.org/snakeyaml/snakeyaml/src" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.yaml/snakeyaml@1.33?type=jar" + }, + { + "publisher": "Spring IO", + "group": "org.springframework.kafka", + "name": "spring-kafka", + "version": "3.0.14", + "description": "Spring Kafka Support", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "7045e39a48843972214c669a39ae4af7" + }, + { + "alg": "SHA-1", + "content": "3b4bb51c91e102dab8c05660ba69a5eba8b12d84" + }, + { + "alg": "SHA-256", + "content": "6feb1adaf2d70f04907ca66c2fb4c547cb1ee5e10506411c206aaa7682e55803" + }, + { + "alg": "SHA-512", + "content": "438a46b50627c5cba5f835d2f93b7a7306f9a4c731dcbb4d2ec2fec72f61e05f15e5278e6844f39d2720fd743e29e6c6614428782c748eb1a264ad0038131ae0" + }, + { + "alg": "SHA-384", + "content": "14b94e54f09bb778d54e068095cc4cdfcace5e8557af7cda2d256b8b65fd3accf9aed4372f66bd84db31e5b7921d123d" + }, + { + "alg": "SHA3-384", + "content": "d032d158b0d1a80e404e97f214114948edd261546282bf218dbb9c157d906aa60c35c288ad72c6ad5cfa8395fb301cd8" + }, + { + "alg": "SHA3-256", + "content": "515484998010ec545b7b588b43a66fedba1de6d4e8a3630d3185382ebceb429a" + }, + { + "alg": "SHA3-512", + "content": "3aa1e2fb298dc487734fd898a6af3ee495deb99c5aa4c41419a53a7fd1893a0ff8533a5f07f815c5f8b8cbb293389b73b6baa76f7fce4630526da9cf1f4870c4" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework.kafka/spring-kafka@3.0.14?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/spring-projects/spring-kafka" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-kafka/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-kafka" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework.kafka/spring-kafka@3.0.14?type=jar" + }, + { + "publisher": "Spring IO", + "group": "org.springframework", + "name": "spring-context", + "version": "6.0.17", + "description": "Spring Context", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "9594f7b4b9c10567d376c871ce8d41cb" + }, + { + "alg": "SHA-1", + "content": "f39ba5885f9733b674d9e22ea7a4b77656527619" + }, + { + "alg": "SHA-256", + "content": "d5368dd80ddcd80f7dd66c4b95b6e702615e28add7ae97b597bcee5608f9114b" + }, + { + "alg": "SHA-512", + "content": "04e1390e3970303c1d8de750a9c3953c605d688cbf306241a82ab125ee0242e4a2c231268fe7dd31b587520a34c7a21bc7409147d88a51ab3c13f8de5db6f24a" + }, + { + "alg": "SHA-384", + "content": "a6211869df8ecb3db3d70f27178a79074e1b652e99a9c73eeaa3b105c5ae05d817d720e97cbf3ddcbc65541d9624a8a5" + }, + { + "alg": "SHA3-384", + "content": "84d5247e9c7a02a091ca744b0b9ff3647dc1eef2285703ca8a3c8458193b31786e2054d7291ffd9f699705ff9a2fb97e" + }, + { + "alg": "SHA3-256", + "content": "105f5fcd3ea66531b9f779189f1e8c8d7e40b962aacc89a7c3809c3fae07e948" + }, + { + "alg": "SHA3-512", + "content": "81df3e7407c876026222b1736cc523d7ea6e3477366d08b837afc571cb78cbf45363526cf6af88983ab7ddc5e42ebb54ed81c7fb5920549a481a70325538717e" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework/spring-context@6.0.17?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/spring-projects/spring-framework" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-framework/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-framework" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework/spring-context@6.0.17?type=jar" + }, + { + "publisher": "Spring IO", + "group": "org.springframework", + "name": "spring-messaging", + "version": "6.0.17", + "description": "Spring Messaging", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "5f5852a5f79dba8a395a4580091dc5ab" + }, + { + "alg": "SHA-1", + "content": "cedaaa488bd6f62b970f4b2c9af377afdb85ed7f" + }, + { + "alg": "SHA-256", + "content": "f88d47b4a9ed89eedfc86146c9c4789bf56dfc0dfc1aeabc41744fe98844f2be" + }, + { + "alg": "SHA-512", + "content": "d3321112c2cd7353edd90b09fc5fac7d61d36745aa97bfad38bc33de624b643fd6a9abdc1b97615069db18d41310ece330dce4c557f5783b0b9b3f9e0684609d" + }, + { + "alg": "SHA-384", + "content": "37ea2769fc0d5fc766c50f9735a30a3984e723cfbe24ef6d925ff33cfdbbaa0852618a90e8df5a55d2006a895514a743" + }, + { + "alg": "SHA3-384", + "content": "f62230795dd4e6e9ab585eddd8338bd83d85a66bbafc714fd6bd8c990f44727b7cab9b45a78820226d4e52034e8e78e6" + }, + { + "alg": "SHA3-256", + "content": "82982ee722214e638cf0c5d389eaee907cfaf86a084777def0eacc972fffa0aa" + }, + { + "alg": "SHA3-512", + "content": "e5aa122be890282ed0102751216d24a0aaa70cfc1ee0e8f7f96c33d42937f014f81c054e14716ada73ca77a93ff2935dc2871851c80835ce389ae2c9a14494dd" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework/spring-messaging@6.0.17?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/spring-projects/spring-framework" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-framework/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-framework" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework/spring-messaging@6.0.17?type=jar" + }, + { + "publisher": "Spring IO", + "group": "org.springframework", + "name": "spring-tx", + "version": "6.0.17", + "description": "Spring Transaction", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "c4ebc0df2df8f86e80ee81a07b971996" + }, + { + "alg": "SHA-1", + "content": "dc1dabdb67815062da8835dfbd95a14dbc1e7bbd" + }, + { + "alg": "SHA-256", + "content": "11097587e3afc7eed922892a5c41c51a79cdcee71e24c86274032c79726982d8" + }, + { + "alg": "SHA-512", + "content": "da1413d47cafdf6d6b77917b9dd8a54186443154648ee4e321d12307855f0dd35c9340949bc2bfa031df7b23f51142f5cefdfea77838b3e7f095e06b629ee813" + }, + { + "alg": "SHA-384", + "content": "b41fc360c4ff6013abdf8f9c266d16042011a7188c38f31166ef1a57fa1af4c644eb1d264f268cd5649849dc04b2d058" + }, + { + "alg": "SHA3-384", + "content": "c43ceb285d1ee458a815fefa26c2f98adffd1ff9d6871b1e0a9cccd0a0b8982a38be3429581a666e6921212f1b908724" + }, + { + "alg": "SHA3-256", + "content": "40423185042fe666a10c5fcd578d37af0b016322fd20f78425ba90ecbc00c448" + }, + { + "alg": "SHA3-512", + "content": "5a21f1f24398e18159b2adf88742d6857a5df11885904b4ad3cd510682682d559bacebaa6e777103a2a50f375a02ce04682a2c62f27f4ecb6524b333964cb67a" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework/spring-tx@6.0.17?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/spring-projects/spring-framework" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-framework/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-framework" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework/spring-tx@6.0.17?type=jar" + }, + { + "publisher": "SpringSource", + "group": "org.springframework.retry", + "name": "spring-retry", + "version": "2.0.5", + "description": "Spring Retry provides an abstraction around retrying failed operations, with an emphasis on declarative control of the process and policy-based behaviour that is easy to extend and customize. For instance, you can configure a plain POJO operation to retry if it fails, based on the type of exception, and with a fixed or exponential backoff.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "ad497992a2e52dd87e8a027550fb0ad4" + }, + { + "alg": "SHA-1", + "content": "6aa0cd18f611ee83dc1d8e5052485e9669088253" + }, + { + "alg": "SHA-256", + "content": "99c9c9c12683b8a2e0a3307c6719790e0c93098886a09599f399d0febb3294ba" + }, + { + "alg": "SHA-512", + "content": "79f882472a77fb265287da731fe86dccb606f26dff78fbc476228c701ca012878a07db3a47f5c237d9d9e7bf43d5daf4db3b9a62b5ade8bdbfe87347304942f9" + }, + { + "alg": "SHA-384", + "content": "788209adacf463d939e6aace6f80af43e8550f82d528db63c93e9a3962bdc8e048302032b5c263880104bc394057d4b9" + }, + { + "alg": "SHA3-384", + "content": "8a2bd5d9b24bb517a1623659da69fa9af7c3dfea0f8da2e1a91fa097d35a1cba4d5be13ff175b056c972eed7123efb08" + }, + { + "alg": "SHA3-256", + "content": "1a03d92066c488721ea93ffa06ba5f043cf0baf911016694f9b62bce9683faee" + }, + { + "alg": "SHA3-512", + "content": "8340f83ef54ba3ac4c09d402ad5d6c47639a2ed478a25c4b329cd1003944db862910bae97e66fa9ec14a06e36279d391579f7183cb156dc1131cf59049f07e0a" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework.retry/spring-retry@2.0.5?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://www.springsource.org" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-retry" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework.retry/spring-retry@2.0.5?type=jar" + }, + { + "group": "org.apache.kafka", + "name": "kafka-clients", + "version": "3.4.1", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "d75ecfc233fe106c6fa82841edab7436" + }, + { + "alg": "SHA-1", + "content": "a2f55251deb3d31a21903a0cfbd4d1fa6b7463ca" + }, + { + "alg": "SHA-256", + "content": "9d0a9058c8ede79db6e54ae378ed16fe8d1bead2894635a4aa6aa0b7981668c6" + }, + { + "alg": "SHA-512", + "content": "b111e1980fd6bf65ca546f6b517fb31a140b19b4dc88646e723b11b54b521e48643f33aa341f47b3111a4556af131200f80c851e1b68d37cb4e747e283eefd7e" + }, + { + "alg": "SHA-384", + "content": "ecda328bbead755badd1dc8edcfefb5dfa64a8a2e6aeddb27e55ed15d9bb7fe4f7a392c4a43b0496157bf77cb588745d" + }, + { + "alg": "SHA3-384", + "content": "d57ef995594fd7b72fce50cfb868f228bf24592bde5b199518bca117e5b3f049b7f4a280485df23bc785aa24b5d65926" + }, + { + "alg": "SHA3-256", + "content": "3011633c539acccb0c20a832b4c8a282e953384844cbe6c86c30374a5a5c8774" + }, + { + "alg": "SHA3-512", + "content": "666d99bbd8cbb900433d8076d5027893cb4c9d2c51a7ba8be69ec2d97d1104ed32c6bac5cbfdebeec4c646f2289d95d354653c9e243b806ec2ccd7a3fc952f7b" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.apache.kafka/kafka-clients@3.4.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://kafka.apache.org" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.apache.kafka/kafka-clients@3.4.1?type=jar" + }, + { + "publisher": "com.github.luben", + "group": "com.github.luben", + "name": "zstd-jni", + "version": "1.5.2-1", + "description": "JNI bindings for Zstd native library that provides fast and high compression lossless algorithm for Java and all JVM languages.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "2909788860e8e3ee29d51b327a43ca24" + }, + { + "alg": "SHA-1", + "content": "fad786abc1d1b81570e8d9a2fc8a1ef479bc27b6" + }, + { + "alg": "SHA-256", + "content": "93f7e4cbc907c2650f89f9f0bec94873735a58f1e4b66a54973294e4ec1878e8" + }, + { + "alg": "SHA-512", + "content": "92174059714b98d4275dca1b057c857766267afe6ae2b27bfdfe50395cb90a3ec973032977a074c5ce516a3769336e6bf63d3bbde95bea165c409f1c990a651d" + }, + { + "alg": "SHA-384", + "content": "cdc9284a4537fcf83166bae1c4731463d94ad9615f91200c4da6368ddbd769314e87453e9114649c694966e6c77d4883" + }, + { + "alg": "SHA3-384", + "content": "7fc38f70a3160e3a3e308c56e8b3bd5bcb42567f4739abdfd301f9e5ee74b1be0d1d072f6cf07270e61ac0a6ed6bf8d8" + }, + { + "alg": "SHA3-256", + "content": "3d7fdef386e28e112621eea44bc6d6798dc68c8cf690acc2b74db5d221bc5faf" + }, + { + "alg": "SHA3-512", + "content": "693b3b3d29e63690ae9c1215cc84d8e77f4de28e664eb184bf9ad4697389b8230f75f490ba653feb191b3e039eeab9415f3c56b5d2786d85e48dfd8035df4e14" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "purl": "pkg:maven/com.github.luben/zstd-jni@1.5.2-1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/luben/zstd-jni" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.github.luben/zstd-jni@1.5.2-1?type=jar" + }, + { + "group": "org.lz4", + "name": "lz4-java", + "version": "1.8.0", + "description": "Java ports and bindings of the LZ4 compression algorithm and the xxHash hashing algorithm", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "936a927700aa8fc3b75d21d7571171f6" + }, + { + "alg": "SHA-1", + "content": "4b986a99445e49ea5fbf5d149c4b63f6ed6c6780" + }, + { + "alg": "SHA-256", + "content": "d74a3334fb35195009b338a951f918203d6bbca3d1d359033dc33edd1cadc9ef" + }, + { + "alg": "SHA-512", + "content": "98d59086a6021ca571d9c1d64b715e43044c730e1ac563f514c40cf44302615d30378b6d5cc69990446522de6260dc8e7b303e3990a3139dc326d058dfb6dbd9" + }, + { + "alg": "SHA-384", + "content": "8e3f2acdbb41a00c4d9cc5f328e63fb626ac7c6c84e1bf9502e2fcc76a591b2b819b2d27b29925ff986b95c297b30e2c" + }, + { + "alg": "SHA3-384", + "content": "ec0d6a00760d0a4ecba13a41785d6ae57a64552b1687eaa3e292b3054bb1348e49ab8a938197ff126f9218c6cb96ee1c" + }, + { + "alg": "SHA3-256", + "content": "7be684c102891105f66d378b61ea1297a392c1618b5aebf7e0b281f55217c206" + }, + { + "alg": "SHA3-512", + "content": "0b2294570ea2bfbb50ced21dfa4bad956467ca447e9ab2dd602a3478371bcd0e9f13d2dff74d06827a28882409612cdde00bd91267be05bd3510c68268bf3166" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.lz4/lz4-java@1.8.0?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/lz4/lz4-java" + }, + { + "type": "vcs", + "url": "git://github.com/lz4/lz4-java.git" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.lz4/lz4-java@1.8.0?type=jar" + }, + { + "group": "io.micrometer", + "name": "micrometer-observation", + "version": "1.11.9", + "description": "Module containing Observation related code", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "de6d539f52062c78f1da0c66ac700684" + }, + { + "alg": "SHA-1", + "content": "c5a70415284dd3cf08e20a2a4c339503be750813" + }, + { + "alg": "SHA-256", + "content": "b4424b6d12be0ea02e3fccc3cdab54a7da7f6953deb93074f2a967760a457e39" + }, + { + "alg": "SHA-512", + "content": "dba805a7cae2ccd3c67302f0ce3758d98671e9854d0b66958ce592574234b1d19ca194cb7ffa0c3e735c4677e09c42f8b46e361d2dae731c8965c5ba6510fd28" + }, + { + "alg": "SHA-384", + "content": "efad6f5b582df9413312326296db6d6db75605614ddc47302621e4fababc3a2c06197836829d9e8595fdae64b694f6de" + }, + { + "alg": "SHA3-384", + "content": "d7c6cda668975d77dfa420be508541eb6bfe4aa5e27d6c2c1f57f82b5e44d2637d7cf457e80628cb8d38ae5b233d1e30" + }, + { + "alg": "SHA3-256", + "content": "774c2ac5bd38122edc9d84a1763724110fe70bc09c025bcfb5bb42aa3748c6d4" + }, + { + "alg": "SHA3-512", + "content": "145a886005deee6c570f857afcbef09a46ac5d2c0e734e9935d9ebfa0c1b1db4ad9a845013413851278d36b3df237c65417215bff9c62a2c58bbf817f37bff78" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/io.micrometer/micrometer-observation@1.11.9?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/micrometer-metrics/micrometer" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.micrometer/micrometer-observation@1.11.9?type=jar" + }, + { + "group": "io.micrometer", + "name": "micrometer-commons", + "version": "1.11.9", + "description": "Module containing common code", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "6361df38c0d03fbe035d4474d78476d1" + }, + { + "alg": "SHA-1", + "content": "f90f94d38bb351c0b165981303898106bcd8cc36" + }, + { + "alg": "SHA-256", + "content": "9b2b4749791044407e5e6b29a88e389fc867583d59fd833e832cfbe60c58d31f" + }, + { + "alg": "SHA-512", + "content": "141a25cce65d89cdb7088150e5842faf3aed01f51039f4fc15a840dacea62640bc25c51d610ae89f8c0f60e785115da80785570cd8327c594e32ec412a41f4d6" + }, + { + "alg": "SHA-384", + "content": "86be8046554725561851e29859225cd9873b3b5450b6d537df1e0a283f3d105fccc0b7d653317a2e3c4998f12e2dd567" + }, + { + "alg": "SHA3-384", + "content": "56389664cbc69c099ea6375bad98f71407fb42d8fdaf25b41fbc5af1df3f073dac7727e42639e4b0f83f883daa270055" + }, + { + "alg": "SHA3-256", + "content": "ca47ba62846968f9ff294fcf1bc4858023b91dfdce140917e9aeafb4b7f2da22" + }, + { + "alg": "SHA3-512", + "content": "1ff9f48d1a5c749366c1b8b2b4cd7957a42f33b773ecd3684133791a5fccf151f2c6f7099473b9d7ad16e16061d4d937ab6769e6f339515db9483902f5d891bd" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/io.micrometer/micrometer-commons@1.11.9?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/micrometer-metrics/micrometer" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.micrometer/micrometer-commons@1.11.9?type=jar" + }, + { + "group": "com.google.code.findbugs", + "name": "jsr305", + "version": "3.0.2", + "description": "JSR305 Annotations for Findbugs", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "dd83accb899363c32b07d7a1b2e4ce40" + }, + { + "alg": "SHA-1", + "content": "25ea2e8b0c338a877313bd4672d3fe056ea78f0d" + }, + { + "alg": "SHA-256", + "content": "766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7" + }, + { + "alg": "SHA-512", + "content": "bb09db62919a50fa5b55906013be6ca4fc7acb2e87455fac5eaf9ede2e41ce8bbafc0e5a385a561264ea4cd71bbbd3ef5a45e02d63277a201d06a0ae1636f804" + }, + { + "alg": "SHA-384", + "content": "ca0b169d3eb2d0922dc031133a021f861a043bb3e405a88728215fd6ff00fa52fdc7347842dcc2031472e3726164bdc4" + }, + { + "alg": "SHA3-384", + "content": "9903fd7505218999f8262efedb3d935d64bcef84aae781064ab5e1b24755466b269517cada562fa140cd1d417ede57a1" + }, + { + "alg": "SHA3-256", + "content": "223fda9a89a461afaae73b177a2dc20ed4a90f2f8757f5c65f3241b0510f00ff" + }, + { + "alg": "SHA3-512", + "content": "3996b5af57a5d5c6a0cd62b11773360fb051dd86a2ba968476806a2a5d32049b82d69a24a3c694e8fe4d735be6a28e41000cc500cc2a9fb577e058045855d2d6" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://findbugs.sourceforge.net/" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "vcs", + "url": "https://code.google.com/p/jsr-305/" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar" + }, + { + "publisher": "VMware, Inc.", + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-jpa", + "version": "3.1.9", + "description": "Starter for using Spring Data JPA with Hibernate", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "dd3194523971c18bf60e381bba4d6d08" + }, + { + "alg": "SHA-1", + "content": "f251691cb95745be08ba47441ce0344042ebfb65" + }, + { + "alg": "SHA-256", + "content": "2290909a7d5fe3935ea0999701e0962c8a2ba15aa98206b835c56257ee6b1a22" + }, + { + "alg": "SHA-512", + "content": "d9774d4a9a404c70b4ee4330081d614198e0799c0f82f6a9a76876731e92e989e77653dc3edf4582762bd6284835fb356d47f192218f0ab4083ac343b9623330" + }, + { + "alg": "SHA-384", + "content": "6f3fc97d6cc61261e9c8dca09ef7ea072c8c0943498858b6036533f82d7090a4b2ecbd851b3565ccaec7b33513e74fee" + }, + { + "alg": "SHA3-384", + "content": "e614b892e36b48fc92fda735649647af33faa773bd1794c600783426ed073a71195f4196045f8b21fd83477e924cbd1e" + }, + { + "alg": "SHA3-256", + "content": "546400df2e53925bbf65a6f163656fc959a2b489070ed3d5af24a326a676a1a1" + }, + { + "alg": "SHA3-512", + "content": "be3c2d7e4b389c7d98efa8c32db56fe92d47e380fb986cb3785da464b1bde095877c42fc9dfcd8e46e12e19e440085507e9d82ee9c6f80710569a96bc39600b9" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.1.9?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://spring.io/projects/spring-boot" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-boot/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-boot" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.1.9?type=jar" + }, + { + "publisher": "VMware, Inc.", + "group": "org.springframework.boot", + "name": "spring-boot-starter-aop", + "version": "3.1.9", + "description": "Starter for aspect-oriented programming with Spring AOP and AspectJ", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "e2ac5a2437ec5de49a2d62fb5c952ed4" + }, + { + "alg": "SHA-1", + "content": "1e104256649c29cfb4692b38151373a734063b8f" + }, + { + "alg": "SHA-256", + "content": "ca096c0e7a17b4044a161d0016f1396e4d0b11750da3fbbbf18b1bb338141ec4" + }, + { + "alg": "SHA-512", + "content": "e8c29bba2f513078544a62c7324f51bef48d5dc1cc1f34f18ca9af5754597603058d006bc246a83d049ec96dfcce62aab1046ea0f4084c16a9b072b109326388" + }, + { + "alg": "SHA-384", + "content": "2a2673b56e4bc800ef2a3b52e8f9fedbd27f9c6871eb3f7ee7861a06ccc00b41978a3c62b85d23da843b977adfe9b262" + }, + { + "alg": "SHA3-384", + "content": "a08521b0cf775de4e41fab535c30e20be9bf21485a6d24ba8bde8abb5456c73ca1303814fa8238e8c428cf3184ed111c" + }, + { + "alg": "SHA3-256", + "content": "da23d59f6397a4f25654eaa4d7aee556c1c3593346d737bedc1145a4aa0e7e13" + }, + { + "alg": "SHA3-512", + "content": "2e3ae27f42c871aa5ad5f9c11b295870c15549fa83a97c6abbd7e6a1ab45a55ae50dc18a2c077838fe363126f4cc1b90d8698352013407a60cdbf96d96379b9a" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-aop@3.1.9?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://spring.io/projects/spring-boot" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-boot/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-boot" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-aop@3.1.9?type=jar" + }, + { + "group": "org.aspectj", + "name": "aspectjweaver", + "version": "1.9.21", + "description": "The AspectJ weaver applies aspects to Java classes. It can be used as a Java agent in order to apply load-time weaving (LTW) during class-loading and also contains the AspectJ runtime classes.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "5ad410e23382a98266021f68afbbbfc1" + }, + { + "alg": "SHA-1", + "content": "beaabaea95c7f3330f415c72ee0ffe79b51d172f" + }, + { + "alg": "SHA-256", + "content": "cc3397d9d3a114894756fc67779941f5f04b06e32e41aa9408564c671a1504ba" + }, + { + "alg": "SHA-512", + "content": "dbeeb48a558d1aa3cbe54da3a1c0cbf7cffbf915d8ab3132167898522b2d67e8e33ced78ebc861a4c42f958e4327e3c2c365a658cafa1d341a77568ab6f55cfd" + }, + { + "alg": "SHA-384", + "content": "1db3d25384469c04e8f5d29a797e9b81a6547f81d7e37ba0157a8caaa043e5c26866c0759d70be1598e87be53d7f8845" + }, + { + "alg": "SHA3-384", + "content": "86a8e977fc1ec573a45ca4ee7c7e512e86631ea502402d22475db7353f2d8309c103da2dfb42a3f6042be43e3f2aedc9" + }, + { + "alg": "SHA3-256", + "content": "ff8b8367dfd9db0e878c87c82e1ffa702eef1a65bd75cdf04d754babfaed068b" + }, + { + "alg": "SHA3-512", + "content": "63951cffe53e0d539f2dc6cab3b208e7bf055f84c178ab8531967cb36f573ea59af6f820c45e7f1673d9f94428a985c3cd2f11a714792d2016433006dfc72326" + } + ], + "licenses": [ + { + "license": { + "id": "EPL-2.0" + } + } + ], + "purl": "pkg:maven/org.aspectj/aspectjweaver@1.9.21?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://www.eclipse.org/aspectj/" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "vcs", + "url": "https://github.com/eclipse/org.aspectj" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.aspectj/aspectjweaver@1.9.21?type=jar" + }, + { + "publisher": "VMware, Inc.", + "group": "org.springframework.boot", + "name": "spring-boot-starter-jdbc", + "version": "3.1.9", + "description": "Starter for using JDBC with the HikariCP connection pool", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "a87acb8402570cddab105f0bfc9a6fda" + }, + { + "alg": "SHA-1", + "content": "d44c66826557dc6cab258466925c34c61a3bedbd" + }, + { + "alg": "SHA-256", + "content": "6bbb9d50e4142ace9308ba6d955368b06079c41ef8b180a5a0157838948469b9" + }, + { + "alg": "SHA-512", + "content": "cc0172960055d27c4925f6f239ebe27a64a0495f8150037582e8718f6f1739f1c6ff8cd4ca78f426087869a2ced668ec2d2fb64f7d9d4fa262be81ada5338ce9" + }, + { + "alg": "SHA-384", + "content": "02e3c093d59c5a09455e4324abc17ad72f5019b1f132dad0ad28cc1fdb99036a2642244f63af313b38b0c8bc2494f68b" + }, + { + "alg": "SHA3-384", + "content": "7324ccc99ced4149ffb9e110e43cc5eb01764e0bd9e86b4d65c17904b4ecff9d4077b38c12c797c3a9afba981ab90a19" + }, + { + "alg": "SHA3-256", + "content": "a411d609d9354a70bfc5e1ffb3ce574a057f37e28d14ebfedc7e2e2ab5699470" + }, + { + "alg": "SHA3-512", + "content": "c70470777460383fa6e56092aa5f06516750056e8c5264f10c75d61d309ee172a2774547d307516e5e815e2436bed8fc2ce041386809eb4f90d82e84094eac97" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-jdbc@3.1.9?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://spring.io/projects/spring-boot" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-boot/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-boot" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-jdbc@3.1.9?type=jar" + }, + { + "publisher": "Spring IO", + "group": "org.springframework", + "name": "spring-jdbc", + "version": "6.0.17", + "description": "Spring JDBC", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "29e13be4ae07c3a983eac76cd8a17b4a" + }, + { + "alg": "SHA-1", + "content": "8060275161ba07c19f6487169db9a124c139e0ae" + }, + { + "alg": "SHA-256", + "content": "faa74d78806c3ca2d78bd595b37a2df36695e242a0a1acafd1d1357fa95c9f54" + }, + { + "alg": "SHA-512", + "content": "45f3f71d6cf86a7b143be8ea8f5f96a4a25a0c1ef872c313482b612ddb931a7d741fea2a94e70a080294ce5c93c86b61c5002c91c1588a13fa70047da93890d9" + }, + { + "alg": "SHA-384", + "content": "75ee07f7688239eb9a23ef834916f5d9188ffd233082e261b12589e7a465f3a9053142c63dd1f75374397581e0947113" + }, + { + "alg": "SHA3-384", + "content": "4ddcd3410c683f3a9c294315d8960d51e5864903d324b38c05b774d523ea69277034bf5a08d02f99dd46767d240caed0" + }, + { + "alg": "SHA3-256", + "content": "a588c6a38f2afbc94285502f45199f0e86c8322e999abaab6c032c1fd8bce7df" + }, + { + "alg": "SHA3-512", + "content": "5fa0ab7528decfda7e7a17408076765aa075062ece1f2c35898979e1e3eefc6ac1a7c3142ad257e2a55aa9f01533d1c09b7422b17579ee2162d54b653c01c4d8" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework/spring-jdbc@6.0.17?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/spring-projects/spring-framework" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-framework/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-framework" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework/spring-jdbc@6.0.17?type=jar" + }, + { + "publisher": "Hibernate.org", + "group": "org.hibernate.orm", + "name": "hibernate-core", + "version": "6.2.22.Final", + "description": "Hibernate's core ORM functionality", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "32122bcc53af861c14ad24a92ec0b659" + }, + { + "alg": "SHA-1", + "content": "d4abafd87b2cf00c58886de529545fb36dcdc2b3" + }, + { + "alg": "SHA-256", + "content": "ddb863eb54365821edce27d7054b281c8b0364c6a41f4c10ef685f0c9b034dfe" + }, + { + "alg": "SHA-512", + "content": "30c3d849bff87d479f14d959eef9818b523cd4cf0424debe06ecce2347b9581997a9a44bf1adc45d327b0ba86335e513ee948cb8f9c2ecb18b24f2ff54f52a77" + }, + { + "alg": "SHA-384", + "content": "5b7bcc54f24a7e11ef9c638250e6054b5f1a3f50d15a811c057e56bb0139cc1a2cf7b53836f15ddc87a1c2a938b52ac8" + }, + { + "alg": "SHA3-384", + "content": "191c44a2e1c92fc05386f1003d68c1b9522be8e1ab34a3705f3a8c0f19081b378f331b50a1238c33afa92a86eca09c57" + }, + { + "alg": "SHA3-256", + "content": "0ebf4dcc617887c9381d6e7b65d071e9e22703415372948d2dcaefc591a5bb35" + }, + { + "alg": "SHA3-512", + "content": "82ae7149e2e93f4f28544c3a8a2fabbe1348ca1ce362d248f800d9d13c610783e7d89865c769ae8770717227d265248c4cf3d8cd0bd6393790d843a91258c66d" + } + ], + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only", + "url": "https://opensource.org/licenses/LGPL-2.1" + } + } + ], + "purl": "pkg:maven/org.hibernate.orm/hibernate-core@6.2.22.Final?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://hibernate.org/orm" + }, + { + "type": "issue-tracker", + "url": "https://hibernate.atlassian.net/browse/HHH" + }, + { + "type": "vcs", + "url": "https://github.com/hibernate/hibernate-orm" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.hibernate.orm/hibernate-core@6.2.22.Final?type=jar" + }, + { + "publisher": "Eclipse Foundation", + "group": "jakarta.persistence", + "name": "jakarta.persistence-api", + "version": "3.1.0", + "description": "Eclipse Enterprise for Java (EE4J) is an open source initiative to create standard APIs, implementations of those APIs, and technology compatibility kits for Java runtimes that enable development, deployment, and management of server-side and cloud-native applications.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "35a1b7dfb38cf44ff795be607b0e6b5b" + }, + { + "alg": "SHA-1", + "content": "66901fa1c373c6aff65c13791cc11da72060a8d6" + }, + { + "alg": "SHA-256", + "content": "475389446d35c6f46c565728b756dc508c284644ea2690644e0d8e7e339d42fd" + }, + { + "alg": "SHA-512", + "content": "5ff83c6ade13eff5ca9daf7cf13bbba46a2c8aec3cc6ae4eea884026a081698d0425d18804147a075459c02480d25c88528a942bee3f6778a1e903a6a1fc8263" + }, + { + "alg": "SHA-384", + "content": "4cb763868a36715a04572b9c6d2244edd8c25c11ceda62230f03e3d76e79c138cdeaa7bedc82b157f1dec59e20986e4c" + }, + { + "alg": "SHA3-384", + "content": "ab5f8ae2862eaf372ea0f5f0d5ffc4a7849710e7344e1d8c4b8809ef68b929fae6d2334ed9086d56e52f536094c8c929" + }, + { + "alg": "SHA3-256", + "content": "5f446cb10eabaa42f6b778b9204171afda6ddb8a0f5ce1d73fca12ff8a30f22e" + }, + { + "alg": "SHA3-512", + "content": "b9a03156e740c39dc49f8dbe35c12ff723d2e2a84a99ca79cd0b24f97ec8d99ada2b7d02dc7108a8381e449f7726fb0d186535bd4c0874ef4f8036ef05f075cd" + } + ], + "licenses": [ + { + "license": { + "id": "EPL-2.0" + } + }, + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "purl": "pkg:maven/jakarta.persistence/jakarta.persistence-api@3.1.0?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/eclipse-ee4j/jpa-api" + }, + { + "type": "distribution-intake", + "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/eclipse-ee4j/jpa-api/issues" + }, + { + "type": "mailing-list", + "url": "https://dev.eclipse.org/mhonarc/lists/jpa-dev/" + }, + { + "type": "vcs", + "url": "https://github.com/eclipse-ee4j/jpa-api.git" + } + ], + "type": "library", + "bom-ref": "pkg:maven/jakarta.persistence/jakarta.persistence-api@3.1.0?type=jar" + }, + { + "publisher": "EE4J Community", + "group": "jakarta.transaction", + "name": "jakarta.transaction-api", + "version": "2.0.1", + "description": "Jakarta Transactions", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "5315974a3935e342b40849478e1c9966" + }, + { + "alg": "SHA-1", + "content": "51a520e3fae406abb84e2e1148e6746ce3f80a1a" + }, + { + "alg": "SHA-256", + "content": "50c0a7c760c13ae6c042acf182b28f0047413db95b4636fb8879bcffab5ba875" + }, + { + "alg": "SHA-512", + "content": "13c1a21af3c8030794155a62b4cdc70ba1d951fbfc0aead9e89f3f529e7bb4473a070bd4a6c593ce1c0cfb781332bd62d21cf0b34e3751f99b0de463f566ec61" + }, + { + "alg": "SHA-384", + "content": "9484a0adc05a5ea5377f6037ac2d1efa1d59d172ac03b683580f7d3e542d6e26779128dd1a7fab41f7061156f66c3b44" + }, + { + "alg": "SHA3-384", + "content": "064434509905dcaaeebd4e1eaeb26446cb911ff74f30d49e1b0c7f29a0e62fd9f5b84114129ec845eb99cc37cc4b5048" + }, + { + "alg": "SHA3-256", + "content": "7d865d16dc3e2a2b7e097a305a33f7fd419ec4dcea2df1e278b66a74e59325bd" + }, + { + "alg": "SHA3-512", + "content": "efe99bb4d2397b5d004b7aac679ec2ea0c13ce6c06fdcaec56b12f07d5938ac5f07df2937478b551955382612e2544819ea7f5827e0f6ea2726bbc1643dfdab3" + } + ], + "licenses": [ + { + "license": { + "id": "EPL-2.0" + } + }, + { + "license": { + "id": "GPL-2.0-with-classpath-exception" + } + } + ], + "purl": "pkg:maven/jakarta.transaction/jakarta.transaction-api@2.0.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://projects.eclipse.org/projects/ee4j.jta" + }, + { + "type": "distribution-intake", + "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/eclipse-ee4j/jta-api/issues" + }, + { + "type": "mailing-list", + "url": "https://dev.eclipse.org/mhonarc/lists/jta-dev/" + }, + { + "type": "vcs", + "url": "https://github.com/eclipse-ee4j/jta-api" + } + ], + "type": "library", + "bom-ref": "pkg:maven/jakarta.transaction/jakarta.transaction-api@2.0.1?type=jar" + }, + { + "publisher": "JBoss by Red Hat", + "group": "org.jboss.logging", + "name": "jboss-logging", + "version": "3.5.3.Final", + "description": "The JBoss Logging Framework", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "ee7e24e94235c13f53392ecaa53f938c" + }, + { + "alg": "SHA-1", + "content": "c88fc1d8a96d4c3491f55d4317458ccad53ca663" + }, + { + "alg": "SHA-256", + "content": "7b119460de174195aca412dfed52ca0bbef0ece26c2d74301b6172cfadf4ff59" + }, + { + "alg": "SHA-512", + "content": "cf3d5ccb791c3cf52d6af509056a1027cb6182a552b6fc66a593cf119812ba229f52d73f26f11555f248c8ef7ac45c11c27acb3c56dc73e627feee8b53275766" + }, + { + "alg": "SHA-384", + "content": "1b266fa1a354f8ec938066db3f41b778c421d67150919213946c5022310a45fa37f7d81cd6ddbd3e0fdc97fb9db2beac" + }, + { + "alg": "SHA3-384", + "content": "319213adb97dd49a5e1e2d76ac0f906624707580f7997c25c9ab0771a95a2d5110393d2c4cca4ef463b9ba6735d6a22a" + }, + { + "alg": "SHA3-256", + "content": "0b8a39595fd082a12943142c8a856210a9edb38d7c4690b10e0fbf4b5310f517" + }, + { + "alg": "SHA3-512", + "content": "d338491f03dddd461255aca2a054d414cfcddc8cc02546eb946941e3a2b6cb99b5a6e0f295059e34a0ed381d456c22ccce03644d7d19d41d99c2a61651b1e4a6" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "purl": "pkg:maven/org.jboss.logging/jboss-logging@3.5.3.Final?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://www.jboss.org" + }, + { + "type": "distribution-intake", + "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://issues.redhat.com/" + }, + { + "type": "mailing-list", + "url": "http://lists.jboss.org/pipermail/jboss-user/" + }, + { + "type": "vcs", + "url": "https://github.com/jboss-logging/jboss-logging/tree/main/" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.jboss.logging/jboss-logging@3.5.3.Final?type=jar" + }, + { + "publisher": "Hibernate.org", + "group": "org.hibernate.common", + "name": "hibernate-commons-annotations", + "version": "6.0.6.Final", + "description": "Common reflection code used in support of annotation processing", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "c155df7d9f04d15f3f6bbe79f4907074" + }, + { + "alg": "SHA-1", + "content": "77a5f94b56d49508e0ee334751db5b78e5ccd50c" + }, + { + "alg": "SHA-256", + "content": "cd974e0a8481fafdbaf9b4a0f08bb5a6c969b0365482763eedf77e6fd7f493b7" + }, + { + "alg": "SHA-512", + "content": "f670bfed87c66897660da90a3d94e4d21de8fb726757858d18d331999c3d223badc24af6437046f01e8c90f2b2427001500b9679f29c3465c402ae082a97712c" + }, + { + "alg": "SHA-384", + "content": "0f8a875b2d1b632f3b5764be0ca9da4bc37757697984fa80ac74a31a7650f0923364f79f1f32a86da95023a58cf2915f" + }, + { + "alg": "SHA3-384", + "content": "0b3a7da556b2b86cf986b2064c4cf137af69814c5fd541ae380cc794e93178d751998ed63a6f551fc549306863ed1000" + }, + { + "alg": "SHA3-256", + "content": "aeb443cebd0d1cd733dfb67328675e9b872edbbb1383341af4e549494b171ddb" + }, + { + "alg": "SHA3-512", + "content": "af9f75b63fb0a8e964c2a95c4ca9371b308a3ac49e4d891b4e0ad0af4fec862a3aa715180f57de04e56b1886d3088725cf259644e1e07a468912a8a1a7c92456" + } + ], + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only", + "url": "https://opensource.org/licenses/LGPL-2.1" + } + } + ], + "purl": "pkg:maven/org.hibernate.common/hibernate-commons-annotations@6.0.6.Final?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://hibernate.org" + }, + { + "type": "issue-tracker", + "url": "https://hibernate.atlassian.net/browse/HCANN" + }, + { + "type": "vcs", + "url": "http://github.com/hibernate/hibernate-commons-annotations" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.hibernate.common/hibernate-commons-annotations@6.0.6.Final?type=jar" + }, + { + "group": "io.smallrye", + "name": "jandex", + "version": "3.0.5", + "description": "SmallRye Build Parent POM", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "3a98ddc216335215f6251e4d81fd4b59" + }, + { + "alg": "SHA-1", + "content": "c548a4871b552292dbdd65409d3fda145c8925c1" + }, + { + "alg": "SHA-256", + "content": "37ab98fc10e5341dd6697f39811b08f69de00fbb7b88929ef0fef68b765db5f1" + }, + { + "alg": "SHA-512", + "content": "21cb372cc9ef552f6a01aa3d59c016d988d89208cf76577149857d2f0619c69a5065abbd3426b7142897c53fc94add3a92454006342e422d6b6790dcdd505cb2" + }, + { + "alg": "SHA-384", + "content": "fbb1a2aa80cb3703b04f197df944277b0aa0f8ec615da468a3e66cd53c43b09aa692f1c995519fc14148172e82f8cc4f" + }, + { + "alg": "SHA3-384", + "content": "c4d64aa21b1fa36a870fa2dcfff44222c4cf0e05eaf70bbc434309ce81d4d73ace683e8c173e46a2cd36af545daa5347" + }, + { + "alg": "SHA3-256", + "content": "77d982ff396f9fb8f9ac5fe734edbf724133f6625506ecc34145a24a74ef751d" + }, + { + "alg": "SHA3-512", + "content": "9a0181c788ee61d89c1d63340bbcb7923ff63df792f2afd7b2ddeaa6b1e5e580f63bc33bc1007016d1f8f24ce1d541507b48c57006067500bba546ed46065707" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/io.smallrye/jandex@3.0.5?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://smallrye.io/jandex-parent/jandex" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/smallrye/jandex/issues" + }, + { + "type": "vcs", + "url": "https://github.com/smallrye/jandex/jandex/" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.smallrye/jandex@3.0.5?type=jar" + }, + { + "publisher": "fasterxml.com", + "group": "com.fasterxml", + "name": "classmate", + "version": "1.5.1", + "description": "Library for introspecting types with full generic information including resolving of field and method types.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "e91fcd30ba329fd1b0b6dc5321fd067c" + }, + { + "alg": "SHA-1", + "content": "3fe0bed568c62df5e89f4f174c101eab25345b6c" + }, + { + "alg": "SHA-256", + "content": "aab4de3006808c09d25dd4ff4a3611cfb63c95463cfd99e73d2e1680d229a33b" + }, + { + "alg": "SHA-512", + "content": "7fc4764eb65227f5ba614698a5cf2f9430133f42ec6e2ae53b4c724ee53f258541a0109fe0659e0b9e45729b46c95c00227e696b8d1addcd772c85f877658c9a" + }, + { + "alg": "SHA-384", + "content": "28b4780b2353ebc08dbc02c9a343527a9062a0455bfb4ab135cb639c03e5dfd9c2250a835c44d5f17d275667c2009694" + }, + { + "alg": "SHA3-384", + "content": "b194ace8f1f49f410286bd859866678b95a1b2c6f73e41f48291eb7438dffea57aaa9b177459038b6997771ce4d1cee1" + }, + { + "alg": "SHA3-256", + "content": "50234c94efed4c816eb77bd2f70b869c9f89ddf8ee73dc25e354f4d0b81b3e1f" + }, + { + "alg": "SHA3-512", + "content": "9886421726066b313a62283a6811b76d904ea1c1e9b7b2d850cb47afa189b03cdef053c8f7f6b79e77f2269c45f8cc2ed75c3389e96594b50987fef311d5a25f" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.fasterxml/classmate@1.5.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/FasterXML/java-classmate" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/FasterXML/classmate/issues" + }, + { + "type": "vcs", + "url": "https://github.com/FasterXML/java-classmate" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.fasterxml/classmate@1.5.1?type=jar" + }, + { + "group": "net.bytebuddy", + "name": "byte-buddy", + "version": "1.14.12", + "description": "Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "bf32ed474b27dc431b48bfef82d3c17f" + }, + { + "alg": "SHA-1", + "content": "6e37f743dc15a8d7a4feb3eb0025cbc612d5b9e1" + }, + { + "alg": "SHA-256", + "content": "970636134d61c183b19f8f58fa631e30d2f2abca344b37848a393cac7863dd70" + }, + { + "alg": "SHA-512", + "content": "308fac34915063b0dcdfb2f85e298cfe1cd2806e26d2ac6c14197bfc8458af733e0c159203b9fc3bda95aec990b411e7e077f4204c06405741255797ba81f6b0" + }, + { + "alg": "SHA-384", + "content": "7882bb1cea2919cb61765ad7cec30664f5311f85627f1f8b290f8cbcc09460be72f812ae2b853a67d76bb66cca8db098" + }, + { + "alg": "SHA3-384", + "content": "40163e968ab5d4bbac70984e6f26378b4e8671c34aef2f5e79c17af83e0ea3ffc465bc836e078b1f90cdc8da46bf6e2e" + }, + { + "alg": "SHA3-256", + "content": "9323fe537568843b2620539801210bc19894f6c90b78bb88737ae6ad3142e7ff" + }, + { + "alg": "SHA3-512", + "content": "f4e5b4a44b64cbb0970a64d8a25715a8f928c6228d99c2306ba8d3a8044319cfaa28f9d208df4f54ac84ab87d06862c9d20a11f9ae2778a137d51a21263b92a8" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/net.bytebuddy/byte-buddy@1.14.12?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://bytebuddy.net/byte-buddy" + }, + { + "type": "distribution-intake", + "url": "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2" + }, + { + "type": "issue-tracker", + "url": "https://github.com/raphw/byte-buddy/issues" + } + ], + "type": "library", + "bom-ref": "pkg:maven/net.bytebuddy/byte-buddy@1.14.12?type=jar" + }, + { + "publisher": "Eclipse Foundation", + "group": "org.glassfish.jaxb", + "name": "jaxb-runtime", + "version": "4.0.4", + "description": "JAXB (JSR 222) Reference Implementation", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "84368e1b5fbd1e99ce5c4f05c57c210e" + }, + { + "alg": "SHA-1", + "content": "7180c50ef8bd127bb1dd645458b906cffcf6c2b5" + }, + { + "alg": "SHA-256", + "content": "e15d383952b4dc889eaa33adfce905c1792bcd941828d9e05e5c43728a3791f2" + }, + { + "alg": "SHA-512", + "content": "56082c5387e26cbb157052a2ef127862eb914f8195b43f044266fbf49471239cbfc51a398b8d37a3f67b577c3715f80068e7b10977c952df599bca936b02e3e8" + }, + { + "alg": "SHA-384", + "content": "d02176e3667a95496b86a1f8dc535def159549092fe056a0aa85a168ea5842305ac5586b50aa76fb2450b5401b7db595" + }, + { + "alg": "SHA3-384", + "content": "f2dd3ed6ec492dcd3f5a3939fbd2e23b14139727b2301c89f130385149982156069d5a46830d707a83c945e68e03e774" + }, + { + "alg": "SHA3-256", + "content": "088dea15deaf31ba44e429f8822cd12dc6c224310cea3f63261b3f76dc220da6" + }, + { + "alg": "SHA3-512", + "content": "b0e9dcc145071b5499fad3e7fcba54ae6cdd39c83ed87c20baadaafd0014f3cbfca1b43be148034dc8b8ff6f168db005ad7f057b838d27e8d0d951233c21e50b" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "purl": "pkg:maven/org.glassfish.jaxb/jaxb-runtime@4.0.4?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://eclipse-ee4j.github.io/jaxb-ri/" + }, + { + "type": "distribution-intake", + "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/eclipse-ee4j/jaxb-ri/issues" + }, + { + "type": "mailing-list", + "url": "https://accounts.eclipse.org/mailing-list/jaxb-impl-dev" + }, + { + "type": "vcs", + "url": "https://github.com/eclipse-ee4j/jaxb-ri.git/jaxb-runtime-parent/jaxb-runtime" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.glassfish.jaxb/jaxb-runtime@4.0.4?type=jar" + }, + { + "publisher": "Eclipse Foundation", + "group": "org.glassfish.jaxb", + "name": "jaxb-core", + "version": "4.0.4", + "description": "JAXB Core module. Contains sources required by XJC, JXC and Runtime modules.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "244f2bbf8fca5549421d9199fab22f53" + }, + { + "alg": "SHA-1", + "content": "2d5aadd02af86f1e9d8c6f7e8501673f915d4e25" + }, + { + "alg": "SHA-256", + "content": "0112a26623460fb4df5a0a29b663f2adfe7e9584eb138ae047b5a21c9457f0d7" + }, + { + "alg": "SHA-512", + "content": "08ca74ec85d1a637bd139f8577078ea08c9f3347899feb84db70df543fb31d8bdb4b138be441088097c72e1cf2a1a88cd3ad00711db2c41791fcdf6e29018bbf" + }, + { + "alg": "SHA-384", + "content": "fcfbd110c789ffe9587378ff940887413da22eedfc0fc946e6d95ea77583b4565954db215eb78727571bf06f9bb1722c" + }, + { + "alg": "SHA3-384", + "content": "6c8c9986d8f3329b96c71c228ff87fcfdcc70a667c797d027ea12c66d97e290556e2fdde131fb0f0485be695ce20766e" + }, + { + "alg": "SHA3-256", + "content": "e24b9bf663e1306370c24da383ec6364f01775579f9e3d433d119aa999fc4f6f" + }, + { + "alg": "SHA3-512", + "content": "caf62a71d0cc51f0620dce89124046400487c127f69b458ef8785a60aea32391533fd37e5e9f5a69d74b38aee99d403efa0b64f298e35972033446054fead1a0" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "purl": "pkg:maven/org.glassfish.jaxb/jaxb-core@4.0.4?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://eclipse-ee4j.github.io/jaxb-ri/" + }, + { + "type": "distribution-intake", + "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/eclipse-ee4j/jaxb-ri/issues" + }, + { + "type": "mailing-list", + "url": "https://accounts.eclipse.org/mailing-list/jaxb-impl-dev" + }, + { + "type": "vcs", + "url": "https://github.com/eclipse-ee4j/jaxb-ri.git/jaxb-core" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.glassfish.jaxb/jaxb-core@4.0.4?type=jar" + }, + { + "publisher": "Eclipse Foundation", + "group": "org.eclipse.angus", + "name": "angus-activation", + "version": "2.0.1", + "description": "Angus Activation Registries Implementation", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "9a66564224140488f83f645ac32d4169" + }, + { + "alg": "SHA-1", + "content": "eaafaf4eb71b400e4136fc3a286f50e34a68ecb7" + }, + { + "alg": "SHA-256", + "content": "b226761815868edf8964c1d71e6d2d54ab238c2788507061b4e0633933b4c131" + }, + { + "alg": "SHA-512", + "content": "12adc46207e6bb01c82cae962260c4e573ec24058a93e9f8c1fa532abaae31665f8e3fee870f3fb61532ca8449a1ae7bd1d546caed9de468af20f008a39363e1" + }, + { + "alg": "SHA-384", + "content": "b2dc7efc13bc0fd8ac4be9af1036a5b10fbf2acb16dc3bfb0c27ef4af15902259ef997eae6ad71f141e00d2789ad7213" + }, + { + "alg": "SHA3-384", + "content": "728583e6f733a3d8896c6502ac003f05244c935d421186765baf12ee0662f4344953de80150d534a038a36df589bddf5" + }, + { + "alg": "SHA3-256", + "content": "ba9ba82a808ddc4b0ee01c75ffb46dbc2c31d17eb10cc98005c3e0c717011c56" + }, + { + "alg": "SHA3-512", + "content": "b99c8aef5bb02f200976e5a63257829fbe651028afef5208b7cf1d55333420d18df8ff71e6a70b5699156e5be6fc6019c676333ad74e5ba0ed4b346b1cadd027" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "purl": "pkg:maven/org.eclipse.angus/angus-activation@2.0.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/eclipse-ee4j/angus-activation/angus-activation" + }, + { + "type": "distribution-intake", + "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/eclipse-ee4j/angus-activation/issues/" + }, + { + "type": "mailing-list", + "url": "https://dev.eclipse.org/mhonarc/lists/jakarta.ee-community/" + }, + { + "type": "vcs", + "url": "https://github.com/eclipse-ee4j/angus-activation/angus-activation" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.eclipse.angus/angus-activation@2.0.1?type=jar" + }, + { + "publisher": "Eclipse Foundation", + "group": "org.glassfish.jaxb", + "name": "txw2", + "version": "4.0.4", + "description": "TXW is a library that allows you to write XML documents.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "8d3e81725d90d0c42dcdd04b471f5dfa" + }, + { + "alg": "SHA-1", + "content": "cfd2bcf08782673ac370694fdf2cf76dbaa607ef" + }, + { + "alg": "SHA-256", + "content": "32e7bd5178e29f2294d03d2793c41e54e52358b6ab95cd1343f26c1c2b274227" + }, + { + "alg": "SHA-512", + "content": "d215207f89679ca76d5c13e123b3a85eb61bc0d08c1adb3f5119ef41cbbad702389e6caaa144b28c127d771f7d1aa6189856f42ab80fdab182224d516748fac9" + }, + { + "alg": "SHA-384", + "content": "0710e541fc1e90b2ae9e20f62db97ce77972a43237427448653a0e8aa8208e4bb88d3d02b5aacbca3e90f50727c113bd" + }, + { + "alg": "SHA3-384", + "content": "c258425615878a4ff98c23e94e2861678791eaea7c764d45e647407475c943a4eae8dec22aab187058f8b2b47246cc93" + }, + { + "alg": "SHA3-256", + "content": "f543552b1616af3007b290451c242b32ee44d4a4f802b1d5419bfba436662618" + }, + { + "alg": "SHA3-512", + "content": "88840513af31729f16c749e6260774ad86be686fd3579aaa750df28f07ac711ebd0dad5aafdb08a4a8852c7559632bb25a6ce19c909ad758107cc6a6e86ee521" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "purl": "pkg:maven/org.glassfish.jaxb/txw2@4.0.4?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://eclipse-ee4j.github.io/jaxb-ri/" + }, + { + "type": "distribution-intake", + "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/eclipse-ee4j/jaxb-ri/issues" + }, + { + "type": "mailing-list", + "url": "https://accounts.eclipse.org/mailing-list/jaxb-impl-dev" + }, + { + "type": "vcs", + "url": "https://github.com/eclipse-ee4j/jaxb-ri.git/jaxb-txw-parent/txw2" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.glassfish.jaxb/txw2@4.0.4?type=jar" + }, + { + "publisher": "Eclipse Foundation", + "group": "com.sun.istack", + "name": "istack-commons-runtime", + "version": "4.1.2", + "description": "istack common utility code", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "535154ef647af2a52478c4debec93659" + }, + { + "alg": "SHA-1", + "content": "18ec117c85f3ba0ac65409136afa8e42bc74e739" + }, + { + "alg": "SHA-256", + "content": "7fd6792361f4dd00f8c56af4a20cecc0066deea4a8f3dec38348af23fc2296ee" + }, + { + "alg": "SHA-512", + "content": "c3b191409b9ace8cccca6be103b684a25f10675977d38f608036ffb687651a74fd4581a66e1c38e588e77165d32614e4b547bff412379f7a84b926ccb93515bb" + }, + { + "alg": "SHA-384", + "content": "9b8e20b08b109c485c654359ede00fcef74d85ac18f9c7978acd47bf630838d21ea193f79d144e66cf0f6992efd82ff8" + }, + { + "alg": "SHA3-384", + "content": "81c4cf19a5d0f078263cc8f9320d4208da28e25b93c1f45885e237148a3a7c7266ba7586a1eb5cd3efc86be6f90082bc" + }, + { + "alg": "SHA3-256", + "content": "218aa7dd7bca7cfdbee752bb1c2737a7066b47058a42b4ee466a14350bcd2741" + }, + { + "alg": "SHA3-512", + "content": "74770476681a130a3057fdfa2df3977b8aa9bbf1a520d9481694d0e9e0635c2e88d74ff73bbb870de34d93d0a4b6eae7f030e4ba12fbcc51debde58897fdcb6c" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "purl": "pkg:maven/com.sun.istack/istack-commons-runtime@4.1.2?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://projects.eclipse.org/projects/ee4j/istack-commons/istack-commons-runtime" + }, + { + "type": "distribution-intake", + "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/eclipse-ee4j/jaxb-istack-commons/issues" + }, + { + "type": "mailing-list", + "url": "https://dev.eclipse.org/mhonarc/lists/jaxb-impl-dev" + }, + { + "type": "vcs", + "url": "https://github.com/eclipse-ee4j/jaxb-istack-commons/istack-commons-runtime" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.sun.istack/istack-commons-runtime@4.1.2?type=jar" + }, + { + "publisher": "Eclipse Foundation", + "group": "jakarta.inject", + "name": "jakarta.inject-api", + "version": "2.0.1", + "description": "Jakarta Dependency Injection", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "72003bf6efcc8455d414bbd7da86c11c" + }, + { + "alg": "SHA-1", + "content": "4c28afe1991a941d7702fe1362c365f0a8641d1e" + }, + { + "alg": "SHA-256", + "content": "f7dc98062fccf14126abb751b64fab12c312566e8cbdc8483598bffcea93af7c" + }, + { + "alg": "SHA-512", + "content": "f186b2ada470abba1cc3b4f8c4373d940fb7c71a051b2c26f7c204ad4dfb69235fbf3f9c33da36d744cb90f52d921c51d76c0ff263bacb35eafb66cab83dc47d" + }, + { + "alg": "SHA-384", + "content": "405bd297a73901f013d48a0da028d04d400f3e61f4997c0e7297eb08120670a0e242e0002db8f130c33ab16cb02feb2d" + }, + { + "alg": "SHA3-384", + "content": "4db7e54434d0a208c876868f5595b808f2728c0455feaa752ab7b569a2186fc37cb891c9aa0076de3d08f6da6ff06eba" + }, + { + "alg": "SHA3-256", + "content": "3a5aba9f1ff1a130b76af886123eb375fa578498490df3dc60bb7ce7d59e9404" + }, + { + "alg": "SHA3-512", + "content": "00bba8efc2d6e7f0a509b321868d75f1aaf0681a750d089d913bde8424ab7bb88aadf49de6e291e352523e4f8c117b1b48033ff31d4d665dcc43c4c6ea000ba9" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/jakarta.inject/jakarta.inject-api@2.0.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/eclipse-ee4j/injection-api" + }, + { + "type": "distribution-intake", + "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/eclipse-ee4j/ee4j/issues" + }, + { + "type": "mailing-list", + "url": "https://dev.eclipse.org/mhonarc/lists/jakarta.ee-community/" + }, + { + "type": "vcs", + "url": "https://github.com/eclipse-ee4j/injection-api" + } + ], + "type": "library", + "bom-ref": "pkg:maven/jakarta.inject/jakarta.inject-api@2.0.1?type=jar" + }, + { + "publisher": "ANTLR", + "group": "org.antlr", + "name": "antlr4-runtime", + "version": "4.10.1", + "description": "The ANTLR 4 Runtime", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "b694fc738bf1a7e8f7eea2638ef2cc7f" + }, + { + "alg": "SHA-1", + "content": "10839f875928f59c622d675091d51a43ea0dc5f7" + }, + { + "alg": "SHA-256", + "content": "da66be0c98acfb29bc708300d05f1a3269c40f9984a4cb9251cf2ba1898d1334" + }, + { + "alg": "SHA-512", + "content": "901c199e15db7e8d92ff62d2255e44e11d29ce350ad20e32e320bdd29d08bf372a0c1bd912558461a06157d36ad4cddc5f89cb890bc511f8365099042b35bd4d" + }, + { + "alg": "SHA-384", + "content": "f647a9c2bc2dd488e86644d68aa2fe99152bfaaf9c4732260a8ce441e3cdbcd920e221d0f39aa93b555871f5f2431fb9" + }, + { + "alg": "SHA3-384", + "content": "e24593e54061e6e63bd3ea21c97c180c843eb0df525f6fe759c7c2178a5901a527b9033fa4b8b5b0d3243dae610fee64" + }, + { + "alg": "SHA3-256", + "content": "63aebcecd0517936ec580804c47b6f6a1c684ceddc0dbadad45c565f72483847" + }, + { + "alg": "SHA3-512", + "content": "3166cd93d9c7a6cdd2f5c0b56123b00018d3a3ee92eb2563985865c68201b124250075ee26d8965f8a3368c081ecd9589a91240c142a6cdebaaac8f31c03edbd" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-4-Clause" + } + } + ], + "purl": "pkg:maven/org.antlr/antlr4-runtime@4.10.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://www.antlr.org/antlr4-runtime" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/antlr/antlr4/issues" + }, + { + "type": "mailing-list", + "url": "https://groups.google.com/forum/?fromgroups#!forum/antlr-discussion" + }, + { + "type": "vcs", + "url": "https://github.com/antlr/antlr4/tree/master/antlr4-runtime" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.antlr/antlr4-runtime@4.10.1?type=jar" + }, + { + "publisher": "Pivotal Software, Inc.", + "group": "org.springframework.data", + "name": "spring-data-jpa", + "version": "3.1.9", + "description": "Spring Data module for JPA repositories.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "1f39fef2c3feac0851e04e4dacea935d" + }, + { + "alg": "SHA-1", + "content": "267fb8aca820a8e6e4f0e3fc8f34d0af91129456" + }, + { + "alg": "SHA-256", + "content": "af464d0f3d103c72705f86513d90e8fb6dada766b9a7e7ccb5e01ea9cbe705a5" + }, + { + "alg": "SHA-512", + "content": "38e7a4d3b900b78656f5e91d149df1812f1a9a288410f53c60632370c3dc2a600e4eabb1f5c4c8eba1b51ea86a84c845b06b280abb426cb107f13f5efbb7bcaf" + }, + { + "alg": "SHA-384", + "content": "7581f45f79661bfb0dccaac6d0783b2edefed996cd2660d4cd5b022ec8117409c66a498db0b03d85c8dad6d9bec0c136" + }, + { + "alg": "SHA3-384", + "content": "fbcb3f1a9b3c9395a8f4c97e5755c892315897f53767da2af493b002b152bd3cc7953f91ab8d172f17c98926e9b7aed3" + }, + { + "alg": "SHA3-256", + "content": "ee1377c15804633d8dcf4edda537b733508425e965335783a45874fc18983889" + }, + { + "alg": "SHA3-512", + "content": "7917de327f0bc1552dd7cb0ec8dc2cdab5296fe4238419603c6cb2d8d8d1e6977c098578d4cae0091287bc2ae5af3be09bdf6af11722898b057994510b10f9a3" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework.data/spring-data-jpa@3.1.9?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://projects.spring.io/spring-data-jpa" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-data-jpa/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-data-jpa/spring-data-jpa" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework.data/spring-data-jpa@3.1.9?type=jar" + }, + { + "publisher": "Pivotal Software, Inc.", + "group": "org.springframework.data", + "name": "spring-data-commons", + "version": "3.1.9", + "description": "Core Spring concepts underpinning every Spring Data module.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "bad76cb1ef3c45b9b2bdcb7404ca2d04" + }, + { + "alg": "SHA-1", + "content": "77511baeb0bae929e11dbb952df6dcbb29f1a525" + }, + { + "alg": "SHA-256", + "content": "4afd28b91069a49d29c6852d69632046f311ad3e610f276986a13f3870f903d7" + }, + { + "alg": "SHA-512", + "content": "0ad1d7b057fb09650bdd670fc07f1cee7dc292738599286bfdd9371072c9b5c5ae7b1f053cafa1939743a44fa7b97f3401ee2f419f4cdc46a136f71a5e61a36c" + }, + { + "alg": "SHA-384", + "content": "aa4622989031b95a165502130018e299bdff3b82615103cc94d893e6eecc91b4d8cec2b6100d7c497c2fb71aad40adc3" + }, + { + "alg": "SHA3-384", + "content": "56c9609708df48be365fdfdc9541b692f67d0bcefeae79ff0431c27a9d8d26b5534ff6c8646de9f55fcbc60eb597ebea" + }, + { + "alg": "SHA3-256", + "content": "0e206bcb740e5595a9a9e2a22619d8e87f041c17c4d783895735647d5a28b7a1" + }, + { + "alg": "SHA3-512", + "content": "ff6caff869f11c4f79b3c63925e98bc06db48e29ef9db0d7887626f3f50aa6d734b4749fc8f3e6f6997670f9cad4470be8668dfc4be8136592d7965a4571bb00" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework.data/spring-data-commons@3.1.9?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://spring.io/projects/spring-data" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-data-commons/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-data-commons" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework.data/spring-data-commons@3.1.9?type=jar" + }, + { + "publisher": "Spring IO", + "group": "org.springframework", + "name": "spring-orm", + "version": "6.0.17", + "description": "Spring Object/Relational Mapping", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "e67ee83f2db42831e6d79eb3ae62daa2" + }, + { + "alg": "SHA-1", + "content": "993ea3b23063c0a0438a910a28f3e4eb4cc7cc80" + }, + { + "alg": "SHA-256", + "content": "3e9ee8561470cd5f0ffa8f02a70e87f6bba305ebc4853c5edbf685bbd88f786c" + }, + { + "alg": "SHA-512", + "content": "354d4acef17ace5a2229d5fb579e48c4b96cc6d28f623a008b08e11d91955d577840cb76388efe9d6d3cf3417a663fb6ad030713385f5dd9111661d105dd3fe5" + }, + { + "alg": "SHA-384", + "content": "010fcb98e6ecb3d02e77f4d740472a234ac876d7c8cf570a340eace385a47b7cd275c38f6699998e3b845f64acbaf5f6" + }, + { + "alg": "SHA3-384", + "content": "16f6d224adb5025a8945ac1bcf640388f5ee41c91cdaea05cebd3a39593857fb85c4bb9caa9bc277fc77d49423f57318" + }, + { + "alg": "SHA3-256", + "content": "1d6a7322f572c962b68875bf8dcf01aea1dc40c7966f8d2b8a5b51eccc167e2e" + }, + { + "alg": "SHA3-512", + "content": "064376a9944a854e2672822aa499523d426e203ab3652117081bf78ce6cf6d7df6cc4aaefb1154c434427d526e986e2d353ad7984db21832aa33b34c0e4519e6" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework/spring-orm@6.0.17?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/spring-projects/spring-framework" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-framework/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-framework" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework/spring-orm@6.0.17?type=jar" + }, + { + "publisher": "Spring IO", + "group": "org.springframework", + "name": "spring-aspects", + "version": "6.0.17", + "description": "Spring Aspects", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "77108ac7df67bd76d3b29ed55fa394f0" + }, + { + "alg": "SHA-1", + "content": "fe933b2bf3f567cd7c99aa239645a00d92cd806b" + }, + { + "alg": "SHA-256", + "content": "84e7558c94ec2a816e8f9e7d51b6d94546fb1d490775b56867ab60fdc130ad4d" + }, + { + "alg": "SHA-512", + "content": "fdf120f0efe02ac875deec9bcb6efc9a191dca086f79f058645cae8b53938efe5621e897b8b52acbbae77ae9bc77aed9e0fc22ddba05eed8aa892a7ffacf1fda" + }, + { + "alg": "SHA-384", + "content": "7eaba546c015e4b4c789b0d4eacd040582e65917de274b5fa13d7c09c53bab1f11dff1270de399fe188ed9f3544eccb4" + }, + { + "alg": "SHA3-384", + "content": "9f9edd0c3baeba97c26ff5249f960c76c18f243b2a9d9f59b65a814df448a850e5064b8a0c8cea33c05141dfda1d429c" + }, + { + "alg": "SHA3-256", + "content": "56bcdcb49f49a8f244876662ae94b033de35a07364530cb950dde15b30874af5" + }, + { + "alg": "SHA3-512", + "content": "891dd880b2d68a471707725830c531476a7dd7a71214bbcaacf41a47de39d59b15ab6dc886a036499bad464b61f179581f4bdb5b4b55602f77938f7437d215f1" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework/spring-aspects@6.0.17?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/spring-projects/spring-framework" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-framework/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-framework" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework/spring-aspects@6.0.17?type=jar" + }, + { + "publisher": "Zaxxer.com", + "group": "com.zaxxer", + "name": "HikariCP", + "version": "5.0.1", + "description": "Ultimate JDBC Connection Pool", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "3bc96d2ce8285470da11ec41bff6129f" + }, + { + "alg": "SHA-1", + "content": "a74c7f0a37046846e88d54f7cb6ea6d565c65f9c" + }, + { + "alg": "SHA-256", + "content": "26d492397e6775b4296737a8919bf04047afe5827fdd2c08b4557595436b3a2b" + }, + { + "alg": "SHA-512", + "content": "0a932d8c1083d3ba8eb6e004aa1783cc3f6df7424666f1d61ca6606715afbbb3da20bc0b61efd91bb3162f8092100ddad5e90fe019f818c89cc69a8d8d0bd5d5" + }, + { + "alg": "SHA-384", + "content": "7076c4dfe7763b477aa23309d0103290e035c88478bef5bb2189bff5d7a3942fcf6b510318863b8d55a7495586284d7c" + }, + { + "alg": "SHA3-384", + "content": "44ad2bde5beae862db7faba2e6f99b9e49076345f78f94136e5de2e10db972b786a544e009cf162f516953bb159085c6" + }, + { + "alg": "SHA3-256", + "content": "3cd38fb84432c644bd831436b11c9b37be7dc8b2fc72b9517427c0008cc42e46" + }, + { + "alg": "SHA3-512", + "content": "65a38105f390df9a4cfddcf2043206266cf0b2bb31a8797e08338dc4d631da31bae81998eb051e0f2767928783d5af55cc6d4b9bae47ad313cb66195cdc9f7e3" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.zaxxer/HikariCP@5.0.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/brettwooldridge/HikariCP" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.zaxxer/HikariCP@5.0.1?type=jar" + }, + { + "publisher": "QOS.ch", + "group": "org.slf4j", + "name": "slf4j-api", + "version": "2.0.12", + "description": "The slf4j API", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "86eb051f2e2d6497a3a57810c963a9d6" + }, + { + "alg": "SHA-1", + "content": "48f109a2a6d8f446c794f3e3fa0d86df0cdfa312" + }, + { + "alg": "SHA-256", + "content": "a79502b8abdfbd722846a27691226a4088682d6d35654f9b80e2a9ccacf7ed47" + }, + { + "alg": "SHA-512", + "content": "5bc0a61bd32b63ab7d44e210f1dcc3e4dc7417186ab8a2297f22edfa631513cc55b7fe3bb15eb0124b9a30dcfd4d168932bf3262cf6491feb2facbdfbe661e72" + }, + { + "alg": "SHA-384", + "content": "7c8d503d37899b577f39e5a3517b69034cad655e31d4b783313533bf49054f25b0ae87f8c32e4eb40677a53011e6bbce" + }, + { + "alg": "SHA3-384", + "content": "9bf58592bbf1d21ec6a6a55a084ea21a16d5d5c38dbadcded450ef6af8717b364beae497fdb600d9d3695e62fb26fe4b" + }, + { + "alg": "SHA3-256", + "content": "72000cfd589a16b4eb81e4ac648a2781847aafe0dd464fa260fdd79196ccc693" + }, + { + "alg": "SHA3-512", + "content": "1f91affc70ce6fdfa69be146d9f23835702a22c3a47b6c495b6964b3ea80d901bb1517b26e9fc973a3e6c7f38c25b74397856ae236519bf3d2ea96148c3118e2" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://www.slf4j.org" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "vcs", + "url": "https://github.com/qos-ch/slf4j/slf4j-parent/slf4j-api" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar" + }, + { + "group": "com.oracle", + "name": "ojdbc8", + "version": "12.2.0.1", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "057478599050cf8999ced6069d3ccbf4" + }, + { + "alg": "SHA-1", + "content": "60f439fd01536508df32658d0a416c49ac6f07fb" + }, + { + "alg": "SHA-256", + "content": "b3a51360ef96cd6053c4707a3f5b44f6adb30262306d7ccfbec9861d1e15ea07" + }, + { + "alg": "SHA-512", + "content": "91ba1e5f9bd6ad0ac345a43b48370ad5ade2014750b3e7d3f1008ffb2a7abf8aff9fba2734a4ecb4e08904dd6c39b80a24b013b69d30bc500e3866df4e0c27b7" + }, + { + "alg": "SHA-384", + "content": "3a5635fc95e8bccd7fcc9aa98f9aeee72f6ff9cc4f125aed013961d0f14ab7c53fcd46fe7e3c0bbc11ff67353c2904d0" + }, + { + "alg": "SHA3-384", + "content": "066f5badb02dd5b28c9b4429e6c99e24ce79d6d14f0f2540653cb7c7ff1ef2df4082afe2fc163c41aab9280ad340c613" + }, + { + "alg": "SHA3-256", + "content": "64c1c37ffb5ded8b74a2e99437440a57a6c99014573d06da6fc84a6d83673814" + }, + { + "alg": "SHA3-512", + "content": "d2f49bf853c7ece5d658d15ad85fea77f1507c9082466ba5ccc0d11415e76046e1612446c32a06b194700562cf0152b86c975277bb6e16eadea0fc859dcce29a" + } + ], + "licenses": [], + "purl": "pkg:maven/com.oracle/ojdbc8@12.2.0.1?type=jar", + "type": "library", + "bom-ref": "pkg:maven/com.oracle/ojdbc8@12.2.0.1?type=jar" + }, + { + "publisher": "Eclipse Foundation", + "group": "jakarta.xml.bind", + "name": "jakarta.xml.bind-api", + "version": "4.0.1", + "description": "Jakarta XML Binding API", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "e62084f1afb23eccde6645bf3a9eb06f" + }, + { + "alg": "SHA-1", + "content": "ca2330866cbc624c7e5ce982e121db1125d23e15" + }, + { + "alg": "SHA-256", + "content": "287f3b6d0600082e0b60265d7de32be403ee7d7269369c9718d9424305b89d95" + }, + { + "alg": "SHA-512", + "content": "dcc70e8301a7f274bbb6d6b3fe84ad8c9e5beda318699c05aeac0c42b9e1e210fc6953911be2cb1a2ef49ac5159c331608365b1b83a14a8e86f89f630830dd28" + }, + { + "alg": "SHA-384", + "content": "16ff377d0cfd7d8f23f45417e1e0df72de7f77780832ae78a1d2c51d77c4b2f8d270bd9ce4b73d07b70b060a9c39c56e" + }, + { + "alg": "SHA3-384", + "content": "773fd2d1e1a647bea7a5365490483fd56e7a49d9b731298d3202b4f93602c9a1a7add0eee868bc5a7ac961da7dda8c8e" + }, + { + "alg": "SHA3-256", + "content": "26214bba5cee45014859be8018dc631c14146e0a5959bb88e05d98472c88de8b" + }, + { + "alg": "SHA3-512", + "content": "32bdc043b7d616d73bbc26e0b36308126b15658cd032a354770760c5b5656429a4240dd3ddcea835556e813b6ae8618307ebeb96e2e46ba8ab16f6a485fa4d32" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "purl": "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@4.0.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/eclipse-ee4j/jaxb-api/jakarta.xml.bind-api" + }, + { + "type": "distribution-intake", + "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/eclipse-ee4j/jaxb-api/issues" + }, + { + "type": "mailing-list", + "url": "https://dev.eclipse.org/mhonarc/lists/jaxb-dev" + }, + { + "type": "vcs", + "url": "https://github.com/eclipse-ee4j/jaxb-api.git/jakarta.xml.bind-api" + } + ], + "type": "library", + "bom-ref": "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@4.0.1?type=jar" + }, + { + "publisher": "Eclipse Foundation", + "group": "jakarta.activation", + "name": "jakarta.activation-api", + "version": "2.1.2", + "description": "Jakarta Activation API 2.1 Specification", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "1af11450fafc7ee26c633d940286bc16" + }, + { + "alg": "SHA-1", + "content": "640c0d5aff45dbff1e1a1bc09673ff3a02b1ba12" + }, + { + "alg": "SHA-256", + "content": "f53f578dd0eb4170c195a4e215c59a38abfb4123dcb95dd902fef92876499fbb" + }, + { + "alg": "SHA-512", + "content": "383283f469aba01a274591e29f1aa398fefa273bca180162d9d11c87509ffb55cb2dde51783bd6cae6f2c4347e0ac7358cf11f4c85787d5d2857354b9e29d877" + }, + { + "alg": "SHA-384", + "content": "e34ac294c104cb67ac06f7fc60752e54a881c04f68271b758899739a5df5be2d2d0e707face2705b95fa5a26cedf9313" + }, + { + "alg": "SHA3-384", + "content": "ffd74b0335a4bfdd9a0c733c77ecdfa967d5280500c7d2f01e2be8499d39a9f0cd29c9063ae634223347bb00f4e60c33" + }, + { + "alg": "SHA3-256", + "content": "c97236eaebb15b8aefa034b23834eaeed848dacf119746c6d87832c47581e74d" + }, + { + "alg": "SHA3-512", + "content": "147dfa2bf46bb47c81462c36ac6612f9f807169ffb785e2bbd45538205c5713f33af4373f3324a2063350c2367baff37e9c2cf085c38c96870ad88c60a7fbea4" + } + ], + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "purl": "pkg:maven/jakarta.activation/jakarta.activation-api@2.1.2?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/jakartaee/jaf-api" + }, + { + "type": "distribution-intake", + "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/jakartaee/jaf-api/issues/" + }, + { + "type": "mailing-list", + "url": "https://dev.eclipse.org/mhonarc/lists/jakarta.ee-community/" + }, + { + "type": "vcs", + "url": "https://github.com/jakartaee/jaf-api" + } + ], + "type": "library", + "bom-ref": "pkg:maven/jakarta.activation/jakarta.activation-api@2.1.2?type=jar" + }, + { + "publisher": "Spring IO", + "group": "org.springframework", + "name": "spring-core", + "version": "6.0.17", + "description": "Spring Core", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "6ff6c7d64167bbe4667471b904a9136c" + }, + { + "alg": "SHA-1", + "content": "15700dfbfa57e7c57f823ce3adb1c6c8f7ad1886" + }, + { + "alg": "SHA-256", + "content": "0aba33e359e11faeee5bc7b9d28e771e3e748ae78c1db18970b9bf5862fc3c4c" + }, + { + "alg": "SHA-512", + "content": "02091abb3aac987b27cf793b93166849f0868ec28ccad5dee841e54843f9f02efde954d9229bc0ec260bc2a0e15ffa0a10a4140e09f3eadb38ffde15256f8988" + }, + { + "alg": "SHA-384", + "content": "cec081b50f68a299cb9f7a1b8814d39b3f363961fc1f0f8d3bd0cb1cb7808400e749d1404139c2e3bd85afb5dac6eb36" + }, + { + "alg": "SHA3-384", + "content": "f19da246700c979567b0231690413bf773944b3da4619f4e27b7d9597577abcc45da8892b53eca5a2bd3b97cb291da99" + }, + { + "alg": "SHA3-256", + "content": "f582d69b966fc168d69ada8032884d6913f6f9f8c210e3106de2db6cef7c95e7" + }, + { + "alg": "SHA3-512", + "content": "6ba699fdc0f2d69e934ec429c321251a6de220f45a53900c5ea0fed42f2f5afed1a9e9959c9676c6c2cd634279e0c2b17088c85b44251d284e8bbc47691024ad" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/spring-projects/spring-framework" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-framework/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-framework" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework/spring-core@6.0.17?type=jar" + }, + { + "publisher": "Spring IO", + "group": "org.springframework", + "name": "spring-jcl", + "version": "6.0.17", + "description": "Spring Commons Logging Bridge", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "adb3a398fc02b20224373db160d4f724" + }, + { + "alg": "SHA-1", + "content": "2364a28adbc69fbd948918a6aff335461a35f6d9" + }, + { + "alg": "SHA-256", + "content": "d8d7698d2090abb88f21994da9e604519dbfc7ebb12e538762bccd0a488d7e2c" + }, + { + "alg": "SHA-512", + "content": "7f99f34628c8a10e3c50982b65ac81f25c1c423ae4454ae66b182759a7a6767641c1dca26591c572e0b3b44b22549b84cee91f99f8e22e9fd3277bc9e80f02e2" + }, + { + "alg": "SHA-384", + "content": "3352d1cecf1c672d899fde02715409d68065b3b6d69338772757d0c183ab6d0149294810174929a78e9da167fe6e880c" + }, + { + "alg": "SHA3-384", + "content": "91924a9596e4ee4b7b53e1a2b403d6bafe1f4ec9a6d34f1f2bff133b602cebf99be05f1302c901294125e0557b857585" + }, + { + "alg": "SHA3-256", + "content": "073570f8c9e231db88b2e2e4200f56aff3c7b3e919720b3b604e862eb90fd4ef" + }, + { + "alg": "SHA3-512", + "content": "727ad615be42f7fbdcd2bd9a7fcb1fabe84971585a4cf0d28e2c878db7cd3679336f11a8d353fd0f9321e193fc38cca51a3cde36fc63c4013a4b92c4c9c18020" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.springframework/spring-jcl@6.0.17?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/spring-projects/spring-framework" + }, + { + "type": "issue-tracker", + "url": "https://github.com/spring-projects/spring-framework/issues" + }, + { + "type": "vcs", + "url": "https://github.com/spring-projects/spring-framework" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.springframework/spring-jcl@6.0.17?type=jar" + }, + { + "publisher": "The Apache Software Foundation", + "group": "org.apache.commons", + "name": "commons-compress", + "version": "1.21", + "description": "Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "2a713d10331bc4e13459a3dc0463f16f" + }, + { + "alg": "SHA-1", + "content": "4ec95b60d4e86b5c95a0e919cb172a0af98011ef" + }, + { + "alg": "SHA-256", + "content": "6aecfd5459728a595601cfa07258d131972ffc39b492eb48bdd596577a2f244a" + }, + { + "alg": "SHA-512", + "content": "c92d9a12547aab475e057955ad815fdfe92ff44c78383fa5af54b089f1bff5525126ef6aef93334f3bfc22e2fef4ad0d969f69384e978a83a55f011a53e7e471" + }, + { + "alg": "SHA-384", + "content": "da56f95d420cd7278cee646f4cd0e7a5ee12b6a2894efaec12f0ff7b56c3d43e5db736fe1ed66ff91118b16f2d64ebef" + }, + { + "alg": "SHA3-384", + "content": "6d3dc0198dd523a49fa94e054841aece853577b5c3ea1029fc288ad9ff580ab1b65ea99ddbe58c42125054e8c43be461" + }, + { + "alg": "SHA3-256", + "content": "37d4a014b50393793d35c70431bd8a1842c197d854c6f174dfa946b9edc2b841" + }, + { + "alg": "SHA3-512", + "content": "61609f60746406a7cb1ef3f979488beca6674fde208c9025d3fdee115de4767e8a4a1ee38f5bf79ac0104505ddb3558f1feeba5e318d6545647120ac60db6b89" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.apache.commons/commons-compress@1.21?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://commons.apache.org/proper/commons-compress/" + }, + { + "type": "build-system", + "url": "https://builds.apache.org/" + }, + { + "type": "distribution-intake", + "url": "https://repository.apache.org/service/local/staging/deploy/maven2" + }, + { + "type": "issue-tracker", + "url": "https://issues.apache.org/jira/browse/COMPRESS" + }, + { + "type": "mailing-list", + "url": "https://mail-archives.apache.org/mod_mbox/commons-user/" + }, + { + "type": "vcs", + "url": "https://gitbox.apache.org/repos/asf?p=commons-compress.git" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.apache.commons/commons-compress@1.21?type=jar" + }, + { + "publisher": "The Apache Software Foundation", + "group": "org.apache.zookeeper", + "name": "zookeeper", + "version": "3.6.4", + "description": "ZooKeeper server", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "d2cdebf894df0848e5285003e5c0d4fb" + }, + { + "alg": "SHA-1", + "content": "7c035d7130a0dcb55e9566ba304ebda4763b002d" + }, + { + "alg": "SHA-256", + "content": "570794d876e9abf0367d03e8ca4e50274d3c57a730d739d862bd1fe0b4f5f805" + }, + { + "alg": "SHA-512", + "content": "1429ea13087782bfe58a691adb824c1e4e74bd8b8775daa3f74ea02ea7eac23b703e344ac94d5b4c92dc32a4e5a2bf6939194a8e147180635eac6f80ea68797b" + }, + { + "alg": "SHA-384", + "content": "718728a1260a1f61c725dba8832f73a52799a583e477d1fceb3850e8a681b39305b2ed248e1f6a0e1f61a61af5ac83dc" + }, + { + "alg": "SHA3-384", + "content": "ebb7d9a68ff617ddf74bc3b400d8fa80640b0e1408bdc1b5308bb6a6ab3820055cc9ce73589e5aa388c5f5f989580fa1" + }, + { + "alg": "SHA3-256", + "content": "cc21259b71455a6e535b1b88c4d321289792ae052f1190c05564e6776ef63ade" + }, + { + "alg": "SHA3-512", + "content": "c851614dec678191d669c51484706a968947e6a1173ce168971c84091bf6caf412cc4ad1d5f2f0232c1d28dddfeb47c731bc435ddb63c8eac025b19b44f5bbc3" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.apache.zookeeper/zookeeper@3.6.4?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://zookeeper.apache.org/zookeeper" + }, + { + "type": "build-system", + "url": "https://ci-hadoop.apache.org/view/ZooKeeper/" + }, + { + "type": "distribution-intake", + "url": "https://repository.apache.org/service/local/staging/deploy/maven2" + }, + { + "type": "issue-tracker", + "url": "http://issues.apache.org/jira/browse/ZOOKEEPER" + }, + { + "type": "mailing-list", + "url": "http://mail-archives.apache.org/mod_mbox/zookeeper-user/" + }, + { + "type": "vcs", + "url": "https://gitbox.apache.org/repos/asf/zookeeper.git/zookeeper" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.apache.zookeeper/zookeeper@3.6.4?type=jar" + }, + { + "publisher": "The Apache Software Foundation", + "group": "org.apache.zookeeper", + "name": "zookeeper-jute", + "version": "3.6.4", + "description": "ZooKeeper jute", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "f5436b44a19ecaa5e43f021b5d421bee" + }, + { + "alg": "SHA-1", + "content": "873a0acd6a1434bec0e1b5a5ef88b07a20727fb4" + }, + { + "alg": "SHA-256", + "content": "f3477ca671fe1a91553b5279ab7ad01e435d20cd7de902252a82716e70a3e730" + }, + { + "alg": "SHA-512", + "content": "6cf6d7ee0182e5a62b892875c78ab9e458c45ae87de3ab73c3d30b615a73f96929162deb4f96d656826d06d09024a9e48b01f8c4a477994b877127381099d5cf" + }, + { + "alg": "SHA-384", + "content": "bd1bea236f0a3e4804df2b6d46c507b7d6a978377bfadadad1c84283d142bb0648f401c3001c90184063ae26ce1b025c" + }, + { + "alg": "SHA3-384", + "content": "e477d6ac26dc2287770d10c5213c60ef53f879629550ca316764d6411510c1fd7edbd3987151af14900282ae8de40695" + }, + { + "alg": "SHA3-256", + "content": "ad67abaa50aae03e99d4e5b5108812ae3a414fa4b516ad53a862dcac5f5d74e7" + }, + { + "alg": "SHA3-512", + "content": "3b67e3bab579f6215520c939d1031927745b4ae38a90836546c50b21eed557ca37640b800e61705b64c16e42c6657630eafbb0131e1835e40800758edb5b7b40" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.apache.zookeeper/zookeeper-jute@3.6.4?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://zookeeper.apache.org/zookeeper-jute" + }, + { + "type": "build-system", + "url": "https://ci-hadoop.apache.org/view/ZooKeeper/" + }, + { + "type": "distribution-intake", + "url": "https://repository.apache.org/service/local/staging/deploy/maven2" + }, + { + "type": "issue-tracker", + "url": "http://issues.apache.org/jira/browse/ZOOKEEPER" + }, + { + "type": "mailing-list", + "url": "http://mail-archives.apache.org/mod_mbox/zookeeper-user/" + }, + { + "type": "vcs", + "url": "https://gitbox.apache.org/repos/asf/zookeeper.git/zookeeper-jute" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.apache.zookeeper/zookeeper-jute@3.6.4?type=jar" + }, + { + "publisher": "The Apache Software Foundation", + "group": "org.apache.yetus", + "name": "audience-annotations", + "version": "0.13.0", + "description": "Annotations for defining API boundaries and tools for managing javadocs", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "e7b6aa8d8967f6f34a711d763d1b4816" + }, + { + "alg": "SHA-1", + "content": "8ad1147dcd02196e3924013679c6bf4c25d8c351" + }, + { + "alg": "SHA-256", + "content": "3bfbb397b06f63a2a0a361f62ed32cf199bd92ddd48ea99281f4987edec9777b" + }, + { + "alg": "SHA-512", + "content": "9fdd60a366629a7ef7f934eea7d27d38e1614472e9090fd23c66032589fbfb9d90516c9cb13a44e4a3598e50d62daf851bb87e4dc8375b1da2cfe6392c448bd8" + }, + { + "alg": "SHA-384", + "content": "bdd7d0a05faa80c56ab33e8f0c9b70a366f3bcc9cb36fcf88d4f6761feee36b46787baf42b1f62606935eb595279de7e" + }, + { + "alg": "SHA3-384", + "content": "1a38fd63d6825a724bda4f2dd3dccd7c1d7cbdf7225236e4dc59f5f9642e8be8d1cf9863d723fa3f52d4e6f952eb99bf" + }, + { + "alg": "SHA3-256", + "content": "3cb50163f379a7eb642d4f6ceb0f4ab1d8a10414c656a101ca8027c2c4125c25" + }, + { + "alg": "SHA3-512", + "content": "444f96bec24b7d28999c6830db42267ee0a007ffccdd2e48ae75c83ba22442fe5bed854280699e197e77b20ccf6fb19a562c0031b8911bca68a7e66dc7d80797" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.apache.yetus/audience-annotations@0.13.0?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://yetus.apache.org/audience-annotations" + }, + { + "type": "distribution-intake", + "url": "https://repository.apache.org/service/local/staging/deploy/maven2" + }, + { + "type": "issue-tracker", + "url": "https://issues.apache.org/jira/browse/YETUS" + }, + { + "type": "mailing-list", + "url": "https://mail-archives.apache.org/mod_mbox/yetus-dev/" + }, + { + "type": "vcs", + "url": "https://github.com/apache/yetus.git/audience-annotations" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.apache.yetus/audience-annotations@0.13.0?type=jar" + }, + { + "publisher": "The Netty Project", + "group": "io.netty", + "name": "netty-handler", + "version": "4.1.107.Final", + "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "87d9e7e058a8df69cee1b45d46c055c6" + }, + { + "alg": "SHA-1", + "content": "d4c6b05f4d9aca117981297fb7f02953102ebb5e" + }, + { + "alg": "SHA-256", + "content": "ce135be15a4afe717db7c5a1d5bf1d10bdfdee50c8ce77a5a39e4694b97071db" + }, + { + "alg": "SHA-512", + "content": "4a6deee8011e79c4ff785d1fb1b538b2a7943650d95e5c7c5cfaf05de97e083ac5cd163f4bbc2089977af5c538627b45b83517e0c6b1f4a6d85f5da6fc99e8b3" + }, + { + "alg": "SHA-384", + "content": "9411892d46c045fdc46c513a75b6865ae46de3271c8dcedc9a0f2feb14d401e8ec4b73ed5d7a43f63d39268623f4a27f" + }, + { + "alg": "SHA3-384", + "content": "3cbf8d5e62aa71e911b84cd76b5c89cdbc79b98e8faede83d80597212b664fa72de78952cd6188585d950dee02ffd30e" + }, + { + "alg": "SHA3-256", + "content": "96d67772bba46837dae1b032294c6f5094e3e936ffff440dbc7e123defdb867e" + }, + { + "alg": "SHA3-512", + "content": "f7ddc11870c428334cf13d9e06c3bc87f0e0b2a4f559725d0a4fc2b9ff1bdc72100c32dfc1b316cc6b73d9bb057e10348d4408a469fb522220b92852207952c7" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/io.netty/netty-handler@4.1.107.Final?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://netty.io/netty-handler/" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "vcs", + "url": "https://github.com/netty/netty/netty-handler" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.netty/netty-handler@4.1.107.Final?type=jar" + }, + { + "publisher": "The Netty Project", + "group": "io.netty", + "name": "netty-common", + "version": "4.1.107.Final", + "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "4ea3473db2afa1e53f50267e1ea0af54" + }, + { + "alg": "SHA-1", + "content": "4f17a547530d64becd7179507b25f4154bcfba57" + }, + { + "alg": "SHA-256", + "content": "1231e7bd5f523d97280b89adefb3521132d45c22791318b9e0d462bd3ba1b8e9" + }, + { + "alg": "SHA-512", + "content": "ef8706dedcce8a8061138cb0ad0b9277c7d1717db63113da22bccc292039fe613b92b6b09250adfbcea7bd280d2935df782c9cad33c0911bb876c80f7deb3764" + }, + { + "alg": "SHA-384", + "content": "e5c6d41a44803e679b44d76cb9f224995ed2715fe66a5bbe48e3a2bdba8b1701cda18faaa3e1ad13ad2b0f1d48726f59" + }, + { + "alg": "SHA3-384", + "content": "0b543aae723288f2cc1bdaa147d62d7b305bc03ba0a936d6a81979a217d044f8f3010595870a7addd8f01bee84483362" + }, + { + "alg": "SHA3-256", + "content": "8d2bdf4e93793bae49a3d17ab185dd5bc3e6a2c3a50ebf7fd01374f26b930604" + }, + { + "alg": "SHA3-512", + "content": "a28940f4b141a7617d2c091a6404683d3b993cb6b405aeafd27f9343ae27f4703ec45fba696bf9a98fa93a99bd2bb6eea0e1adad1eb021d80f5c02495cf42c76" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://netty.io/netty-common/" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "vcs", + "url": "https://github.com/netty/netty/netty-common" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar" + }, + { + "publisher": "The Netty Project", + "group": "io.netty", + "name": "netty-resolver", + "version": "4.1.107.Final", + "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "c6c34e4e63e91a82be01948d0f3399bf" + }, + { + "alg": "SHA-1", + "content": "dfee84308341a42131dd0f8ac0e1e02d627c19f3" + }, + { + "alg": "SHA-256", + "content": "303244791c040229315845e2236bb7b75249cffb308f99d48b0bab199bc6be63" + }, + { + "alg": "SHA-512", + "content": "2b15a465a45cdc15bd6b34be7ca631c35195efb8dcbca2031373c66c13eaf029d9ed3060bebfe93a5a0f659728d07caffafc6a645c603d5bfa7e15b9bddc1a7e" + }, + { + "alg": "SHA-384", + "content": "b53c44f26534be5e81831af4e3ce6efaf3885587d265b124cba400d49682d28147419f9cd9da6482ada75679c3c1c283" + }, + { + "alg": "SHA3-384", + "content": "f9c37703dbd9b587524723bf927724c04e3e8a78444edbe685b237387b042c355a2b5cbc5b29b8fd2637662b1a2b5111" + }, + { + "alg": "SHA3-256", + "content": "24e7162fdc4378c7674820fe232cf8fdc93a9ccaa8d9596967eefea90735f934" + }, + { + "alg": "SHA3-512", + "content": "afbd5029610326d4d9a90b86ca36e549de9748c2d1015bf775aca54577c1f5c249c1edb1b8cb95269bd4fe7f41c544ffce6034ced5fc7a10ef58afb219c8dd8c" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/io.netty/netty-resolver@4.1.107.Final?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://netty.io/netty-resolver/" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "vcs", + "url": "https://github.com/netty/netty/netty-resolver" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.netty/netty-resolver@4.1.107.Final?type=jar" + }, + { + "publisher": "The Netty Project", + "group": "io.netty", + "name": "netty-buffer", + "version": "4.1.107.Final", + "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "36221171b3c67adfcba71251cf1511f0" + }, + { + "alg": "SHA-1", + "content": "8509a72b8a5a2d33d611e99254aed39765c3ad82" + }, + { + "alg": "SHA-256", + "content": "04eb1231c86a7011c48cd443a25dc2f397137e5ee0aac2f12f1c503f11f09e2a" + }, + { + "alg": "SHA-512", + "content": "78e944bc9b84f27c5ff25f7c69f15543af889c4533a9a524276badd19b46809a90a160178b70468eb54c17d882a5286006ea4dcbd921451ffbef2bed1e05b5b4" + }, + { + "alg": "SHA-384", + "content": "39e3e318586e117ac549bc3076b646ed7b49663f43e8935c3bc2f8aae2a4abf4988543a866a579f6e46f305e45c0c5cc" + }, + { + "alg": "SHA3-384", + "content": "61364891f2d932569cab68748f5736a523d6ed4388ce6bfd70bf0047fbc1bd7dad32ecbf48b95a0ca8111d271667635e" + }, + { + "alg": "SHA3-256", + "content": "e22a96a809b941abac04de523579f87762876ccfe8704897eb497dd909fe1464" + }, + { + "alg": "SHA3-512", + "content": "82298346c042a84dd4904ab05958ec1e673c3369731c4b0b26199a38d883458f07e3cae9e77cf8b2550c20899926bb880fbedfdf225850fd06402445f85cb85c" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/io.netty/netty-buffer@4.1.107.Final?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://netty.io/netty-buffer/" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "vcs", + "url": "https://github.com/netty/netty/netty-buffer" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.netty/netty-buffer@4.1.107.Final?type=jar" + }, + { + "publisher": "The Netty Project", + "group": "io.netty", + "name": "netty-transport", + "version": "4.1.107.Final", + "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "40f2781d9deb0cf3d047131d2f5e803b" + }, + { + "alg": "SHA-1", + "content": "d6a105c621b47d1410e0e09419d7209d2d46e914" + }, + { + "alg": "SHA-256", + "content": "8b3107c684c5fcf53bc437e78db9f186008184210fdb96798efb835c073cfa86" + }, + { + "alg": "SHA-512", + "content": "57b1ab1241b361ab25922208169a3598b75bfd272a006e657f0bf4afb1c12d01c793e4884d2fe51c25999df9285c50a313fd610eb09767fdb8290a29f2bc6e71" + }, + { + "alg": "SHA-384", + "content": "a75b175f6c07a4e5360cd23137b202d5f7cf5b541e680b16733486ecdc8ff80ccbe78b9382fd684ff1eb56908ca7e7c3" + }, + { + "alg": "SHA3-384", + "content": "5ce9c6ec88ccff98553ca3005e056c368fd367deda04cc10cd06e2d4b7e1913fec89cf2478430542cb458efd12be681b" + }, + { + "alg": "SHA3-256", + "content": "9cad098682c4825e47ecd631c43bba5195b705afdc7ac420d56ad9ee123d9cfb" + }, + { + "alg": "SHA3-512", + "content": "2951709fc9ee02913d81fd371439b1b3bdd2c538fc68eeaf624417ef3bcb00cd13bdfbc3529aca13340f70ec2e16f6adc81b2f8431d61cb7cd03bcf527787edb" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/io.netty/netty-transport@4.1.107.Final?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://netty.io/netty-transport/" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "vcs", + "url": "https://github.com/netty/netty/netty-transport" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.netty/netty-transport@4.1.107.Final?type=jar" + }, + { + "publisher": "The Netty Project", + "group": "io.netty", + "name": "netty-transport-native-unix-common", + "version": "4.1.107.Final", + "description": "Static library which contains common unix utilities.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "c73d26efc78d4f1305bee33b1c88e69e" + }, + { + "alg": "SHA-1", + "content": "4d61d4959741109b3eccd7337f11fc89fa90a74a" + }, + { + "alg": "SHA-256", + "content": "40eb2e471d88f9e7d09d59284297d1d46de37fb1441215b1b73e9b8691061e27" + }, + { + "alg": "SHA-512", + "content": "9fd65124015089bb55abf125ae8c1e726e98b2cd06cfebbea223682f3a73aed1094fda604cc4bf8cbb8b9e388682b6e7082ef07fd6ae253b6d174d3acf8b0483" + }, + { + "alg": "SHA-384", + "content": "62b32252858e321151f0a650e076350c2692dc734181e8b36650135f75f436f0f392aede52d1ddb705bac835706bba4f" + }, + { + "alg": "SHA3-384", + "content": "492792abb04c3585b6b712dbcbc0add1cfd14cbebd4b607c1214db8103268700b80324475d9569b7fd05ce5e8de1802a" + }, + { + "alg": "SHA3-256", + "content": "4d00622cf6df8f7c2ac71ca4dc4d84beca2daff7eff5d838cc4d43a43e888ef0" + }, + { + "alg": "SHA3-512", + "content": "5cb1f9f0dcada10be58f7cf99b97596ad5672c242085096d5ea5df6e76026a26567ae12958f1bb25251933f3ba707bd4dd017af20588d04c36c2ff2ad2455982" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.107.Final?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://netty.io/netty-transport-native-unix-common/" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "vcs", + "url": "https://github.com/netty/netty/netty-transport-native-unix-common" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.107.Final?type=jar" + }, + { + "publisher": "The Netty Project", + "group": "io.netty", + "name": "netty-codec", + "version": "4.1.107.Final", + "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "13189f08cd55833329503c88d1215fa4" + }, + { + "alg": "SHA-1", + "content": "0a1d32debf2ed07c5852ab5b2904c43adb76c39e" + }, + { + "alg": "SHA-256", + "content": "3a1f361b405f9ea30fe6aabe1907d719c0c99fe30c03932fee558214dbd638cc" + }, + { + "alg": "SHA-512", + "content": "ceb937d52f25fff44348f1607b9d13f74fb8f288f6b56440e08f8b61aba10895de9b7cb31f5a3d00bd38ce12e14534f7ede73e9636bd7e520b8624c28d482359" + }, + { + "alg": "SHA-384", + "content": "f427d6ece468f0472924195c55ba88560698593d6fb045ce07a627d79d7028de3257d9fd3d1adbbe6d7be7ae928ba819" + }, + { + "alg": "SHA3-384", + "content": "5c3ac8872df46284c65e98bd1f0e57d5f1f2c263504bf72a591cdfaa4f691f45c35a5c939d94ec0f91a17b825ff04480" + }, + { + "alg": "SHA3-256", + "content": "450d101c6e72bbd7941a5415052397202243a09d9d535fe5857e9a1899f3f45c" + }, + { + "alg": "SHA3-512", + "content": "59899fa7c4a006e62d305db417c16d685e7ad56482215b01f72780e204337e92cf2182e88d852388fccedfac728bd426308b1099a63118bc59a81e78b23e54a6" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/io.netty/netty-codec@4.1.107.Final?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://netty.io/netty-codec/" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "vcs", + "url": "https://github.com/netty/netty/netty-codec" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.netty/netty-codec@4.1.107.Final?type=jar" + }, + { + "publisher": "The Netty Project", + "group": "io.netty", + "name": "netty-transport-native-epoll", + "version": "4.1.107.Final", + "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "43876642e42a0a4cf602604cebb0625c" + }, + { + "alg": "SHA-1", + "content": "c5c62460000cc012c580e10ab185e2dc908167af" + }, + { + "alg": "SHA-256", + "content": "4d43ea6c97b08b470ae2b9fb041dfb5cb5d795fcaedd5c6a3a4eb8c498d1a9b2" + }, + { + "alg": "SHA-512", + "content": "4fda6b5e23427caa6f0f636dce49f51b6043693b2549d24442ff35cba5f85b034511f26cf0663db42227aa7ab6f8b270dc816a2bbdac4fd11018c8f8e26103c1" + }, + { + "alg": "SHA-384", + "content": "c8bbd836eec31574990bd2b0f0d386d1907f579dd6b7dd38456acd2a64c1bf3bc1809c259c4835d3c275582272d22a9d" + }, + { + "alg": "SHA3-384", + "content": "087a454d35a2aad803a1e08d2328d93c8ef3c33604bdfd0e738cb854f795e50c8c01c7977db414cf59a83746fa8f633c" + }, + { + "alg": "SHA3-256", + "content": "2ba0443682716bd13d0e6c1b0a5363158c14e0e260e162a3c6f733aa2bf39640" + }, + { + "alg": "SHA3-512", + "content": "08718da7f5a988872a3baa2e888bf03bab6c5eae44f5d67a901c28ac898bf55782c131257b2683f335bf629b826ee7db46d82fed08161c0aa24348aabd887349" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.107.Final?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://netty.io/netty-transport-native-epoll/" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "vcs", + "url": "https://github.com/netty/netty/netty-transport-native-epoll" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.107.Final?type=jar" + }, + { + "publisher": "The Netty Project", + "group": "io.netty", + "name": "netty-transport-classes-epoll", + "version": "4.1.107.Final", + "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "813a80d935d04d0749c6e0dfb507bb44" + }, + { + "alg": "SHA-1", + "content": "9234407d6a46745599735765c4d3755c7fc84162" + }, + { + "alg": "SHA-256", + "content": "3ca736cb7e02cca5fd600d9e12b2c068d35bbbb13440c507b4e8f6569133c012" + }, + { + "alg": "SHA-512", + "content": "83844643af32149de5d098acb9b96115b035429239e5cbaf9736e73ad9256c38095548614bd05a2c0b06a941f49ff359b1bd283d193306ac2b5a257c85069bd0" + }, + { + "alg": "SHA-384", + "content": "1759cc4ae9af81b6741a9832dc3fa779a35a4644f4e4b512c7ca8b13f59a5d73847c1a324cd1703d9340a17e54db8982" + }, + { + "alg": "SHA3-384", + "content": "b32db30ac5e082bff6b8f7aceac789d7c5eb7bf2715addf85474d79a15d2e0929323574646c0dcef03adfc04d182109f" + }, + { + "alg": "SHA3-256", + "content": "517c43ae7fe6283ae43ccc678be2bd087f91eeb17550eb30f8f7bfe8bddfdeea" + }, + { + "alg": "SHA3-512", + "content": "29c876537f1e6cbd83d6965cde1b4663e145c4884570dd892abbfc58c44953bbec1c606a73f466724c30360bd50756e4bef17871a424a5acd9e2be9273d73c34" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/io.netty/netty-transport-classes-epoll@4.1.107.Final?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://netty.io/netty-transport-classes-epoll/" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "vcs", + "url": "https://github.com/netty/netty/netty-transport-classes-epoll" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.netty/netty-transport-classes-epoll@4.1.107.Final?type=jar" + }, + { + "publisher": "LAMP/EPFL", + "group": "org.scala-lang", + "name": "scala-library", + "version": "2.13.10", + "description": "Standard library for the Scala Programming Language", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "f8ca7cf82f6d54ffdb6f8a2cdfe2474f" + }, + { + "alg": "SHA-1", + "content": "67c1afabaea9ba51321159e70a78515647e1b73d" + }, + { + "alg": "SHA-256", + "content": "e6ca607c3fce03e8fa38af3374ce1f8bb098e316e8bf6f6d27331360feddb1c1" + }, + { + "alg": "SHA-512", + "content": "f6945a0d4e535cd8bed34f6d30b4edf2ca076d531cfd021dac4654158ff08717a10c6c204fab132d03fc11a409d58a89fc78dd6c5b3ffc410c3f33f38ca2d592" + }, + { + "alg": "SHA-384", + "content": "fa80276dcebe950b3830a64af57aa0bc295a7e80714416160c45280e45f8a51e1b38c3d67b345a76cf75075779d539ee" + }, + { + "alg": "SHA3-384", + "content": "8e0b125975c09c44f2bb7a7604267c263a442180bd2c95cfcc004820702b6a158bd123b31deb7d36606b8818cbf2f825" + }, + { + "alg": "SHA3-256", + "content": "94c760f92e9766dc84ab15b40173601b022abd2f4e934efc6395e04f91a60744" + }, + { + "alg": "SHA3-512", + "content": "e7d09d42e734a6c7741ea2766fdd391b4337a5778d8cf2dd159a5c8f1c068dc824055ce6bb8c853728d396b4fbb95fcbb3931013e6276460ed523639e496c336" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "purl": "pkg:maven/org.scala-lang/scala-library@2.13.10?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://www.scala-lang.org/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/scala/bug/issues" + }, + { + "type": "vcs", + "url": "https://github.com/scala/scala" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.scala-lang/scala-library@2.13.10?type=jar" + }, + { + "publisher": "Confluent, Inc.", + "group": "io.confluent", + "name": "kafka-schema-registry-client", + "version": "5.3.1", + "description": "Schema Registry provides a RESTful interface for storing and retrieving versioned Avro schemas for use with Kafka.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "6fc24c86bddf289c295f9ff7faa4f5ee" + }, + { + "alg": "SHA-1", + "content": "cd42b9accfd9c187e869c9dc834e82c7182622c7" + }, + { + "alg": "SHA-256", + "content": "69432e91d0d069eb5d48708d31f1675254c7b2d4358e84729a81612048c85056" + }, + { + "alg": "SHA-512", + "content": "e2db2ee58966e5c97e2305a04ce3d4184b0ec9f3ce1c9bd66607e1e043d1595b7073f3ab27b20d5aeca3d4be589193ca6319a4497a6df92a3eabaae41d8303b9" + }, + { + "alg": "SHA-384", + "content": "34c07d1ff04ed5748162f78a0a4d9c6c3b95867fd15d161317b5411d9f211d95aa3024acb55c24b65590be61fabb5a9a" + }, + { + "alg": "SHA3-384", + "content": "d8a6c0de86f6e69d55e86e96201b20819198da799a6e4cc4b8e13824de06022d011d85167ee45260485203416e96244a" + }, + { + "alg": "SHA3-256", + "content": "088affa63bac543362ba0be1995c4cd56b3062d723e45b612a59ea041b4714f3" + }, + { + "alg": "SHA3-512", + "content": "64eb486bf519d2df3877cda2d4b6967a27fdebc7eb6ba15f12d6f74249c88523d6a20415c5e85fe72aa68ca6f3b05554d94fff0b4bc25aa392e963f0ba20afe1" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "purl": "pkg:maven/io.confluent/kafka-schema-registry-client@5.3.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://confluent.io/kafka-schema-registry-client" + }, + { + "type": "vcs", + "url": "https://github.com/confluentinc/schema-registry/kafka-schema-registry-client" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.confluent/kafka-schema-registry-client@5.3.1?type=jar" + }, + { + "publisher": "Confluent, Inc.", + "group": "io.confluent", + "name": "common-config", + "version": "5.3.1", + "description": "Common utilities, including metrics and config.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "4a05ff77f0dafe5310894a7fe5ff1e26" + }, + { + "alg": "SHA-1", + "content": "9177934c312858c5acb05f729dd68348489d0ffe" + }, + { + "alg": "SHA-256", + "content": "94c5d83d95d3556bee530cba3ea07a39be906477c87ac6c6ea8360e90fcbd3b4" + }, + { + "alg": "SHA-512", + "content": "058ba2d006708233bafb7048af92f31e229a0a5a8f2b182b18d7af24bec3ffde5d56e0741c1d358eac811bda5ebbda44c0e05bc4f35fe6669990c82a5eb27e41" + }, + { + "alg": "SHA-384", + "content": "1e36d006280b124c151dc77c234cb6153a26ce3d4bef74c8399a0cf9e36c4a59a417b62a1a326aad4274a2ba630faefd" + }, + { + "alg": "SHA3-384", + "content": "70a3f5f7b7f1b61197a02a816267612d83af327a8ae598a895e40f9746034b17d02087c7955c034681009ca8d6bd821c" + }, + { + "alg": "SHA3-256", + "content": "8015c53aa153744583a839f9a001b78e621980855962a0538656c2d6489cc094" + }, + { + "alg": "SHA3-512", + "content": "22e380d1b515e0b871e167660004110eb5a6943a88bcd73788b6031ba361cd225277c9f9c409e07d1ac17d58a5392500ebceced96691c152e59cbcc77a2ae051" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "purl": "pkg:maven/io.confluent/common-config@5.3.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://confluent.io/common-config" + }, + { + "type": "vcs", + "url": "https://github.com/confluentinc/common/common-config" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.confluent/common-config@5.3.1?type=jar" + }, + { + "publisher": "Confluent, Inc.", + "group": "io.confluent", + "name": "common-utils", + "version": "5.3.1", + "description": "Common utilities, including metrics and config.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "0d08ae0b949613a4faeecc2cbf27b5c7" + }, + { + "alg": "SHA-1", + "content": "3b33c2e381dd12c14419d244a3bf195458c614be" + }, + { + "alg": "SHA-256", + "content": "c44514b7ec8b39d29ecb6d68e7d429534ab00a3c08645b574ec1c12cc9bceaf9" + }, + { + "alg": "SHA-512", + "content": "d852fb6b564dbdb8fa579accc2b84f82af60b746ed03fab190b1c6f50b962d7439ba00ca7b1828f9cf075f96b36c3783303fbb377444d007b74af6b2049a226c" + }, + { + "alg": "SHA-384", + "content": "ca5c787d3f77c637eaf9fdc8087cb0c82e9f835f2bd4f707d871b2f99d8ffa475d3ece600f4e02dea8b1071b9d214a5a" + }, + { + "alg": "SHA3-384", + "content": "c11eadfddf9bfb42e55958344bca366e9b6525464bdbc7aaafe35adcad88ee4daa35e2261e0d5b2b262ff3950b000cff" + }, + { + "alg": "SHA3-256", + "content": "19a6384cd31c8f8441772e59e7a441c76bd89df6fb02a1bcafd112b9b25eb07b" + }, + { + "alg": "SHA3-512", + "content": "c70836ca5bb0bbe47cea0b334cfe378cc855bf743a3aebff64746ddf796b19cfdba2ae7837846f1eb6775b372d97a2990f946650f7727cc375774c417045867d" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "purl": "pkg:maven/io.confluent/common-utils@5.3.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://confluent.io/common-utils" + }, + { + "type": "vcs", + "url": "https://github.com/confluentinc/common/common-utils" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.confluent/common-utils@5.3.1?type=jar" + }, + { + "group": "com.101tec", + "name": "zkclient", + "version": "0.10", + "description": "A zookeeper client, that makes life a little easier.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "d403d66b9b02fbd34db3ce0ad8870f9c" + }, + { + "alg": "SHA-1", + "content": "c54d4b5a5e89af75a80b6d5857400165ce5188d0" + }, + { + "alg": "SHA-256", + "content": "26e988b8bba838c724fd8350b331ee8b5ffc59c3a9c074df115c4c3a6c843878" + }, + { + "alg": "SHA-512", + "content": "97b35fe2725a68b2bec4178f107200cab655283e346fa5dfcfcce902b5a29e7d73e459fdbaa14c6e13ce8fdd8ba981cb740d9daa432744bdbb190b5398993a5c" + }, + { + "alg": "SHA-384", + "content": "9d86dbea3c0d48555f52bc7512b64a61c037b428b44cb78037197dd4f1e2c4050078656352e9951d86d1c482ec869a52" + }, + { + "alg": "SHA3-384", + "content": "f83d6c7550ed447ee26e689449b56223d4ebb269efe8c7082e25a1cadc0c7e5a3899f7c97763a1610423af9b034a1d3e" + }, + { + "alg": "SHA3-256", + "content": "4515ce87b0694eef31851172197f1f53438dfb4c7766b39e5a39372456dcd082" + }, + { + "alg": "SHA3-512", + "content": "9b20bb9c1f163c4d21f1710c8f20992066bd3061ed9465359fe2b205c10e00cab0222080f7ba23a689915f8f6bfa10b121dc7f3b507444372c42c999dbf629c2" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.101tec/zkclient@0.10?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/sgroschupf/zkclient" + }, + { + "type": "vcs", + "url": "https://github.com/sgroschupf/zkclient" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.101tec/zkclient@0.10?type=jar" + }, + { + "publisher": "The Apache Software Foundation", + "group": "org.apache.avro", + "name": "avro", + "version": "1.9.2", + "description": "Avro core components", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "cb70195f70f52b27070f9359b77690bb" + }, + { + "alg": "SHA-1", + "content": "7e67193b94e45d32277ac480ea86421fd3976424" + }, + { + "alg": "SHA-256", + "content": "9d8f65504604b5fcdffb96793a9a32ca7b10bc0a469425d1d1fe4aa490c31c02" + }, + { + "alg": "SHA-512", + "content": "2b50e4daf70fef8a2df6a293dfcd740a78296a6fe54fe526e5019092a253952976f5af7f680f1f4b0edc4695087c0a4c2885457b4471199a9387cd480bf43092" + }, + { + "alg": "SHA-384", + "content": "07b5eaac4a0e406a7b9c376770ad9b1796d05a94b5cdb3d15242ca40babebfe99f75ee007c3e802bdb85461b61b37d84" + }, + { + "alg": "SHA3-384", + "content": "ffcb40d4a2a412c8a123c889e88ffc9af6312799a95c87540f44814e7412ccd7ff05257cc1ea44a7466cbbbf3e0a67a2" + }, + { + "alg": "SHA3-256", + "content": "6bffbedf8f5ee8caebe867712c9c997ab1f4b3efd85e256a7af7dfebf5ab1dc1" + }, + { + "alg": "SHA3-512", + "content": "aec59bedf4e5d35b72009d03324ee07d5f03a200988c01d793d9ab8d9e48402795a76a343d021d337defcc26c3be77f1fdf12f4e0dc1d9952fa883fcc43d106d" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.apache.avro/avro@1.9.2?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://avro.apache.org" + }, + { + "type": "distribution-intake", + "url": "https://repository.apache.org/service/local/staging/deploy/maven2" + }, + { + "type": "issue-tracker", + "url": "https://issues.apache.org/jira/browse/AVRO" + }, + { + "type": "mailing-list", + "url": "https://mail-archives.apache.org/mod_mbox/avro-dev/" + }, + { + "type": "vcs", + "url": "scm:git:https://github.com/apache/avro/avro-parent/avro" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.apache.avro/avro@1.9.2?type=jar" + }, + { + "publisher": "Confluent, Inc.", + "group": "io.confluent", + "name": "kafka-avro-serializer", + "version": "5.3.1", + "description": "Schema Registry provides a RESTful interface for storing and retrieving versioned Avro schemas for use with Kafka.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "79afbe85a56b837a19968d9cdb9d88ae" + }, + { + "alg": "SHA-1", + "content": "c0c5f47e8b0bc5d04aec4029a1680230676cdd78" + }, + { + "alg": "SHA-256", + "content": "5ae36dce34bf083abf3e9eb1bb1591eefe91362274fda7124bf2dbc6177bcd8d" + }, + { + "alg": "SHA-512", + "content": "4ad5b882b02f4ba8d889191966bc1c5625c603d1dd1b7874988abc3230e24a3f3f86aedef709f941bf8f5d0c09b26d3dc4015a437e0672a638ea0c03d747ea89" + }, + { + "alg": "SHA-384", + "content": "38eb8b765eba2f5953da93e00b1c566066cc2320847508a124d03542c8130c55b59d6e736fe677a86c274850d4cb38b7" + }, + { + "alg": "SHA3-384", + "content": "d8e6d3cd17f0e96c7e32a09ce1335b17bff3bd17868196a7a85badfc40238552c555cde204372b97acd86f18aeb9bea4" + }, + { + "alg": "SHA3-256", + "content": "de7da3ca762ca49243a2a1897ed90326c87f310fed4775c1a1330fcdee7f349b" + }, + { + "alg": "SHA3-512", + "content": "13c07a5cf1b62ce1d0ba93ba12ffc56f7f0a2d4194707cb35e9bc67bd97a63295877e7153f319dfb8e74c9a0f938a0315fbfdd91442d33ec680eef3a48a2982c" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "purl": "pkg:maven/io.confluent/kafka-avro-serializer@5.3.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://confluent.io/kafka-avro-serializer" + }, + { + "type": "vcs", + "url": "https://github.com/confluentinc/schema-registry/kafka-avro-serializer" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.confluent/kafka-avro-serializer@5.3.1?type=jar" + }, + { + "publisher": "Confluent, Inc.", + "group": "io.confluent", + "name": "kafka-json-schema-serializer", + "version": "7.5.1", + "description": "Schema Registry provides a RESTful interface for storing and retrieving versioned Avro schemas for use with Kafka.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "b25ec63e7cf9d4509296d6c8e3df44b5" + }, + { + "alg": "SHA-1", + "content": "3ea701847bef5245307733142ac713b8152a8688" + }, + { + "alg": "SHA-256", + "content": "05d21bf9806cbdb9ca4932afc832df12074fa73ebb65f79b0dc12e80155e9293" + }, + { + "alg": "SHA-512", + "content": "c3137802e55e22ca28445ce7599bf261cef97509c0b18a38d5cce277a8a7639f18091e80442f0b5c0d58a6b93f31d221f18cc0eff9f1d3b322396412cf713f46" + }, + { + "alg": "SHA-384", + "content": "a4920fcfdaf158d882dea61097838765601ac4cee5e8c94b58ca12d2988a8a5f633399b7407f669ee142e6bed5d8a9b8" + }, + { + "alg": "SHA3-384", + "content": "6e88f53fef3c39023d4ea5290a29756c0b44408985885d0511eb95c4092e30a3640f940008c9d6d7d0d1de115379eda9" + }, + { + "alg": "SHA3-256", + "content": "8d26e4c9b365eb2319da98ae04fefdf3d4ee24b399c1dd117e323d58f3d97de1" + }, + { + "alg": "SHA3-512", + "content": "2b5fdcb6429bd68e0ee70f3c242f022106b4094e02f773797698d4fc85c7a472049ab81aa12613f1dee2899fccc5a00f7c0ff9d8e190b4bddc3ce9cbea0a039c" + } + ], + "licenses": [ + { + "license": { + "name": "Confluent Community License", + "url": "http://www.confluent.io/confluent-community-license" + } + }, + { + "license": { + "id": "Apache-2.0", + "url": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "purl": "pkg:maven/io.confluent/kafka-json-schema-serializer@7.5.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://confluent.io/kafka-json-schema-serializer" + }, + { + "type": "vcs", + "url": "https://github.com/confluentinc/schema-registry/kafka-json-schema-serializer" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.confluent/kafka-json-schema-serializer@7.5.1?type=jar" + }, + { + "publisher": "Confluent, Inc.", + "group": "io.confluent", + "name": "kafka-json-schema-provider", + "version": "7.5.1", + "description": "Schema Registry provides a RESTful interface for storing and retrieving versioned Avro schemas for use with Kafka.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "0e7589ef881089fc1166c30256896937" + }, + { + "alg": "SHA-1", + "content": "da34b1a24669f04339abb314203bc1be16e6eb9b" + }, + { + "alg": "SHA-256", + "content": "e84b762efe8cf180062a3c86687ce3e66708fd561dfec01bd59d81ab495d90e1" + }, + { + "alg": "SHA-512", + "content": "e6675f158db0241f44ec5d13637746b0e2f68df2f37119e202b03ec244dbf1ce1f3173f5a5727e618014c73dfbe620311de4c255d1973879ec28030699558363" + }, + { + "alg": "SHA-384", + "content": "8d11dabcb6bf9792c25910994d45dfb28d06ffdd6d27b33c992ca6598b596bbb905a45fee9511b33a715790cbb3e198c" + }, + { + "alg": "SHA3-384", + "content": "4250261658da4070779ad8db40c7c273efbb1c969dc14f34e0aed8c76b4cd098002d4e2c07157db69deb83e8212317e0" + }, + { + "alg": "SHA3-256", + "content": "912f0a02c7786ffeec6ee5a5b3a477e7c9fabfbbabc2e294311bb515a5faa1a6" + }, + { + "alg": "SHA3-512", + "content": "905b1fc19e853c66dc1572ffb2baadb9166bce72e81c3934971462557778986f8290fae05ca3848d9fba433bd31f2c72f44497b08ee9a0a07c287572b264870c" + } + ], + "licenses": [ + { + "license": { + "name": "Confluent Community License", + "url": "http://www.confluent.io/confluent-community-license" + } + }, + { + "license": { + "id": "Apache-2.0", + "url": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "purl": "pkg:maven/io.confluent/kafka-json-schema-provider@7.5.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://confluent.io/kafka-json-schema-provider" + }, + { + "type": "vcs", + "url": "https://github.com/confluentinc/schema-registry/kafka-json-schema-provider" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.confluent/kafka-json-schema-provider@7.5.1?type=jar" + }, + { + "group": "com.github.erosb", + "name": "everit-json-schema", + "version": "1.14.2", + "description": "Implementation of the JSON Schema Core Draft v4 specification built with the org.json API", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "1d92e093bdf6359530b0c22da46f0573" + }, + { + "alg": "SHA-1", + "content": "7fb69dc1577932080cf8f186da73112cdedb2478" + }, + { + "alg": "SHA-256", + "content": "43b825c82a5bf99cd6fa17482b7dc0c2a3c37ab77742fc82b11b4cd75cf45d2a" + }, + { + "alg": "SHA-512", + "content": "bffd989b3829a2cc95cef7da42a2cbbb441a5fd87d4eb4d7c8b98625b1e8417539b6395854c5e9875cfe8b67305810a86c0cf07031feddbe82520ab12e8623d5" + }, + { + "alg": "SHA-384", + "content": "05600404af7d15b39d213d9e1cf5f661b2c8b72582715d29e5408ca00223680611a00f074eb0fb80cba003d45ed60d1c" + }, + { + "alg": "SHA3-384", + "content": "27ad0c1dced26e1eba0ee8679c90f66d0b427fa3ecbfa12713a0ad8a73662cb64b070284b23141a1c6095e0cf259d7d8" + }, + { + "alg": "SHA3-256", + "content": "592066845bf469c17ee9afd382ca8bb466d82293c250d9af2fe5e2a063a5d1c7" + }, + { + "alg": "SHA3-512", + "content": "ff911b6cc03d49a966e1a69d2a158da62c4e1502736f680c538ce35d419e9e05c9f1cd02142e18e3fbfa1a41b9d0bb452c3c3714cff8751d92617fd0b821f5e3" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.github.erosb/everit-json-schema@1.14.2?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/erosb/everit-json-schema" + }, + { + "type": "vcs", + "url": "https://github.com/erosb/everit-json-schema" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.github.erosb/everit-json-schema@1.14.2?type=jar" + }, + { + "group": "org.json", + "name": "json", + "version": "20230227", + "description": "JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "6b9a69b21979b0c3cb5733db19ea51b1" + }, + { + "alg": "SHA-1", + "content": "7a0d4aca76513d8ce81f9b044ce8126b84809ad8" + }, + { + "alg": "SHA-256", + "content": "9ed26791dc2d8629fdf8a207f1aebadcb50d641be637664310ef51c0f73e269b" + }, + { + "alg": "SHA-512", + "content": "4deb046af3b06169c7dd81275f0ff0e56438701c171c72c290c6525dd1f2fff775f12257a6f75576f9bce3835bd68d92c8b196624faa86721097d1ef7ded3f17" + }, + { + "alg": "SHA-384", + "content": "c49b16ffd4880bd3c0cf839e869fee94b0ece0530f6d5ce72610d340cd9cc3867561043c1252c65bcee432812f2e3b10" + }, + { + "alg": "SHA3-384", + "content": "2d22543d59f7918e76e60717896dcd8f778301907700639192f59b5badb844c998e3bb32535b2efa7f2c6e9974440b14" + }, + { + "alg": "SHA3-256", + "content": "d456fa8fb6811ae6052604ea782dc53e44b0b3e979cd90d1c4a51192bf079ba3" + }, + { + "alg": "SHA3-512", + "content": "42ae2032e53879f38ced36aa506cb4caf6dac2c2086f520ea6738e43ec17bcf1b9a7b05bed35ac79bbeb0aa7d7d5525c5abf09812b05da978676ab22e9399520" + } + ], + "licenses": [ + { + "license": { + "name": "Public Domain", + "url": "https://github.com/stleary/JSON-java/blob/master/LICENSE" + } + } + ], + "purl": "pkg:maven/org.json/json@20230227?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/douglascrockford/JSON-java" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "vcs", + "url": "https://github.com/douglascrockford/JSON-java.git" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.json/json@20230227?type=jar" + }, + { + "publisher": "The Apache Software Foundation", + "group": "commons-validator", + "name": "commons-validator", + "version": "1.7", + "description": "Apache Commons Validator provides the building blocks for both client side validation and server side data validation. It may be used standalone or with a framework like Struts.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "4b6f22de69432bc03254b47310d59651" + }, + { + "alg": "SHA-1", + "content": "76069c915de3787f3ddd8726a56f47a95bfcbb0e" + }, + { + "alg": "SHA-256", + "content": "4d74f4ce4fb68b2617edad086df6defdf9338467d2377d2c62e69038e1c4f02f" + }, + { + "alg": "SHA-512", + "content": "4e303ab9e2132eaca8b4188aa91885a046a3b8e76f2895a9c7025c001e8d36e096a9f69abd05d83a508fa16d0d2ec089ea9f0dae261d049ff18724fad6a8f1b1" + }, + { + "alg": "SHA-384", + "content": "7f6f1015b4d9f3aa26a06634eccc821ea4e3babb69432a41a212e134c670bdee6e3d9f0648bd2b62d7d6dfbee2ee5daf" + }, + { + "alg": "SHA3-384", + "content": "ad4f29fe111b1f7b7e1cc76bb6f09de1294330865c9a6c302d947b23098241eea8fb2c40fd120d24da704dca8a1189f3" + }, + { + "alg": "SHA3-256", + "content": "c416453612541ecf93b1dbfa2791532926238d12a69ef2d6cb3b88117fd644a4" + }, + { + "alg": "SHA3-512", + "content": "5138972c03276bec26ad40ecfdcd4104173875741119bac7df97fcbcde1b8f9aa01b792052f2d172be395426cafbb3b4d470fc9b95492586526bd8ab5f7155fc" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/commons-validator/commons-validator@1.7?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://commons.apache.org/proper/commons-validator/" + }, + { + "type": "build-system", + "url": "https://builds.apache.org/" + }, + { + "type": "distribution-intake", + "url": "https://repository.apache.org/service/local/staging/deploy/maven2" + }, + { + "type": "issue-tracker", + "url": "http://issues.apache.org/jira/browse/VALIDATOR" + }, + { + "type": "mailing-list", + "url": "https://mail-archives.apache.org/mod_mbox/commons-user/" + }, + { + "type": "vcs", + "url": "https://gitbox.apache.org/repos/asf/commons-validator" + } + ], + "type": "library", + "bom-ref": "pkg:maven/commons-validator/commons-validator@1.7?type=jar" + }, + { + "publisher": "The Apache Software Foundation", + "group": "commons-digester", + "name": "commons-digester", + "version": "2.1", + "description": "The Digester package lets you configure an XML to Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "528445033f22da28f5047b6abcd1c7c9" + }, + { + "alg": "SHA-1", + "content": "73a8001e7a54a255eef0f03521ec1805dc738ca0" + }, + { + "alg": "SHA-256", + "content": "e0b2b980a84fc6533c5ce291f1917b32c507f62bcad64198fff44368c2196a3d" + }, + { + "alg": "SHA-512", + "content": "a2c822690786b41e0a02506c7aaf7e8a4b8251ea71d6978ee03e82b11ca242e49386d6da84dbc7182d5a6fb167822aed200da2d97e2f264d63ccf8f1b9681ac8" + }, + { + "alg": "SHA-384", + "content": "2aaaa152e6e5fa4c632065e18bb17f8a223de0713be0610b62939b179fccdd37645f2e3073896f455ea95566274e14c1" + }, + { + "alg": "SHA3-384", + "content": "68f842c1a87a2fae303d1662a2b9d9d63b358c11c7b26ec468ef64f5e677b44e3db3d30a7f4b74aa73bda0ecf9f4858a" + }, + { + "alg": "SHA3-256", + "content": "dafa3bae04d0eb180e384caf6a86be5387537992b2b7c4998cc341d56f0ac4d7" + }, + { + "alg": "SHA3-512", + "content": "7a3f2991476cd5f2f8e645fe9820a9820b720b19fc6451be09a3be35bab7d51fe28f094c0f9735aa5f6fb9dc432c8513b7d15ae44d66b0836e97abcf06d74ce4" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/commons-digester/commons-digester@2.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://commons.apache.org/digester/" + }, + { + "type": "build-system", + "url": "http://vmbuild.apache.org/continuum/" + }, + { + "type": "distribution-intake", + "url": "https://repository.apache.org/service/local/staging/deploy/maven2" + }, + { + "type": "issue-tracker", + "url": "http://issues.apache.org/jira/browse/DIGESTER" + }, + { + "type": "mailing-list", + "url": "http://mail-archives.apache.org/mod_mbox/commons-user/" + }, + { + "type": "vcs", + "url": "http://svn.apache.org/viewvc/commons/proper/digester/tags/DIGESTER_2_1_RC2" + } + ], + "type": "library", + "bom-ref": "pkg:maven/commons-digester/commons-digester@2.1?type=jar" + }, + { + "publisher": "The Apache Software Foundation", + "group": "commons-logging", + "name": "commons-logging", + "version": "1.2", + "description": "Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "040b4b4d8eac886f6b4a2a3bd2f31b00" + }, + { + "alg": "SHA-1", + "content": "4bfc12adfe4842bf07b657f0369c4cb522955686" + }, + { + "alg": "SHA-256", + "content": "daddea1ea0be0f56978ab3006b8ac92834afeefbd9b7e4e6316fca57df0fa636" + }, + { + "alg": "SHA-512", + "content": "ed00dbfabd9ae00efa26dd400983601d076fe36408b7d6520084b447e5d1fa527ce65bd6afdcb58506c3a808323d28e88f26cb99c6f5db9ff64f6525ecdfa557" + }, + { + "alg": "SHA-384", + "content": "ac20720d7156131478205f1b454395abf84cfc8da2f163301af32f63bd3c4764bd26cb54ed53800f33193ae591f3ce9c" + }, + { + "alg": "SHA3-384", + "content": "628eb4407e95dca84da1a06b08a6d9b832a49de8472b1b217e8607f08efeeed18b996232d64dd07f03e78e0e3bb4b078" + }, + { + "alg": "SHA3-256", + "content": "9aab62deccf156ee6e324c925dfc30ecb53e8465802863a551901a461424e807" + }, + { + "alg": "SHA3-512", + "content": "3fd76857f6d20c03799537cc961c1c4ddf1c375c6c192fb982363e3b9397ba138b77f24ef38b4202f44e37586789c0320e4de18fdadd2772304fd14a9b26d552" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/commons-logging/commons-logging@1.2?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://commons.apache.org/proper/commons-logging/" + }, + { + "type": "build-system", + "url": "https://continuum-ci.apache.org/" + }, + { + "type": "distribution-intake", + "url": "https://repository.apache.org/service/local/staging/deploy/maven2" + }, + { + "type": "issue-tracker", + "url": "http://issues.apache.org/jira/browse/LOGGING" + }, + { + "type": "mailing-list", + "url": "http://mail-archives.apache.org/mod_mbox/commons-user/" + }, + { + "type": "vcs", + "url": "http://svn.apache.org/repos/asf/commons/proper/logging/trunk" + } + ], + "type": "library", + "bom-ref": "pkg:maven/commons-logging/commons-logging@1.2?type=jar" + }, + { + "publisher": "The Apache Software Foundation", + "group": "commons-collections", + "name": "commons-collections", + "version": "3.2.2", + "description": "Types that extend and augment the Java Collections Framework.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "f54a8510f834a1a57166970bfc982e94" + }, + { + "alg": "SHA-1", + "content": "8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5" + }, + { + "alg": "SHA-256", + "content": "eeeae917917144a68a741d4c0dff66aa5c5c5fd85593ff217bced3fc8ca783b8" + }, + { + "alg": "SHA-512", + "content": "51c72f9aca7726f3c387095e66be85a6df97c74b00a25434b89188c1b8eab6e2b55accf7b9bd412430d22bd09324dec076e300b3d1fa39fccad471f0f2a3da16" + }, + { + "alg": "SHA-384", + "content": "dd4e99b3314bd3c1a1ee26296615d9e44dadf7a1f8a7bbba44fb95121803d331e36d4cca4260e7609af78a47ba3e4073" + }, + { + "alg": "SHA3-384", + "content": "8ce03528e4a6e95c44283b56eca87e6a6d3bf1363411a55b538f4f9110cf7470581ea5c73925e877ddab08dba0603f40" + }, + { + "alg": "SHA3-256", + "content": "fd3d6134b5f07077b82ccf93d148dacf7c4ce5c971209510edd0e77e3e38c19e" + }, + { + "alg": "SHA3-512", + "content": "c2a523916fb7c7d55a05d5e3d9e9b33000733f4b20a71be174e4e093e3f06ea78ad831edd1505527da7388105f8647efb7d5666ba852c90b4e2d5bb74256efbc" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/commons-collections/commons-collections@3.2.2?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://commons.apache.org/collections/" + }, + { + "type": "build-system", + "url": "https://continuum-ci.apache.org/" + }, + { + "type": "distribution-intake", + "url": "https://repository.apache.org/service/local/staging/deploy/maven2" + }, + { + "type": "issue-tracker", + "url": "http://issues.apache.org/jira/browse/COLLECTIONS" + }, + { + "type": "mailing-list", + "url": "http://mail-archives.apache.org/mod_mbox/commons-user/" + }, + { + "type": "vcs", + "url": "http://svn.apache.org/viewvc/commons/proper/collections/trunk" + } + ], + "type": "library", + "bom-ref": "pkg:maven/commons-collections/commons-collections@3.2.2?type=jar" + }, + { + "publisher": "Ryan J. McDonough", + "group": "com.damnhandy", + "name": "handy-uri-templates", + "version": "2.1.8", + "description": "Handy URI Templates is a RFC6570 compliant URI template processor. The library allows clients to utilize templatized URIs and inject replacement variables to expand the template into a URI. The library sports a fluent API, ability to plugin custom object renderers, and supports all levels of URI templates.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "dc72a6aef494a42a766ed53b00f146f3" + }, + { + "alg": "SHA-1", + "content": "170102d8e1d6fcc5e8f9bef45de923285dd3a80f" + }, + { + "alg": "SHA-256", + "content": "6b83846f2ff61d0aaa66997b64b883ec7b65cf13b50a4d7f58250996d429be2e" + }, + { + "alg": "SHA-512", + "content": "1218e3164c49cfc0e508309b9a0ff78225a818c10af3f2eecca4f6844bf616adfeecb82be8b6f98ae581dd56ff90b41aaa1d996845cf9308cde6bf06ce290e2d" + }, + { + "alg": "SHA-384", + "content": "53e3c379ae68a2d748365b233cc84f0905f8e1602a50851707b7055ac54a02301a722a59e261fc4c9ae60d3bbe2f7ecd" + }, + { + "alg": "SHA3-384", + "content": "9d9cbd9b4b5b94015c6aef321fac69a84c7e3283f85b4a10900dafbbddb8ecd801129c197b3b5981ee93db1af3b83f60" + }, + { + "alg": "SHA3-256", + "content": "a5c69957c7b9c87526561eab2e8081737d56bd0c01151b1c8a4a13a76ef2fc94" + }, + { + "alg": "SHA3-512", + "content": "de4124b150f2f8a008620e1f156090e115c2ccfaae9ffa7a3375844a8f5fd03de84ab6141e7f9f58b4d376d209768c1ab837723dccec27e65e4bf23dd56b6c6a" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.damnhandy/handy-uri-templates@2.1.8?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/damnhandy/Handy-URI-Templates" + }, + { + "type": "build-system", + "url": "https://travis-ci.org/damnhandy/Handy-URI-Templates" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2" + }, + { + "type": "issue-tracker", + "url": "https://github.com/damnhandy/Handy-URI-Templates/issues" + }, + { + "type": "vcs", + "url": "https://github.com/damnhandy/Handy-URI-Templates.git" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.damnhandy/handy-uri-templates@2.1.8?type=jar" + }, + { + "group": "com.google.re2j", + "name": "re2j", + "version": "1.6", + "description": "Linear time regular expressions for Java", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "5f4aed37b6b18b402b2790160a50cd13" + }, + { + "alg": "SHA-1", + "content": "a13e879fd7971738d06020fefeb108cc14e14169" + }, + { + "alg": "SHA-256", + "content": "c8b5c3472d4db594a865b2e47f835d07fb8b1415eeba559dccfb0a6945f033cd" + }, + { + "alg": "SHA-512", + "content": "faaecdb5443ac7c05dcc4e8ea290d5d96768b12f6c3370a988bc43da08b8bac6b306acedd378a3ff9f8f6ad2b77758d277e88b1d13f967f512e36e0910134b3c" + }, + { + "alg": "SHA-384", + "content": "75e84250cbaf9af4f8444b60bf1ddf89a8ae63cf9664111f690262253786e9fa878e460c03689caa9faf8449f4dda8bf" + }, + { + "alg": "SHA3-384", + "content": "38f477eb84550cfd5a89bf4d91403b8f772769264cb0b31b50c59852af88d271942a0b060abcee502a53b071df287fa4" + }, + { + "alg": "SHA3-256", + "content": "5e455ea2bc903a91aeeb33f22efc9239cd094352dde5b3375299f0aefc6de98a" + }, + { + "alg": "SHA3-512", + "content": "3472c3f6b983e1fdf48e121ae02c1dd90ffd65db41f29ea5cc760cad4fee61a0f7216632fd238589ce387c8bd99b1cf0e486fe7f6082a681c6cb77964fab97a4" + } + ], + "licenses": [ + { + "license": { + "name": "Go License", + "url": "https://golang.org/LICENSE" + } + } + ], + "purl": "pkg:maven/com.google.re2j/re2j@1.6?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://github.com/google/re2j" + }, + { + "type": "vcs", + "url": "https://github.com/google/re2j.git" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.google.re2j/re2j@1.6?type=jar" + }, + { + "publisher": "FasterXML", + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-joda", + "version": "2.15.4", + "description": "Add-on module for Jackson (https://github.com/FasterXML/jackson) to support Joda (https://www.joda.org/joda-time/) data types.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "df2a7c659aeb684829b50d641fa1733f" + }, + { + "alg": "SHA-1", + "content": "51cbaf227fc5ae4621a13571a14ff454613c1b93" + }, + { + "alg": "SHA-256", + "content": "bf50fb888119d15152e29594c9bba2cd799d2c4e35e34a0de18fd474e5060770" + }, + { + "alg": "SHA-512", + "content": "389aa1b69f38a5d73b0106334f2e428219d7bb14f05465e98b388b959662579a85705990b75bbe7c6270bdc5f64b03f58cc228f6775b1729dc2ee347c7b2df24" + }, + { + "alg": "SHA-384", + "content": "26b196bf7169e0cff2b7ab5c83c8375a5c99694d0464e406db3b621fffe4a2e8d874624c8f9de3c178081c6c81070311" + }, + { + "alg": "SHA3-384", + "content": "f5cbbb82c990102353a1ee56882b3a5069cf9a91fdcf9778d07ddd8618df63a640cb0468ef24d5257ba5c005716f8584" + }, + { + "alg": "SHA3-256", + "content": "28c55a169abc4797988d430b6e3c0b869c6f11bf946295d9f373edcbe5ba7154" + }, + { + "alg": "SHA3-512", + "content": "1de20a884594a2aa7a6416447a759dbbf8f69972ea4c30520cc1dbf47a64f2c326fb15618df65c8e4d2ca5912f7948eed72b203ca469f2e2b56e53cf2cabcd07" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-joda@2.15.4?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/FasterXML/jackson-datatype-joda" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/FasterXML/jackson-datatype-joda/issues" + }, + { + "type": "vcs", + "url": "https://github.com/FasterXML/jackson-datatype-joda" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-joda@2.15.4?type=jar" + }, + { + "publisher": "Joda.org", + "group": "joda-time", + "name": "joda-time", + "version": "2.10.14", + "description": "Date and time library to replace JDK date handling", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "fce26984e39110b9a3db5ad86caf5811" + }, + { + "alg": "SHA-1", + "content": "e021f98e50c99ac21796c7ee35eb62a737489127" + }, + { + "alg": "SHA-256", + "content": "d65b4f127d36cf52b9b7b439552db22f3de92b892014512870cb3c98a3cf505e" + }, + { + "alg": "SHA-512", + "content": "90f6703e56221695fbf0a8b307027230f3a3ec6ae7ee521c2f53ad20775cc6c9dc4ca56dfd562a48578b9cb8bb1bba0ad3d8ddbe53ce5f1c0befd1f45e1dd086" + }, + { + "alg": "SHA-384", + "content": "57e4d3b730e4c9993f8f860cce666eed800dff3d567394f47b25f4ce827e46cd53313c82bdcdd10c2c24197e21706e50" + }, + { + "alg": "SHA3-384", + "content": "4375bef2bb4bc84e232e57c34b9dbd034b99a40e15e45c29d13e42f87f847edc52f9b7aa4d505c0789acada5dca6c46d" + }, + { + "alg": "SHA3-256", + "content": "6fa409f551731fb75652fa9ef536096a01e7997393487708ce6dce4c07ca247c" + }, + { + "alg": "SHA3-512", + "content": "6073eec3914b6765b32edd76d5d296abe93ba99cf22df1f5978bf564bd25397b712ae328a143324c43a48969f3411367d8508feb27aa5b8f647d1985a34c643e" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/joda-time/joda-time@2.10.14?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://www.joda.org/joda-time/" + }, + { + "type": "distribution", + "url": "https://oss.sonatype.org/content/repositories/joda-releases" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/JodaOrg/joda-time/issues" + }, + { + "type": "vcs", + "url": "https://github.com/JodaOrg/joda-time" + } + ], + "type": "library", + "bom-ref": "pkg:maven/joda-time/joda-time@2.10.14?type=jar" + }, + { + "publisher": "mbknor", + "group": "com.kjetland", + "name": "mbknor-jackson-jsonschema_2.13", + "version": "1.0.39", + "description": "mbknor-jackson-jsonSchema", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "12fdf5a88bf071991b50c37b44f72ff5" + }, + { + "alg": "SHA-1", + "content": "6fb744d3318179cfe9d6fdad6283054caa454633" + }, + { + "alg": "SHA-256", + "content": "f1d0cb875bcb398d10158ae68f962ea83499991445125779b8b999b6af969cd1" + }, + { + "alg": "SHA-512", + "content": "f9c3de18a2b6bfe25627442421f64c9f07e8388cc8fa04639afcf031867fcd716989a56e1e418c7ba6c53d860018abf6fb5be852bb359a0dae2dcf648688bcf4" + }, + { + "alg": "SHA-384", + "content": "342b4c69cb4c85b7bc8030d2aadf412fe54c0ecdc53d3bfb8600d700b8f766bd8b863244cd3faf80b0eda499604215b9" + }, + { + "alg": "SHA3-384", + "content": "6eb06197a3068e561df5c524e645b56c80bffebc1641eb4c1097dc7dbfb72ff5dcecc21bd345e99a94144555d904247e" + }, + { + "alg": "SHA3-256", + "content": "e51d0b130b039ac6f785196d804d4050f66be1d9f086ddfd8b8d2de4b057e472" + }, + { + "alg": "SHA3-512", + "content": "2eee74b01754e9cddd9adff5d60e851775da466b951b67fe7c2778daab235a0755dba1a34cc60494d6e4cd2c098e390257e7c9677619d6cf7324c3459b7eed2e" + } + ], + "licenses": [ + { + "license": { + "id": "MIT", + "url": "https://opensource.org/licenses/MIT" + } + } + ], + "purl": "pkg:maven/com.kjetland/mbknor-jackson-jsonschema_2.13@1.0.39?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/mbknor/mbknor-jackson-jsonSchema" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.kjetland/mbknor-jackson-jsonschema_2.13@1.0.39?type=jar" + }, + { + "group": "javax.validation", + "name": "validation-api", + "version": "2.0.1.Final", + "description": "Bean Validation API", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "5d02c034034a7a16725ceff787e191d6" + }, + { + "alg": "SHA-1", + "content": "cb855558e6271b1b32e716d24cb85c7f583ce09e" + }, + { + "alg": "SHA-256", + "content": "9873b46df1833c9ee8f5bc1ff6853375115dadd8897bcb5a0dffb5848835ee6c" + }, + { + "alg": "SHA-512", + "content": "2f136d337c49a83dc0eff1caae74ba11413269b779257ae0b76864e207abd729b2392ab2ae3a3dc7a6d065d60baef844ad797a11f69589119a827ccee5c20840" + }, + { + "alg": "SHA-384", + "content": "c0559eff2537f82b11f611546b0b387f8076efdee8e90537b2c9f0f2325cc7686c1fbbf4b00d6217dc33677f4d5382f8" + }, + { + "alg": "SHA3-384", + "content": "e26cb51beade8cd45a737002c98a400c800928b9a26a702a1833c29e1e0868af355460416d9d813b0830a184a9fefc08" + }, + { + "alg": "SHA3-256", + "content": "987342d3fd7c3275cdbde0295e91a0dfac15058f73b57341ba40cce62f581195" + }, + { + "alg": "SHA3-512", + "content": "c8e8c4f83fb4c3d881c7dfda07650b035db00251aa8b8030f00c4a0cf1ed919665a76c44a0da78b1bda118279cbf26646c1b813c1f3c21be2b8099020ffdfd01" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "purl": "pkg:maven/javax.validation/validation-api@2.0.1.Final?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://beanvalidation.org" + }, + { + "type": "distribution-intake", + "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://hibernate.atlassian.net/projects/BVAL/" + }, + { + "type": "vcs", + "url": "https://github.com/beanvalidation/beanvalidation-api" + } + ], + "type": "library", + "bom-ref": "pkg:maven/javax.validation/validation-api@2.0.1.Final?type=jar" + }, + { + "group": "io.github.classgraph", + "name": "classgraph", + "version": "4.8.21", + "description": "The uber-fast, ultra-lightweight classpath and module scanner for JVM languages.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "f2c9fc19720e70d9676b1b15a2fa79fb" + }, + { + "alg": "SHA-1", + "content": "c8c77949880980c26d66fe07d8e014afb3a6899a" + }, + { + "alg": "SHA-256", + "content": "4cdfbb73c4c3e79b6707ec4f7520adb5d23c27baecdc39cfb145ff529ce5c151" + }, + { + "alg": "SHA-512", + "content": "a6ea0922316f67a2f4392db858be22976029ea12ac83b048982e3b4706f18a987ec144286238e1c5ee0f739d49ef4e1fc842425648f32cab9b2d3b32af6999aa" + }, + { + "alg": "SHA-384", + "content": "602d321a718a517b191b4e31fa33fd4651c03bc4585ac6ffc82c7b7b5575019d3f0c7e6d47c661e88d2f6d77e9a653f8" + }, + { + "alg": "SHA3-384", + "content": "74ff577039179de4c67c6b6774ecb23696d1df6ad128d9403a1d7c8a85e48921550de800602440e9242e639b6cc6f2f8" + }, + { + "alg": "SHA3-256", + "content": "75813a9f59f8f02e8f4d36efaf71007641f5571de99f55a1546a72bbd10b59fe" + }, + { + "alg": "SHA3-512", + "content": "8f15fe7a9e77e78b18fbda38eca5ff6c1b341f81de30cc21c90feee546b009dd88c3597aa416679c95dd051ed024ae0f8a82376cb621ba942adaba409461e310" + } + ], + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:maven/io.github.classgraph/classgraph@4.8.21?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/classgraph/classgraph" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/classgraph/classgraph/issues" + }, + { + "type": "vcs", + "url": "https://github.com/classgraph/classgraph" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.github.classgraph/classgraph@4.8.21?type=jar" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-stdlib", + "version": "1.8.22", + "description": "Kotlin Standard Library for JVM", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "89b453019c1f723ebd807e622cd0eb7c" + }, + { + "alg": "SHA-1", + "content": "636bf8b320e7627482771bbac9ed7246773c02bd" + }, + { + "alg": "SHA-256", + "content": "03a5c3965cc37051128e64e46748e394b6bd4c97fa81c6de6fc72bfd44e3421b" + }, + { + "alg": "SHA-512", + "content": "dc3a94c627234bfc2fe6421610e86cb6945d294257d1f4814295370ca6bc2f0db99c582b24d3e3bf7e5e484dbb3e06823eea5e947ce66a4bf6d6fd182c8ca5fd" + }, + { + "alg": "SHA-384", + "content": "574c92acf377022e3a5240c5dc3fb59bdff41b6e23f7e9ee99530ae37f1f0ea9903e534b51febf65f3ef8cafe47db829" + }, + { + "alg": "SHA3-384", + "content": "e65b0ed58cf45c1fab940467ae859af7004baef4809ab17895176b88427ef06b774123c62ee65884398e0872a9833130" + }, + { + "alg": "SHA3-256", + "content": "cc4f48b47061489658832ef42bb4800e56e0fa355dd86af5e8e5a453cac85500" + }, + { + "alg": "SHA3-512", + "content": "685d830435eab9dcc0dec91ff05d06bd3a4ca3da8d45c44802b4a23d869da49c18275e7a26dc9f4c4f2c6024d3637a79a5e218fc55716dabc97a5815d7b81ad8" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://kotlinlang.org/" + }, + { + "type": "vcs", + "url": "https://github.com/JetBrains/kotlin" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-stdlib-common", + "version": "1.8.22", + "description": "Kotlin Common Standard Library", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "cd121f14e612ec4a897a47b96566da07" + }, + { + "alg": "SHA-1", + "content": "1a8e3601703ae14bb58757ea6b2d8e8e5935a586" + }, + { + "alg": "SHA-256", + "content": "d0c2365e2437ef70f34586d50f055743f79716bcfe65e4bc7239cdd2669ef7c5" + }, + { + "alg": "SHA-512", + "content": "abf0ed302d8c6bde132f2912e85a1d9abcb89067565a79bb023aabdcd00101c6ba414297fd49eeb528380921794a7ef95574ca5bda4bdcd9f6f78f9e91852c2f" + }, + { + "alg": "SHA-384", + "content": "9e2602e7f004b9d582a4662ad84df8e3eb7d8227f8112d35576e5a7c6cc70b893093534cd5fc7c07ed45247c6421d2fc" + }, + { + "alg": "SHA3-384", + "content": "388ff13e1a578e6f2e471dce8579f1585cb35f5be73c15adec40c31e220ec457c1e39d06c24ce4b8b1e6a0d609b73184" + }, + { + "alg": "SHA3-256", + "content": "936cff4b56ceb2709afae62167ced6c1ae276eab9724f528d81fad85982b0f6e" + }, + { + "alg": "SHA3-512", + "content": "4b3a17f4d23a7e5dd2579461879a0fd83efec658a3ae1ec1637540e9c4e916e3542b773e87ee8dec2f430baa3070c5c047e75b95d6fb452d5cb8c4801e3aeee5" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.8.22?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://kotlinlang.org/" + }, + { + "type": "vcs", + "url": "https://github.com/JetBrains/kotlin" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.8.22?type=jar" + }, + { + "group": "org.jetbrains", + "name": "annotations", + "version": "13.0", + "description": "A set of annotations used for code inspection support and code documentation.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "f4fb462172517b46b6cd90003508515a" + }, + { + "alg": "SHA-1", + "content": "919f0dfe192fb4e063e7dacadee7f8bb9a2672a9" + }, + { + "alg": "SHA-256", + "content": "ace2a10dc8e2d5fd34925ecac03e4988b2c0f851650c94b8cef49ba1bd111478" + }, + { + "alg": "SHA-512", + "content": "5622d0ffe410e7272e2bb9fae1006caedeb86d0c62d2d9f3929a3b3cdcdef1963218fcf0cede82e95ef9f4da3ed4a173fa055ee6e4038886376181e0423e02ff" + }, + { + "alg": "SHA-384", + "content": "6bcde3a6e471d416522e6288474bc4f9115e2e8abf8ce5d300829bee4aa98dff73be7d8c6f0607f3d6d423c7f5abbf90" + }, + { + "alg": "SHA3-384", + "content": "f4d5a5d5a76b24c4751c8c52f2879b097d2430c3571c59b4630e8c871c9bdb08e24e803a14c24fc8d3378417f29b7244" + }, + { + "alg": "SHA3-256", + "content": "b4a80ea81c4bc7e364e07981465f547e8ed83031806eaf3b97dfb38f894f5b6f" + }, + { + "alg": "SHA3-512", + "content": "15b23bce818b4399b334dd632eb85de5a1b70c47fb9260561e70b1f726211c83bddbc957f3b4c32a1d8c687f9bc6c38d0a638c731cb5daf5b619aa725d6050c2" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.jetbrains/annotations@13.0?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://www.jetbrains.org" + }, + { + "type": "distribution-intake", + "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "vcs", + "url": "https://github.com/JetBrains/intellij-community" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.jetbrains/annotations@13.0?type=jar" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-scripting-jvm", + "version": "1.8.22", + "description": "Kotlin Scripting Jvm", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "b2bce18f27b512d9ab47a73927dbb1b6" + }, + { + "alg": "SHA-1", + "content": "3291898dd4e49d49b921cd7baf679399ddfcd49d" + }, + { + "alg": "SHA-256", + "content": "7997ff683bb1df4b6171675e99b5784aead14955b3f6a5e5335873c2553ad3ab" + }, + { + "alg": "SHA-512", + "content": "081683ae217527fbd19181880dfdce3feaf8ea58a008d816e72983e0fee6fefde9786a10c4c765ea9653240d08fa7008e0a79b8e3edf0cb152f07edf72596331" + }, + { + "alg": "SHA-384", + "content": "eb66542299da8af685ec95b1989574fde651f317c45f55230f600a14744ae80593360bd206aa527bf6d8b66972ca7efc" + }, + { + "alg": "SHA3-384", + "content": "b17ef60238b22b33e59106d7a214b7215df6e1038d4ef6a3218ad81f72834124976ff7abfb285cd269e0d71bd77da033" + }, + { + "alg": "SHA3-256", + "content": "91a40a7f8cda206d3172be48e618100438c6649bf26a2e607da2f4e15a313ad9" + }, + { + "alg": "SHA3-512", + "content": "c421a125519c30073ab6118b71a3f1f20cb513cf74d7b2477fde7a1056f10469e5dd505ced7d0f3795ba9f2d841f83a8b0515149bb739db7decd53f02883ef51" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-jvm@1.8.22?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://kotlinlang.org/" + }, + { + "type": "vcs", + "url": "https://github.com/JetBrains/kotlin" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-jvm@1.8.22?type=jar" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-script-runtime", + "version": "1.8.22", + "description": "Kotlin Script Runtime", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "fd03f1d6995c673429271dd753333611" + }, + { + "alg": "SHA-1", + "content": "ce5ff1f309623f8c1be5143bdba032c4a04cec3a" + }, + { + "alg": "SHA-256", + "content": "f7e3969d528d049c0a2b1820e5b1638eb08a1144d351e0772dd1b7b50c6dcb32" + }, + { + "alg": "SHA-512", + "content": "8f2cdffaa1561e0309a841b5a0c72dafc81bf5665eb65574f4dfba2cbeb6761b09d05ad9b5307c22f61e3c32fe8032ad3a29c4eb0aa5afcae56da5551b4be197" + }, + { + "alg": "SHA-384", + "content": "3e5a0b4c589a3fa5636c324775c9aaa4c0493336952d459a2124b6992f7f8527c15576b04fd09bee7bfca621d24ab983" + }, + { + "alg": "SHA3-384", + "content": "c8da46b61e7c5a2b613e7a0e184c8bf5fe7b917ee1f494205ca20b42c7a683bd2a7f2ecd78c267da9f10ad9f29560384" + }, + { + "alg": "SHA3-256", + "content": "c0e265a86e64ae401e6cf593728c56e4f6f3be00775f8ec7caafb25eb361f2bb" + }, + { + "alg": "SHA3-512", + "content": "c0768dd62d991ac793531db04349169a4fb111d5b02ce8247d5e22349fb1983a027dfdd9978824d6be93ff72cd263c00c88c7a4a47f40ffc3eeac6421e963874" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.jetbrains.kotlin/kotlin-script-runtime@1.8.22?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://kotlinlang.org/" + }, + { + "type": "vcs", + "url": "https://github.com/JetBrains/kotlin" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.jetbrains.kotlin/kotlin-script-runtime@1.8.22?type=jar" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-scripting-common", + "version": "1.8.22", + "description": "Kotlin Scripting Common", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "1225c34c2682bea46a4e3c82cbe47ede" + }, + { + "alg": "SHA-1", + "content": "2ceb06ea7e19b183f3363ca8961be973c232937a" + }, + { + "alg": "SHA-256", + "content": "fb48f7b286f8fca180a1ad2c906f66150de3958d6e03b93b05efc3cbfd6ae03e" + }, + { + "alg": "SHA-512", + "content": "42eea2afa2f308d70d34cece8c7b43114eb1472148f24065dc0390c541dc6d112ef443ca450fd473ef9579b95b964610242a942abb0b3d9d75458e2f1e879526" + }, + { + "alg": "SHA-384", + "content": "af6de486f3a37f32a85f9c3c1a5dac08fa7f42c001c01f86a1ce1bf24db2eaf9dc3c7b7d66343d7288315cafb249dde2" + }, + { + "alg": "SHA3-384", + "content": "e621e24d7e7e3657d656a635c37c7482571ed4e4fc2c3cccad1c0a9bdc48c7fe85706dd8e56c8ea21fdc23a5b0db777f" + }, + { + "alg": "SHA3-256", + "content": "f1748b8db36b7499936f355b406160d6bf90bfc74769ede454ff0a894c29d2c2" + }, + { + "alg": "SHA3-512", + "content": "4cb32dd7fa7ff85fbb42f98abd59ea24428ba58c6a18806a367dc2f26566cabc501b74fd26ee46d3c1525b63591795fde94877fed96aeb3dcbb2c21f92da7829" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-common@1.8.22?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://kotlinlang.org/" + }, + { + "type": "vcs", + "url": "https://github.com/JetBrains/kotlin" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-common@1.8.22?type=jar" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-scripting-compiler-embeddable", + "version": "1.6.0", + "description": "Kotlin Scripting Compiler Plugin for embeddable compiler", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "8115ee671a13b94262e32cf1aa031990" + }, + { + "alg": "SHA-1", + "content": "ee527b4e12e021023d295558add29c978cc64383" + }, + { + "alg": "SHA-256", + "content": "2cd1c6f6af69c16b7934d7d8d67c183349b434f450482d7229a9607136fa0447" + }, + { + "alg": "SHA-512", + "content": "ee63b2e9e3c976c1243599649a5b276c64567af54598218f56af6e75e3a53dc23bd1aa1de79b8fbaa83878e40f8f9ce12cb13cbb3103f0d9f09183e94d81542c" + }, + { + "alg": "SHA-384", + "content": "c51345700699a19ebfcb0dfd0f3d50ad282741c17dc1a3d332dbca112152e63ccac404a97b96720ac2c7a499edb85c6c" + }, + { + "alg": "SHA3-384", + "content": "2d9fc3ceca86ce5e7c4560769c97c0fb6b6523dce04b0a3c646fc4e168b29ae61b1ef05de0b134c3591ede25a8d3faa7" + }, + { + "alg": "SHA3-256", + "content": "c3a59ee49b7bf403b6d55a3076225892c241425751bc9cbe26ea5e3ad9595a25" + }, + { + "alg": "SHA3-512", + "content": "c07d1db143e93fe54335b503d596be83c4ffb0d74f9b2f97dbb2a4a868959b7d6965f29490365defdf36bc0c04df93f17aca0b8d539406069f9989117924d956" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-compiler-embeddable@1.6.0?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://kotlinlang.org/" + }, + { + "type": "vcs", + "url": "https://github.com/JetBrains/kotlin" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-compiler-embeddable@1.6.0?type=jar" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-scripting-compiler-impl-embeddable", + "version": "1.6.0", + "description": "Kotlin Compiler Infrastructure for Scripting for embeddable compiler", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "b067562bae6e509c1c4b093470992963" + }, + { + "alg": "SHA-1", + "content": "9ca5d07e5b64e747699081c51559803db6ec313d" + }, + { + "alg": "SHA-256", + "content": "e4bd48906746e4cd19e016445599dca2683a994da06ac38cad383aac48338da8" + }, + { + "alg": "SHA-512", + "content": "7ee588d4d2b59b9107b3b48b946c2b9a85556916385b8e87b95c0ffbd77915dc184b747ca639c78b3559747f46a7d29ef088aaceab14a3506ad1ecc6b2cd0cb3" + }, + { + "alg": "SHA-384", + "content": "83c04f1aa87f42fac1329e34dd85e72284543f344449244e37b4e6732d87132f97397be94136b0ac0068c9d91bf968e6" + }, + { + "alg": "SHA3-384", + "content": "50369f635eb2d8d740ef204b9ca1059262c3a03e75c9910b42d4dc6a9aadf6801901a798acbd66743b5bfd10833ad967" + }, + { + "alg": "SHA3-256", + "content": "9a39c169321b8ec5c9909975a532efac6a16876f4b2fad7219362277aa238b74" + }, + { + "alg": "SHA3-512", + "content": "a915273d5e75e3411425d88114b4896f9081bcef4fff04072e467b21ef21123cbd734d211227faace975f73daede34a95ddf675580e52a32f2ec9c8587513530" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-compiler-impl-embeddable@1.6.0?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://kotlinlang.org/" + }, + { + "type": "vcs", + "url": "https://github.com/JetBrains/kotlin" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-compiler-impl-embeddable@1.6.0?type=jar" + }, + { + "publisher": "Confluent, Inc.", + "group": "io.confluent", + "name": "kafka-schema-serializer", + "version": "7.5.1", + "description": "Schema Registry provides a RESTful interface for storing and retrieving versioned Avro schemas for use with Kafka.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "fb7589445742bff8b328402cb1bbe540" + }, + { + "alg": "SHA-1", + "content": "98e31cb5f72e5ef9c1ac10c44f127e313ce46f0b" + }, + { + "alg": "SHA-256", + "content": "6ffd27a21251eecc38ab28d9f1d5b080d945cd58b05e483d1144d6795045d9b4" + }, + { + "alg": "SHA-512", + "content": "6e8d60c4b401cfb39941f5ed39e2bdaa2f0fd897885c25dda6b1012a33786411d82cfb48071872507fdcfb5ea8c574557b9a6e9da67ff897266ba65596954f90" + }, + { + "alg": "SHA-384", + "content": "72b4e4401bda83bdd8e6f3f293f65adba4eafede4c0efe18d20efeea39fb921bffb5e05bdebb100641e65fcb069dca2b" + }, + { + "alg": "SHA3-384", + "content": "00e6b3644b28c3682f4f7c4387c9fd5905f79900bf3eabd28ada64c43f3fbe4dea2d2a21a223f65f12574c419178efc8" + }, + { + "alg": "SHA3-256", + "content": "d700c63b7d92c7cf8519f46a0b2ae57e0e0f667bf5ef92fb02b4defa0dd8926d" + }, + { + "alg": "SHA3-512", + "content": "d2083c32b1a01c612bc66b908d718f7863a557c5638f28ac7cb4aa57b84894f60360514cb4730de472c81d2e1681886d78bb5c2f5d14a64edd713ec6ddbbfbd2" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "purl": "pkg:maven/io.confluent/kafka-schema-serializer@7.5.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://confluent.io/kafka-schema-serializer" + }, + { + "type": "vcs", + "url": "https://github.com/confluentinc/schema-registry/kafka-schema-serializer" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.confluent/kafka-schema-serializer@7.5.1?type=jar" + }, + { + "publisher": "Confluent, Inc.", + "group": "io.confluent", + "name": "kafka-json-serializer", + "version": "7.5.1", + "description": "Schema Registry provides a RESTful interface for storing and retrieving versioned Avro schemas for use with Kafka.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "66e1544de9a1f4a6e0de27332acbf659" + }, + { + "alg": "SHA-1", + "content": "80f56ffa9cda69c181c213ee6f93cfc410bccaa1" + }, + { + "alg": "SHA-256", + "content": "aaaf128e7d7dc8b1d1015d7400205747ba76fcc262293743a605bd2469fcd4cd" + }, + { + "alg": "SHA-512", + "content": "e5d717e083ae5464f43b09b398812c59de11c16cc6c65d4ca1118209ac443cff9f3059454f71e27f83f6dfe21e77c9da37c9af8067ebcf6abb8737bd767b151f" + }, + { + "alg": "SHA-384", + "content": "00115f46c5461b29d7d4fc4b3f48e9e25480ff61c975febc5e8f834318503958c6e7b1cb8d7e60ce995406f4e04a631e" + }, + { + "alg": "SHA3-384", + "content": "6939c8e89cfbf7d9d1e09b90a0ea692ff3620a6ee7be0b33862faf267c005aee524d0e99d8dd0cd6715c118802386124" + }, + { + "alg": "SHA3-256", + "content": "8469aa60759ec6588fa53c6219ab1c44d66b6fe67b819b05b98148e847b481b2" + }, + { + "alg": "SHA3-512", + "content": "1999dd03394e80ff0e84f10a9de5c4eba2b77a01c3381ee09d998e44bc336093ae7180144167c10d952ed4bb59cd712fe552df6d21c7f721e302a35574f80932" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "purl": "pkg:maven/io.confluent/kafka-json-serializer@7.5.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://confluent.io/kafka-json-serializer" + }, + { + "type": "vcs", + "url": "https://github.com/confluentinc/schema-registry/kafka-json-serializer" + } + ], + "type": "library", + "bom-ref": "pkg:maven/io.confluent/kafka-json-serializer@7.5.1?type=jar" + }, + { + "publisher": "FasterXML", + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-guava", + "version": "2.15.4", + "description": "Add-on datatype-support module for Jackson (https://github.com/FasterXML/jackson) that handles Guava (https://github.com/google/guava) types (currently mostly just collection ones)", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "a05abf4f6cb42f4a61e4763b2fc61607" + }, + { + "alg": "SHA-1", + "content": "b55579ab2b5d9f429566d97cc897d857f85e1ab2" + }, + { + "alg": "SHA-256", + "content": "2c4769a7d561f1050c880dec1e01b09ae7af8da7349797f3a0140be97592649b" + }, + { + "alg": "SHA-512", + "content": "6860476a7b18f483f0227081fd40dbf4cf8e539531c5a5f7d54e02a3b77294d6d95b0112e49f804b810cfb38009f19f27bee5601adf3ffa616fef843340b2350" + }, + { + "alg": "SHA-384", + "content": "9cffe99bebeb0e21338d2d7a8c5192ef86673ccd76a202f33edec280b171d71dcc856b1668888aba6620d052ec51c0b4" + }, + { + "alg": "SHA3-384", + "content": "383b3d31ccc38cd18541fc99eb3ba9546875d9e20a99a3f5838e5ed3106f7bdfb094cb4d72103a63ee477e7e42afff8e" + }, + { + "alg": "SHA3-256", + "content": "74bf8fd1a0f60ca6261042d25c78f538d6552a4c20a681431dd9f5a515b8f3a6" + }, + { + "alg": "SHA3-512", + "content": "04f655aa99b229b8aa4d18f03065fb93e21ed00a73358d8a8889797ea74a91c91fdb1edad17df276932aa2ebe7f2096d21705e549588767d368185653c4b3305" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-guava@2.15.4?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/FasterXML/jackson-datatypes-collections" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/FasterXML/jackson-datatype-guava/issues" + }, + { + "type": "vcs", + "url": "https://github.com/FasterXML/jackson-datatypes-collections/jackson-datatype-guava" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-guava@2.15.4?type=jar" + }, + { + "group": "com.google.guava", + "name": "guava", + "version": "32.1.1-jre", + "description": "Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, and much more.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "55870c9a31bf9ba2815f252a93ab0850" + }, + { + "alg": "SHA-1", + "content": "ad575652d84153075dd41ec6177ccb15251262b2" + }, + { + "alg": "SHA-256", + "content": "91fbba37f1c8b251cf9ea9e7d3a369eb79eb1e6a5df1d4bbf483dd0380740281" + }, + { + "alg": "SHA-512", + "content": "553c4c8dd7084bb558ac6b1b4a910df10d4973ea80e624d53e037c38a5aa9b001b990cad77f3e71be93a7a39a2d331cc3099ec842249e152ec0d41ec9a325d69" + }, + { + "alg": "SHA-384", + "content": "dad928a5179cfc8bad63855744a134e1f1f9576c873aad5be0bd66be41967f23bd335bd6d45398d7aafa13c1d0e61c48" + }, + { + "alg": "SHA3-384", + "content": "4ad0035ed2be1e5525f2f8d558c8a3d4abdbf78f1464e7e8061250e51eb3fecc33072e3bc74705b84080d12b7f229796" + }, + { + "alg": "SHA3-256", + "content": "db4b30e06f60f1b86dff8e099f2875b37e7e331123c461926aae77b0417f7a51" + }, + { + "alg": "SHA3-512", + "content": "44d906064e97fce4c6f231a58c702fd979c80441fe170a94cd178211cb547a51b8cbd34f133ba19d6930e064ace289bc04037eb7e39e3ed7db8cb469aae06ab1" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.google.guava/guava@32.1.1-jre?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/google/guava" + }, + { + "type": "build-system", + "url": "https://github.com/google/guava/actions" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/google/guava/issues" + }, + { + "type": "vcs", + "url": "https://github.com/google/guava/guava" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.google.guava/guava@32.1.1-jre?type=jar" + }, + { + "group": "com.google.guava", + "name": "failureaccess", + "version": "1.0.1", + "description": "Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes is conceptually a part of Guava, but they're in this separate artifact so that Android libraries can use them without pulling in all of Guava (just as they can use ListenableFuture by depending on the listenablefuture artifact).", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "091883993ef5bfa91da01dcc8fc52236" + }, + { + "alg": "SHA-1", + "content": "1dcf1de382a0bf95a3d8b0849546c88bac1292c9" + }, + { + "alg": "SHA-256", + "content": "a171ee4c734dd2da837e4b16be9df4661afab72a41adaf31eb84dfdaf936ca26" + }, + { + "alg": "SHA-512", + "content": "f8d59b808d6ba617252305b66d5590937da9b2b843d492d06b8d0b1b1f397e39f360d5817707797b979a5bf20bf21987b35333e7a15c44ed7401fea2d2119cae" + }, + { + "alg": "SHA-384", + "content": "67659dbd9647ec303d7f15128dc9dba19b98fd8d74758ee3b602451e32c855e236ccaafe08edf4bbfa245f981268440f" + }, + { + "alg": "SHA3-384", + "content": "1460875f0331c5fa3791772a6a322a7db180261bc2adacf7271df1fbf3b088a587a755a604c039982cb593c5cfc1f101" + }, + { + "alg": "SHA3-256", + "content": "ea86406e75fcd93eafe3cde1b3135ba485f1bb9b75fed98894a0bf1f0aee04f0" + }, + { + "alg": "SHA3-512", + "content": "52ac0f487ab5dd27c9f2e54fd1d84c7a620cae9d49be4072aa2b11501787bf4391ddaa13d02eccdf19e8eea46aecbea5f6064b26777c1b836108a280652e04ac" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.google.guava/failureaccess@1.0.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/google/guava/failureaccess" + }, + { + "type": "build-system", + "url": "https://travis-ci.org/google/guava" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/google/guava/issues" + }, + { + "type": "vcs", + "url": "https://github.com/google/guava/failureaccess" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.google.guava/failureaccess@1.0.1?type=jar" + }, + { + "group": "com.google.guava", + "name": "listenablefuture", + "version": "9999.0-empty-to-avoid-conflict-with-guava", + "description": "An empty artifact that Guava depends on to signal that it is providing ListenableFuture -- but is also available in a second \"version\" that contains com.google.common.util.concurrent.ListenableFuture class, without any other Guava classes. The idea is: - If users want only ListenableFuture, they depend on listenablefuture-1.0. - If users want all of Guava, they depend on guava, which, as of Guava 27.0, depends on listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-... version number is enough for some build systems (notably, Gradle) to select that empty artifact over the \"real\" listenablefuture-1.0 -- avoiding a conflict with the copy of ListenableFuture in guava itself. If users are using an older version of Guava or a build system other than Gradle, they may see class conflicts. If so, they can solve them by manually excluding the listenablefuture artifact or manually forcing their build systems to use 9999.0-....", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "d094c22570d65e132c19cea5d352e381" + }, + { + "alg": "SHA-1", + "content": "b421526c5f297295adef1c886e5246c39d4ac629" + }, + { + "alg": "SHA-256", + "content": "b372a037d4230aa57fbeffdef30fd6123f9c0c2db85d0aced00c91b974f33f99" + }, + { + "alg": "SHA-512", + "content": "c5987a979174cbacae2e78b319f080420cc71bcdbcf7893745731eeb93c23ed13bff8d4599441f373f3a246023d33df03e882de3015ee932a74a774afdd0782f" + }, + { + "alg": "SHA-384", + "content": "caff9b74079f95832ca7f6029346b34b606051cc8c5a4389fac263511d277ada0c55f28b0d43011055b268c6eb7184d5" + }, + { + "alg": "SHA3-384", + "content": "e939f08df0545847ea0d3e4b04a114b08499ad069ba8ec9461d1779f87a56e0c37273630a0f4c14e78c348d3ac7eb97f" + }, + { + "alg": "SHA3-256", + "content": "1f0a8b1177773b3a8ace839df5eed63cbf56b24a38714898a6e4ed065c42559f" + }, + { + "alg": "SHA3-512", + "content": "6b495ecc2a18b17365cb08d124a0da47f04bcdde81927b5245edf3edd8e498c3c3fb92ce6a4127f660bac851bb1d3e4510e5c20d03be47ce99dc296d360db285" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/google/guava/listenablefuture" + }, + { + "type": "build-system", + "url": "https://travis-ci.org/google/guava" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/google/guava/issues" + }, + { + "type": "vcs", + "url": "https://github.com/google/guava/listenablefuture" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?type=jar" + }, + { + "group": "org.checkerframework", + "name": "checker-qual", + "version": "3.33.0", + "description": "checker-qual contains annotations (type qualifiers) that a programmer writes to specify Java code for type-checking by the Checker Framework.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "fc9418b779d9d57dcd52197006cbdb9b" + }, + { + "alg": "SHA-1", + "content": "de2b60b62da487644fc11f734e73c8b0b431238f" + }, + { + "alg": "SHA-256", + "content": "e316255bbfcd9fe50d165314b85abb2b33cb2a66a93c491db648e498a82c2de1" + }, + { + "alg": "SHA-512", + "content": "049c446677b7b386f3fb501bf65e032bdf2b1b29a3f545848035fff2b683cd275380cf302e30eea641af7f0801f779bcda3d82a71d928e4176f564f796640a64" + }, + { + "alg": "SHA-384", + "content": "ddf7a0f70421d1ed75e93c0a30434a4862c3905e433223e19861323cf0994e843392b746003040f10a7db6fc960b8aa6" + }, + { + "alg": "SHA3-384", + "content": "edf079834fdd23317851318504b2fcc10b055cdb5cc4ada9c773d1b6c815ed6dd193c433d2b83103f070fd521021ff33" + }, + { + "alg": "SHA3-256", + "content": "56244f45b03fc2a472b35489324e392e6001fac088d19f33629a87adb74a0575" + }, + { + "alg": "SHA3-512", + "content": "e0516c11fe613f258bf9ad39358a8d9fb7c8df57ff9aaca5d6d16055c196fac4ed3b4185f2501a3bdf7aeb1fe142693b1d788bdaa73366be1af15762bb3591a4" + } + ], + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:maven/org.checkerframework/checker-qual@3.33.0?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://checkerframework.org/" + }, + { + "type": "vcs", + "url": "https://github.com/typetools/checker-framework.git" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.checkerframework/checker-qual@3.33.0?type=jar" + }, + { + "publisher": "Google LLC", + "group": "com.google.errorprone", + "name": "error_prone_annotations", + "version": "2.18.0", + "description": "Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "64145d0e7fee5a69ed7b84cf402de998" + }, + { + "alg": "SHA-1", + "content": "89b684257096f548fa39a7df9fdaa409d4d4df91" + }, + { + "alg": "SHA-256", + "content": "9e6814cb71816988a4fd1b07a993a8f21bb7058d522c162b1de849e19bea54ae" + }, + { + "alg": "SHA-512", + "content": "3cea86be94bb8ae40d21ad4bf7d7f6b2233e89593b7b741ad84c78840cd3837bb5136f52e62fe9ae0953d7b190c46ad3edc102dfa97b4c7ea472a80206bf5db7" + }, + { + "alg": "SHA-384", + "content": "7622eb33f83f03ab32b710b36c2fe836e24c5318f65fb8c0631a99507ca3ae65c2df8e33b63a5ce853b9cab6d9cb32e5" + }, + { + "alg": "SHA3-384", + "content": "1ea52a5ce2a9ee1a960dc2a1bbe4b009d4d6a4448498e4cd76401605fa877662911e8c93b2b8bfda57bedc56c83f10a0" + }, + { + "alg": "SHA3-256", + "content": "ed53f4295da75753267f241315352c4a39e60796f04e1c0c12d29c3a38be48ed" + }, + { + "alg": "SHA3-512", + "content": "8266b313bd4e1170daf60642e838841370d99bc24b2a1f91825ca22037a6a30ff15cc76069f8e8770f1dc12772c277ee1320de67e815041697d93d6d7ba884fb" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.google.errorprone/error_prone_annotations@2.18.0?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://errorprone.info/error_prone_annotations" + }, + { + "type": "vcs", + "url": "https://github.com/google/error-prone/error_prone_annotations" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.google.errorprone/error_prone_annotations@2.18.0?type=jar" + }, + { + "group": "com.google.j2objc", + "name": "j2objc-annotations", + "version": "2.8", + "description": "A set of annotations that provide additional information to the J2ObjC translator to modify the result of translation.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "c50af69b704dc91050efb98e0dff66d1" + }, + { + "alg": "SHA-1", + "content": "c85270e307e7b822f1086b93689124b89768e273" + }, + { + "alg": "SHA-256", + "content": "f02a95fa1a5e95edb3ed859fd0fb7df709d121a35290eff8b74dce2ab7f4d6ed" + }, + { + "alg": "SHA-512", + "content": "f8263868a792b41707c9e7fe6fa5650a14cd93fbeafad20efe3772a3058fc933eb59782ec59e6eb9b9c569aa96da80134ae9fdf7547b69c44a97087efddceeff" + }, + { + "alg": "SHA-384", + "content": "e6087ec31fec8289158496ad2ed6ce8472d5d513808a312e0782cedac3b86c37a62a63c0b5ea3839491d109fe9e148a1" + }, + { + "alg": "SHA3-384", + "content": "10add34bfeb8612283eef89ac96747a3c9b755acd80ad526e1addaeb7efd6323c52b9bfa1a3d34adb40e1ccb963ee65d" + }, + { + "alg": "SHA3-256", + "content": "b3336f8abd6b1f73b9f06d306974557000a000073bfbae6b54fda26d17dbb072" + }, + { + "alg": "SHA3-512", + "content": "d376c184a6df071c4e93b913d175b5c2e63deac37105dc20342c19bdda62e4e9598ca1e8bfb4f4fd5cdee6dd5ac3b8af49e2c5193e324d59a59ce1f7adeab627" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.google.j2objc/j2objc-annotations@2.8?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/google/j2objc/" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "vcs", + "url": "http://svn.sonatype.org/spice/trunk/oss/oss-parent-9/j2objc-annotations" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.google.j2objc/j2objc-annotations@2.8?type=jar" + }, + { + "publisher": "FasterXML", + "group": "com.fasterxml.jackson.core", + "name": "jackson-core", + "version": "2.15.4", + "description": "Core Jackson processing abstractions (aka Streaming API), implementation for JSON", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "081e7d30d8ae478d83b9a8c152a0c148" + }, + { + "alg": "SHA-1", + "content": "aebe84b45360debad94f692a4074c6aceb535fa0" + }, + { + "alg": "SHA-256", + "content": "8dc9210dd285db366f45f518dd1e6a9ccfeb0f1a8e184a899fe96d29edf1fd94" + }, + { + "alg": "SHA-512", + "content": "c71a7bd565a5974c1dffc4ba84e1b89b23c7b1df726b35dd5a0929a6acf2bac80ad41872e8474bacdd37044210e3e145a335f6ab6aba4f323a8750b1e997b212" + }, + { + "alg": "SHA-384", + "content": "c0788b8da8b577acd53ab424861fe0b5ab0515469108d9c2acbf12677b0fbe0b4f74aa8f78bf41f7f515d796b0d20ae7" + }, + { + "alg": "SHA3-384", + "content": "995b46b96a079872f00b97d8620ab1f8ca2da9ae5f05b0d1a4993aab142ac40725d35c4f4fd990e510de031fe90038da" + }, + { + "alg": "SHA3-256", + "content": "905c90d11ce37ca4f18eeecf2e39f3a82307227f0aefcf913a8bd95c5416b2c1" + }, + { + "alg": "SHA3-512", + "content": "b31176256c110b9dd75d9bb46024ee6d591ca3363442dec9d312715ec7d3b6c029ae69f7549c4abad9e5e8664aeee97711f148a97444d3a24a7431a87efbf084" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/FasterXML/jackson-core" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/FasterXML/jackson-core/issues" + }, + { + "type": "vcs", + "url": "https://github.com/FasterXML/jackson-core" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar" + }, + { + "publisher": "FasterXML", + "group": "com.fasterxml.jackson.core", + "name": "jackson-databind", + "version": "2.15.4", + "description": "General data-binding functionality for Jackson: works on core streaming API", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "9c7db53b35761e502bc9144008503ad3" + }, + { + "alg": "SHA-1", + "content": "560309fc381f77d4d15c4a4cdaa0db5025c4fd13" + }, + { + "alg": "SHA-256", + "content": "0f99ff7719eef3ee85608b3dee6ecf3c698003fe9d6e34eabbfabccdc9b5ac2c" + }, + { + "alg": "SHA-512", + "content": "3034623bccd5ed71263eddaab8b4205e71eb63c59769256b64ba87e9a7d4d3d6aa6ccce9facd3538c3e492d9aa00d4df4ab0eddfbe087ed79658672bf13b85f9" + }, + { + "alg": "SHA-384", + "content": "8f89a7b92bbeae68cb0b26cff4d49edb08bf56c63f400f6ac41b39c4d7b11f3e14491d4163050ebdcaa7b7ad21ac1132" + }, + { + "alg": "SHA3-384", + "content": "2c5aa9e220e0e358859aa2aa9a1fa6ea3888a88df71f36c6408b63efaed07afb9acf3994466e1b9110262b6a24887b0f" + }, + { + "alg": "SHA3-256", + "content": "bb45263aad9b7091e47eb69e51110bea354a9867f08cf80222e37c63d39ed6d0" + }, + { + "alg": "SHA3-512", + "content": "5871e8b24caf3f2e6c8bcf0936039debe6e42dc9e8869ae2cab820dbb6d9605becacb5a4a60da905d12e96ad6e5721a706dbe052b4cca41e680fa88106b30291" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/FasterXML/jackson" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/FasterXML/jackson-databind/issues" + }, + { + "type": "vcs", + "url": "https://github.com/FasterXML/jackson-databind" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar" + }, + { + "publisher": "FasterXML", + "group": "com.fasterxml.jackson.core", + "name": "jackson-annotations", + "version": "2.15.4", + "description": "Core annotations used for value types, used by Jackson data binding package.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "46ca5a02c1ec283236770c7e7714969a" + }, + { + "alg": "SHA-1", + "content": "5223ea5a9bf52cdc9c5e537a0e52f2432eaf208b" + }, + { + "alg": "SHA-256", + "content": "f204ebbd552614a22b8531ffe350d47f8fd42c45bb60517c07974dc27a5a1dd3" + }, + { + "alg": "SHA-512", + "content": "06c485088024d028975c36f12740de5e70dcf2ac0f1943aad9ad7179e25436c9a433cd1ed2a8f8893e95ed7c18d74743a0a2281c8b2677c5c5b8d189ac96ae89" + }, + { + "alg": "SHA-384", + "content": "4f191ae74173f4769cdadfe648ebdeb3ca1d251ec1ca9c25dd3acba7af16811433ddd8b646e7716f2399e891bf1f657b" + }, + { + "alg": "SHA3-384", + "content": "3c8a495222f096cd40e1bd614df6460b951716bfd75fd44868307e20398a75d11124ebe51db71b444b66e680cb4594c8" + }, + { + "alg": "SHA3-256", + "content": "d040d562150dc39ccf3aa430326e51ae9de798279079e111d6641498491e623c" + }, + { + "alg": "SHA3-512", + "content": "41e89e86457e247d2365d854049b49c8bfc491e1773c5d7c6a1cff4ca1347ec548c67e864ee74bf81a3f7389927b2c6e8839fe66571e2a029f48fccd39544463" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.15.4?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/FasterXML/jackson" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/FasterXML/jackson-annotations/issues" + }, + { + "type": "vcs", + "url": "https://github.com/FasterXML/jackson-annotations" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.15.4?type=jar" + }, + { + "publisher": "xerial.org", + "group": "org.xerial.snappy", + "name": "snappy-java", + "version": "1.1.10.5", + "description": "snappy-java: A fast compression/decompression library", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "a52ffcdbbe525b486237a7098e5c5ff7" + }, + { + "alg": "SHA-1", + "content": "ac605269f3598506196e469f1fb0d7ed5c55059e" + }, + { + "alg": "SHA-256", + "content": "0f3f1857ed33116583f480b4df5c0218836c47bfbc9c6221c0d73f356decf37b" + }, + { + "alg": "SHA-512", + "content": "36c288aa84017b52362a49a20d1702151a16b9f58518b6877f11122941a549d94fab8d515f7f1ad6384fb94be569328abf862edaf970c10a16832498dfda853b" + }, + { + "alg": "SHA-384", + "content": "693a542ca2471dec4da5fe582563aff1bf5238e1a8d1a1f79cd8138334f94f1112094fbd270b1637d983c9290084a6e1" + }, + { + "alg": "SHA3-384", + "content": "41cbbb20b4bc0bd9a80521904568335fb131602a6931783f5bf6a1c8287b8ccd92c8169b8bb2399d27208fc067ef2321" + }, + { + "alg": "SHA3-256", + "content": "38dc41c5a0d827c58e1409a63e902d0568a03d67cdb99708ccc63921000ddc55" + }, + { + "alg": "SHA3-512", + "content": "b07d178cc94f6385d5f09d7730d2dd161c6f7d6815ae779e742421c0c1fb92043c8ec8ce5ee67660760f5287bd959eba1028924257a6ff36fb5439d8f81bd049" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "purl": "pkg:maven/org.xerial.snappy/snappy-java@1.1.10.5?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/xerial/snappy-java" + }, + { + "type": "vcs", + "url": "https://github.com/xerial/snappy-java" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.xerial.snappy/snappy-java@1.1.10.5?type=jar" + }, + { + "publisher": "Splunk, Inc.", + "group": "com.splunk.logging", + "name": "splunk-library-javalogging", + "version": "1.11.1", + "description": "Library for structured, semantic logging of Common Information Model compliant events, meant for use with SLF4J.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "7fb098524caa9f6ea57437211615f930" + }, + { + "alg": "SHA-1", + "content": "e131fa6383560dfc23dbe61b0e60b6b86fe7174e" + }, + { + "alg": "SHA-256", + "content": "c218915a0204a1d3799cd5c308cc6a0fc7003e1af879f4a13eb05d4c71b49519" + }, + { + "alg": "SHA-512", + "content": "18447559b4c5296bd434856597ee166ab8410c139ca48a53af522a5d7d1e7b95db279716842952155cedefa5b0c0cd04d77d56705d7b8909f76aa6ddd5596842" + }, + { + "alg": "SHA-384", + "content": "0f5b5b736b1e72459665a9470b7a58773d50cd16529d972eb22e1736f388b1d3fc998d33375def96a78d9bb7a4eac297" + }, + { + "alg": "SHA3-384", + "content": "60f88fbc38e81a0225156b2edb43de2c80bb6ad10d0a511b16ea24a0468cf861b7153df434f64d29176004d517cec93b" + }, + { + "alg": "SHA3-256", + "content": "bbe03044d8ef7cb87eaedc74d35427af363a337037e37c6bde3728272ac0df03" + }, + { + "alg": "SHA3-512", + "content": "069e53abbc50b27fcc7c089f5beea6576fcc5d1d841ba9a3509123328d6ec35c60836265d60dcf4a142b26207b5bcdb2f9a428469f3eb751ac2bcec1778d94f5" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.splunk.logging/splunk-library-javalogging@1.11.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "http://dev.splunk.com/goto/sdk-slj" + }, + { + "type": "distribution-intake", + "url": "https://splunk.jfrog.io/splunk/ext-releases-local" + }, + { + "type": "vcs", + "url": "https://github.com/splunk/splunk-library-javalogging" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.splunk.logging/splunk-library-javalogging@1.11.1?type=jar" + }, + { + "group": "com.squareup.okhttp3", + "name": "okhttp", + "version": "4.10.0", + "description": "Square’s meticulous HTTP client for Java and Kotlin.", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "9a229b2af8b8ffcc41508f82ef5e3e72" + }, + { + "alg": "SHA-1", + "content": "cd63657ac15770ed1420647154c9f44645533bef" + }, + { + "alg": "SHA-256", + "content": "7580f14fa1691206e37081ad3f92063b1603b328da0bb316f2fef02e0562e7ec" + }, + { + "alg": "SHA-512", + "content": "bf483f272b592abaa96bd2194c031cde3627e70d414b8eeecbf27514f279dea0c244389c9a0236f820153264ad40f4b0f6cecc9905fb506da176479c3d581559" + }, + { + "alg": "SHA-384", + "content": "9b18d7aaf9a878fb2bde4eaa717bdf90f964b2b1c766c65e51bc1bd331319707a492cf886dd717b20fbcb2c92f2c06aa" + }, + { + "alg": "SHA3-384", + "content": "1583e909754884e5d50c24859403ed6388badff1a0a5711b9fac83023566ccdeabc24f5a05940edbc834e5abef0cffb2" + }, + { + "alg": "SHA3-256", + "content": "ce53503c55b79416647ae34acdfe150358b8c3891d45364f01b5ff7a80c0d4bc" + }, + { + "alg": "SHA3-512", + "content": "6b91665ebbab8b107f22eee28006e32ab72f741396a19b39624317ddea10fc9529477c7e80cdfb23aadd5974911623fc71e3298d619747068a89c2304851fed6" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.squareup.okhttp3/okhttp@4.10.0?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://square.github.io/okhttp/" + }, + { + "type": "vcs", + "url": "https://github.com/square/okhttp" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.squareup.okhttp3/okhttp@4.10.0?type=jar" + }, + { + "group": "com.squareup.okio", + "name": "okio-jvm", + "version": "3.0.0", + "description": "A modern I/O API for Java", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "c207e762658c00831128ccbde84c25f0" + }, + { + "alg": "SHA-1", + "content": "0ab5a73fa2ccb4a36b0b5c69fe10b16d0255bcf8" + }, + { + "alg": "SHA-256", + "content": "be64a0cc1f28ea9cd5c970dd7e7557af72c808d738c495b397bf897c9921e907" + }, + { + "alg": "SHA-512", + "content": "b19453c47c68c437956a7428e33fa4a83c402833e641f8c5a1a224239f34716984273afb2694f07c5df68473b89e3caa227ca66ee4c58af2989718bc746267ec" + }, + { + "alg": "SHA-384", + "content": "d15935a7536517a69e92eeb895a4872e4acb3a73292757063a967127add572a736509cad007bb46f38eb41ac68a4755b" + }, + { + "alg": "SHA3-384", + "content": "ddbeab4d76d681fcbb28dec42c963dbe17f6ebc1d8bcb0ff072232c37a5bc246a94bf4dd4a4d0c870574985c9b437a5e" + }, + { + "alg": "SHA3-256", + "content": "e4a91203cca93e66c99241aa3711fe0a9ac7b13a3b52ec14ceeea496e783d12c" + }, + { + "alg": "SHA3-512", + "content": "c4a4e34fefce8c14460418c1bbe1545a5b4218d95275636dfd76ed17338727d19f08baa9960c1fb9f43aad4413741e1f7540645b0fa6c224bc61f8481d20b5b7" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/com.squareup.okio/okio-jvm@3.0.0?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/square/okio/" + }, + { + "type": "vcs", + "url": "https://github.com/square/okio/" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.squareup.okio/okio-jvm@3.0.0?type=jar" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-stdlib-jdk8", + "version": "1.8.22", + "description": "Kotlin Standard Library JDK 8 extension", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "801e8c0cf2bdc17b22fbf28ea27097f2" + }, + { + "alg": "SHA-1", + "content": "b25c86d47d6b962b9cf0f8c3f320c8a10eea3dd1" + }, + { + "alg": "SHA-256", + "content": "4198b0eaf090a4f25b6f7e5a59581f4314ba8c9f6cd1d13ee9d348e65ed8f707" + }, + { + "alg": "SHA-512", + "content": "84dcd075a8d500fe6233eac8e07348bc4f4d0a1aaa1db216a77ccc9b1f2a94f14bc49a210931fe3daa71b3fe900e095c9ae32aeb32a370259228b1dbe31f3f7e" + }, + { + "alg": "SHA-384", + "content": "02c68ea806f46d8928d3a90a463a1e6ed032e74bc639d45142b0e23112cbb8cfb0cda36cdb61185867549922d71ec03e" + }, + { + "alg": "SHA3-384", + "content": "979c0b13ad28ca62b7ce0bebcc002ac69b91d040aed86b0365de574854a8114dc70b365f81a0129e1e111aad9c2dc819" + }, + { + "alg": "SHA3-256", + "content": "9fcbf6e79bb0d5089c30241421563e9f3226b1d93f9723db912b52c1471221d4" + }, + { + "alg": "SHA3-512", + "content": "53f8f1ba20a8f9b6b23ab8dc3d4fc597a1fa1d323bb169d9f00310a6b2466196fc4c0e8f3bbd44ce5f4fe0e41b0481b37c447d57495c0aa9ef39ec084637cd4b" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.8.22?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://kotlinlang.org/" + }, + { + "type": "vcs", + "url": "https://github.com/JetBrains/kotlin" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.8.22?type=jar" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-stdlib-jdk7", + "version": "1.8.22", + "description": "Kotlin Standard Library JDK 7 extension", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "7322c7a99624ed411f43661de56a0d60" + }, + { + "alg": "SHA-1", + "content": "04dabb8248310d833bb6a8b516024a91fd3d275c" + }, + { + "alg": "SHA-256", + "content": "055f5cb24287fa106100995a7b47ab92126b81e832e875f5fa2cf0bd55693d0b" + }, + { + "alg": "SHA-512", + "content": "903a748df5bbdfa2ac3fd0b117920719a32d0aaf8ed76567d14ad6fc3617370412378c5d3da6d3b3f2c3dc913a1acfa0cb7041346d4903806eaf9e550d25db30" + }, + { + "alg": "SHA-384", + "content": "400905c43c28ed8e2c97f12faa67b080757ad7693527b1d82a4e53bf9908ef05c193338b81a99265cf6c64aead4bd690" + }, + { + "alg": "SHA3-384", + "content": "fe8735628f95120829e4c71b3ddd6de4ec68bd30aa3b397a280fa9562b3e6c4af2ddc1e3d7d58bc3dae28db1b41e680d" + }, + { + "alg": "SHA3-256", + "content": "498c93c748ee0d0535c6405b9fd29a537b0ad91044a61b4badd8ff90f7c7ddcc" + }, + { + "alg": "SHA3-512", + "content": "fd34349dbea54064e1a11fe3b82fb5a1349e947c71e03bbe1a92191cdffdb6c91ca21807acb4fc919445a0d87045c3c40d4568bb1bab645a58c1d621d9da05bd" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.8.22?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://kotlinlang.org/" + }, + { + "type": "vcs", + "url": "https://github.com/JetBrains/kotlin" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.8.22?type=jar" + }, + { + "group": "com.google.code.gson", + "name": "gson", + "version": "2.10.1", + "description": "Gson JSON library", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "df6097815738cb31fc56391553210843" + }, + { + "alg": "SHA-1", + "content": "b3add478d4382b78ea20b1671390a858002feb6c" + }, + { + "alg": "SHA-256", + "content": "4241c14a7727c34feea6507ec801318a3d4a90f070e4525681079fb94ee4c593" + }, + { + "alg": "SHA-512", + "content": "7503e4b8d05c6cc0ecb3a94c5a2e070e049083a441003a79a0cdf474f4286699b4ba1d2a655ddabb8ba10c50e7c36a7045cccdaee465166d4630db647aba2727" + }, + { + "alg": "SHA-384", + "content": "48a4786bd6e1867f058ee4fb676fc82d9d9f64a6d7420d4a47ae2398504c9de73222636614aeb4a9fbf10ee143d72226" + }, + { + "alg": "SHA3-384", + "content": "3df9a0332c2766124fe7c915cfea665d2e318ccaa7212415fabd9e93e6eb77de538725fd2ef313cde46f6d814c9566ea" + }, + { + "alg": "SHA3-256", + "content": "d3374006d76d4f9acdf3d3a1a4f47899570f52442b2188f80c09a74f22139ecb" + }, + { + "alg": "SHA3-512", + "content": "2b10c2f4fe39d8712b430ff171823d7172c0a06685c1eb7de511e90159cec0e094fb2a9b50b747c5b039cb10f1fce9edf82ecbf9c47f76a6f31c4e3cb7586cce" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0", + "url": "https://www.apache.org/licenses/LICENSE-2.0" + } + } + ], + "purl": "pkg:maven/com.google.code.gson/gson@2.10.1?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://github.com/google/gson/gson" + }, + { + "type": "distribution-intake", + "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" + }, + { + "type": "issue-tracker", + "url": "https://github.com/google/gson/issues" + }, + { + "type": "vcs", + "url": "https://github.com/google/gson/gson/" + } + ], + "type": "library", + "bom-ref": "pkg:maven/com.google.code.gson/gson@2.10.1?type=jar" + }, + { + "publisher": "The Apache Software Foundation", + "group": "org.apache.logging.log4j", + "name": "log4j-api", + "version": "2.20.0", + "description": "The Apache Log4j API", + "scope": "optional", + "hashes": [ + { + "alg": "MD5", + "content": "f9446464667f0139b839b5e9da37f5b9" + }, + { + "alg": "SHA-1", + "content": "1fe6082e660daf07c689a89c94dc0f49c26b44bb" + }, + { + "alg": "SHA-256", + "content": "2f43eea679ea66f14ca0f13fec2a8600ac124f5a5231dcb4df8393eddcb97550" + }, + { + "alg": "SHA-512", + "content": "851016b38421d21864bb3073089c44000f941bfbaa9dc518db7bf7fb3c7f942bfb2c0c7b832e375e82b2f285379bd0935e42aa1833817daacb4fca2a6a9500bc" + }, + { + "alg": "SHA-384", + "content": "12b05c61f49caab0b845e93967228a3bd3ab096c4ea1516cb7263f49963137a688a178ddebe790ccc3c0c73f2d4440fc" + }, + { + "alg": "SHA3-384", + "content": "87151e10c182a828d06fb5299361f01091f5ff066c3d8ba1fac0358d40c370a06ea46d9d93613499ebf94a855aef2f41" + }, + { + "alg": "SHA3-256", + "content": "2047730cb45c594da67d019cbd9f379e1d409a574deadfc9bc907461047f1fde" + }, + { + "alg": "SHA3-512", + "content": "5fde3529958bd5e9567f0dc6015c58621521641cfe0517eb1237413c750558415fdeb45cc1b4332c3d1f09938fc8fe327de86cc876ed52594c216d2c04c9d2d5" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.apache.logging.log4j/log4j-api@2.20.0?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://logging.apache.org/log4j/2.x/log4j-api/" + }, + { + "type": "build-system", + "url": "https://github.com/apache/logging-log4j2/actions" + }, + { + "type": "distribution", + "url": "https://logging.apache.org/log4j/2.x/download.html" + }, + { + "type": "distribution-intake", + "url": "https://repository.apache.org/service/local/staging/deploy/maven2" + }, + { + "type": "issue-tracker", + "url": "https://github.com/apache/logging-log4j2/issues" + }, + { + "type": "mailing-list", + "url": "https://lists.apache.org/list.html?log4j-user@logging.apache.org" + }, + { + "type": "vcs", + "url": "https://github.com/apache/logging-log4j2/log4j-api" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.apache.logging.log4j/log4j-api@2.20.0?type=jar" + }, + { + "publisher": "The Apache Software Foundation", + "group": "org.apache.logging.log4j", + "name": "log4j-core", + "version": "2.20.0", + "description": "The Apache Log4j Implementation", + "scope": "optional", + "hashes": [ + { + "alg": "MD5", + "content": "20bd40d026d35a93fe710acb141e93da" + }, + { + "alg": "SHA-1", + "content": "eb2a9a47b1396e00b5eee1264296729a70565cc0" + }, + { + "alg": "SHA-256", + "content": "6137df848cdaed9f4d5076f75513c6c85da80b953f4e7acca38098b770763f55" + }, + { + "alg": "SHA-512", + "content": "a7fe8fa2304c1b013513c1838013804cf601a7148dfef95642ea763c9550a6d844d9a1e528c9c21efc7ea830d13fbbb55e2db2c2eeb5542c4d9f00c127f211e4" + }, + { + "alg": "SHA-384", + "content": "1d8b0349286118f102014706f02b7851f10ca0b1554bd7a2e1efdda76ccab6e0abd967490d06fca030f2a26289686275" + }, + { + "alg": "SHA3-384", + "content": "1448a9c78c339abc0768deaa54e4d680091a6e6539ba2589e09ae6f5988176fcef0ee16b0b574a37374eeac0b8c91616" + }, + { + "alg": "SHA3-256", + "content": "11a9f2311fbfcc334ff2ab26d04fd4e265b94c12f206c676ff1913e90ae4c916" + }, + { + "alg": "SHA3-512", + "content": "ed2bc1a05c856f7ad3ad71cbcb9d2bc9104d3a9badeadda0886616c1c99eb8442577e16bd8d85ca2437176e379a4307d43c3e34157165210460dfc7bf3ca3f9d" + } + ], + "licenses": [ + { + "license": { + "id": "Apache-2.0" + } + } + ], + "purl": "pkg:maven/org.apache.logging.log4j/log4j-core@2.20.0?type=jar", + "externalReferences": [ + { + "type": "website", + "url": "https://logging.apache.org/log4j/2.x/log4j-core/" + }, + { + "type": "build-system", + "url": "https://github.com/apache/logging-log4j2/actions" + }, + { + "type": "distribution", + "url": "https://logging.apache.org/log4j/2.x/download.html" + }, + { + "type": "distribution-intake", + "url": "https://repository.apache.org/service/local/staging/deploy/maven2" + }, + { + "type": "issue-tracker", + "url": "https://github.com/apache/logging-log4j2/issues" + }, + { + "type": "mailing-list", + "url": "https://lists.apache.org/list.html?log4j-user@logging.apache.org" + }, + { + "type": "vcs", + "url": "https://github.com/apache/logging-log4j2/log4j-core" + } + ], + "type": "library", + "bom-ref": "pkg:maven/org.apache.logging.log4j/log4j-core@2.20.0?type=jar" + }, + { + "group": "com.sic", + "name": "UWProfile2", + "version": "2.0.2-AWS", + "scope": "required", + "hashes": [ + { + "alg": "MD5", + "content": "5a836d8d96558d9013d4f431bdda4f13" + }, + { + "alg": "SHA-1", + "content": "e33c5c16d15af2e55a48badc7022556eb6d3ec27" + }, + { + "alg": "SHA-256", + "content": "7a547fd42aa34ff235bf99b8be7b5a16abc4191258f90abfceb0372bd594ee88" + }, + { + "alg": "SHA-512", + "content": "13c75833639aa6dffba4259247617ede6ffd97077c380a115ae6a19cfbc6b8a1da4e2862fbbafa33dcb373c07bb353225aea201bd231b8d3d1f01434469dec00" + }, + { + "alg": "SHA-384", + "content": "b242588d3d6a35ffdd1ea956d317fb1b2eed15795ecfeb631653ca806e74ecc1f7719df441b1ee3055931cf421b2a4f2" + }, + { + "alg": "SHA3-384", + "content": "2b103c5c49db803c96a2c5ad4e90f7c45da5c3ec8ce431b58d89888b90f12c2692cffad89c926b3130000fca9e42893c" + }, + { + "alg": "SHA3-256", + "content": "a8c2728e9a007cc9097f3e0bdf972bfe8e9c3728cfd77bb10fb795bf8cebac5a" + }, + { + "alg": "SHA3-512", + "content": "5426b1f60b9a4d28d857df957ca8c8470c0eccd4e5e3324f1b7661dc53a6df461b1b6e494e8941a951f2d3aa46aadb7768a1fcaa421e00fa1cb7d7c1ad511815" + } + ], + "licenses": [], + "purl": "pkg:maven/com.sic/UWProfile2@2.0.2-AWS?type=jar", + "type": "library", + "bom-ref": "pkg:maven/com.sic/UWProfile2@2.0.2-AWS?type=jar" + } + ], + "dependencies": [ + { + "ref": "pkg:maven/com.busche/test-project@0.0.1-SNAPSHOT?type=jar", + "dependsOn": [ + "pkg:maven/org.springframework.boot/spring-boot-starter-web@3.1.9?type=jar", + "pkg:maven/org.yaml/snakeyaml@1.33?type=jar", + "pkg:maven/org.springframework.kafka/spring-kafka@3.0.14?type=jar", + "pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.1.9?type=jar", + "pkg:maven/com.zaxxer/HikariCP@5.0.1?type=jar", + "pkg:maven/com.oracle/ojdbc8@12.2.0.1?type=jar", + "pkg:maven/org.apache.commons/commons-compress@1.21?type=jar", + "pkg:maven/io.confluent/kafka-schema-registry-client@5.3.1?type=jar", + "pkg:maven/org.apache.avro/avro@1.9.2?type=jar", + "pkg:maven/io.confluent/kafka-avro-serializer@5.3.1?type=jar", + "pkg:maven/io.confluent/kafka-json-schema-serializer@7.5.1?type=jar", + "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-guava@2.15.4?type=jar", + "pkg:maven/com.google.guava/guava@32.1.1-jre?type=jar", + "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar", + "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar", + "pkg:maven/org.xerial.snappy/snappy-java@1.1.10.5?type=jar", + "pkg:maven/com.splunk.logging/splunk-library-javalogging@1.11.1?type=jar", + "pkg:maven/org.apache.logging.log4j/log4j-api@2.20.0?type=jar", + "pkg:maven/org.apache.logging.log4j/log4j-core@2.20.0?type=jar", + "pkg:maven/com.sic/UWProfile2@2.0.2-AWS?type=jar" + ] + }, + { + "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-web@3.1.9?type=jar", + "dependsOn": [ + "pkg:maven/org.springframework.boot/spring-boot-starter@3.1.9?type=jar", + "pkg:maven/org.springframework.boot/spring-boot-starter-json@3.1.9?type=jar", + "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@3.1.9?type=jar", + "pkg:maven/org.springframework/spring-web@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-webmvc@6.0.17?type=jar" + ] + }, + { + "ref": "pkg:maven/org.springframework.boot/spring-boot-starter@3.1.9?type=jar", + "dependsOn": [ + "pkg:maven/org.springframework.boot/spring-boot@3.1.9?type=jar", + "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@3.1.9?type=jar", + "pkg:maven/org.springframework.boot/spring-boot-starter-logging@3.1.9?type=jar", + "pkg:maven/jakarta.annotation/jakarta.annotation-api@2.1.1?type=jar", + "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", + "pkg:maven/org.yaml/snakeyaml@1.33?type=jar" + ] + }, + { + "ref": "pkg:maven/org.springframework.boot/spring-boot@3.1.9?type=jar", + "dependsOn": ["pkg:maven/org.springframework/spring-core@6.0.17?type=jar", "pkg:maven/org.springframework/spring-context@6.0.17?type=jar"] + }, + { + "ref": "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", + "dependsOn": ["pkg:maven/org.springframework/spring-jcl@6.0.17?type=jar"] + }, + { + "ref": "pkg:maven/org.springframework/spring-jcl@6.0.17?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.springframework/spring-context@6.0.17?type=jar", + "dependsOn": [ + "pkg:maven/org.springframework/spring-aop@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-expression@6.0.17?type=jar" + ] + }, + { + "ref": "pkg:maven/org.springframework/spring-aop@6.0.17?type=jar", + "dependsOn": ["pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", "pkg:maven/org.springframework/spring-core@6.0.17?type=jar"] + }, + { + "ref": "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", + "dependsOn": ["pkg:maven/org.springframework/spring-core@6.0.17?type=jar"] + }, + { + "ref": "pkg:maven/org.springframework/spring-expression@6.0.17?type=jar", + "dependsOn": ["pkg:maven/org.springframework/spring-core@6.0.17?type=jar"] + }, + { + "ref": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@3.1.9?type=jar", + "dependsOn": ["pkg:maven/org.springframework.boot/spring-boot@3.1.9?type=jar"] + }, + { + "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@3.1.9?type=jar", + "dependsOn": [ + "pkg:maven/ch.qos.logback/logback-classic@1.4.14?type=jar", + "pkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.20.0?type=jar", + "pkg:maven/org.slf4j/jul-to-slf4j@2.0.12?type=jar" + ] + }, + { + "ref": "pkg:maven/ch.qos.logback/logback-classic@1.4.14?type=jar", + "dependsOn": ["pkg:maven/ch.qos.logback/logback-core@1.4.14?type=jar", "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar"] + }, + { + "ref": "pkg:maven/ch.qos.logback/logback-core@1.4.14?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.20.0?type=jar", + "dependsOn": ["pkg:maven/org.apache.logging.log4j/log4j-api@2.20.0?type=jar", "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar"] + }, + { + "ref": "pkg:maven/org.apache.logging.log4j/log4j-api@2.20.0?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.slf4j/jul-to-slf4j@2.0.12?type=jar", + "dependsOn": ["pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar"] + }, + { + "ref": "pkg:maven/jakarta.annotation/jakarta.annotation-api@2.1.1?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.yaml/snakeyaml@1.33?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-json@3.1.9?type=jar", + "dependsOn": [ + "pkg:maven/org.springframework.boot/spring-boot-starter@3.1.9?type=jar", + "pkg:maven/org.springframework/spring-web@6.0.17?type=jar", + "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar", + "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.15.4?type=jar", + "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.15.4?type=jar", + "pkg:maven/com.fasterxml.jackson.module/jackson-module-parameter-names@2.15.4?type=jar" + ] + }, + { + "ref": "pkg:maven/org.springframework/spring-web@6.0.17?type=jar", + "dependsOn": [ + "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", + "pkg:maven/io.micrometer/micrometer-observation@1.11.9?type=jar" + ] + }, + { + "ref": "pkg:maven/io.micrometer/micrometer-observation@1.11.9?type=jar", + "dependsOn": ["pkg:maven/io.micrometer/micrometer-commons@1.11.9?type=jar"] + }, + { + "ref": "pkg:maven/io.micrometer/micrometer-commons@1.11.9?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar", + "dependsOn": [ + "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.15.4?type=jar", + "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar" + ] + }, + { + "ref": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.15.4?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.15.4?type=jar", + "dependsOn": [ + "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar", + "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar" + ] + }, + { + "ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.15.4?type=jar", + "dependsOn": [ + "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.15.4?type=jar", + "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar", + "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar" + ] + }, + { + "ref": "pkg:maven/com.fasterxml.jackson.module/jackson-module-parameter-names@2.15.4?type=jar", + "dependsOn": [ + "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar", + "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar" + ] + }, + { + "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@3.1.9?type=jar", + "dependsOn": [ + "pkg:maven/jakarta.annotation/jakarta.annotation-api@2.1.1?type=jar", + "pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@10.1.19?type=jar", + "pkg:maven/org.apache.tomcat.embed/tomcat-embed-el@10.1.19?type=jar", + "pkg:maven/org.apache.tomcat.embed/tomcat-embed-websocket@10.1.19?type=jar" + ] + }, + { + "ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@10.1.19?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-el@10.1.19?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-websocket@10.1.19?type=jar", + "dependsOn": ["pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@10.1.19?type=jar"] + }, + { + "ref": "pkg:maven/org.springframework/spring-webmvc@6.0.17?type=jar", + "dependsOn": [ + "pkg:maven/org.springframework/spring-aop@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-context@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-expression@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-web@6.0.17?type=jar" + ] + }, + { + "ref": "pkg:maven/org.springframework.kafka/spring-kafka@3.0.14?type=jar", + "dependsOn": [ + "pkg:maven/org.springframework/spring-context@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-messaging@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-tx@6.0.17?type=jar", + "pkg:maven/org.springframework.retry/spring-retry@2.0.5?type=jar", + "pkg:maven/org.apache.kafka/kafka-clients@3.4.1?type=jar", + "pkg:maven/io.micrometer/micrometer-observation@1.11.9?type=jar", + "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar" + ] + }, + { + "ref": "pkg:maven/org.springframework/spring-messaging@6.0.17?type=jar", + "dependsOn": ["pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", "pkg:maven/org.springframework/spring-core@6.0.17?type=jar"] + }, + { + "ref": "pkg:maven/org.springframework/spring-tx@6.0.17?type=jar", + "dependsOn": ["pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", "pkg:maven/org.springframework/spring-core@6.0.17?type=jar"] + }, + { + "ref": "pkg:maven/org.springframework.retry/spring-retry@2.0.5?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.apache.kafka/kafka-clients@3.4.1?type=jar", + "dependsOn": [ + "pkg:maven/com.github.luben/zstd-jni@1.5.2-1?type=jar", + "pkg:maven/org.lz4/lz4-java@1.8.0?type=jar", + "pkg:maven/org.xerial.snappy/snappy-java@1.1.10.5?type=jar", + "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar" + ] + }, + { + "ref": "pkg:maven/com.github.luben/zstd-jni@1.5.2-1?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.lz4/lz4-java@1.8.0?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.xerial.snappy/snappy-java@1.1.10.5?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.1.9?type=jar", + "dependsOn": [ + "pkg:maven/org.springframework.boot/spring-boot-starter-aop@3.1.9?type=jar", + "pkg:maven/org.springframework.boot/spring-boot-starter-jdbc@3.1.9?type=jar", + "pkg:maven/org.hibernate.orm/hibernate-core@6.2.22.Final?type=jar", + "pkg:maven/org.springframework.data/spring-data-jpa@3.1.9?type=jar", + "pkg:maven/org.springframework/spring-aspects@6.0.17?type=jar" + ] + }, + { + "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-aop@3.1.9?type=jar", + "dependsOn": [ + "pkg:maven/org.springframework.boot/spring-boot-starter@3.1.9?type=jar", + "pkg:maven/org.springframework/spring-aop@6.0.17?type=jar", + "pkg:maven/org.aspectj/aspectjweaver@1.9.21?type=jar" + ] + }, + { + "ref": "pkg:maven/org.aspectj/aspectjweaver@1.9.21?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-jdbc@3.1.9?type=jar", + "dependsOn": [ + "pkg:maven/org.springframework.boot/spring-boot-starter@3.1.9?type=jar", + "pkg:maven/com.zaxxer/HikariCP@5.0.1?type=jar", + "pkg:maven/org.springframework/spring-jdbc@6.0.17?type=jar" + ] + }, + { + "ref": "pkg:maven/com.zaxxer/HikariCP@5.0.1?type=jar", + "dependsOn": ["pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar"] + }, + { + "ref": "pkg:maven/org.springframework/spring-jdbc@6.0.17?type=jar", + "dependsOn": [ + "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-tx@6.0.17?type=jar" + ] + }, + { + "ref": "pkg:maven/org.hibernate.orm/hibernate-core@6.2.22.Final?type=jar", + "dependsOn": [ + "pkg:maven/jakarta.persistence/jakarta.persistence-api@3.1.0?type=jar", + "pkg:maven/jakarta.transaction/jakarta.transaction-api@2.0.1?type=jar", + "pkg:maven/org.jboss.logging/jboss-logging@3.5.3.Final?type=jar", + "pkg:maven/org.hibernate.common/hibernate-commons-annotations@6.0.6.Final?type=jar", + "pkg:maven/io.smallrye/jandex@3.0.5?type=jar", + "pkg:maven/com.fasterxml/classmate@1.5.1?type=jar", + "pkg:maven/net.bytebuddy/byte-buddy@1.14.12?type=jar", + "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@4.0.1?type=jar", + "pkg:maven/org.glassfish.jaxb/jaxb-runtime@4.0.4?type=jar", + "pkg:maven/jakarta.inject/jakarta.inject-api@2.0.1?type=jar", + "pkg:maven/org.antlr/antlr4-runtime@4.10.1?type=jar" + ] + }, + { + "ref": "pkg:maven/jakarta.persistence/jakarta.persistence-api@3.1.0?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/jakarta.transaction/jakarta.transaction-api@2.0.1?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.jboss.logging/jboss-logging@3.5.3.Final?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.hibernate.common/hibernate-commons-annotations@6.0.6.Final?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/io.smallrye/jandex@3.0.5?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/com.fasterxml/classmate@1.5.1?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/net.bytebuddy/byte-buddy@1.14.12?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@4.0.1?type=jar", + "dependsOn": ["pkg:maven/jakarta.activation/jakarta.activation-api@2.1.2?type=jar"] + }, + { + "ref": "pkg:maven/jakarta.activation/jakarta.activation-api@2.1.2?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.glassfish.jaxb/jaxb-runtime@4.0.4?type=jar", + "dependsOn": ["pkg:maven/org.glassfish.jaxb/jaxb-core@4.0.4?type=jar"] + }, + { + "ref": "pkg:maven/org.glassfish.jaxb/jaxb-core@4.0.4?type=jar", + "dependsOn": [ + "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@4.0.1?type=jar", + "pkg:maven/jakarta.activation/jakarta.activation-api@2.1.2?type=jar", + "pkg:maven/org.eclipse.angus/angus-activation@2.0.1?type=jar", + "pkg:maven/org.glassfish.jaxb/txw2@4.0.4?type=jar", + "pkg:maven/com.sun.istack/istack-commons-runtime@4.1.2?type=jar" + ] + }, + { + "ref": "pkg:maven/org.eclipse.angus/angus-activation@2.0.1?type=jar", + "dependsOn": ["pkg:maven/jakarta.activation/jakarta.activation-api@2.1.2?type=jar"] + }, + { + "ref": "pkg:maven/org.glassfish.jaxb/txw2@4.0.4?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/com.sun.istack/istack-commons-runtime@4.1.2?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/jakarta.inject/jakarta.inject-api@2.0.1?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.antlr/antlr4-runtime@4.10.1?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.springframework.data/spring-data-jpa@3.1.9?type=jar", + "dependsOn": [ + "pkg:maven/org.springframework.data/spring-data-commons@3.1.9?type=jar", + "pkg:maven/org.springframework/spring-orm@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-context@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-aop@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-tx@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", + "pkg:maven/org.antlr/antlr4-runtime@4.10.1?type=jar", + "pkg:maven/jakarta.annotation/jakarta.annotation-api@2.1.1?type=jar", + "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar" + ] + }, + { + "ref": "pkg:maven/org.springframework.data/spring-data-commons@3.1.9?type=jar", + "dependsOn": [ + "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", + "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar" + ] + }, + { + "ref": "pkg:maven/org.springframework/spring-orm@6.0.17?type=jar", + "dependsOn": [ + "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-jdbc@6.0.17?type=jar", + "pkg:maven/org.springframework/spring-tx@6.0.17?type=jar" + ] + }, + { + "ref": "pkg:maven/org.springframework/spring-aspects@6.0.17?type=jar", + "dependsOn": ["pkg:maven/org.aspectj/aspectjweaver@1.9.21?type=jar"] + }, + { + "ref": "pkg:maven/com.oracle/ojdbc8@12.2.0.1?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.apache.commons/commons-compress@1.21?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/io.confluent/kafka-schema-registry-client@5.3.1?type=jar", + "dependsOn": [ + "pkg:maven/org.apache.kafka/kafka-clients@3.4.1?type=jar", + "pkg:maven/io.confluent/common-config@5.3.1?type=jar", + "pkg:maven/org.apache.avro/avro@1.9.2?type=jar", + "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar", + "pkg:maven/io.confluent/common-utils@5.3.1?type=jar" + ] + }, + { + "ref": "pkg:maven/io.confluent/common-config@5.3.1?type=jar", + "dependsOn": ["pkg:maven/io.confluent/common-utils@5.3.1?type=jar", "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar"] + }, + { + "ref": "pkg:maven/io.confluent/common-utils@5.3.1?type=jar", + "dependsOn": [ + "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar", + "pkg:maven/org.apache.zookeeper/zookeeper@3.6.4?type=jar", + "pkg:maven/com.101tec/zkclient@0.10?type=jar" + ] + }, + { + "ref": "pkg:maven/org.apache.zookeeper/zookeeper@3.6.4?type=jar", + "dependsOn": [ + "pkg:maven/org.apache.zookeeper/zookeeper-jute@3.6.4?type=jar", + "pkg:maven/org.apache.yetus/audience-annotations@0.13.0?type=jar", + "pkg:maven/io.netty/netty-handler@4.1.107.Final?type=jar", + "pkg:maven/io.netty/netty-transport-native-epoll@4.1.107.Final?type=jar", + "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar" + ] + }, + { + "ref": "pkg:maven/org.apache.zookeeper/zookeeper-jute@3.6.4?type=jar", + "dependsOn": ["pkg:maven/org.apache.yetus/audience-annotations@0.13.0?type=jar"] + }, + { + "ref": "pkg:maven/org.apache.yetus/audience-annotations@0.13.0?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/io.netty/netty-handler@4.1.107.Final?type=jar", + "dependsOn": [ + "pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar", + "pkg:maven/io.netty/netty-resolver@4.1.107.Final?type=jar", + "pkg:maven/io.netty/netty-buffer@4.1.107.Final?type=jar", + "pkg:maven/io.netty/netty-transport@4.1.107.Final?type=jar", + "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.107.Final?type=jar", + "pkg:maven/io.netty/netty-codec@4.1.107.Final?type=jar" + ] + }, + { + "ref": "pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/io.netty/netty-resolver@4.1.107.Final?type=jar", + "dependsOn": ["pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar"] + }, + { + "ref": "pkg:maven/io.netty/netty-buffer@4.1.107.Final?type=jar", + "dependsOn": ["pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar"] + }, + { + "ref": "pkg:maven/io.netty/netty-transport@4.1.107.Final?type=jar", + "dependsOn": [ + "pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar", + "pkg:maven/io.netty/netty-buffer@4.1.107.Final?type=jar", + "pkg:maven/io.netty/netty-resolver@4.1.107.Final?type=jar" + ] + }, + { + "ref": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.107.Final?type=jar", + "dependsOn": [ + "pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar", + "pkg:maven/io.netty/netty-buffer@4.1.107.Final?type=jar", + "pkg:maven/io.netty/netty-transport@4.1.107.Final?type=jar" + ] + }, + { + "ref": "pkg:maven/io.netty/netty-codec@4.1.107.Final?type=jar", + "dependsOn": [ + "pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar", + "pkg:maven/io.netty/netty-buffer@4.1.107.Final?type=jar", + "pkg:maven/io.netty/netty-transport@4.1.107.Final?type=jar" + ] + }, + { + "ref": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.107.Final?type=jar", + "dependsOn": [ + "pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar", + "pkg:maven/io.netty/netty-buffer@4.1.107.Final?type=jar", + "pkg:maven/io.netty/netty-transport@4.1.107.Final?type=jar", + "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.107.Final?type=jar", + "pkg:maven/io.netty/netty-transport-classes-epoll@4.1.107.Final?type=jar" + ] + }, + { + "ref": "pkg:maven/io.netty/netty-transport-classes-epoll@4.1.107.Final?type=jar", + "dependsOn": [ + "pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar", + "pkg:maven/io.netty/netty-buffer@4.1.107.Final?type=jar", + "pkg:maven/io.netty/netty-transport@4.1.107.Final?type=jar", + "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.107.Final?type=jar" + ] + }, + { + "ref": "pkg:maven/com.101tec/zkclient@0.10?type=jar", + "dependsOn": ["pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar", "pkg:maven/org.apache.zookeeper/zookeeper@3.6.4?type=jar"] + }, + { + "ref": "pkg:maven/org.apache.avro/avro@1.9.2?type=jar", + "dependsOn": [ + "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar", + "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar", + "pkg:maven/org.apache.commons/commons-compress@1.21?type=jar", + "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar" + ] + }, + { + "ref": "pkg:maven/io.confluent/kafka-avro-serializer@5.3.1?type=jar", + "dependsOn": [ + "pkg:maven/org.apache.avro/avro@1.9.2?type=jar", + "pkg:maven/io.confluent/kafka-schema-registry-client@5.3.1?type=jar", + "pkg:maven/io.confluent/common-config@5.3.1?type=jar", + "pkg:maven/io.confluent/common-utils@5.3.1?type=jar" + ] + }, + { + "ref": "pkg:maven/io.confluent/kafka-json-schema-serializer@7.5.1?type=jar", + "dependsOn": [ + "pkg:maven/io.confluent/kafka-json-schema-provider@7.5.1?type=jar", + "pkg:maven/io.confluent/kafka-schema-serializer@7.5.1?type=jar", + "pkg:maven/io.confluent/kafka-json-serializer@7.5.1?type=jar", + "pkg:maven/io.confluent/kafka-schema-registry-client@5.3.1?type=jar", + "pkg:maven/io.confluent/common-utils@5.3.1?type=jar" + ] + }, + { + "ref": "pkg:maven/io.confluent/kafka-json-schema-provider@7.5.1?type=jar", + "dependsOn": [ + "pkg:maven/io.confluent/kafka-schema-registry-client@5.3.1?type=jar", + "pkg:maven/com.github.erosb/everit-json-schema@1.14.2?type=jar", + "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-guava@2.15.4?type=jar", + "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.15.4?type=jar", + "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-joda@2.15.4?type=jar", + "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.15.4?type=jar", + "pkg:maven/com.fasterxml.jackson.module/jackson-module-parameter-names@2.15.4?type=jar", + "pkg:maven/com.kjetland/mbknor-jackson-jsonschema_2.13@1.0.39?type=jar", + "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar", + "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-jvm@1.8.22?type=jar", + "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-compiler-embeddable@1.6.0?type=jar", + "pkg:maven/io.confluent/common-utils@5.3.1?type=jar" + ] + }, + { + "ref": "pkg:maven/com.github.erosb/everit-json-schema@1.14.2?type=jar", + "dependsOn": [ + "pkg:maven/org.json/json@20230227?type=jar", + "pkg:maven/commons-validator/commons-validator@1.7?type=jar", + "pkg:maven/com.damnhandy/handy-uri-templates@2.1.8?type=jar", + "pkg:maven/com.google.re2j/re2j@1.6?type=jar" + ] + }, + { + "ref": "pkg:maven/org.json/json@20230227?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/commons-validator/commons-validator@1.7?type=jar", + "dependsOn": [ + "pkg:maven/commons-digester/commons-digester@2.1?type=jar", + "pkg:maven/commons-logging/commons-logging@1.2?type=jar", + "pkg:maven/commons-collections/commons-collections@3.2.2?type=jar" + ] + }, + { + "ref": "pkg:maven/commons-digester/commons-digester@2.1?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/commons-logging/commons-logging@1.2?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/commons-collections/commons-collections@3.2.2?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/com.damnhandy/handy-uri-templates@2.1.8?type=jar", + "dependsOn": ["pkg:maven/joda-time/joda-time@2.10.14?type=jar"] + }, + { + "ref": "pkg:maven/joda-time/joda-time@2.10.14?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/com.google.re2j/re2j@1.6?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-guava@2.15.4?type=jar", + "dependsOn": [ + "pkg:maven/com.google.guava/guava@32.1.1-jre?type=jar", + "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar", + "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar" + ] + }, + { + "ref": "pkg:maven/com.google.guava/guava@32.1.1-jre?type=jar", + "dependsOn": [ + "pkg:maven/com.google.guava/failureaccess@1.0.1?type=jar", + "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?type=jar", + "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar", + "pkg:maven/org.checkerframework/checker-qual@3.33.0?type=jar", + "pkg:maven/com.google.errorprone/error_prone_annotations@2.18.0?type=jar", + "pkg:maven/com.google.j2objc/j2objc-annotations@2.8?type=jar" + ] + }, + { + "ref": "pkg:maven/com.google.guava/failureaccess@1.0.1?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.checkerframework/checker-qual@3.33.0?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/com.google.errorprone/error_prone_annotations@2.18.0?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/com.google.j2objc/j2objc-annotations@2.8?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-joda@2.15.4?type=jar", + "dependsOn": [ + "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.15.4?type=jar", + "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar", + "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar", + "pkg:maven/joda-time/joda-time@2.10.14?type=jar" + ] + }, + { + "ref": "pkg:maven/com.kjetland/mbknor-jackson-jsonschema_2.13@1.0.39?type=jar", + "dependsOn": [ + "pkg:maven/org.scala-lang/scala-library@2.13.10?type=jar", + "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-compiler-embeddable@1.6.0?type=jar", + "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar", + "pkg:maven/javax.validation/validation-api@2.0.1.Final?type=jar", + "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar", + "pkg:maven/io.github.classgraph/classgraph@4.8.21?type=jar" + ] + }, + { + "ref": "pkg:maven/org.scala-lang/scala-library@2.13.10?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-compiler-embeddable@1.6.0?type=jar", + "dependsOn": [ + "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-compiler-impl-embeddable@1.6.0?type=jar", + "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar" + ] + }, + { + "ref": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-compiler-impl-embeddable@1.6.0?type=jar", + "dependsOn": [ + "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-common@1.8.22?type=jar", + "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-jvm@1.8.22?type=jar", + "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar" + ] + }, + { + "ref": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-common@1.8.22?type=jar", + "dependsOn": ["pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar"] + }, + { + "ref": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar", + "dependsOn": ["pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.8.22?type=jar", "pkg:maven/org.jetbrains/annotations@13.0?type=jar"] + }, + { + "ref": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.8.22?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.jetbrains/annotations@13.0?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-jvm@1.8.22?type=jar", + "dependsOn": [ + "pkg:maven/org.jetbrains.kotlin/kotlin-script-runtime@1.8.22?type=jar", + "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar", + "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-common@1.8.22?type=jar" + ] + }, + { + "ref": "pkg:maven/org.jetbrains.kotlin/kotlin-script-runtime@1.8.22?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/javax.validation/validation-api@2.0.1.Final?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/io.github.classgraph/classgraph@4.8.21?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/io.confluent/kafka-schema-serializer@7.5.1?type=jar", + "dependsOn": ["pkg:maven/io.confluent/kafka-schema-registry-client@5.3.1?type=jar", "pkg:maven/io.confluent/common-utils@5.3.1?type=jar"] + }, + { + "ref": "pkg:maven/io.confluent/kafka-json-serializer@7.5.1?type=jar", + "dependsOn": [ + "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar", + "pkg:maven/io.confluent/common-config@5.3.1?type=jar", + "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.15.4?type=jar", + "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.15.4?type=jar", + "pkg:maven/com.fasterxml.jackson.module/jackson-module-parameter-names@2.15.4?type=jar", + "pkg:maven/io.confluent/common-utils@5.3.1?type=jar" + ] + }, + { + "ref": "pkg:maven/com.splunk.logging/splunk-library-javalogging@1.11.1?type=jar", + "dependsOn": ["pkg:maven/com.squareup.okhttp3/okhttp@4.10.0?type=jar", "pkg:maven/com.google.code.gson/gson@2.10.1?type=jar"] + }, + { + "ref": "pkg:maven/com.squareup.okhttp3/okhttp@4.10.0?type=jar", + "dependsOn": ["pkg:maven/com.squareup.okio/okio-jvm@3.0.0?type=jar", "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar"] + }, + { + "ref": "pkg:maven/com.squareup.okio/okio-jvm@3.0.0?type=jar", + "dependsOn": [ + "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.8.22?type=jar", + "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.8.22?type=jar" + ] + }, + { + "ref": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.8.22?type=jar", + "dependsOn": [ + "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar", + "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.8.22?type=jar" + ] + }, + { + "ref": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.8.22?type=jar", + "dependsOn": ["pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar"] + }, + { + "ref": "pkg:maven/com.google.code.gson/gson@2.10.1?type=jar", + "dependsOn": [] + }, + { + "ref": "pkg:maven/org.apache.logging.log4j/log4j-core@2.20.0?type=jar", + "dependsOn": ["pkg:maven/org.apache.logging.log4j/log4j-api@2.20.0?type=jar"] + }, + { + "ref": "pkg:maven/com.sic/UWProfile2@2.0.2-AWS?type=jar", + "dependsOn": [] + } + ] +} diff --git a/versions/3.1.9.json b/versions/3.1.9.json new file mode 100644 index 0000000..ab2d4e7 --- /dev/null +++ b/versions/3.1.9.json @@ -0,0 +1,1301 @@ +[ + { "group": "ch.qos.logback", "name": "logback-access", "version": "1.4.14" }, + { "group": "ch.qos.logback", "name": "logback-classic", "version": "1.4.14" }, + { "group": "ch.qos.logback", "name": "logback-core", "version": "1.4.14" }, + { "group": "co.elastic.clients", "name": "elasticsearch-java", "version": "8.7.1" }, + { "group": "com.couchbase.client", "name": "java-client", "version": "3.4.11" }, + { "group": "com.datastax.oss", "name": "java-driver-core", "version": "4.15.0" }, + { "group": "com.datastax.oss", "name": "java-driver-core-shaded", "version": "4.15.0" }, + { "group": "com.datastax.oss", "name": "java-driver-mapper-processor", "version": "4.15.0" }, + { "group": "com.datastax.oss", "name": "java-driver-mapper-runtime", "version": "4.15.0" }, + { "group": "com.datastax.oss", "name": "java-driver-metrics-micrometer", "version": "4.15.0" }, + { "group": "com.datastax.oss", "name": "java-driver-metrics-microprofile", "version": "4.15.0" }, + { "group": "com.datastax.oss", "name": "java-driver-query-builder", "version": "4.15.0" }, + { "group": "com.datastax.oss", "name": "java-driver-shaded-guava", "version": "25.1-jre-graal-sub-1" }, + { "group": "com.datastax.oss", "name": "java-driver-test-infra", "version": "4.15.0" }, + { "group": "com.datastax.oss", "name": "native-protocol", "version": "1.5.1" }, + { "group": "com.fasterxml", "name": "classmate", "version": "1.5.1" }, + { "group": "com.fasterxml.jackson.core", "name": "jackson-annotations", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.core", "name": "jackson-core", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.core", "name": "jackson-databind", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-avro", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-cbor", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-csv", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-ion", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-properties", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-protobuf", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-smile", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-toml", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-xml", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-yaml", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-eclipse-collections", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-guava", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-hibernate4", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-hibernate5", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-hibernate5-jakarta", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-hibernate6", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-hppc", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-jakarta-jsonp", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-jaxrs", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-jdk8", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-joda", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-joda-money", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-json-org", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-jsr310", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-jsr353", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-pcollections", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.jakarta.rs", "name": "jackson-jakarta-rs-base", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.jakarta.rs", "name": "jackson-jakarta-rs-cbor-provider", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.jakarta.rs", "name": "jackson-jakarta-rs-json-provider", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.jakarta.rs", "name": "jackson-jakarta-rs-smile-provider", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.jakarta.rs", "name": "jackson-jakarta-rs-xml-provider", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.jakarta.rs", "name": "jackson-jakarta-rs-yaml-provider", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.jaxrs", "name": "jackson-jaxrs-base", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.jaxrs", "name": "jackson-jaxrs-cbor-provider", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.jaxrs", "name": "jackson-jaxrs-json-provider", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.jaxrs", "name": "jackson-jaxrs-smile-provider", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.jaxrs", "name": "jackson-jaxrs-xml-provider", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.jaxrs", "name": "jackson-jaxrs-yaml-provider", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.jr", "name": "jackson-jr-all", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.jr", "name": "jackson-jr-annotation-support", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.jr", "name": "jackson-jr-objects", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.jr", "name": "jackson-jr-retrofit2", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.jr", "name": "jackson-jr-stree", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.module", "name": "jackson-module-afterburner", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.module", "name": "jackson-module-blackbird", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.module", "name": "jackson-module-guice", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.module", "name": "jackson-module-jakarta-xmlbind-annotations", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.module", "name": "jackson-module-jaxb-annotations", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.module", "name": "jackson-module-jsonSchema", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.module", "name": "jackson-module-jsonSchema-jakarta", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.module", "name": "jackson-module-kotlin", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.module", "name": "jackson-module-mrbean", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.module", "name": "jackson-module-no-ctor-deser", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.module", "name": "jackson-module-osgi", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.module", "name": "jackson-module-parameter-names", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.module", "name": "jackson-module-paranamer", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.module", "name": "jackson-module-scala_2.11", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.module", "name": "jackson-module-scala_2.12", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.module", "name": "jackson-module-scala_2.13", "version": "2.15.4" }, + { "group": "com.fasterxml.jackson.module", "name": "jackson-module-scala_3", "version": "2.15.4" }, + { "group": "com.github.ben-manes.caffeine", "name": "caffeine", "version": "3.1.8" }, + { "group": "com.github.ben-manes.caffeine", "name": "guava", "version": "3.1.8" }, + { "group": "com.github.ben-manes.caffeine", "name": "jcache", "version": "3.1.8" }, + { "group": "com.github.ben-manes.caffeine", "name": "simulator", "version": "3.1.8" }, + { "group": "com.github.mxab.thymeleaf.extras", "name": "thymeleaf-extras-data-attribute", "version": "2.0.1" }, + { "group": "com.google.code.gson", "name": "gson", "version": "2.10.1" }, + { "group": "com.graphql-java", "name": "graphql-java", "version": "20.2" }, + { "group": "com.h2database", "name": "h2", "version": "2.1.214" }, + { "group": "com.hazelcast", "name": "hazelcast", "version": "5.2.4" }, + { "group": "com.hazelcast", "name": "hazelcast-spring", "version": "5.2.4" }, + { "group": "com.ibm.db2", "name": "jcc", "version": "11.5.9.0" }, + { "group": "com.jayway.jsonpath", "name": "json-path", "version": "2.9.0" }, + { "group": "com.jayway.jsonpath", "name": "json-path-assert", "version": "2.9.0" }, + { "group": "com.microsoft.sqlserver", "name": "mssql-jdbc", "version": "11.2.3.jre17" }, + { "group": "com.mysql", "name": "mysql-connector-j", "version": "8.0.33" }, + { "group": "com.oracle.database.ha", "name": "ons", "version": "21.9.0.0" }, + { "group": "com.oracle.database.ha", "name": "simplefan", "version": "21.9.0.0" }, + { "group": "com.oracle.database.jdbc", "name": "ojdbc11", "version": "21.9.0.0" }, + { "group": "com.oracle.database.jdbc", "name": "ojdbc11-production", "version": "21.9.0.0" }, + { "group": "com.oracle.database.jdbc", "name": "ojdbc8", "version": "21.9.0.0" }, + { "group": "com.oracle.database.jdbc", "name": "ojdbc8-production", "version": "21.9.0.0" }, + { "group": "com.oracle.database.jdbc", "name": "rsi", "version": "21.9.0.0" }, + { "group": "com.oracle.database.jdbc", "name": "ucp", "version": "21.9.0.0" }, + { "group": "com.oracle.database.jdbc", "name": "ucp11", "version": "21.9.0.0" }, + { "group": "com.oracle.database.jdbc.debug", "name": "ojdbc11-debug", "version": "21.9.0.0" }, + { "group": "com.oracle.database.jdbc.debug", "name": "ojdbc11-observability-debug", "version": "21.9.0.0" }, + { "group": "com.oracle.database.jdbc.debug", "name": "ojdbc11_g", "version": "21.9.0.0" }, + { "group": "com.oracle.database.jdbc.debug", "name": "ojdbc11dms_g", "version": "21.9.0.0" }, + { "group": "com.oracle.database.jdbc.debug", "name": "ojdbc8-debug", "version": "21.9.0.0" }, + { "group": "com.oracle.database.jdbc.debug", "name": "ojdbc8-observability-debug", "version": "21.9.0.0" }, + { "group": "com.oracle.database.jdbc.debug", "name": "ojdbc8_g", "version": "21.9.0.0" }, + { "group": "com.oracle.database.jdbc.debug", "name": "ojdbc8dms_g", "version": "21.9.0.0" }, + { "group": "com.oracle.database.nls", "name": "orai18n", "version": "21.9.0.0" }, + { "group": "com.oracle.database.observability", "name": "dms", "version": "21.9.0.0" }, + { "group": "com.oracle.database.observability", "name": "ojdbc11-observability", "version": "21.9.0.0" }, + { "group": "com.oracle.database.observability", "name": "ojdbc11dms", "version": "21.9.0.0" }, + { "group": "com.oracle.database.observability", "name": "ojdbc8-observability", "version": "21.9.0.0" }, + { "group": "com.oracle.database.observability", "name": "ojdbc8dms", "version": "21.9.0.0" }, + { "group": "com.oracle.database.r2dbc", "name": "oracle-r2dbc", "version": "1.1.1" }, + { "group": "com.oracle.database.security", "name": "oraclepki", "version": "21.9.0.0" }, + { "group": "com.oracle.database.security", "name": "osdt_cert", "version": "21.9.0.0" }, + { "group": "com.oracle.database.security", "name": "osdt_core", "version": "21.9.0.0" }, + { "group": "com.oracle.database.xml", "name": "xdb", "version": "21.9.0.0" }, + { "group": "com.oracle.database.xml", "name": "xmlparserv2", "version": "21.9.0.0" }, + { "group": "com.querydsl", "name": "querydsl-apt", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-codegen", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-codegen-utils", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-collections", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-core", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-guava", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-hibernate-search", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-jdo", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-jpa", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-jpa-codegen", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-kotlin", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-kotlin-codegen", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-lucene3", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-lucene4", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-lucene5", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-mongodb", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-scala", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-spatial", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-sql", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-sql-codegen", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-sql-spatial", "version": "5.0.0" }, + { "group": "com.querydsl", "name": "querydsl-sql-spring", "version": "5.0.0" }, + { "group": "com.rabbitmq", "name": "amqp-client", "version": "5.17.1" }, + { "group": "com.rabbitmq", "name": "stream-client", "version": "0.9.0" }, + { "group": "com.samskivert", "name": "jmustache", "version": "1.15" }, + { "group": "com.sendgrid", "name": "sendgrid-java", "version": "4.9.3" }, + { "group": "com.squareup.okhttp3", "name": "logging-interceptor", "version": "4.10.0" }, + { "group": "com.squareup.okhttp3", "name": "mockwebserver", "version": "4.10.0" }, + { "group": "com.squareup.okhttp3", "name": "okcurl", "version": "4.10.0" }, + { "group": "com.squareup.okhttp3", "name": "okhttp", "version": "4.10.0" }, + { "group": "com.squareup.okhttp3", "name": "okhttp-brotli", "version": "4.10.0" }, + { "group": "com.squareup.okhttp3", "name": "okhttp-dnsoverhttps", "version": "4.10.0" }, + { "group": "com.squareup.okhttp3", "name": "okhttp-sse", "version": "4.10.0" }, + { "group": "com.squareup.okhttp3", "name": "okhttp-tls", "version": "4.10.0" }, + { "group": "com.squareup.okhttp3", "name": "okhttp-urlconnection", "version": "4.10.0" }, + { "group": "com.sun.istack", "name": "istack-commons-runtime", "version": "4.1.2" }, + { "group": "com.sun.xml.bind", "name": "jaxb-core", "version": "4.0.4" }, + { "group": "com.sun.xml.bind", "name": "jaxb-impl", "version": "4.0.4" }, + { "group": "com.sun.xml.bind", "name": "jaxb-jxc", "version": "4.0.4" }, + { "group": "com.sun.xml.bind", "name": "jaxb-osgi", "version": "4.0.4" }, + { "group": "com.sun.xml.bind", "name": "jaxb-xjc", "version": "4.0.4" }, + { "group": "com.sun.xml.fastinfoset", "name": "FastInfoset", "version": "2.1.0" }, + { "group": "com.sun.xml.messaging.saaj", "name": "saaj-impl", "version": "3.0.3" }, + { "group": "com.unboundid", "name": "unboundid-ldapsdk", "version": "6.0.11" }, + { "group": "com.zaxxer", "name": "HikariCP", "version": "5.0.1" }, + { "group": "commons-codec", "name": "commons-codec", "version": "1.15" }, + { "group": "commons-pool", "name": "commons-pool", "version": "1.6" }, + { "group": "io.asyncer", "name": "r2dbc-mysql", "version": "1.0.6" }, + { "group": "io.dropwizard.metrics", "name": "metrics-annotation", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-caffeine", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-caffeine3", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-collectd", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-core", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-ehcache", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-graphite", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-healthchecks", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-httpasyncclient", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-httpclient", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-httpclient5", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-jakarta-servlet", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-jakarta-servlet6", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-jakarta-servlets", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-jcache", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-jdbi", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-jdbi3", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-jersey2", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-jersey3", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-jersey31", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-jetty10", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-jetty11", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-jetty12", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-jetty12-ee10", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-jetty9", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-jmx", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-json", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-jvm", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-log4j2", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-logback", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-logback13", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-logback14", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-servlet", "version": "4.2.25" }, + { "group": "io.dropwizard.metrics", "name": "metrics-servlets", "version": "4.2.25" }, + { "group": "io.lettuce", "name": "lettuce-core", "version": "6.2.7.RELEASE" }, + { "group": "io.micrometer", "name": "benchmarks", "version": "1.1.10" }, + { "group": "io.micrometer", "name": "micrometer-commons", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-core", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-jetty11", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-observation", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-observation-test", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-appoptics", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-atlas", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-azure-monitor", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-cloudwatch", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-cloudwatch2", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-datadog", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-dynatrace", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-elastic", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-ganglia", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-graphite", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-health", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-humio", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-influx", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-jmx", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-kairos", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-new-relic", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-opentsdb", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-otlp", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-prometheus", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-signalfx", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-stackdriver", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-statsd", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-registry-wavefront", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-test", "version": "1.11.9" }, + { "group": "io.micrometer", "name": "micrometer-tracing", "version": "1.1.10" }, + { "group": "io.micrometer", "name": "micrometer-tracing-bridge-brave", "version": "1.1.10" }, + { "group": "io.micrometer", "name": "micrometer-tracing-bridge-otel", "version": "1.1.10" }, + { "group": "io.micrometer", "name": "micrometer-tracing-integration-test", "version": "1.1.10" }, + { "group": "io.micrometer", "name": "micrometer-tracing-reporter-wavefront", "version": "1.1.10" }, + { "group": "io.micrometer", "name": "micrometer-tracing-test", "version": "1.1.10" }, + { "group": "io.netty", "name": "netty-all", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-buffer", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-codec", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-codec-dns", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-codec-haproxy", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-codec-http", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-codec-http2", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-codec-memcache", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-codec-mqtt", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-codec-redis", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-codec-smtp", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-codec-socks", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-codec-stomp", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-codec-xml", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-common", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-dev-tools", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-example", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-handler", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-handler-proxy", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-handler-ssl-ocsp", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-resolver", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-resolver-dns", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-resolver-dns-classes-macos", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-resolver-dns-native-macos", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-tcnative", "version": "2.0.61.Final" }, + { "group": "io.netty", "name": "netty-tcnative-boringssl-static", "version": "2.0.61.Final" }, + { "group": "io.netty", "name": "netty-tcnative-classes", "version": "2.0.61.Final" }, + { "group": "io.netty", "name": "netty-transport", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-transport-classes-epoll", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-transport-classes-kqueue", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-transport-native-epoll", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-transport-native-kqueue", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-transport-native-unix-common", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-transport-rxtx", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-transport-sctp", "version": "4.1.107.Final" }, + { "group": "io.netty", "name": "netty-transport-udt", "version": "4.1.107.Final" }, + { "group": "io.opentelemetry", "name": "opentelemetry-api", "version": "1.25.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-context", "version": "1.25.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-exporter-common", "version": "1.25.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-exporter-jaeger", "version": "1.25.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-exporter-jaeger-proto", "version": "1.17.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-exporter-jaeger-thrift", "version": "1.25.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-exporter-logging", "version": "1.25.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-exporter-logging-otlp", "version": "1.25.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-exporter-otlp", "version": "1.25.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-exporter-otlp-common", "version": "1.25.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-exporter-zipkin", "version": "1.25.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-extension-annotations", "version": "1.18.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-extension-aws", "version": "1.20.1" }, + { "group": "io.opentelemetry", "name": "opentelemetry-extension-kotlin", "version": "1.25.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-extension-trace-propagators", "version": "1.25.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-sdk", "version": "1.25.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-sdk-common", "version": "1.25.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-sdk-extension-autoconfigure-spi", "version": "1.25.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-sdk-extension-aws", "version": "1.19.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-sdk-extension-jaeger-remote-sampler", "version": "1.25.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-sdk-extension-resources", "version": "1.19.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-sdk-metrics", "version": "1.25.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-sdk-testing", "version": "1.25.0" }, + { "group": "io.opentelemetry", "name": "opentelemetry-sdk-trace", "version": "1.25.0" }, + { "group": "io.projectreactor", "name": "reactor-core", "version": "3.5.14" }, + { "group": "io.projectreactor", "name": "reactor-core-micrometer", "version": "1.0.14" }, + { "group": "io.projectreactor", "name": "reactor-test", "version": "3.5.14" }, + { "group": "io.projectreactor", "name": "reactor-tools", "version": "3.5.14" }, + { "group": "io.projectreactor.addons", "name": "reactor-adapter", "version": "3.5.1" }, + { "group": "io.projectreactor.addons", "name": "reactor-extra", "version": "3.5.1" }, + { "group": "io.projectreactor.addons", "name": "reactor-pool", "version": "1.0.5" }, + { "group": "io.projectreactor.addons", "name": "reactor-pool-micrometer", "version": "0.1.5" }, + { "group": "io.projectreactor.kafka", "name": "reactor-kafka", "version": "1.3.23" }, + { "group": "io.projectreactor.kotlin", "name": "reactor-kotlin-extensions", "version": "1.2.2" }, + { "group": "io.projectreactor.netty", "name": "reactor-netty", "version": "1.1.16" }, + { "group": "io.projectreactor.netty", "name": "reactor-netty-core", "version": "1.1.16" }, + { "group": "io.projectreactor.netty", "name": "reactor-netty-http", "version": "1.1.16" }, + { "group": "io.projectreactor.netty", "name": "reactor-netty-http-brave", "version": "1.1.16" }, + { "group": "io.prometheus", "name": "simpleclient", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_caffeine", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_common", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_dropwizard", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_graphite_bridge", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_guava", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_hibernate", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_hotspot", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_httpserver", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_jetty", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_jetty_jdk8", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_log4j", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_log4j2", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_logback", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_pushgateway", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_servlet", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_servlet_jakarta", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_spring_boot", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_spring_web", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_tracer_common", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_tracer_otel", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_tracer_otel_agent", "version": "0.16.0" }, + { "group": "io.prometheus", "name": "simpleclient_vertx", "version": "0.16.0" }, + { "group": "io.r2dbc", "name": "r2dbc-h2", "version": "1.0.0.RELEASE" }, + { "group": "io.r2dbc", "name": "r2dbc-mssql", "version": "1.0.2.RELEASE" }, + { "group": "io.r2dbc", "name": "r2dbc-pool", "version": "1.0.1.RELEASE" }, + { "group": "io.r2dbc", "name": "r2dbc-proxy", "version": "1.1.4.RELEASE" }, + { "group": "io.r2dbc", "name": "r2dbc-spi", "version": "1.0.0.RELEASE" }, + { "group": "io.reactivex.rxjava3", "name": "rxjava", "version": "3.1.8" }, + { "group": "io.rest-assured", "name": "json-path", "version": "5.3.2" }, + { "group": "io.rest-assured", "name": "json-schema-validator", "version": "5.3.2" }, + { "group": "io.rest-assured", "name": "kotlin-extensions", "version": "5.3.2" }, + { "group": "io.rest-assured", "name": "rest-assured", "version": "5.3.2" }, + { "group": "io.rest-assured", "name": "rest-assured-all", "version": "5.3.2" }, + { "group": "io.rest-assured", "name": "rest-assured-common", "version": "5.3.2" }, + { "group": "io.rest-assured", "name": "scala-support", "version": "5.3.2" }, + { "group": "io.rest-assured", "name": "spring-commons", "version": "5.3.2" }, + { "group": "io.rest-assured", "name": "spring-mock-mvc", "version": "5.3.2" }, + { "group": "io.rest-assured", "name": "spring-mock-mvc-kotlin-extensions", "version": "5.3.2" }, + { "group": "io.rest-assured", "name": "spring-web-test-client", "version": "5.3.2" }, + { "group": "io.rest-assured", "name": "xml-path", "version": "5.3.2" }, + { "group": "io.rsocket", "name": "rsocket-core", "version": "1.1.3" }, + { "group": "io.rsocket", "name": "rsocket-load-balancer", "version": "1.1.3" }, + { "group": "io.rsocket", "name": "rsocket-micrometer", "version": "1.1.3" }, + { "group": "io.rsocket", "name": "rsocket-test", "version": "1.1.3" }, + { "group": "io.rsocket", "name": "rsocket-transport-local", "version": "1.1.3" }, + { "group": "io.rsocket", "name": "rsocket-transport-netty", "version": "1.1.3" }, + { "group": "io.spring.gradle", "name": "dependency-management-plugin", "version": "1.1.4" }, + { "group": "io.undertow", "name": "undertow-core", "version": "2.3.12.Final" }, + { "group": "io.undertow", "name": "undertow-servlet", "version": "2.3.12.Final" }, + { "group": "io.undertow", "name": "undertow-websockets-jsr", "version": "2.3.12.Final" }, + { "group": "io.zipkin.brave", "name": "brave", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-context-jfr", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-context-log4j12", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-context-log4j2", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-context-rxjava2", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-context-slf4j", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-dubbo", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-dubbo-rpc", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-grpc", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-http", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-http-tests", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-httpasyncclient", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-httpclient", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-jaxrs2", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-jersey-server", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-jms", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-jms-jakarta", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-kafka-clients", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-kafka-streams", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-messaging", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-mongodb", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-mysql", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-mysql6", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-mysql8", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-netty-codec-http", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-okhttp3", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-p6spy", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-rpc", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-servlet", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-servlet-jakarta", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-sparkjava", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-spring-rabbit", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-spring-web", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-spring-webmvc", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-instrumentation-vertx-web", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-spring-beans", "version": "5.15.1" }, + { "group": "io.zipkin.brave", "name": "brave-tests", "version": "5.15.1" }, + { "group": "io.zipkin.proto3", "name": "zipkin-proto3", "version": "1.0.0" }, + { "group": "io.zipkin.reporter2", "name": "zipkin-reporter", "version": "2.16.3" }, + { "group": "io.zipkin.reporter2", "name": "zipkin-reporter-brave", "version": "2.16.3" }, + { "group": "io.zipkin.reporter2", "name": "zipkin-reporter-metrics-micrometer", "version": "2.16.3" }, + { "group": "io.zipkin.reporter2", "name": "zipkin-reporter-spring-beans", "version": "2.16.3" }, + { "group": "io.zipkin.reporter2", "name": "zipkin-sender-activemq-client", "version": "2.16.3" }, + { "group": "io.zipkin.reporter2", "name": "zipkin-sender-amqp-client", "version": "2.16.3" }, + { "group": "io.zipkin.reporter2", "name": "zipkin-sender-kafka", "version": "2.16.3" }, + { "group": "io.zipkin.reporter2", "name": "zipkin-sender-kafka08", "version": "2.16.3" }, + { "group": "io.zipkin.reporter2", "name": "zipkin-sender-libthrift", "version": "2.16.3" }, + { "group": "io.zipkin.reporter2", "name": "zipkin-sender-okhttp3", "version": "2.16.3" }, + { "group": "io.zipkin.reporter2", "name": "zipkin-sender-urlconnection", "version": "2.16.3" }, + { "group": "io.zipkin.zipkin2", "name": "zipkin", "version": "2.23.2" }, + { "group": "jakarta.activation", "name": "jakarta.activation-api", "version": "2.1.2" }, + { "group": "jakarta.annotation", "name": "jakarta.annotation-api", "version": "2.1.1" }, + { "group": "jakarta.jms", "name": "jakarta.jms-api", "version": "3.1.0" }, + { "group": "jakarta.json", "name": "jakarta.json-api", "version": "2.1.3" }, + { "group": "jakarta.json.bind", "name": "jakarta.json.bind-api", "version": "3.0.0" }, + { "group": "jakarta.mail", "name": "jakarta.mail-api", "version": "2.1.2" }, + { "group": "jakarta.management.j2ee", "name": "jakarta.management.j2ee-api", "version": "1.1.4" }, + { "group": "jakarta.persistence", "name": "jakarta.persistence-api", "version": "3.1.0" }, + { "group": "jakarta.servlet", "name": "jakarta.servlet-api", "version": "6.0.0" }, + { "group": "jakarta.servlet.jsp.jstl", "name": "jakarta.servlet.jsp.jstl-api", "version": "3.0.0" }, + { "group": "jakarta.transaction", "name": "jakarta.transaction-api", "version": "2.0.1" }, + { "group": "jakarta.validation", "name": "jakarta.validation-api", "version": "3.0.2" }, + { "group": "jakarta.websocket", "name": "jakarta.websocket-api", "version": "2.1.1" }, + { "group": "jakarta.websocket", "name": "jakarta.websocket-client-api", "version": "2.1.1" }, + { "group": "jakarta.ws.rs", "name": "jakarta.ws.rs-api", "version": "3.1.0" }, + { "group": "jakarta.xml.bind", "name": "jakarta.xml.bind-api", "version": "4.0.1" }, + { "group": "jakarta.xml.soap", "name": "jakarta.xml.soap-api", "version": "3.0.1" }, + { "group": "jakarta.xml.ws", "name": "jakarta.xml.ws-api", "version": "4.0.1" }, + { "group": "javax.cache", "name": "cache-api", "version": "1.1.1" }, + { "group": "javax.money", "name": "money-api", "version": "1.1" }, + { "group": "jaxen", "name": "jaxen", "version": "2.0.0" }, + { "group": "junit", "name": "junit", "version": "4.13.2" }, + { "group": "net.bytebuddy", "name": "byte-buddy", "version": "1.14.12" }, + { "group": "net.bytebuddy", "name": "byte-buddy-agent", "version": "1.14.12" }, + { "group": "net.minidev", "name": "json-smart", "version": "2.4.11" }, + { "group": "net.sourceforge.htmlunit", "name": "htmlunit", "version": "2.70.0" }, + { "group": "net.sourceforge.jtds", "name": "jtds", "version": "1.3.1" }, + { "group": "net.sourceforge.nekohtml", "name": "nekohtml", "version": "1.9.22" }, + { "group": "nz.net.ultraq.thymeleaf", "name": "thymeleaf-layout-dialect", "version": "3.2.1" }, + { "group": "org.apache.activemq", "name": "activemq-amqp", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-blueprint", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-broker", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-client", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-client-jakarta", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-console", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-http", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-jaas", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-jdbc-store", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-jms-pool", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-kahadb-store", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-karaf", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-log4j-appender", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-mqtt", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-openwire-generator", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-openwire-legacy", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-osgi", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-partition", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-pool", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-ra", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-run", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-runtime-config", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-shiro", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-spring", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-stomp", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "activemq-web", "version": "5.18.3" }, + { "group": "org.apache.activemq", "name": "artemis-amqp-protocol", "version": "2.28.0" }, + { "group": "org.apache.activemq", "name": "artemis-commons", "version": "2.28.0" }, + { "group": "org.apache.activemq", "name": "artemis-core-client", "version": "2.28.0" }, + { "group": "org.apache.activemq", "name": "artemis-jakarta-client", "version": "2.28.0" }, + { "group": "org.apache.activemq", "name": "artemis-jakarta-server", "version": "2.28.0" }, + { "group": "org.apache.activemq", "name": "artemis-jakarta-service-extensions", "version": "2.28.0" }, + { "group": "org.apache.activemq", "name": "artemis-jdbc-store", "version": "2.28.0" }, + { "group": "org.apache.activemq", "name": "artemis-journal", "version": "2.28.0" }, + { "group": "org.apache.activemq", "name": "artemis-quorum-api", "version": "2.28.0" }, + { "group": "org.apache.activemq", "name": "artemis-selector", "version": "2.28.0" }, + { "group": "org.apache.activemq", "name": "artemis-server", "version": "2.28.0" }, + { "group": "org.apache.activemq", "name": "artemis-service-extensions", "version": "2.28.0" }, + { "group": "org.apache.commons", "name": "commons-dbcp2", "version": "2.9.0" }, + { "group": "org.apache.commons", "name": "commons-lang3", "version": "3.12.0" }, + { "group": "org.apache.commons", "name": "commons-pool2", "version": "2.11.1" }, + { "group": "org.apache.derby", "name": "derby", "version": "10.16.1.1" }, + { "group": "org.apache.derby", "name": "derbyclient", "version": "10.16.1.1" }, + { "group": "org.apache.derby", "name": "derbynet", "version": "10.16.1.1" }, + { "group": "org.apache.derby", "name": "derbyoptionaltools", "version": "10.16.1.1" }, + { "group": "org.apache.derby", "name": "derbyshared", "version": "10.16.1.1" }, + { "group": "org.apache.derby", "name": "derbytools", "version": "10.16.1.1" }, + { "group": "org.apache.groovy", "name": "groovy", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-ant", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-astbuilder", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-cli-commons", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-cli-picocli", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-console", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-contracts", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-datetime", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-dateutil", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-docgenerator", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-ginq", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-groovydoc", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-groovysh", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-jmx", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-json", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-jsr223", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-macro", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-macro-library", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-nio", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-servlet", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-sql", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-swing", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-templates", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-test", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-test-junit5", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-testng", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-toml", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-typecheckers", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-xml", "version": "4.0.18" }, + { "group": "org.apache.groovy", "name": "groovy-yaml", "version": "4.0.18" }, + { "group": "org.apache.httpcomponents", "name": "httpasyncclient", "version": "4.1.5" }, + { "group": "org.apache.httpcomponents", "name": "httpcore", "version": "4.4.16" }, + { "group": "org.apache.httpcomponents", "name": "httpcore-nio", "version": "4.4.16" }, + { "group": "org.apache.httpcomponents.client5", "name": "httpclient5", "version": "5.2.3" }, + { "group": "org.apache.httpcomponents.client5", "name": "httpclient5-cache", "version": "5.2.3" }, + { "group": "org.apache.httpcomponents.client5", "name": "httpclient5-fluent", "version": "5.2.3" }, + { "group": "org.apache.httpcomponents.client5", "name": "httpclient5-win", "version": "5.2.3" }, + { "group": "org.apache.httpcomponents.core5", "name": "httpcore5", "version": "5.2.4" }, + { "group": "org.apache.httpcomponents.core5", "name": "httpcore5-h2", "version": "5.2.4" }, + { "group": "org.apache.httpcomponents.core5", "name": "httpcore5-reactive", "version": "5.2.4" }, + { "group": "org.apache.kafka", "name": "connect", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "connect-api", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "connect-basic-auth-extension", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "connect-file", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "connect-json", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "connect-mirror", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "connect-mirror-client", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "connect-runtime", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "connect-transforms", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "generator", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "kafka-clients", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "kafka-log4j-appender", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "kafka-metadata", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "kafka-raft", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "kafka-server-common", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "kafka-shell", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "kafka-storage", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "kafka-storage-api", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "kafka-streams", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "kafka-streams-scala_2.12", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "kafka-streams-scala_2.13", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "kafka-streams-test-utils", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "kafka-tools", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "kafka_2.12", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "kafka_2.13", "version": "3.4.1" }, + { "group": "org.apache.kafka", "name": "trogdor", "version": "3.4.1" }, + { "group": "org.apache.logging.log4j", "name": "log4j-1.2-api", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-api", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-api-test", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-appserver", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-cassandra", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-core", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-core-test", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-couchdb", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-docker", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-flume-ng", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-iostreams", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-jakarta-smtp", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-jakarta-web", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-jcl", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-jmx-gui", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-jpa", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-jpl", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-jul", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-kubernetes", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-layout-template-json", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-layout-template-json-test", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-mongodb3", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-mongodb4", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-slf4j-impl", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-slf4j2-impl", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-spring-boot", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-spring-cloud-config-client", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-taglib", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-to-jul", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-to-slf4j", "version": "2.20.0" }, + { "group": "org.apache.logging.log4j", "name": "log4j-web", "version": "2.20.0" }, + { "group": "org.apache.maven.plugin-tools", "name": "maven-plugin-annotations", "version": "3.6.4" }, + { "group": "org.apache.tomcat", "name": "tomcat-annotations-api", "version": "10.1.19" }, + { "group": "org.apache.tomcat", "name": "tomcat-jdbc", "version": "10.1.19" }, + { "group": "org.apache.tomcat", "name": "tomcat-jsp-api", "version": "10.1.19" }, + { "group": "org.apache.tomcat.embed", "name": "tomcat-embed-core", "version": "10.1.19" }, + { "group": "org.apache.tomcat.embed", "name": "tomcat-embed-el", "version": "10.1.19" }, + { "group": "org.apache.tomcat.embed", "name": "tomcat-embed-jasper", "version": "10.1.19" }, + { "group": "org.apache.tomcat.embed", "name": "tomcat-embed-websocket", "version": "10.1.19" }, + { "group": "org.aspectj", "name": "aspectjrt", "version": "1.9.21" }, + { "group": "org.aspectj", "name": "aspectjtools", "version": "1.9.21" }, + { "group": "org.aspectj", "name": "aspectjweaver", "version": "1.9.21" }, + { "group": "org.assertj", "name": "assertj-core", "version": "3.24.2" }, + { "group": "org.assertj", "name": "assertj-guava", "version": "3.24.2" }, + { "group": "org.awaitility", "name": "awaitility", "version": "4.2.0" }, + { "group": "org.awaitility", "name": "awaitility-groovy", "version": "4.2.0" }, + { "group": "org.awaitility", "name": "awaitility-kotlin", "version": "4.2.0" }, + { "group": "org.awaitility", "name": "awaitility-scala", "version": "4.2.0" }, + { "group": "org.cache2k", "name": "cache2k-api", "version": "2.6.1.Final" }, + { "group": "org.cache2k", "name": "cache2k-config", "version": "2.6.1.Final" }, + { "group": "org.cache2k", "name": "cache2k-core", "version": "2.6.1.Final" }, + { "group": "org.cache2k", "name": "cache2k-jcache", "version": "2.6.1.Final" }, + { "group": "org.cache2k", "name": "cache2k-micrometer", "version": "2.6.1.Final" }, + { "group": "org.cache2k", "name": "cache2k-spring", "version": "2.6.1.Final" }, + { "group": "org.codehaus.janino", "name": "commons-compiler", "version": "3.1.12" }, + { "group": "org.codehaus.janino", "name": "commons-compiler-jdk", "version": "3.1.12" }, + { "group": "org.codehaus.janino", "name": "janino", "version": "3.1.12" }, + { "group": "org.eclipse", "name": "yasson", "version": "3.0.3" }, + { "group": "org.eclipse.angus", "name": "angus-activation", "version": "2.0.1" }, + { "group": "org.eclipse.angus", "name": "angus-core", "version": "1.1.0" }, + { "group": "org.eclipse.angus", "name": "angus-mail", "version": "1.1.0" }, + { "group": "org.eclipse.angus", "name": "dsn", "version": "1.1.0" }, + { "group": "org.eclipse.angus", "name": "gimap", "version": "1.1.0" }, + { "group": "org.eclipse.angus", "name": "imap", "version": "1.1.0" }, + { "group": "org.eclipse.angus", "name": "jakarta.mail", "version": "1.1.0" }, + { "group": "org.eclipse.angus", "name": "logging-mailhandler", "version": "1.1.0" }, + { "group": "org.eclipse.angus", "name": "pop3", "version": "1.1.0" }, + { "group": "org.eclipse.angus", "name": "smtp", "version": "1.1.0" }, + { "group": "org.eclipse.jetty", "name": "apache-jsp", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "glassfish-jstl", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "infinispan-common", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "infinispan-embedded-query", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "infinispan-remote-query", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-alpn-client", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-alpn-conscrypt-client", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-alpn-conscrypt-server", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-alpn-java-client", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-alpn-java-server", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-alpn-server", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-annotations", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-ant", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-cdi", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-client", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-deploy", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-hazelcast", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-home", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-http", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-http-spi", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-io", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-jaas", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-jaspi", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-jmx", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-jndi", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-keystore", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-nosql", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-openid", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-plus", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-proxy", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-quickstart", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-reactive-httpclient", "version": "3.0.12" }, + { "group": "org.eclipse.jetty", "name": "jetty-rewrite", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-security", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-server", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-servlet", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-servlets", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-slf4j-impl", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-unixdomain-server", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-unixsocket-client", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-unixsocket-common", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-unixsocket-server", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-util", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-util-ajax", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-webapp", "version": "11.0.20" }, + { "group": "org.eclipse.jetty", "name": "jetty-xml", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.fcgi", "name": "fcgi-client", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.fcgi", "name": "fcgi-server", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.gcloud", "name": "jetty-gcloud-session-manager", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.http2", "name": "http2-client", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.http2", "name": "http2-common", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.http2", "name": "http2-hpack", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.http2", "name": "http2-http-client-transport", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.http2", "name": "http2-server", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.http3", "name": "http3-client", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.http3", "name": "http3-common", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.http3", "name": "http3-http-client-transport", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.http3", "name": "http3-qpack", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.http3", "name": "http3-server", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.memcached", "name": "jetty-memcached-sessions", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.osgi", "name": "jetty-httpservice", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.osgi", "name": "jetty-osgi-alpn", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.osgi", "name": "jetty-osgi-boot", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.osgi", "name": "jetty-osgi-boot-jsp", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.osgi", "name": "jetty-osgi-boot-warurl", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.quic", "name": "quic-client", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.quic", "name": "quic-common", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.quic", "name": "quic-quiche-common", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.quic", "name": "quic-quiche-jna", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.quic", "name": "quic-server", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.websocket", "name": "websocket-core-client", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.websocket", "name": "websocket-core-common", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.websocket", "name": "websocket-core-server", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.websocket", "name": "websocket-jakarta-client", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.websocket", "name": "websocket-jakarta-common", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.websocket", "name": "websocket-jakarta-server", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.websocket", "name": "websocket-jetty-api", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.websocket", "name": "websocket-jetty-client", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.websocket", "name": "websocket-jetty-common", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.websocket", "name": "websocket-jetty-server", "version": "11.0.20" }, + { "group": "org.eclipse.jetty.websocket", "name": "websocket-servlet", "version": "11.0.20" }, + { "group": "org.ehcache", "name": "ehcache", "version": "3.10.8" }, + { "group": "org.ehcache", "name": "ehcache-clustered", "version": "3.10.8" }, + { "group": "org.ehcache", "name": "ehcache-transactions", "version": "3.10.8" }, + { "group": "org.elasticsearch.client", "name": "elasticsearch-rest-client", "version": "8.7.1" }, + { "group": "org.elasticsearch.client", "name": "elasticsearch-rest-client-sniffer", "version": "8.7.1" }, + { "group": "org.firebirdsql.jdbc", "name": "jaybird", "version": "5.0.3.java11" }, + { "group": "org.flywaydb", "name": "flyway-core", "version": "9.16.3" }, + { "group": "org.flywaydb", "name": "flyway-firebird", "version": "9.16.3" }, + { "group": "org.flywaydb", "name": "flyway-mysql", "version": "9.16.3" }, + { "group": "org.flywaydb", "name": "flyway-sqlserver", "version": "9.16.3" }, + { "group": "org.freemarker", "name": "freemarker", "version": "2.3.32" }, + { "group": "org.glassfish.jaxb", "name": "codemodel", "version": "4.0.4" }, + { "group": "org.glassfish.jaxb", "name": "jaxb-core", "version": "4.0.4" }, + { "group": "org.glassfish.jaxb", "name": "jaxb-jxc", "version": "4.0.4" }, + { "group": "org.glassfish.jaxb", "name": "jaxb-runtime", "version": "4.0.4" }, + { "group": "org.glassfish.jaxb", "name": "jaxb-xjc", "version": "4.0.4" }, + { "group": "org.glassfish.jaxb", "name": "txw2", "version": "4.0.4" }, + { "group": "org.glassfish.jaxb", "name": "xsom", "version": "4.0.4" }, + { "group": "org.glassfish.jersey.bundles", "name": "jaxrs-ri", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.connectors", "name": "jersey-apache-connector", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.connectors", "name": "jersey-apache5-connector", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.connectors", "name": "jersey-grizzly-connector", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.connectors", "name": "jersey-helidon-connector", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.connectors", "name": "jersey-jdk-connector", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.connectors", "name": "jersey-jetty-connector", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.connectors", "name": "jersey-jetty-http2-connector", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.connectors", "name": "jersey-jetty11-connector", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.connectors", "name": "jersey-jnh-connector", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.connectors", "name": "jersey-netty-connector", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.containers", "name": "jersey-container-grizzly2-http", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.containers", "name": "jersey-container-grizzly2-servlet", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.containers", "name": "jersey-container-jdk-http", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.containers", "name": "jersey-container-jetty-http", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.containers", "name": "jersey-container-jetty-http2", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.containers", "name": "jersey-container-jetty-servlet", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.containers", "name": "jersey-container-jetty11-http", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.containers", "name": "jersey-container-netty-http", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.containers", "name": "jersey-container-servlet", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.containers", "name": "jersey-container-servlet-core", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.containers", "name": "jersey-container-simple-http", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.containers.glassfish", "name": "jersey-gf-ejb", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.core", "name": "jersey-client", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.core", "name": "jersey-common", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.core", "name": "jersey-server", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext", "name": "jersey-bean-validation", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext", "name": "jersey-declarative-linking", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext", "name": "jersey-entity-filtering", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext", "name": "jersey-metainf-services", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext", "name": "jersey-micrometer", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext", "name": "jersey-mvc", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext", "name": "jersey-mvc-bean-validation", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext", "name": "jersey-mvc-freemarker", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext", "name": "jersey-mvc-jsp", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext", "name": "jersey-mvc-mustache", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext", "name": "jersey-proxy-client", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext", "name": "jersey-spring6", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext", "name": "jersey-wadl-doclet", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext.cdi", "name": "jersey-cdi-rs-inject", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext.cdi", "name": "jersey-cdi1x", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext.cdi", "name": "jersey-cdi1x-ban-custom-hk2-binding", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext.cdi", "name": "jersey-cdi1x-servlet", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext.cdi", "name": "jersey-cdi1x-transaction", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext.cdi", "name": "jersey-cdi1x-validation", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext.cdi", "name": "jersey-weld2-se", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext.microprofile", "name": "jersey-mp-config", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext.microprofile", "name": "jersey-mp-rest-client", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext.rx", "name": "jersey-rx-client-guava", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext.rx", "name": "jersey-rx-client-rxjava", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.ext.rx", "name": "jersey-rx-client-rxjava2", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.inject", "name": "jersey-cdi2-se", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.inject", "name": "jersey-hk2", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.media", "name": "jersey-media-jaxb", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.media", "name": "jersey-media-json-binding", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.media", "name": "jersey-media-json-gson", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.media", "name": "jersey-media-json-jackson", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.media", "name": "jersey-media-json-jettison", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.media", "name": "jersey-media-json-processing", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.media", "name": "jersey-media-kryo", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.media", "name": "jersey-media-moxy", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.media", "name": "jersey-media-multipart", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.media", "name": "jersey-media-sse", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.security", "name": "oauth1-client", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.security", "name": "oauth1-server", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.security", "name": "oauth1-signature", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.security", "name": "oauth2-client", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.test-framework", "name": "jersey-test-framework-core", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.test-framework", "name": "jersey-test-framework-util", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.test-framework.providers", "name": "jersey-test-framework-provider-bundle", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.test-framework.providers", "name": "jersey-test-framework-provider-external", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.test-framework.providers", "name": "jersey-test-framework-provider-grizzly2", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.test-framework.providers", "name": "jersey-test-framework-provider-inmemory", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.test-framework.providers", "name": "jersey-test-framework-provider-jdk-http", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.test-framework.providers", "name": "jersey-test-framework-provider-jetty", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.test-framework.providers", "name": "jersey-test-framework-provider-jetty-http2", "version": "3.1.5" }, + { "group": "org.glassfish.jersey.test-framework.providers", "name": "jersey-test-framework-provider-simple", "version": "3.1.5" }, + { "group": "org.glassfish.web", "name": "jakarta.servlet.jsp.jstl", "version": "3.0.1" }, + { "group": "org.hamcrest", "name": "hamcrest", "version": "2.2" }, + { "group": "org.hamcrest", "name": "hamcrest-core", "version": "2.2" }, + { "group": "org.hamcrest", "name": "hamcrest-library", "version": "2.2" }, + { "group": "org.hibernate.orm", "name": "hibernate-agroal", "version": "6.2.22.Final" }, + { "group": "org.hibernate.orm", "name": "hibernate-ant", "version": "6.2.22.Final" }, + { "group": "org.hibernate.orm", "name": "hibernate-c3p0", "version": "6.2.22.Final" }, + { "group": "org.hibernate.orm", "name": "hibernate-community-dialects", "version": "6.2.22.Final" }, + { "group": "org.hibernate.orm", "name": "hibernate-core", "version": "6.2.22.Final" }, + { "group": "org.hibernate.orm", "name": "hibernate-envers", "version": "6.2.22.Final" }, + { "group": "org.hibernate.orm", "name": "hibernate-graalvm", "version": "6.2.22.Final" }, + { "group": "org.hibernate.orm", "name": "hibernate-hikaricp", "version": "6.2.22.Final" }, + { "group": "org.hibernate.orm", "name": "hibernate-jcache", "version": "6.2.22.Final" }, + { "group": "org.hibernate.orm", "name": "hibernate-jpamodelgen", "version": "6.2.22.Final" }, + { "group": "org.hibernate.orm", "name": "hibernate-micrometer", "version": "6.2.22.Final" }, + { "group": "org.hibernate.orm", "name": "hibernate-proxool", "version": "6.2.22.Final" }, + { "group": "org.hibernate.orm", "name": "hibernate-spatial", "version": "6.2.22.Final" }, + { "group": "org.hibernate.orm", "name": "hibernate-testing", "version": "6.2.22.Final" }, + { "group": "org.hibernate.orm", "name": "hibernate-vibur", "version": "6.2.22.Final" }, + { "group": "org.hibernate.validator", "name": "hibernate-validator", "version": "8.0.1.Final" }, + { "group": "org.hibernate.validator", "name": "hibernate-validator-annotation-processor", "version": "8.0.1.Final" }, + { "group": "org.hsqldb", "name": "hsqldb", "version": "2.7.2" }, + { "group": "org.infinispan", "name": "infinispan-anchored-keys", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-api", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-cachestore-jdbc", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-cachestore-jdbc-common", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-cachestore-jdbc-common-jakarta", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-cachestore-jdbc-jakarta", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-cachestore-remote", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-cachestore-rocksdb", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-cachestore-sql", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-cdi-common", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-cdi-common-jakarta", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-cdi-embedded", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-cdi-embedded-jakarta", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-cdi-remote", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-cdi-remote-jakarta", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-checkstyle", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-cli-client", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-cli-client-jakarta", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-client-hotrod", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-client-hotrod-jakarta", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-client-rest", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-client-rest-jakarta", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-cloudevents-integration", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-clustered-counter", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-clustered-lock", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-commons", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-commons-jakarta", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-commons-test", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-component-annotations", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-component-processor", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-console", "version": "14.0.15.Final" }, + { "group": "org.infinispan", "name": "infinispan-core", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-core-jakarta", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-extended-statistics", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-hibernate-cache-commons", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-hibernate-cache-spi", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-hibernate-cache-v60", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-hibernate-cache-v62", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-hotrod", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-hotrod-jakarta", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-jboss-marshalling", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-jcache", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-jcache-commons", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-jcache-remote", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-key-value-store-client", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-multimap", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-multimap-jakarta", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-objectfilter", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-query", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-query-core", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-query-dsl", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-query-jakarta", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-remote-query-client", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-remote-query-server", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-scripting", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-server-core", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-server-hotrod", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-server-hotrod-jakarta", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-server-memcached", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-server-resp", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-server-rest", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-server-router", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-server-runtime", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-server-testdriver-core", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-server-testdriver-core-jakarta", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-server-testdriver-junit4", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-server-testdriver-junit5", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-spring-boot-starter-embedded", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-spring-boot-starter-remote", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-spring-boot3-starter-embedded", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-spring-boot3-starter-remote", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-spring5-common", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-spring5-embedded", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-spring5-remote", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-spring6-common", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-spring6-embedded", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-spring6-remote", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-tasks", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-tasks-api", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-tools", "version": "14.0.24.Final" }, + { "group": "org.infinispan", "name": "infinispan-tools-jakarta", "version": "14.0.24.Final" }, + { "group": "org.infinispan.protostream", "name": "protostream", "version": "4.6.5.Final" }, + { "group": "org.infinispan.protostream", "name": "protostream-processor", "version": "4.6.5.Final" }, + { "group": "org.infinispan.protostream", "name": "protostream-types", "version": "4.6.5.Final" }, + { "group": "org.influxdb", "name": "influxdb-java", "version": "2.23" }, + { "group": "org.jboss.logging", "name": "jboss-logging", "version": "3.5.3.Final" }, + { "group": "org.jdom", "name": "jdom2", "version": "2.0.6.1" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-compiler", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-compiler-embeddable", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-daemon-client", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-main-kts", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-osgi-bundle", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-reflect", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-script-runtime", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-script-util", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-scripting-common", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-scripting-ide-services", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-scripting-jvm", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-scripting-jvm-host", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-stdlib", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-stdlib-common", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-stdlib-jdk7", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-stdlib-jdk8", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-stdlib-js", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-test", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-test-annotations-common", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-test-common", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-test-js", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-test-junit", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-test-junit5", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlin", "name": "kotlin-test-testng", "version": "1.8.22" }, + { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-android", "version": "1.6.4" }, + { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-core", "version": "1.6.4" }, + { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-core-jvm", "version": "1.6.4" }, + { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-debug", "version": "1.6.4" }, + { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-guava", "version": "1.6.4" }, + { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-javafx", "version": "1.6.4" }, + { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-jdk8", "version": "1.6.4" }, + { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-jdk9", "version": "1.6.4" }, + { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-play-services", "version": "1.6.4" }, + { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-reactive", "version": "1.6.4" }, + { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-reactor", "version": "1.6.4" }, + { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-rx2", "version": "1.6.4" }, + { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-rx3", "version": "1.6.4" }, + { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-slf4j", "version": "1.6.4" }, + { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-swing", "version": "1.6.4" }, + { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-test", "version": "1.6.4" }, + { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-test-jvm", "version": "1.6.4" }, + { "group": "org.jooq", "name": "jooq", "version": "3.18.11" }, + { "group": "org.jooq", "name": "jooq-codegen", "version": "3.18.11" }, + { "group": "org.jooq", "name": "jooq-kotlin", "version": "3.18.11" }, + { "group": "org.jooq", "name": "jooq-meta", "version": "3.18.11" }, + { "group": "org.junit.jupiter", "name": "junit-jupiter", "version": "5.9.3" }, + { "group": "org.junit.jupiter", "name": "junit-jupiter-api", "version": "5.9.3" }, + { "group": "org.junit.jupiter", "name": "junit-jupiter-engine", "version": "5.9.3" }, + { "group": "org.junit.jupiter", "name": "junit-jupiter-migrationsupport", "version": "5.9.3" }, + { "group": "org.junit.jupiter", "name": "junit-jupiter-params", "version": "5.9.3" }, + { "group": "org.junit.platform", "name": "junit-platform-commons", "version": "1.9.3" }, + { "group": "org.junit.platform", "name": "junit-platform-console", "version": "1.9.3" }, + { "group": "org.junit.platform", "name": "junit-platform-engine", "version": "1.9.3" }, + { "group": "org.junit.platform", "name": "junit-platform-jfr", "version": "1.9.3" }, + { "group": "org.junit.platform", "name": "junit-platform-launcher", "version": "1.9.3" }, + { "group": "org.junit.platform", "name": "junit-platform-reporting", "version": "1.9.3" }, + { "group": "org.junit.platform", "name": "junit-platform-runner", "version": "1.9.3" }, + { "group": "org.junit.platform", "name": "junit-platform-suite", "version": "1.9.3" }, + { "group": "org.junit.platform", "name": "junit-platform-suite-api", "version": "1.9.3" }, + { "group": "org.junit.platform", "name": "junit-platform-suite-commons", "version": "1.9.3" }, + { "group": "org.junit.platform", "name": "junit-platform-suite-engine", "version": "1.9.3" }, + { "group": "org.junit.platform", "name": "junit-platform-testkit", "version": "1.9.3" }, + { "group": "org.junit.vintage", "name": "junit-vintage-engine", "version": "5.9.3" }, + { "group": "org.jvnet.staxex", "name": "stax-ex", "version": "2.1.0" }, + { "group": "org.liquibase", "name": "liquibase-cdi", "version": "4.20.0" }, + { "group": "org.liquibase", "name": "liquibase-core", "version": "4.20.0" }, + { "group": "org.mariadb", "name": "r2dbc-mariadb", "version": "1.1.4" }, + { "group": "org.mariadb.jdbc", "name": "mariadb-java-client", "version": "3.1.4" }, + { "group": "org.messaginghub", "name": "pooled-jms", "version": "3.1.5" }, + { "group": "org.mockito", "name": "mockito-android", "version": "5.3.1" }, + { "group": "org.mockito", "name": "mockito-core", "version": "5.3.1" }, + { "group": "org.mockito", "name": "mockito-errorprone", "version": "5.3.1" }, + { "group": "org.mockito", "name": "mockito-junit-jupiter", "version": "5.3.1" }, + { "group": "org.mockito", "name": "mockito-proxy", "version": "5.3.1" }, + { "group": "org.mockito", "name": "mockito-subclass", "version": "5.3.1" }, + { "group": "org.mongodb", "name": "bson", "version": "4.9.1" }, + { "group": "org.mongodb", "name": "bson-record-codec", "version": "4.9.1" }, + { "group": "org.mongodb", "name": "mongodb-driver-core", "version": "4.9.1" }, + { "group": "org.mongodb", "name": "mongodb-driver-legacy", "version": "4.9.1" }, + { "group": "org.mongodb", "name": "mongodb-driver-reactivestreams", "version": "4.9.1" }, + { "group": "org.mongodb", "name": "mongodb-driver-sync", "version": "4.9.1" }, + { "group": "org.neo4j.driver", "name": "neo4j-java-driver", "version": "5.17.0" }, + { "group": "org.postgresql", "name": "postgresql", "version": "42.6.1" }, + { "group": "org.postgresql", "name": "r2dbc-postgresql", "version": "1.0.4.RELEASE" }, + { "group": "org.projectlombok", "name": "lombok", "version": "1.18.30" }, + { "group": "org.quartz-scheduler", "name": "quartz", "version": "2.3.2" }, + { "group": "org.quartz-scheduler", "name": "quartz-jobs", "version": "2.3.2" }, + { "group": "org.reactivestreams", "name": "reactive-streams", "version": "1.0.4" }, + { "group": "org.seleniumhq.selenium", "name": "htmlunit-driver", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "lift", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-api", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-chrome-driver", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-chromium-driver", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-devtools-v109", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-devtools-v110", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-devtools-v111", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-devtools-v85", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-edge-driver", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-firefox-driver", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-grid", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-http", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-http-jdk-client", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-ie-driver", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-java", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-json", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-manager", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-remote-driver", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-safari-driver", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-session-map-jdbc", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-session-map-redis", "version": "4.8.3" }, + { "group": "org.seleniumhq.selenium", "name": "selenium-support", "version": "4.8.3" }, + { "group": "org.skyscreamer", "name": "jsonassert", "version": "1.5.1" }, + { "group": "org.slf4j", "name": "jcl-over-slf4j", "version": "2.0.12" }, + { "group": "org.slf4j", "name": "jul-to-slf4j", "version": "2.0.12" }, + { "group": "org.slf4j", "name": "log4j-over-slf4j", "version": "2.0.12" }, + { "group": "org.slf4j", "name": "slf4j-api", "version": "2.0.12" }, + { "group": "org.slf4j", "name": "slf4j-ext", "version": "2.0.12" }, + { "group": "org.slf4j", "name": "slf4j-jdk-platform-logging", "version": "2.0.12" }, + { "group": "org.slf4j", "name": "slf4j-jdk14", "version": "2.0.12" }, + { "group": "org.slf4j", "name": "slf4j-log4j12", "version": "2.0.12" }, + { "group": "org.slf4j", "name": "slf4j-nop", "version": "2.0.12" }, + { "group": "org.slf4j", "name": "slf4j-reload4j", "version": "2.0.12" }, + { "group": "org.slf4j", "name": "slf4j-simple", "version": "2.0.12" }, + { "group": "org.springframework", "name": "spring-aop", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-aspects", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-beans", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-context", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-context-indexer", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-context-support", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-core", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-core-test", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-expression", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-instrument", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-jcl", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-jdbc", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-jms", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-messaging", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-orm", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-oxm", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-r2dbc", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-test", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-tx", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-web", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-webflux", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-webmvc", "version": "6.0.17" }, + { "group": "org.springframework", "name": "spring-websocket", "version": "6.0.17" }, + { "group": "org.springframework.amqp", "name": "spring-amqp", "version": "3.0.11" }, + { "group": "org.springframework.amqp", "name": "spring-rabbit", "version": "3.0.11" }, + { "group": "org.springframework.amqp", "name": "spring-rabbit-junit", "version": "3.0.11" }, + { "group": "org.springframework.amqp", "name": "spring-rabbit-stream", "version": "3.0.11" }, + { "group": "org.springframework.amqp", "name": "spring-rabbit-test", "version": "3.0.11" }, + { "group": "org.springframework.batch", "name": "spring-batch-core", "version": "5.0.5" }, + { "group": "org.springframework.batch", "name": "spring-batch-infrastructure", "version": "5.0.5" }, + { "group": "org.springframework.batch", "name": "spring-batch-integration", "version": "5.0.5" }, + { "group": "org.springframework.batch", "name": "spring-batch-test", "version": "5.0.5" }, + { "group": "org.springframework.boot", "name": "spring-boot", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-actuator", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-actuator-autoconfigure", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-autoconfigure", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-autoconfigure-processor", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-buildpack-platform", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-configuration-metadata", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-configuration-processor", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-devtools", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-docker-compose", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-jarmode-layertools", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-loader", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-loader-tools", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-properties-migrator", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-activemq", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-actuator", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-amqp", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-aop", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-artemis", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-batch", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-cache", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-data-cassandra", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-data-cassandra-reactive", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-data-couchbase", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-data-couchbase-reactive", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-data-elasticsearch", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-data-jdbc", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-data-jpa", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-data-ldap", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-data-mongodb", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-data-mongodb-reactive", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-data-neo4j", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-data-r2dbc", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-data-redis", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-data-redis-reactive", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-data-rest", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-freemarker", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-graphql", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-groovy-templates", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-hateoas", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-integration", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-jdbc", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-jersey", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-jetty", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-jooq", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-json", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-log4j2", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-logging", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-mail", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-mustache", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-oauth2-authorization-server", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-oauth2-client", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-oauth2-resource-server", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-quartz", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-reactor-netty", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-rsocket", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-security", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-test", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-thymeleaf", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-tomcat", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-undertow", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-validation", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-web", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-web-services", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-webflux", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-starter-websocket", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-test", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-test-autoconfigure", "version": "3.1.9" }, + { "group": "org.springframework.boot", "name": "spring-boot-testcontainers", "version": "3.1.9" }, + { "group": "org.springframework.data", "name": "spring-data-cassandra", "version": "4.1.9" }, + { "group": "org.springframework.data", "name": "spring-data-commons", "version": "3.1.9" }, + { "group": "org.springframework.data", "name": "spring-data-couchbase", "version": "5.1.9" }, + { "group": "org.springframework.data", "name": "spring-data-elasticsearch", "version": "5.1.9" }, + { "group": "org.springframework.data", "name": "spring-data-envers", "version": "3.1.9" }, + { "group": "org.springframework.data", "name": "spring-data-jdbc", "version": "3.1.9" }, + { "group": "org.springframework.data", "name": "spring-data-jpa", "version": "3.1.9" }, + { "group": "org.springframework.data", "name": "spring-data-keyvalue", "version": "3.1.9" }, + { "group": "org.springframework.data", "name": "spring-data-ldap", "version": "3.1.9" }, + { "group": "org.springframework.data", "name": "spring-data-mongodb", "version": "4.1.9" }, + { "group": "org.springframework.data", "name": "spring-data-neo4j", "version": "7.1.9" }, + { "group": "org.springframework.data", "name": "spring-data-r2dbc", "version": "3.1.9" }, + { "group": "org.springframework.data", "name": "spring-data-redis", "version": "3.1.9" }, + { "group": "org.springframework.data", "name": "spring-data-relational", "version": "3.1.9" }, + { "group": "org.springframework.data", "name": "spring-data-rest-core", "version": "4.1.9" }, + { "group": "org.springframework.data", "name": "spring-data-rest-hal-explorer", "version": "4.1.9" }, + { "group": "org.springframework.data", "name": "spring-data-rest-webmvc", "version": "4.1.9" }, + { "group": "org.springframework.graphql", "name": "spring-graphql", "version": "1.2.5" }, + { "group": "org.springframework.graphql", "name": "spring-graphql-test", "version": "1.2.5" }, + { "group": "org.springframework.hateoas", "name": "spring-hateoas", "version": "2.1.3" }, + { "group": "org.springframework.integration", "name": "spring-integration-amqp", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-camel", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-cassandra", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-core", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-event", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-feed", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-file", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-ftp", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-graphql", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-groovy", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-hazelcast", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-http", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-ip", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-jdbc", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-jms", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-jmx", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-jpa", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-kafka", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-mail", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-mongodb", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-mqtt", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-r2dbc", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-redis", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-rsocket", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-scripting", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-security", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-sftp", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-smb", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-stomp", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-stream", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-syslog", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-test", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-test-support", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-webflux", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-websocket", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-ws", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-xml", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-xmpp", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-zeromq", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-zip", "version": "6.1.6" }, + { "group": "org.springframework.integration", "name": "spring-integration-zookeeper", "version": "6.1.6" }, + { "group": "org.springframework.kafka", "name": "spring-kafka", "version": "3.0.14" }, + { "group": "org.springframework.kafka", "name": "spring-kafka-test", "version": "3.0.14" }, + { "group": "org.springframework.ldap", "name": "spring-ldap-core", "version": "3.1.4" }, + { "group": "org.springframework.ldap", "name": "spring-ldap-ldif-core", "version": "3.1.4" }, + { "group": "org.springframework.ldap", "name": "spring-ldap-odm", "version": "3.1.4" }, + { "group": "org.springframework.ldap", "name": "spring-ldap-test", "version": "3.1.4" }, + { "group": "org.springframework.restdocs", "name": "spring-restdocs-asciidoctor", "version": "3.0.1" }, + { "group": "org.springframework.restdocs", "name": "spring-restdocs-core", "version": "3.0.1" }, + { "group": "org.springframework.restdocs", "name": "spring-restdocs-mockmvc", "version": "3.0.1" }, + { "group": "org.springframework.restdocs", "name": "spring-restdocs-restassured", "version": "3.0.1" }, + { "group": "org.springframework.restdocs", "name": "spring-restdocs-webtestclient", "version": "3.0.1" }, + { "group": "org.springframework.retry", "name": "spring-retry", "version": "2.0.5" }, + { "group": "org.springframework.security", "name": "spring-security-acl", "version": "6.1.7" }, + { "group": "org.springframework.security", "name": "spring-security-aspects", "version": "6.1.7" }, + { "group": "org.springframework.security", "name": "spring-security-cas", "version": "6.1.7" }, + { "group": "org.springframework.security", "name": "spring-security-config", "version": "6.1.7" }, + { "group": "org.springframework.security", "name": "spring-security-core", "version": "6.1.7" }, + { "group": "org.springframework.security", "name": "spring-security-crypto", "version": "6.1.7" }, + { "group": "org.springframework.security", "name": "spring-security-data", "version": "6.1.7" }, + { "group": "org.springframework.security", "name": "spring-security-ldap", "version": "6.1.7" }, + { "group": "org.springframework.security", "name": "spring-security-messaging", "version": "6.1.7" }, + { "group": "org.springframework.security", "name": "spring-security-oauth2-authorization-server", "version": "1.1.5" }, + { "group": "org.springframework.security", "name": "spring-security-oauth2-client", "version": "6.1.7" }, + { "group": "org.springframework.security", "name": "spring-security-oauth2-core", "version": "6.1.7" }, + { "group": "org.springframework.security", "name": "spring-security-oauth2-jose", "version": "6.1.7" }, + { "group": "org.springframework.security", "name": "spring-security-oauth2-resource-server", "version": "6.1.7" }, + { "group": "org.springframework.security", "name": "spring-security-rsocket", "version": "6.1.7" }, + { "group": "org.springframework.security", "name": "spring-security-saml2-service-provider", "version": "6.1.7" }, + { "group": "org.springframework.security", "name": "spring-security-taglibs", "version": "6.1.7" }, + { "group": "org.springframework.security", "name": "spring-security-test", "version": "6.1.7" }, + { "group": "org.springframework.security", "name": "spring-security-web", "version": "6.1.7" }, + { "group": "org.springframework.session", "name": "spring-session-core", "version": "3.1.4" }, + { "group": "org.springframework.session", "name": "spring-session-data-mongodb", "version": "3.1.4" }, + { "group": "org.springframework.session", "name": "spring-session-data-redis", "version": "3.1.4" }, + { "group": "org.springframework.session", "name": "spring-session-hazelcast", "version": "3.1.4" }, + { "group": "org.springframework.session", "name": "spring-session-jdbc", "version": "3.1.4" }, + { "group": "org.springframework.ws", "name": "spring-ws-core", "version": "4.0.10" }, + { "group": "org.springframework.ws", "name": "spring-ws-security", "version": "4.0.10" }, + { "group": "org.springframework.ws", "name": "spring-ws-support", "version": "4.0.10" }, + { "group": "org.springframework.ws", "name": "spring-ws-test", "version": "4.0.10" }, + { "group": "org.springframework.ws", "name": "spring-xml", "version": "4.0.10" }, + { "group": "org.testcontainers", "name": "azure", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "cassandra", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "clickhouse", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "cockroachdb", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "consul", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "couchbase", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "cratedb", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "database-commons", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "db2", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "dynalite", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "elasticsearch", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "gcloud", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "hivemq", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "influxdb", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "jdbc", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "junit-jupiter", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "k3s", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "kafka", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "localstack", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "mariadb", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "mockserver", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "mongodb", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "mssqlserver", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "mysql", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "neo4j", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "nginx", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "oracle-xe", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "orientdb", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "postgresql", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "presto", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "pulsar", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "questdb", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "r2dbc", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "rabbitmq", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "redpanda", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "selenium", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "solace", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "solr", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "spock", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "testcontainers", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "tidb", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "toxiproxy", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "trino", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "vault", "version": "1.18.3" }, + { "group": "org.testcontainers", "name": "yugabytedb", "version": "1.18.3" }, + { "group": "org.thymeleaf", "name": "thymeleaf", "version": "3.1.2.RELEASE" }, + { "group": "org.thymeleaf", "name": "thymeleaf-spring6", "version": "3.1.2.RELEASE" }, + { "group": "org.thymeleaf.extras", "name": "thymeleaf-extras-springsecurity6", "version": "3.1.2.RELEASE" }, + { "group": "org.webjars", "name": "webjars-locator-core", "version": "0.52" }, + { "group": "org.xerial", "name": "sqlite-jdbc", "version": "3.41.2.2" }, + { "group": "org.xmlunit", "name": "xmlunit-assertj", "version": "2.9.1" }, + { "group": "org.xmlunit", "name": "xmlunit-assertj3", "version": "2.9.1" }, + { "group": "org.xmlunit", "name": "xmlunit-core", "version": "2.9.1" }, + { "group": "org.xmlunit", "name": "xmlunit-jakarta-jaxb-impl", "version": "2.9.1" }, + { "group": "org.xmlunit", "name": "xmlunit-legacy", "version": "2.9.1" }, + { "group": "org.xmlunit", "name": "xmlunit-matchers", "version": "2.9.1" }, + { "group": "org.xmlunit", "name": "xmlunit-placeholders", "version": "2.9.1" }, + { "group": "org.yaml", "name": "snakeyaml", "version": "1.33" }, + { "group": "redis.clients", "name": "jedis", "version": "4.3.2" }, + { "group": "wsdl4j", "name": "wsdl4j", "version": "1.6.3" } +] From d06dd0b815a5af6106f3c3e608a22e6b6df8a28d Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Thu, 4 Apr 2024 21:25:47 -0500 Subject: [PATCH 02/17] rough draft --- .gitignore | 2 ++ checker/index.js | 30 ++++++++++++++++++++++-------- 2 files changed, 24 insertions(+), 8 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..66f8fb5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/ +.vscode/ diff --git a/checker/index.js b/checker/index.js index 65e621d..32fad37 100644 --- a/checker/index.js +++ b/checker/index.js @@ -11,9 +11,9 @@ const getComponents = (filename) => { } const getSpringBootVersion = (components) => { - const springBoot = components.filter(component => component.group == 'org.springframework.boot' && component.name == 'spring-boot'); + const springBoot = components.filter(component => component.group === 'org.springframework.boot' && component.name === 'spring-boot'); const springBootVersion = springBoot[0].version; - console.log('getSpringBootVersion', springBootVersion); + // console.log('getSpringBootVersion', springBootVersion); return springBootVersion; } @@ -23,11 +23,25 @@ const getDefaultSpringBootComponents = (filename) => { return components; } -const retrieveSimilarPackages = (bomPackages, springBootPackages) => { - +const retrieveSimilarPackages = (bomFile) => { + const components = getComponents(bomFile); + const springBootVersion = getSpringBootVersion(components); + console.log('springBootVersion', springBootVersion); + const defaultComponents = getDefaultSpringBootComponents(`../versions/${springBootVersion}.json`) + + const matchingPackages = components.filter(bomPackage => + defaultComponents.some(bootPackage => + bomPackage.group === bootPackage.group && + bomPackage.name === bootPackage.name && + bomPackage.version !== bootPackage.version + ) + ) + + // bom_3.1.9.json line 1139 overwritten + console.log('matchingPackages', matchingPackages); + console.log('components size', components.length); + console.log('defaultComponents size', defaultComponents.length); + console.log('matchingPackages size', matchingPackages.length); } -const components = getComponents('../samples/bom_3.1.9.json'); -getSpringBootVersion(components); - -const defaultComponents = getDefaultSpringBootComponents('../versions/3.1.9.json') +retrieveSimilarPackages('../samples/bom_3.1.9.json'); From d00da96840048f24bb011568dd10a19b6f3e83da Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Fri, 5 Apr 2024 19:56:35 -0500 Subject: [PATCH 03/17] get file generation working --- .gitignore | 1 + checker/versions.js | 34 +++++++++++ package-lock.json | 137 ++++++++++++++++++++++++++++++++++++++++++++ package.json | 3 + 4 files changed, 175 insertions(+) create mode 100644 checker/versions.js create mode 100644 package-lock.json diff --git a/.gitignore b/.gitignore index 66f8fb5..7e423e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea/ .vscode/ +node_modules/ diff --git a/checker/versions.js b/checker/versions.js new file mode 100644 index 0000000..d383b58 --- /dev/null +++ b/checker/versions.js @@ -0,0 +1,34 @@ +const {parse} = require('node-html-parser'); +const {writeFileSync} = require('fs'); + +const sbVersions = ['3.1.8', '3.1.9'] +sbVersions.forEach(sbVersion => + (async () => { + const response = await fetch(`https://docs.spring.io/spring-boot/docs/${sbVersion}/reference/html/dependency-versions.html`); + const versions = []; + switch (response.status) { + // status "OK" + case 200: + const template = await response.text(); + const parsedTemplate = parse(template) + const tableBody = parsedTemplate.querySelector('table tbody'); + + tableBody.childNodes.forEach(child => + // there's a header row we should skip + child.childNodes.length === 0 ? '' : + versions.push({ + group: child.childNodes[1].rawText, + name: child.childNodes[3].rawText, + version: child.childNodes[5].rawText, + }) + ) + console.log(versions); + writeFileSync(`./${sbVersion}.json`, JSON.stringify(versions)); + break; + // status "Not Found" + case 404: + console.log('Not Found'); + break; + } + })() +) diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..bf9e13b --- /dev/null +++ b/package-lock.json @@ -0,0 +1,137 @@ +{ + "name": "spring-boot-dependency-tracker", + "version": "0.0.1", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "spring-boot-dependency-tracker", + "version": "0.0.1", + "license": "\tGPL-3.0-or-later", + "dependencies": { + "node-html-parser": "^6.1.13" + } + }, + "node_modules/boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" + }, + "node_modules/css-select": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", + "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.1.0", + "domhandler": "^5.0.2", + "domutils": "^3.0.1", + "nth-check": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/css-what": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "engines": { + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/dom-serializer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.2", + "entities": "^4.2.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] + }, + "node_modules/domhandler": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", + "dependencies": { + "domelementtype": "^2.3.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/domutils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", + "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", + "dependencies": { + "dom-serializer": "^2.0.0", + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "bin": { + "he": "bin/he" + } + }, + "node_modules/node-html-parser": { + "version": "6.1.13", + "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-6.1.13.tgz", + "integrity": "sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg==", + "dependencies": { + "css-select": "^5.1.0", + "he": "1.2.0" + } + }, + "node_modules/nth-check": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "dependencies": { + "boolbase": "^1.0.0" + }, + "funding": { + "url": "https://github.com/fb55/nth-check?sponsor=1" + } + } + } +} diff --git a/package.json b/package.json index 4ab5d15..6dbbea7 100644 --- a/package.json +++ b/package.json @@ -17,5 +17,8 @@ "tabWidth": 4, "semi": true, "singleQuote": true + }, + "dependencies": { + "node-html-parser": "^6.1.13" } } From 07e226110f806ca51455ace8b3db690a1850468d Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Fri, 5 Apr 2024 19:58:12 -0500 Subject: [PATCH 04/17] generate files --- checker/versions.js | 2 +- versions/3.1.8.json | 6517 ++++++++++++++++++++++++++++++++++++ versions/3.1.9.json | 7796 +++++++++++++++++++++++++++++++++++-------- 3 files changed, 13014 insertions(+), 1301 deletions(-) create mode 100644 versions/3.1.8.json diff --git a/checker/versions.js b/checker/versions.js index d383b58..30bb5f7 100644 --- a/checker/versions.js +++ b/checker/versions.js @@ -23,7 +23,7 @@ sbVersions.forEach(sbVersion => }) ) console.log(versions); - writeFileSync(`./${sbVersion}.json`, JSON.stringify(versions)); + writeFileSync(`../versions/${sbVersion}.json`, JSON.stringify(versions, null, 2)); break; // status "Not Found" case 404: diff --git a/versions/3.1.8.json b/versions/3.1.8.json new file mode 100644 index 0000000..69292a3 --- /dev/null +++ b/versions/3.1.8.json @@ -0,0 +1,6517 @@ +[ + { + "group": "ch.qos.logback", + "name": "logback-access", + "version": "1.4.14" + }, + { + "group": "ch.qos.logback", + "name": "logback-classic", + "version": "1.4.14" + }, + { + "group": "ch.qos.logback", + "name": "logback-core", + "version": "1.4.14" + }, + { + "group": "co.elastic.clients", + "name": "elasticsearch-java", + "version": "8.7.1" + }, + { + "group": "com.couchbase.client", + "name": "java-client", + "version": "3.4.11" + }, + { + "group": "com.datastax.oss", + "name": "java-driver-core", + "version": "4.15.0" + }, + { + "group": "com.datastax.oss", + "name": "java-driver-core-shaded", + "version": "4.15.0" + }, + { + "group": "com.datastax.oss", + "name": "java-driver-mapper-processor", + "version": "4.15.0" + }, + { + "group": "com.datastax.oss", + "name": "java-driver-mapper-runtime", + "version": "4.15.0" + }, + { + "group": "com.datastax.oss", + "name": "java-driver-metrics-micrometer", + "version": "4.15.0" + }, + { + "group": "com.datastax.oss", + "name": "java-driver-metrics-microprofile", + "version": "4.15.0" + }, + { + "group": "com.datastax.oss", + "name": "java-driver-query-builder", + "version": "4.15.0" + }, + { + "group": "com.datastax.oss", + "name": "java-driver-shaded-guava", + "version": "25.1-jre-graal-sub-1" + }, + { + "group": "com.datastax.oss", + "name": "java-driver-test-infra", + "version": "4.15.0" + }, + { + "group": "com.datastax.oss", + "name": "native-protocol", + "version": "1.5.1" + }, + { + "group": "com.fasterxml", + "name": "classmate", + "version": "1.5.1" + }, + { + "group": "com.fasterxml.jackson.core", + "name": "jackson-annotations", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.core", + "name": "jackson-core", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.core", + "name": "jackson-databind", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-avro", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-cbor", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-csv", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-ion", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-properties", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-protobuf", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-smile", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-toml", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-xml", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-yaml", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-eclipse-collections", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-guava", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-hibernate4", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-hibernate5", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-hibernate5-jakarta", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-hibernate6", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-hppc", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-jakarta-jsonp", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-jaxrs", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-jdk8", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-joda", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-joda-money", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-json-org", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-jsr310", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-jsr353", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-pcollections", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.jakarta.rs", + "name": "jackson-jakarta-rs-base", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.jakarta.rs", + "name": "jackson-jakarta-rs-cbor-provider", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.jakarta.rs", + "name": "jackson-jakarta-rs-json-provider", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.jakarta.rs", + "name": "jackson-jakarta-rs-smile-provider", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.jakarta.rs", + "name": "jackson-jakarta-rs-xml-provider", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.jakarta.rs", + "name": "jackson-jakarta-rs-yaml-provider", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.jaxrs", + "name": "jackson-jaxrs-base", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.jaxrs", + "name": "jackson-jaxrs-cbor-provider", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.jaxrs", + "name": "jackson-jaxrs-json-provider", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.jaxrs", + "name": "jackson-jaxrs-smile-provider", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.jaxrs", + "name": "jackson-jaxrs-xml-provider", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.jaxrs", + "name": "jackson-jaxrs-yaml-provider", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.jr", + "name": "jackson-jr-all", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.jr", + "name": "jackson-jr-annotation-support", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.jr", + "name": "jackson-jr-objects", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.jr", + "name": "jackson-jr-retrofit2", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.jr", + "name": "jackson-jr-stree", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-afterburner", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-blackbird", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-guice", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-jakarta-xmlbind-annotations", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-jaxb-annotations", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-jsonSchema", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-jsonSchema-jakarta", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-kotlin", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-mrbean", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-no-ctor-deser", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-osgi", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-parameter-names", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-paranamer", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-scala_2.11", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-scala_2.12", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-scala_2.13", + "version": "2.15.3" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-scala_3", + "version": "2.15.3" + }, + { + "group": "com.github.ben-manes.caffeine", + "name": "caffeine", + "version": "3.1.8" + }, + { + "group": "com.github.ben-manes.caffeine", + "name": "guava", + "version": "3.1.8" + }, + { + "group": "com.github.ben-manes.caffeine", + "name": "jcache", + "version": "3.1.8" + }, + { + "group": "com.github.ben-manes.caffeine", + "name": "simulator", + "version": "3.1.8" + }, + { + "group": "com.github.mxab.thymeleaf.extras", + "name": "thymeleaf-extras-data-attribute", + "version": "2.0.1" + }, + { + "group": "com.google.code.gson", + "name": "gson", + "version": "2.10.1" + }, + { + "group": "com.graphql-java", + "name": "graphql-java", + "version": "20.2" + }, + { + "group": "com.h2database", + "name": "h2", + "version": "2.1.214" + }, + { + "group": "com.hazelcast", + "name": "hazelcast", + "version": "5.2.4" + }, + { + "group": "com.hazelcast", + "name": "hazelcast-spring", + "version": "5.2.4" + }, + { + "group": "com.ibm.db2", + "name": "jcc", + "version": "11.5.9.0" + }, + { + "group": "com.jayway.jsonpath", + "name": "json-path", + "version": "2.8.0" + }, + { + "group": "com.jayway.jsonpath", + "name": "json-path-assert", + "version": "2.8.0" + }, + { + "group": "com.microsoft.sqlserver", + "name": "mssql-jdbc", + "version": "11.2.3.jre17" + }, + { + "group": "com.mysql", + "name": "mysql-connector-j", + "version": "8.0.33" + }, + { + "group": "com.oracle.database.ha", + "name": "ons", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.ha", + "name": "simplefan", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc", + "name": "ojdbc11", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc", + "name": "ojdbc11-production", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc", + "name": "ojdbc8", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc", + "name": "ojdbc8-production", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc", + "name": "rsi", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc", + "name": "ucp", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc", + "name": "ucp11", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc.debug", + "name": "ojdbc11-debug", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc.debug", + "name": "ojdbc11-observability-debug", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc.debug", + "name": "ojdbc11_g", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc.debug", + "name": "ojdbc11dms_g", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc.debug", + "name": "ojdbc8-debug", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc.debug", + "name": "ojdbc8-observability-debug", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc.debug", + "name": "ojdbc8_g", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc.debug", + "name": "ojdbc8dms_g", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.nls", + "name": "orai18n", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.observability", + "name": "dms", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.observability", + "name": "ojdbc11-observability", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.observability", + "name": "ojdbc11dms", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.observability", + "name": "ojdbc8-observability", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.observability", + "name": "ojdbc8dms", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.r2dbc", + "name": "oracle-r2dbc", + "version": "1.1.1" + }, + { + "group": "com.oracle.database.security", + "name": "oraclepki", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.security", + "name": "osdt_cert", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.security", + "name": "osdt_core", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.xml", + "name": "xdb", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.xml", + "name": "xmlparserv2", + "version": "21.9.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-apt", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-codegen", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-codegen-utils", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-collections", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-core", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-guava", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-hibernate-search", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-jdo", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-jpa", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-jpa-codegen", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-kotlin", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-kotlin-codegen", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-lucene3", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-lucene4", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-lucene5", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-mongodb", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-scala", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-spatial", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-sql", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-sql-codegen", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-sql-spatial", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-sql-spring", + "version": "5.0.0" + }, + { + "group": "com.rabbitmq", + "name": "amqp-client", + "version": "5.17.1" + }, + { + "group": "com.rabbitmq", + "name": "stream-client", + "version": "0.9.0" + }, + { + "group": "com.samskivert", + "name": "jmustache", + "version": "1.15" + }, + { + "group": "com.sendgrid", + "name": "sendgrid-java", + "version": "4.9.3" + }, + { + "group": "com.squareup.okhttp3", + "name": "logging-interceptor", + "version": "4.10.0" + }, + { + "group": "com.squareup.okhttp3", + "name": "mockwebserver", + "version": "4.10.0" + }, + { + "group": "com.squareup.okhttp3", + "name": "okcurl", + "version": "4.10.0" + }, + { + "group": "com.squareup.okhttp3", + "name": "okhttp", + "version": "4.10.0" + }, + { + "group": "com.squareup.okhttp3", + "name": "okhttp-brotli", + "version": "4.10.0" + }, + { + "group": "com.squareup.okhttp3", + "name": "okhttp-dnsoverhttps", + "version": "4.10.0" + }, + { + "group": "com.squareup.okhttp3", + "name": "okhttp-sse", + "version": "4.10.0" + }, + { + "group": "com.squareup.okhttp3", + "name": "okhttp-tls", + "version": "4.10.0" + }, + { + "group": "com.squareup.okhttp3", + "name": "okhttp-urlconnection", + "version": "4.10.0" + }, + { + "group": "com.sun.istack", + "name": "istack-commons-runtime", + "version": "4.1.2" + }, + { + "group": "com.sun.xml.bind", + "name": "jaxb-core", + "version": "4.0.4" + }, + { + "group": "com.sun.xml.bind", + "name": "jaxb-impl", + "version": "4.0.4" + }, + { + "group": "com.sun.xml.bind", + "name": "jaxb-jxc", + "version": "4.0.4" + }, + { + "group": "com.sun.xml.bind", + "name": "jaxb-osgi", + "version": "4.0.4" + }, + { + "group": "com.sun.xml.bind", + "name": "jaxb-xjc", + "version": "4.0.4" + }, + { + "group": "com.sun.xml.fastinfoset", + "name": "FastInfoset", + "version": "2.1.0" + }, + { + "group": "com.sun.xml.messaging.saaj", + "name": "saaj-impl", + "version": "3.0.3" + }, + { + "group": "com.unboundid", + "name": "unboundid-ldapsdk", + "version": "6.0.11" + }, + { + "group": "com.zaxxer", + "name": "HikariCP", + "version": "5.0.1" + }, + { + "group": "commons-codec", + "name": "commons-codec", + "version": "1.15" + }, + { + "group": "commons-pool", + "name": "commons-pool", + "version": "1.6" + }, + { + "group": "io.asyncer", + "name": "r2dbc-mysql", + "version": "1.0.6" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-annotation", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-caffeine", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-caffeine3", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-collectd", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-core", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-ehcache", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-graphite", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-healthchecks", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-httpasyncclient", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-httpclient", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-httpclient5", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jakarta-servlet", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jakarta-servlet6", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jakarta-servlets", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jcache", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jdbi", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jdbi3", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jersey2", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jersey3", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jersey31", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jetty10", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jetty11", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jetty12", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jetty12-ee10", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jetty9", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jmx", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-json", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jvm", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-log4j2", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-logback", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-logback13", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-logback14", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-servlet", + "version": "4.2.23" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-servlets", + "version": "4.2.23" + }, + { + "group": "io.lettuce", + "name": "lettuce-core", + "version": "6.2.7.RELEASE" + }, + { + "group": "io.micrometer", + "name": "benchmarks", + "version": "1.1.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-commons", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-core", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-jetty11", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-observation", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-observation-test", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-appoptics", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-atlas", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-azure-monitor", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-cloudwatch", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-cloudwatch2", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-datadog", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-dynatrace", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-elastic", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-ganglia", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-graphite", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-health", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-humio", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-influx", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-jmx", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-kairos", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-new-relic", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-opentsdb", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-otlp", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-prometheus", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-signalfx", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-stackdriver", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-statsd", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-wavefront", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-test", + "version": "1.11.8" + }, + { + "group": "io.micrometer", + "name": "micrometer-tracing", + "version": "1.1.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-tracing-bridge-brave", + "version": "1.1.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-tracing-bridge-otel", + "version": "1.1.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-tracing-integration-test", + "version": "1.1.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-tracing-reporter-wavefront", + "version": "1.1.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-tracing-test", + "version": "1.1.9" + }, + { + "group": "io.netty", + "name": "netty-all", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-buffer", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-codec", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-dns", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-haproxy", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-http", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-http2", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-memcache", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-mqtt", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-redis", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-smtp", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-socks", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-stomp", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-xml", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-common", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-dev-tools", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-example", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-handler", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-handler-proxy", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-handler-ssl-ocsp", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-resolver", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-resolver-dns", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-resolver-dns-classes-macos", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-resolver-dns-native-macos", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-tcnative", + "version": "2.0.61.Final" + }, + { + "group": "io.netty", + "name": "netty-tcnative-boringssl-static", + "version": "2.0.61.Final" + }, + { + "group": "io.netty", + "name": "netty-tcnative-classes", + "version": "2.0.61.Final" + }, + { + "group": "io.netty", + "name": "netty-transport", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-transport-classes-epoll", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-transport-classes-kqueue", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-transport-native-epoll", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-transport-native-kqueue", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-transport-native-unix-common", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-transport-rxtx", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-transport-sctp", + "version": "4.1.105.Final" + }, + { + "group": "io.netty", + "name": "netty-transport-udt", + "version": "4.1.105.Final" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-api", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-context", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-exporter-common", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-exporter-jaeger", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-exporter-jaeger-proto", + "version": "1.17.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-exporter-jaeger-thrift", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-exporter-logging", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-exporter-logging-otlp", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-exporter-otlp", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-exporter-otlp-common", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-exporter-zipkin", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-extension-annotations", + "version": "1.18.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-extension-aws", + "version": "1.20.1" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-extension-kotlin", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-extension-trace-propagators", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-sdk", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-sdk-common", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-sdk-extension-autoconfigure-spi", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-sdk-extension-aws", + "version": "1.19.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-sdk-extension-jaeger-remote-sampler", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-sdk-extension-resources", + "version": "1.19.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-sdk-metrics", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-sdk-testing", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-sdk-trace", + "version": "1.25.0" + }, + { + "group": "io.projectreactor", + "name": "reactor-core", + "version": "3.5.14" + }, + { + "group": "io.projectreactor", + "name": "reactor-core-micrometer", + "version": "1.0.14" + }, + { + "group": "io.projectreactor", + "name": "reactor-test", + "version": "3.5.14" + }, + { + "group": "io.projectreactor", + "name": "reactor-tools", + "version": "3.5.14" + }, + { + "group": "io.projectreactor.addons", + "name": "reactor-adapter", + "version": "3.5.1" + }, + { + "group": "io.projectreactor.addons", + "name": "reactor-extra", + "version": "3.5.1" + }, + { + "group": "io.projectreactor.addons", + "name": "reactor-pool", + "version": "1.0.5" + }, + { + "group": "io.projectreactor.addons", + "name": "reactor-pool-micrometer", + "version": "0.1.5" + }, + { + "group": "io.projectreactor.kafka", + "name": "reactor-kafka", + "version": "1.3.22" + }, + { + "group": "io.projectreactor.kotlin", + "name": "reactor-kotlin-extensions", + "version": "1.2.2" + }, + { + "group": "io.projectreactor.netty", + "name": "reactor-netty", + "version": "1.1.15" + }, + { + "group": "io.projectreactor.netty", + "name": "reactor-netty-core", + "version": "1.1.15" + }, + { + "group": "io.projectreactor.netty", + "name": "reactor-netty-http", + "version": "1.1.15" + }, + { + "group": "io.projectreactor.netty", + "name": "reactor-netty-http-brave", + "version": "1.1.15" + }, + { + "group": "io.prometheus", + "name": "simpleclient", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_caffeine", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_common", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_dropwizard", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_graphite_bridge", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_guava", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_hibernate", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_hotspot", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_httpserver", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_jetty", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_jetty_jdk8", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_log4j", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_log4j2", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_logback", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_pushgateway", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_servlet", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_servlet_jakarta", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_spring_boot", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_spring_web", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_tracer_common", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_tracer_otel", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_tracer_otel_agent", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_vertx", + "version": "0.16.0" + }, + { + "group": "io.r2dbc", + "name": "r2dbc-h2", + "version": "1.0.0.RELEASE" + }, + { + "group": "io.r2dbc", + "name": "r2dbc-mssql", + "version": "1.0.2.RELEASE" + }, + { + "group": "io.r2dbc", + "name": "r2dbc-pool", + "version": "1.0.1.RELEASE" + }, + { + "group": "io.r2dbc", + "name": "r2dbc-proxy", + "version": "1.1.4.RELEASE" + }, + { + "group": "io.r2dbc", + "name": "r2dbc-spi", + "version": "1.0.0.RELEASE" + }, + { + "group": "io.reactivex.rxjava3", + "name": "rxjava", + "version": "3.1.8" + }, + { + "group": "io.rest-assured", + "name": "json-path", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "json-schema-validator", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "kotlin-extensions", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "rest-assured", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "rest-assured-all", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "rest-assured-common", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "scala-support", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "spring-commons", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "spring-mock-mvc", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "spring-mock-mvc-kotlin-extensions", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "spring-web-test-client", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "xml-path", + "version": "5.3.2" + }, + { + "group": "io.rsocket", + "name": "rsocket-core", + "version": "1.1.3" + }, + { + "group": "io.rsocket", + "name": "rsocket-load-balancer", + "version": "1.1.3" + }, + { + "group": "io.rsocket", + "name": "rsocket-micrometer", + "version": "1.1.3" + }, + { + "group": "io.rsocket", + "name": "rsocket-test", + "version": "1.1.3" + }, + { + "group": "io.rsocket", + "name": "rsocket-transport-local", + "version": "1.1.3" + }, + { + "group": "io.rsocket", + "name": "rsocket-transport-netty", + "version": "1.1.3" + }, + { + "group": "io.spring.gradle", + "name": "dependency-management-plugin", + "version": "1.1.4" + }, + { + "group": "io.undertow", + "name": "undertow-core", + "version": "2.3.10.Final" + }, + { + "group": "io.undertow", + "name": "undertow-servlet", + "version": "2.3.10.Final" + }, + { + "group": "io.undertow", + "name": "undertow-websockets-jsr", + "version": "2.3.10.Final" + }, + { + "group": "io.zipkin.brave", + "name": "brave", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-context-jfr", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-context-log4j12", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-context-log4j2", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-context-rxjava2", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-context-slf4j", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-dubbo", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-dubbo-rpc", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-grpc", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-http", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-http-tests", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-httpasyncclient", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-httpclient", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-jaxrs2", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-jersey-server", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-jms", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-jms-jakarta", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-kafka-clients", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-kafka-streams", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-messaging", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-mongodb", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-mysql", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-mysql6", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-mysql8", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-netty-codec-http", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-okhttp3", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-p6spy", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-rpc", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-servlet", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-servlet-jakarta", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-sparkjava", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-spring-rabbit", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-spring-web", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-spring-webmvc", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-vertx-web", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-spring-beans", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-tests", + "version": "5.15.1" + }, + { + "group": "io.zipkin.proto3", + "name": "zipkin-proto3", + "version": "1.0.0" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-reporter", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-reporter-brave", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-reporter-metrics-micrometer", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-reporter-spring-beans", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-sender-activemq-client", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-sender-amqp-client", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-sender-kafka", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-sender-kafka08", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-sender-libthrift", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-sender-okhttp3", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-sender-urlconnection", + "version": "2.16.3" + }, + { + "group": "io.zipkin.zipkin2", + "name": "zipkin", + "version": "2.23.2" + }, + { + "group": "jakarta.activation", + "name": "jakarta.activation-api", + "version": "2.1.2" + }, + { + "group": "jakarta.annotation", + "name": "jakarta.annotation-api", + "version": "2.1.1" + }, + { + "group": "jakarta.jms", + "name": "jakarta.jms-api", + "version": "3.1.0" + }, + { + "group": "jakarta.json", + "name": "jakarta.json-api", + "version": "2.1.3" + }, + { + "group": "jakarta.json.bind", + "name": "jakarta.json.bind-api", + "version": "3.0.0" + }, + { + "group": "jakarta.mail", + "name": "jakarta.mail-api", + "version": "2.1.2" + }, + { + "group": "jakarta.management.j2ee", + "name": "jakarta.management.j2ee-api", + "version": "1.1.4" + }, + { + "group": "jakarta.persistence", + "name": "jakarta.persistence-api", + "version": "3.1.0" + }, + { + "group": "jakarta.servlet", + "name": "jakarta.servlet-api", + "version": "6.0.0" + }, + { + "group": "jakarta.servlet.jsp.jstl", + "name": "jakarta.servlet.jsp.jstl-api", + "version": "3.0.0" + }, + { + "group": "jakarta.transaction", + "name": "jakarta.transaction-api", + "version": "2.0.1" + }, + { + "group": "jakarta.validation", + "name": "jakarta.validation-api", + "version": "3.0.2" + }, + { + "group": "jakarta.websocket", + "name": "jakarta.websocket-api", + "version": "2.1.1" + }, + { + "group": "jakarta.websocket", + "name": "jakarta.websocket-client-api", + "version": "2.1.1" + }, + { + "group": "jakarta.ws.rs", + "name": "jakarta.ws.rs-api", + "version": "3.1.0" + }, + { + "group": "jakarta.xml.bind", + "name": "jakarta.xml.bind-api", + "version": "4.0.1" + }, + { + "group": "jakarta.xml.soap", + "name": "jakarta.xml.soap-api", + "version": "3.0.1" + }, + { + "group": "jakarta.xml.ws", + "name": "jakarta.xml.ws-api", + "version": "4.0.1" + }, + { + "group": "javax.cache", + "name": "cache-api", + "version": "1.1.1" + }, + { + "group": "javax.money", + "name": "money-api", + "version": "1.1" + }, + { + "group": "jaxen", + "name": "jaxen", + "version": "2.0.0" + }, + { + "group": "junit", + "name": "junit", + "version": "4.13.2" + }, + { + "group": "net.bytebuddy", + "name": "byte-buddy", + "version": "1.14.11" + }, + { + "group": "net.bytebuddy", + "name": "byte-buddy-agent", + "version": "1.14.11" + }, + { + "group": "net.minidev", + "name": "json-smart", + "version": "2.4.11" + }, + { + "group": "net.sourceforge.htmlunit", + "name": "htmlunit", + "version": "2.70.0" + }, + { + "group": "net.sourceforge.jtds", + "name": "jtds", + "version": "1.3.1" + }, + { + "group": "net.sourceforge.nekohtml", + "name": "nekohtml", + "version": "1.9.22" + }, + { + "group": "nz.net.ultraq.thymeleaf", + "name": "thymeleaf-layout-dialect", + "version": "3.2.1" + }, + { + "group": "org.apache.activemq", + "name": "activemq-amqp", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-blueprint", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-broker", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-client", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-client-jakarta", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-console", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-http", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-jaas", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-jdbc-store", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-jms-pool", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-kahadb-store", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-karaf", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-log4j-appender", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-mqtt", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-openwire-generator", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-openwire-legacy", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-osgi", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-partition", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-pool", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-ra", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-run", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-runtime-config", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-shiro", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-spring", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-stomp", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-web", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "artemis-amqp-protocol", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-commons", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-core-client", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-jakarta-client", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-jakarta-server", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-jakarta-service-extensions", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-jdbc-store", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-journal", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-quorum-api", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-selector", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-server", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-service-extensions", + "version": "2.28.0" + }, + { + "group": "org.apache.commons", + "name": "commons-dbcp2", + "version": "2.9.0" + }, + { + "group": "org.apache.commons", + "name": "commons-lang3", + "version": "3.12.0" + }, + { + "group": "org.apache.commons", + "name": "commons-pool2", + "version": "2.11.1" + }, + { + "group": "org.apache.derby", + "name": "derby", + "version": "10.16.1.1" + }, + { + "group": "org.apache.derby", + "name": "derbyclient", + "version": "10.16.1.1" + }, + { + "group": "org.apache.derby", + "name": "derbynet", + "version": "10.16.1.1" + }, + { + "group": "org.apache.derby", + "name": "derbyoptionaltools", + "version": "10.16.1.1" + }, + { + "group": "org.apache.derby", + "name": "derbyshared", + "version": "10.16.1.1" + }, + { + "group": "org.apache.derby", + "name": "derbytools", + "version": "10.16.1.1" + }, + { + "group": "org.apache.groovy", + "name": "groovy", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-ant", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-astbuilder", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-cli-commons", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-cli-picocli", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-console", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-contracts", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-datetime", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-dateutil", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-docgenerator", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-ginq", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-groovydoc", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-groovysh", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-jmx", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-json", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-jsr223", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-macro", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-macro-library", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-nio", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-servlet", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-sql", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-swing", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-templates", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-test", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-test-junit5", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-testng", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-toml", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-typecheckers", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-xml", + "version": "4.0.17" + }, + { + "group": "org.apache.groovy", + "name": "groovy-yaml", + "version": "4.0.17" + }, + { + "group": "org.apache.httpcomponents", + "name": "httpasyncclient", + "version": "4.1.5" + }, + { + "group": "org.apache.httpcomponents", + "name": "httpcore", + "version": "4.4.16" + }, + { + "group": "org.apache.httpcomponents", + "name": "httpcore-nio", + "version": "4.4.16" + }, + { + "group": "org.apache.httpcomponents.client5", + "name": "httpclient5", + "version": "5.2.3" + }, + { + "group": "org.apache.httpcomponents.client5", + "name": "httpclient5-cache", + "version": "5.2.3" + }, + { + "group": "org.apache.httpcomponents.client5", + "name": "httpclient5-fluent", + "version": "5.2.3" + }, + { + "group": "org.apache.httpcomponents.client5", + "name": "httpclient5-win", + "version": "5.2.3" + }, + { + "group": "org.apache.httpcomponents.core5", + "name": "httpcore5", + "version": "5.2.4" + }, + { + "group": "org.apache.httpcomponents.core5", + "name": "httpcore5-h2", + "version": "5.2.4" + }, + { + "group": "org.apache.httpcomponents.core5", + "name": "httpcore5-reactive", + "version": "5.2.4" + }, + { + "group": "org.apache.kafka", + "name": "connect", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "connect-api", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "connect-basic-auth-extension", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "connect-file", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "connect-json", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "connect-mirror", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "connect-mirror-client", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "connect-runtime", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "connect-transforms", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "generator", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-clients", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-log4j-appender", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-metadata", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-raft", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-server-common", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-shell", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-storage", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-storage-api", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-streams", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-streams-scala_2.12", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-streams-scala_2.13", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-streams-test-utils", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-tools", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka_2.12", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka_2.13", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "trogdor", + "version": "3.4.1" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-1.2-api", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-api", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-api-test", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-appserver", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-cassandra", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-core", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-core-test", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-couchdb", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-docker", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-flume-ng", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-iostreams", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-jakarta-smtp", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-jakarta-web", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-jcl", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-jmx-gui", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-jpa", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-jpl", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-jul", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-kubernetes", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-layout-template-json", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-layout-template-json-test", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-mongodb3", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-mongodb4", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-slf4j-impl", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-slf4j2-impl", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-spring-boot", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-spring-cloud-config-client", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-taglib", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-to-jul", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-to-slf4j", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-web", + "version": "2.20.0" + }, + { + "group": "org.apache.maven.plugin-tools", + "name": "maven-plugin-annotations", + "version": "3.6.4" + }, + { + "group": "org.apache.tomcat", + "name": "tomcat-annotations-api", + "version": "10.1.18" + }, + { + "group": "org.apache.tomcat", + "name": "tomcat-jdbc", + "version": "10.1.18" + }, + { + "group": "org.apache.tomcat", + "name": "tomcat-jsp-api", + "version": "10.1.18" + }, + { + "group": "org.apache.tomcat.embed", + "name": "tomcat-embed-core", + "version": "10.1.18" + }, + { + "group": "org.apache.tomcat.embed", + "name": "tomcat-embed-el", + "version": "10.1.18" + }, + { + "group": "org.apache.tomcat.embed", + "name": "tomcat-embed-jasper", + "version": "10.1.18" + }, + { + "group": "org.apache.tomcat.embed", + "name": "tomcat-embed-websocket", + "version": "10.1.18" + }, + { + "group": "org.aspectj", + "name": "aspectjrt", + "version": "1.9.21" + }, + { + "group": "org.aspectj", + "name": "aspectjtools", + "version": "1.9.21" + }, + { + "group": "org.aspectj", + "name": "aspectjweaver", + "version": "1.9.21" + }, + { + "group": "org.assertj", + "name": "assertj-core", + "version": "3.24.2" + }, + { + "group": "org.assertj", + "name": "assertj-guava", + "version": "3.24.2" + }, + { + "group": "org.awaitility", + "name": "awaitility", + "version": "4.2.0" + }, + { + "group": "org.awaitility", + "name": "awaitility-groovy", + "version": "4.2.0" + }, + { + "group": "org.awaitility", + "name": "awaitility-kotlin", + "version": "4.2.0" + }, + { + "group": "org.awaitility", + "name": "awaitility-scala", + "version": "4.2.0" + }, + { + "group": "org.cache2k", + "name": "cache2k-api", + "version": "2.6.1.Final" + }, + { + "group": "org.cache2k", + "name": "cache2k-config", + "version": "2.6.1.Final" + }, + { + "group": "org.cache2k", + "name": "cache2k-core", + "version": "2.6.1.Final" + }, + { + "group": "org.cache2k", + "name": "cache2k-jcache", + "version": "2.6.1.Final" + }, + { + "group": "org.cache2k", + "name": "cache2k-micrometer", + "version": "2.6.1.Final" + }, + { + "group": "org.cache2k", + "name": "cache2k-spring", + "version": "2.6.1.Final" + }, + { + "group": "org.codehaus.janino", + "name": "commons-compiler", + "version": "3.1.11" + }, + { + "group": "org.codehaus.janino", + "name": "commons-compiler-jdk", + "version": "3.1.11" + }, + { + "group": "org.codehaus.janino", + "name": "janino", + "version": "3.1.11" + }, + { + "group": "org.eclipse", + "name": "yasson", + "version": "3.0.3" + }, + { + "group": "org.eclipse.angus", + "name": "angus-activation", + "version": "2.0.1" + }, + { + "group": "org.eclipse.angus", + "name": "angus-core", + "version": "1.1.0" + }, + { + "group": "org.eclipse.angus", + "name": "angus-mail", + "version": "1.1.0" + }, + { + "group": "org.eclipse.angus", + "name": "dsn", + "version": "1.1.0" + }, + { + "group": "org.eclipse.angus", + "name": "gimap", + "version": "1.1.0" + }, + { + "group": "org.eclipse.angus", + "name": "imap", + "version": "1.1.0" + }, + { + "group": "org.eclipse.angus", + "name": "jakarta.mail", + "version": "1.1.0" + }, + { + "group": "org.eclipse.angus", + "name": "logging-mailhandler", + "version": "1.1.0" + }, + { + "group": "org.eclipse.angus", + "name": "pop3", + "version": "1.1.0" + }, + { + "group": "org.eclipse.angus", + "name": "smtp", + "version": "1.1.0" + }, + { + "group": "org.eclipse.jetty", + "name": "apache-jsp", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "glassfish-jstl", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "infinispan-common", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "infinispan-embedded-query", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "infinispan-remote-query", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-alpn-client", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-alpn-conscrypt-client", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-alpn-conscrypt-server", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-alpn-java-client", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-alpn-java-server", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-alpn-server", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-annotations", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-ant", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-cdi", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-client", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-deploy", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-hazelcast", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-home", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-http", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-http-spi", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-io", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-jaas", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-jaspi", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-jmx", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-jndi", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-keystore", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-nosql", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-openid", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-plus", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-proxy", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-quickstart", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-reactive-httpclient", + "version": "3.0.11" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-rewrite", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-security", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-server", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-servlet", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-servlets", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-slf4j-impl", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-unixdomain-server", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-unixsocket-client", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-unixsocket-common", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-unixsocket-server", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-util", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-util-ajax", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-webapp", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-xml", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.fcgi", + "name": "fcgi-client", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.fcgi", + "name": "fcgi-server", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.gcloud", + "name": "jetty-gcloud-session-manager", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.http2", + "name": "http2-client", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.http2", + "name": "http2-common", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.http2", + "name": "http2-hpack", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.http2", + "name": "http2-http-client-transport", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.http2", + "name": "http2-server", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.http3", + "name": "http3-client", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.http3", + "name": "http3-common", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.http3", + "name": "http3-http-client-transport", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.http3", + "name": "http3-qpack", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.http3", + "name": "http3-server", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.memcached", + "name": "jetty-memcached-sessions", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.osgi", + "name": "jetty-httpservice", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.osgi", + "name": "jetty-osgi-alpn", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.osgi", + "name": "jetty-osgi-boot", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.osgi", + "name": "jetty-osgi-boot-jsp", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.osgi", + "name": "jetty-osgi-boot-warurl", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.quic", + "name": "quic-client", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.quic", + "name": "quic-common", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.quic", + "name": "quic-quiche-common", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.quic", + "name": "quic-quiche-jna", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.quic", + "name": "quic-server", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-core-client", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-core-common", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-core-server", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-jakarta-client", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-jakarta-common", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-jakarta-server", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-jetty-api", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-jetty-client", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-jetty-common", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-jetty-server", + "version": "11.0.19" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-servlet", + "version": "11.0.19" + }, + { + "group": "org.ehcache", + "name": "ehcache", + "version": "3.10.8" + }, + { + "group": "org.ehcache", + "name": "ehcache-clustered", + "version": "3.10.8" + }, + { + "group": "org.ehcache", + "name": "ehcache-transactions", + "version": "3.10.8" + }, + { + "group": "org.elasticsearch.client", + "name": "elasticsearch-rest-client", + "version": "8.7.1" + }, + { + "group": "org.elasticsearch.client", + "name": "elasticsearch-rest-client-sniffer", + "version": "8.7.1" + }, + { + "group": "org.firebirdsql.jdbc", + "name": "jaybird", + "version": "5.0.3.java11" + }, + { + "group": "org.flywaydb", + "name": "flyway-core", + "version": "9.16.3" + }, + { + "group": "org.flywaydb", + "name": "flyway-firebird", + "version": "9.16.3" + }, + { + "group": "org.flywaydb", + "name": "flyway-mysql", + "version": "9.16.3" + }, + { + "group": "org.flywaydb", + "name": "flyway-sqlserver", + "version": "9.16.3" + }, + { + "group": "org.freemarker", + "name": "freemarker", + "version": "2.3.32" + }, + { + "group": "org.glassfish.jaxb", + "name": "codemodel", + "version": "4.0.4" + }, + { + "group": "org.glassfish.jaxb", + "name": "jaxb-core", + "version": "4.0.4" + }, + { + "group": "org.glassfish.jaxb", + "name": "jaxb-jxc", + "version": "4.0.4" + }, + { + "group": "org.glassfish.jaxb", + "name": "jaxb-runtime", + "version": "4.0.4" + }, + { + "group": "org.glassfish.jaxb", + "name": "jaxb-xjc", + "version": "4.0.4" + }, + { + "group": "org.glassfish.jaxb", + "name": "txw2", + "version": "4.0.4" + }, + { + "group": "org.glassfish.jaxb", + "name": "xsom", + "version": "4.0.4" + }, + { + "group": "org.glassfish.jersey.bundles", + "name": "jaxrs-ri", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-apache-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-apache5-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-grizzly-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-helidon-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-jdk-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-jetty-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-jetty-http2-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-jetty11-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-jnh-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-netty-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-grizzly2-http", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-grizzly2-servlet", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-jdk-http", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-jetty-http", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-jetty-http2", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-jetty-servlet", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-jetty11-http", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-netty-http", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-servlet", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-servlet-core", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-simple-http", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers.glassfish", + "name": "jersey-gf-ejb", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.core", + "name": "jersey-client", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.core", + "name": "jersey-common", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.core", + "name": "jersey-server", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-bean-validation", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-declarative-linking", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-entity-filtering", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-metainf-services", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-micrometer", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-mvc", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-mvc-bean-validation", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-mvc-freemarker", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-mvc-jsp", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-mvc-mustache", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-proxy-client", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-spring6", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-wadl-doclet", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.cdi", + "name": "jersey-cdi-rs-inject", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.cdi", + "name": "jersey-cdi1x", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.cdi", + "name": "jersey-cdi1x-ban-custom-hk2-binding", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.cdi", + "name": "jersey-cdi1x-servlet", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.cdi", + "name": "jersey-cdi1x-transaction", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.cdi", + "name": "jersey-cdi1x-validation", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.cdi", + "name": "jersey-weld2-se", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.microprofile", + "name": "jersey-mp-config", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.microprofile", + "name": "jersey-mp-rest-client", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.rx", + "name": "jersey-rx-client-guava", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.rx", + "name": "jersey-rx-client-rxjava", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.rx", + "name": "jersey-rx-client-rxjava2", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.inject", + "name": "jersey-cdi2-se", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.inject", + "name": "jersey-hk2", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-jaxb", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-json-binding", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-json-gson", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-json-jackson", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-json-jettison", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-json-processing", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-kryo", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-moxy", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-multipart", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-sse", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.security", + "name": "oauth1-client", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.security", + "name": "oauth1-server", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.security", + "name": "oauth1-signature", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.security", + "name": "oauth2-client", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework", + "name": "jersey-test-framework-core", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework", + "name": "jersey-test-framework-util", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework.providers", + "name": "jersey-test-framework-provider-bundle", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework.providers", + "name": "jersey-test-framework-provider-external", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework.providers", + "name": "jersey-test-framework-provider-grizzly2", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework.providers", + "name": "jersey-test-framework-provider-inmemory", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework.providers", + "name": "jersey-test-framework-provider-jdk-http", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework.providers", + "name": "jersey-test-framework-provider-jetty", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework.providers", + "name": "jersey-test-framework-provider-jetty-http2", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework.providers", + "name": "jersey-test-framework-provider-simple", + "version": "3.1.5" + }, + { + "group": "org.glassfish.web", + "name": "jakarta.servlet.jsp.jstl", + "version": "3.0.1" + }, + { + "group": "org.hamcrest", + "name": "hamcrest", + "version": "2.2" + }, + { + "group": "org.hamcrest", + "name": "hamcrest-core", + "version": "2.2" + }, + { + "group": "org.hamcrest", + "name": "hamcrest-library", + "version": "2.2" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-agroal", + "version": "6.2.20.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-ant", + "version": "6.2.20.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-c3p0", + "version": "6.2.20.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-community-dialects", + "version": "6.2.20.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-core", + "version": "6.2.20.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-envers", + "version": "6.2.20.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-graalvm", + "version": "6.2.20.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-hikaricp", + "version": "6.2.20.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-jcache", + "version": "6.2.20.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-jpamodelgen", + "version": "6.2.20.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-micrometer", + "version": "6.2.20.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-proxool", + "version": "6.2.20.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-spatial", + "version": "6.2.20.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-testing", + "version": "6.2.20.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-vibur", + "version": "6.2.20.Final" + }, + { + "group": "org.hibernate.validator", + "name": "hibernate-validator", + "version": "8.0.1.Final" + }, + { + "group": "org.hibernate.validator", + "name": "hibernate-validator-annotation-processor", + "version": "8.0.1.Final" + }, + { + "group": "org.hsqldb", + "name": "hsqldb", + "version": "2.7.2" + }, + { + "group": "org.infinispan", + "name": "infinispan-anchored-keys", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-api", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cachestore-jdbc", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cachestore-jdbc-common", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cachestore-jdbc-common-jakarta", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cachestore-jdbc-jakarta", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cachestore-remote", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cachestore-rocksdb", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cachestore-sql", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cdi-common", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cdi-common-jakarta", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cdi-embedded", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cdi-embedded-jakarta", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cdi-remote", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cdi-remote-jakarta", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-checkstyle", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cli-client", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cli-client-jakarta", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-client-hotrod", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-client-hotrod-jakarta", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-client-rest", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-client-rest-jakarta", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cloudevents-integration", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-clustered-counter", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-clustered-lock", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-commons", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-commons-jakarta", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-commons-test", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-component-annotations", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-component-processor", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-console", + "version": "14.0.13.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-core", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-core-jakarta", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-extended-statistics", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-hibernate-cache-commons", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-hibernate-cache-spi", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-hibernate-cache-v60", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-hibernate-cache-v62", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-hotrod", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-hotrod-jakarta", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-jboss-marshalling", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-jcache", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-jcache-commons", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-jcache-remote", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-key-value-store-client", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-marshaller-kryo", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-marshaller-kryo-bundle", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-marshaller-protostuff", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-marshaller-protostuff-bundle", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-multimap", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-multimap-jakarta", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-objectfilter", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-query", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-query-core", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-query-dsl", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-query-jakarta", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-remote-query-client", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-remote-query-server", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-scripting", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-core", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-hotrod", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-hotrod-jakarta", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-memcached", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-resp", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-rest", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-router", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-runtime", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-testdriver-core", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-testdriver-core-jakarta", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-testdriver-junit4", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-testdriver-junit5", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring-boot-starter-embedded", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring-boot-starter-remote", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring-boot3-starter-embedded", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring-boot3-starter-remote", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring5-common", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring5-embedded", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring5-remote", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring6-common", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring6-embedded", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring6-remote", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-tasks", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-tasks-api", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-tools", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-tools-jakarta", + "version": "14.0.21.Final" + }, + { + "group": "org.infinispan.protostream", + "name": "protostream", + "version": "4.6.5.Final" + }, + { + "group": "org.infinispan.protostream", + "name": "protostream-processor", + "version": "4.6.5.Final" + }, + { + "group": "org.infinispan.protostream", + "name": "protostream-types", + "version": "4.6.5.Final" + }, + { + "group": "org.influxdb", + "name": "influxdb-java", + "version": "2.23" + }, + { + "group": "org.jboss.logging", + "name": "jboss-logging", + "version": "3.5.3.Final" + }, + { + "group": "org.jdom", + "name": "jdom2", + "version": "2.0.6.1" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-compiler", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-compiler-embeddable", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-daemon-client", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-main-kts", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-osgi-bundle", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-reflect", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-script-runtime", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-script-util", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-scripting-common", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-scripting-ide-services", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-scripting-jvm", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-scripting-jvm-host", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-stdlib", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-stdlib-common", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-stdlib-jdk7", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-stdlib-jdk8", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-stdlib-js", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-test", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-test-annotations-common", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-test-common", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-test-js", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-test-junit", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-test-junit5", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-test-testng", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-android", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-core", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-core-jvm", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-debug", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-guava", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-javafx", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-jdk8", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-jdk9", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-play-services", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-reactive", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-reactor", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-rx2", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-rx3", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-slf4j", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-swing", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-test", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-test-jvm", + "version": "1.6.4" + }, + { + "group": "org.jooq", + "name": "jooq", + "version": "3.18.9" + }, + { + "group": "org.jooq", + "name": "jooq-codegen", + "version": "3.18.9" + }, + { + "group": "org.jooq", + "name": "jooq-kotlin", + "version": "3.18.9" + }, + { + "group": "org.jooq", + "name": "jooq-meta", + "version": "3.18.9" + }, + { + "group": "org.junit.jupiter", + "name": "junit-jupiter", + "version": "5.9.3" + }, + { + "group": "org.junit.jupiter", + "name": "junit-jupiter-api", + "version": "5.9.3" + }, + { + "group": "org.junit.jupiter", + "name": "junit-jupiter-engine", + "version": "5.9.3" + }, + { + "group": "org.junit.jupiter", + "name": "junit-jupiter-migrationsupport", + "version": "5.9.3" + }, + { + "group": "org.junit.jupiter", + "name": "junit-jupiter-params", + "version": "5.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-commons", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-console", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-engine", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-jfr", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-launcher", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-reporting", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-runner", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-suite", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-suite-api", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-suite-commons", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-suite-engine", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-testkit", + "version": "1.9.3" + }, + { + "group": "org.junit.vintage", + "name": "junit-vintage-engine", + "version": "5.9.3" + }, + { + "group": "org.jvnet.staxex", + "name": "stax-ex", + "version": "2.1.0" + }, + { + "group": "org.liquibase", + "name": "liquibase-cdi", + "version": "4.20.0" + }, + { + "group": "org.liquibase", + "name": "liquibase-core", + "version": "4.20.0" + }, + { + "group": "org.mariadb", + "name": "r2dbc-mariadb", + "version": "1.1.4" + }, + { + "group": "org.mariadb.jdbc", + "name": "mariadb-java-client", + "version": "3.1.4" + }, + { + "group": "org.messaginghub", + "name": "pooled-jms", + "version": "3.1.5" + }, + { + "group": "org.mockito", + "name": "mockito-android", + "version": "5.3.1" + }, + { + "group": "org.mockito", + "name": "mockito-core", + "version": "5.3.1" + }, + { + "group": "org.mockito", + "name": "mockito-errorprone", + "version": "5.3.1" + }, + { + "group": "org.mockito", + "name": "mockito-junit-jupiter", + "version": "5.3.1" + }, + { + "group": "org.mockito", + "name": "mockito-proxy", + "version": "5.3.1" + }, + { + "group": "org.mockito", + "name": "mockito-subclass", + "version": "5.3.1" + }, + { + "group": "org.mongodb", + "name": "bson", + "version": "4.9.1" + }, + { + "group": "org.mongodb", + "name": "bson-record-codec", + "version": "4.9.1" + }, + { + "group": "org.mongodb", + "name": "mongodb-driver-core", + "version": "4.9.1" + }, + { + "group": "org.mongodb", + "name": "mongodb-driver-legacy", + "version": "4.9.1" + }, + { + "group": "org.mongodb", + "name": "mongodb-driver-reactivestreams", + "version": "4.9.1" + }, + { + "group": "org.mongodb", + "name": "mongodb-driver-sync", + "version": "4.9.1" + }, + { + "group": "org.neo4j.driver", + "name": "neo4j-java-driver", + "version": "5.15.0" + }, + { + "group": "org.postgresql", + "name": "postgresql", + "version": "42.6.0" + }, + { + "group": "org.postgresql", + "name": "r2dbc-postgresql", + "version": "1.0.4.RELEASE" + }, + { + "group": "org.projectlombok", + "name": "lombok", + "version": "1.18.30" + }, + { + "group": "org.quartz-scheduler", + "name": "quartz", + "version": "2.3.2" + }, + { + "group": "org.quartz-scheduler", + "name": "quartz-jobs", + "version": "2.3.2" + }, + { + "group": "org.reactivestreams", + "name": "reactive-streams", + "version": "1.0.4" + }, + { + "group": "org.seleniumhq.selenium", + "name": "htmlunit-driver", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "lift", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-api", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-chrome-driver", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-chromium-driver", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-devtools-v109", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-devtools-v110", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-devtools-v111", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-devtools-v85", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-edge-driver", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-firefox-driver", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-grid", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-http", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-http-jdk-client", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-ie-driver", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-java", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-json", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-manager", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-remote-driver", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-safari-driver", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-session-map-jdbc", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-session-map-redis", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-support", + "version": "4.8.3" + }, + { + "group": "org.skyscreamer", + "name": "jsonassert", + "version": "1.5.1" + }, + { + "group": "org.slf4j", + "name": "jcl-over-slf4j", + "version": "2.0.11" + }, + { + "group": "org.slf4j", + "name": "jul-to-slf4j", + "version": "2.0.11" + }, + { + "group": "org.slf4j", + "name": "log4j-over-slf4j", + "version": "2.0.11" + }, + { + "group": "org.slf4j", + "name": "slf4j-api", + "version": "2.0.11" + }, + { + "group": "org.slf4j", + "name": "slf4j-ext", + "version": "2.0.11" + }, + { + "group": "org.slf4j", + "name": "slf4j-jdk-platform-logging", + "version": "2.0.11" + }, + { + "group": "org.slf4j", + "name": "slf4j-jdk14", + "version": "2.0.11" + }, + { + "group": "org.slf4j", + "name": "slf4j-log4j12", + "version": "2.0.11" + }, + { + "group": "org.slf4j", + "name": "slf4j-nop", + "version": "2.0.11" + }, + { + "group": "org.slf4j", + "name": "slf4j-reload4j", + "version": "2.0.11" + }, + { + "group": "org.slf4j", + "name": "slf4j-simple", + "version": "2.0.11" + }, + { + "group": "org.springframework", + "name": "spring-aop", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-aspects", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-beans", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-context", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-context-indexer", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-context-support", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-core", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-core-test", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-expression", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-instrument", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-jcl", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-jdbc", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-jms", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-messaging", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-orm", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-oxm", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-r2dbc", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-test", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-tx", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-web", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-webflux", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-webmvc", + "version": "6.0.16" + }, + { + "group": "org.springframework", + "name": "spring-websocket", + "version": "6.0.16" + }, + { + "group": "org.springframework.amqp", + "name": "spring-amqp", + "version": "3.0.10" + }, + { + "group": "org.springframework.amqp", + "name": "spring-rabbit", + "version": "3.0.10" + }, + { + "group": "org.springframework.amqp", + "name": "spring-rabbit-junit", + "version": "3.0.10" + }, + { + "group": "org.springframework.amqp", + "name": "spring-rabbit-stream", + "version": "3.0.10" + }, + { + "group": "org.springframework.amqp", + "name": "spring-rabbit-test", + "version": "3.0.10" + }, + { + "group": "org.springframework.batch", + "name": "spring-batch-core", + "version": "5.0.4" + }, + { + "group": "org.springframework.batch", + "name": "spring-batch-infrastructure", + "version": "5.0.4" + }, + { + "group": "org.springframework.batch", + "name": "spring-batch-integration", + "version": "5.0.4" + }, + { + "group": "org.springframework.batch", + "name": "spring-batch-test", + "version": "5.0.4" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-actuator", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-actuator-autoconfigure", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-autoconfigure", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-autoconfigure-processor", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-buildpack-platform", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-configuration-metadata", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-configuration-processor", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-devtools", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-docker-compose", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-jarmode-layertools", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-loader", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-loader-tools", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-properties-migrator", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-activemq", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-actuator", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-amqp", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-aop", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-artemis", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-batch", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-cache", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-cassandra", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-cassandra-reactive", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-couchbase", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-couchbase-reactive", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-elasticsearch", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-jdbc", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-jpa", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-ldap", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-mongodb", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-mongodb-reactive", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-neo4j", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-r2dbc", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-redis", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-redis-reactive", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-rest", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-freemarker", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-graphql", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-groovy-templates", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-hateoas", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-integration", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-jdbc", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-jersey", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-jetty", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-jooq", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-json", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-log4j2", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-logging", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-mail", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-mustache", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-oauth2-authorization-server", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-oauth2-client", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-oauth2-resource-server", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-quartz", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-reactor-netty", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-rsocket", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-security", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-test", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-thymeleaf", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-tomcat", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-undertow", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-validation", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-web", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-web-services", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-webflux", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-websocket", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-test", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-test-autoconfigure", + "version": "3.1.8" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-testcontainers", + "version": "3.1.8" + }, + { + "group": "org.springframework.data", + "name": "spring-data-cassandra", + "version": "4.1.8" + }, + { + "group": "org.springframework.data", + "name": "spring-data-commons", + "version": "3.1.8" + }, + { + "group": "org.springframework.data", + "name": "spring-data-couchbase", + "version": "5.1.8" + }, + { + "group": "org.springframework.data", + "name": "spring-data-elasticsearch", + "version": "5.1.8" + }, + { + "group": "org.springframework.data", + "name": "spring-data-envers", + "version": "3.1.8" + }, + { + "group": "org.springframework.data", + "name": "spring-data-jdbc", + "version": "3.1.8" + }, + { + "group": "org.springframework.data", + "name": "spring-data-jpa", + "version": "3.1.8" + }, + { + "group": "org.springframework.data", + "name": "spring-data-keyvalue", + "version": "3.1.8" + }, + { + "group": "org.springframework.data", + "name": "spring-data-ldap", + "version": "3.1.8" + }, + { + "group": "org.springframework.data", + "name": "spring-data-mongodb", + "version": "4.1.8" + }, + { + "group": "org.springframework.data", + "name": "spring-data-neo4j", + "version": "7.1.8" + }, + { + "group": "org.springframework.data", + "name": "spring-data-r2dbc", + "version": "3.1.8" + }, + { + "group": "org.springframework.data", + "name": "spring-data-redis", + "version": "3.1.8" + }, + { + "group": "org.springframework.data", + "name": "spring-data-relational", + "version": "3.1.8" + }, + { + "group": "org.springframework.data", + "name": "spring-data-rest-core", + "version": "4.1.8" + }, + { + "group": "org.springframework.data", + "name": "spring-data-rest-hal-explorer", + "version": "4.1.8" + }, + { + "group": "org.springframework.data", + "name": "spring-data-rest-webmvc", + "version": "4.1.8" + }, + { + "group": "org.springframework.graphql", + "name": "spring-graphql", + "version": "1.2.4" + }, + { + "group": "org.springframework.graphql", + "name": "spring-graphql-test", + "version": "1.2.4" + }, + { + "group": "org.springframework.hateoas", + "name": "spring-hateoas", + "version": "2.1.3" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-amqp", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-camel", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-cassandra", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-core", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-event", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-feed", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-file", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-ftp", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-graphql", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-groovy", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-hazelcast", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-http", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-ip", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-jdbc", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-jms", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-jmx", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-jpa", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-kafka", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-mail", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-mongodb", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-mqtt", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-r2dbc", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-redis", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-rsocket", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-scripting", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-security", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-sftp", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-smb", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-stomp", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-stream", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-syslog", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-test", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-test-support", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-webflux", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-websocket", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-ws", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-xml", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-xmpp", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-zeromq", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-zip", + "version": "6.1.5" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-zookeeper", + "version": "6.1.5" + }, + { + "group": "org.springframework.kafka", + "name": "spring-kafka", + "version": "3.0.13" + }, + { + "group": "org.springframework.kafka", + "name": "spring-kafka-test", + "version": "3.0.13" + }, + { + "group": "org.springframework.ldap", + "name": "spring-ldap-core", + "version": "3.1.3" + }, + { + "group": "org.springframework.ldap", + "name": "spring-ldap-ldif-core", + "version": "3.1.3" + }, + { + "group": "org.springframework.ldap", + "name": "spring-ldap-odm", + "version": "3.1.3" + }, + { + "group": "org.springframework.ldap", + "name": "spring-ldap-test", + "version": "3.1.3" + }, + { + "group": "org.springframework.restdocs", + "name": "spring-restdocs-asciidoctor", + "version": "3.0.1" + }, + { + "group": "org.springframework.restdocs", + "name": "spring-restdocs-core", + "version": "3.0.1" + }, + { + "group": "org.springframework.restdocs", + "name": "spring-restdocs-mockmvc", + "version": "3.0.1" + }, + { + "group": "org.springframework.restdocs", + "name": "spring-restdocs-restassured", + "version": "3.0.1" + }, + { + "group": "org.springframework.restdocs", + "name": "spring-restdocs-webtestclient", + "version": "3.0.1" + }, + { + "group": "org.springframework.retry", + "name": "spring-retry", + "version": "2.0.5" + }, + { + "group": "org.springframework.security", + "name": "spring-security-acl", + "version": "6.1.6" + }, + { + "group": "org.springframework.security", + "name": "spring-security-aspects", + "version": "6.1.6" + }, + { + "group": "org.springframework.security", + "name": "spring-security-cas", + "version": "6.1.6" + }, + { + "group": "org.springframework.security", + "name": "spring-security-config", + "version": "6.1.6" + }, + { + "group": "org.springframework.security", + "name": "spring-security-core", + "version": "6.1.6" + }, + { + "group": "org.springframework.security", + "name": "spring-security-crypto", + "version": "6.1.6" + }, + { + "group": "org.springframework.security", + "name": "spring-security-data", + "version": "6.1.6" + }, + { + "group": "org.springframework.security", + "name": "spring-security-ldap", + "version": "6.1.6" + }, + { + "group": "org.springframework.security", + "name": "spring-security-messaging", + "version": "6.1.6" + }, + { + "group": "org.springframework.security", + "name": "spring-security-oauth2-authorization-server", + "version": "1.1.4" + }, + { + "group": "org.springframework.security", + "name": "spring-security-oauth2-client", + "version": "6.1.6" + }, + { + "group": "org.springframework.security", + "name": "spring-security-oauth2-core", + "version": "6.1.6" + }, + { + "group": "org.springframework.security", + "name": "spring-security-oauth2-jose", + "version": "6.1.6" + }, + { + "group": "org.springframework.security", + "name": "spring-security-oauth2-resource-server", + "version": "6.1.6" + }, + { + "group": "org.springframework.security", + "name": "spring-security-rsocket", + "version": "6.1.6" + }, + { + "group": "org.springframework.security", + "name": "spring-security-saml2-service-provider", + "version": "6.1.6" + }, + { + "group": "org.springframework.security", + "name": "spring-security-taglibs", + "version": "6.1.6" + }, + { + "group": "org.springframework.security", + "name": "spring-security-test", + "version": "6.1.6" + }, + { + "group": "org.springframework.security", + "name": "spring-security-web", + "version": "6.1.6" + }, + { + "group": "org.springframework.session", + "name": "spring-session-core", + "version": "3.1.4" + }, + { + "group": "org.springframework.session", + "name": "spring-session-data-mongodb", + "version": "3.1.4" + }, + { + "group": "org.springframework.session", + "name": "spring-session-data-redis", + "version": "3.1.4" + }, + { + "group": "org.springframework.session", + "name": "spring-session-hazelcast", + "version": "3.1.4" + }, + { + "group": "org.springframework.session", + "name": "spring-session-jdbc", + "version": "3.1.4" + }, + { + "group": "org.springframework.ws", + "name": "spring-ws-core", + "version": "4.0.10" + }, + { + "group": "org.springframework.ws", + "name": "spring-ws-security", + "version": "4.0.10" + }, + { + "group": "org.springframework.ws", + "name": "spring-ws-support", + "version": "4.0.10" + }, + { + "group": "org.springframework.ws", + "name": "spring-ws-test", + "version": "4.0.10" + }, + { + "group": "org.springframework.ws", + "name": "spring-xml", + "version": "4.0.10" + }, + { + "group": "org.testcontainers", + "name": "azure", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "cassandra", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "clickhouse", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "cockroachdb", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "consul", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "couchbase", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "cratedb", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "database-commons", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "db2", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "dynalite", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "elasticsearch", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "gcloud", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "hivemq", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "influxdb", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "jdbc", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "junit-jupiter", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "k3s", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "kafka", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "localstack", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "mariadb", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "mockserver", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "mongodb", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "mssqlserver", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "mysql", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "neo4j", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "nginx", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "oracle-xe", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "orientdb", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "postgresql", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "presto", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "pulsar", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "questdb", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "r2dbc", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "rabbitmq", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "redpanda", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "selenium", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "solace", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "solr", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "spock", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "testcontainers", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "tidb", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "toxiproxy", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "trino", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "vault", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "yugabytedb", + "version": "1.18.3" + }, + { + "group": "org.thymeleaf", + "name": "thymeleaf", + "version": "3.1.2.RELEASE" + }, + { + "group": "org.thymeleaf", + "name": "thymeleaf-spring6", + "version": "3.1.2.RELEASE" + }, + { + "group": "org.thymeleaf.extras", + "name": "thymeleaf-extras-springsecurity6", + "version": "3.1.2.RELEASE" + }, + { + "group": "org.webjars", + "name": "webjars-locator-core", + "version": "0.52" + }, + { + "group": "org.xerial", + "name": "sqlite-jdbc", + "version": "3.41.2.2" + }, + { + "group": "org.xmlunit", + "name": "xmlunit-assertj", + "version": "2.9.1" + }, + { + "group": "org.xmlunit", + "name": "xmlunit-assertj3", + "version": "2.9.1" + }, + { + "group": "org.xmlunit", + "name": "xmlunit-core", + "version": "2.9.1" + }, + { + "group": "org.xmlunit", + "name": "xmlunit-jakarta-jaxb-impl", + "version": "2.9.1" + }, + { + "group": "org.xmlunit", + "name": "xmlunit-legacy", + "version": "2.9.1" + }, + { + "group": "org.xmlunit", + "name": "xmlunit-matchers", + "version": "2.9.1" + }, + { + "group": "org.xmlunit", + "name": "xmlunit-placeholders", + "version": "2.9.1" + }, + { + "group": "org.yaml", + "name": "snakeyaml", + "version": "1.33" + }, + { + "group": "redis.clients", + "name": "jedis", + "version": "4.3.2" + }, + { + "group": "wsdl4j", + "name": "wsdl4j", + "version": "1.6.3" + } +] \ No newline at end of file diff --git a/versions/3.1.9.json b/versions/3.1.9.json index ab2d4e7..457bd8e 100644 --- a/versions/3.1.9.json +++ b/versions/3.1.9.json @@ -1,1301 +1,6497 @@ [ - { "group": "ch.qos.logback", "name": "logback-access", "version": "1.4.14" }, - { "group": "ch.qos.logback", "name": "logback-classic", "version": "1.4.14" }, - { "group": "ch.qos.logback", "name": "logback-core", "version": "1.4.14" }, - { "group": "co.elastic.clients", "name": "elasticsearch-java", "version": "8.7.1" }, - { "group": "com.couchbase.client", "name": "java-client", "version": "3.4.11" }, - { "group": "com.datastax.oss", "name": "java-driver-core", "version": "4.15.0" }, - { "group": "com.datastax.oss", "name": "java-driver-core-shaded", "version": "4.15.0" }, - { "group": "com.datastax.oss", "name": "java-driver-mapper-processor", "version": "4.15.0" }, - { "group": "com.datastax.oss", "name": "java-driver-mapper-runtime", "version": "4.15.0" }, - { "group": "com.datastax.oss", "name": "java-driver-metrics-micrometer", "version": "4.15.0" }, - { "group": "com.datastax.oss", "name": "java-driver-metrics-microprofile", "version": "4.15.0" }, - { "group": "com.datastax.oss", "name": "java-driver-query-builder", "version": "4.15.0" }, - { "group": "com.datastax.oss", "name": "java-driver-shaded-guava", "version": "25.1-jre-graal-sub-1" }, - { "group": "com.datastax.oss", "name": "java-driver-test-infra", "version": "4.15.0" }, - { "group": "com.datastax.oss", "name": "native-protocol", "version": "1.5.1" }, - { "group": "com.fasterxml", "name": "classmate", "version": "1.5.1" }, - { "group": "com.fasterxml.jackson.core", "name": "jackson-annotations", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.core", "name": "jackson-core", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.core", "name": "jackson-databind", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-avro", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-cbor", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-csv", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-ion", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-properties", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-protobuf", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-smile", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-toml", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-xml", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.dataformat", "name": "jackson-dataformat-yaml", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-eclipse-collections", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-guava", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-hibernate4", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-hibernate5", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-hibernate5-jakarta", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-hibernate6", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-hppc", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-jakarta-jsonp", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-jaxrs", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-jdk8", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-joda", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-joda-money", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-json-org", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-jsr310", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-jsr353", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.datatype", "name": "jackson-datatype-pcollections", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.jakarta.rs", "name": "jackson-jakarta-rs-base", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.jakarta.rs", "name": "jackson-jakarta-rs-cbor-provider", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.jakarta.rs", "name": "jackson-jakarta-rs-json-provider", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.jakarta.rs", "name": "jackson-jakarta-rs-smile-provider", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.jakarta.rs", "name": "jackson-jakarta-rs-xml-provider", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.jakarta.rs", "name": "jackson-jakarta-rs-yaml-provider", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.jaxrs", "name": "jackson-jaxrs-base", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.jaxrs", "name": "jackson-jaxrs-cbor-provider", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.jaxrs", "name": "jackson-jaxrs-json-provider", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.jaxrs", "name": "jackson-jaxrs-smile-provider", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.jaxrs", "name": "jackson-jaxrs-xml-provider", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.jaxrs", "name": "jackson-jaxrs-yaml-provider", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.jr", "name": "jackson-jr-all", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.jr", "name": "jackson-jr-annotation-support", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.jr", "name": "jackson-jr-objects", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.jr", "name": "jackson-jr-retrofit2", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.jr", "name": "jackson-jr-stree", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.module", "name": "jackson-module-afterburner", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.module", "name": "jackson-module-blackbird", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.module", "name": "jackson-module-guice", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.module", "name": "jackson-module-jakarta-xmlbind-annotations", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.module", "name": "jackson-module-jaxb-annotations", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.module", "name": "jackson-module-jsonSchema", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.module", "name": "jackson-module-jsonSchema-jakarta", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.module", "name": "jackson-module-kotlin", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.module", "name": "jackson-module-mrbean", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.module", "name": "jackson-module-no-ctor-deser", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.module", "name": "jackson-module-osgi", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.module", "name": "jackson-module-parameter-names", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.module", "name": "jackson-module-paranamer", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.module", "name": "jackson-module-scala_2.11", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.module", "name": "jackson-module-scala_2.12", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.module", "name": "jackson-module-scala_2.13", "version": "2.15.4" }, - { "group": "com.fasterxml.jackson.module", "name": "jackson-module-scala_3", "version": "2.15.4" }, - { "group": "com.github.ben-manes.caffeine", "name": "caffeine", "version": "3.1.8" }, - { "group": "com.github.ben-manes.caffeine", "name": "guava", "version": "3.1.8" }, - { "group": "com.github.ben-manes.caffeine", "name": "jcache", "version": "3.1.8" }, - { "group": "com.github.ben-manes.caffeine", "name": "simulator", "version": "3.1.8" }, - { "group": "com.github.mxab.thymeleaf.extras", "name": "thymeleaf-extras-data-attribute", "version": "2.0.1" }, - { "group": "com.google.code.gson", "name": "gson", "version": "2.10.1" }, - { "group": "com.graphql-java", "name": "graphql-java", "version": "20.2" }, - { "group": "com.h2database", "name": "h2", "version": "2.1.214" }, - { "group": "com.hazelcast", "name": "hazelcast", "version": "5.2.4" }, - { "group": "com.hazelcast", "name": "hazelcast-spring", "version": "5.2.4" }, - { "group": "com.ibm.db2", "name": "jcc", "version": "11.5.9.0" }, - { "group": "com.jayway.jsonpath", "name": "json-path", "version": "2.9.0" }, - { "group": "com.jayway.jsonpath", "name": "json-path-assert", "version": "2.9.0" }, - { "group": "com.microsoft.sqlserver", "name": "mssql-jdbc", "version": "11.2.3.jre17" }, - { "group": "com.mysql", "name": "mysql-connector-j", "version": "8.0.33" }, - { "group": "com.oracle.database.ha", "name": "ons", "version": "21.9.0.0" }, - { "group": "com.oracle.database.ha", "name": "simplefan", "version": "21.9.0.0" }, - { "group": "com.oracle.database.jdbc", "name": "ojdbc11", "version": "21.9.0.0" }, - { "group": "com.oracle.database.jdbc", "name": "ojdbc11-production", "version": "21.9.0.0" }, - { "group": "com.oracle.database.jdbc", "name": "ojdbc8", "version": "21.9.0.0" }, - { "group": "com.oracle.database.jdbc", "name": "ojdbc8-production", "version": "21.9.0.0" }, - { "group": "com.oracle.database.jdbc", "name": "rsi", "version": "21.9.0.0" }, - { "group": "com.oracle.database.jdbc", "name": "ucp", "version": "21.9.0.0" }, - { "group": "com.oracle.database.jdbc", "name": "ucp11", "version": "21.9.0.0" }, - { "group": "com.oracle.database.jdbc.debug", "name": "ojdbc11-debug", "version": "21.9.0.0" }, - { "group": "com.oracle.database.jdbc.debug", "name": "ojdbc11-observability-debug", "version": "21.9.0.0" }, - { "group": "com.oracle.database.jdbc.debug", "name": "ojdbc11_g", "version": "21.9.0.0" }, - { "group": "com.oracle.database.jdbc.debug", "name": "ojdbc11dms_g", "version": "21.9.0.0" }, - { "group": "com.oracle.database.jdbc.debug", "name": "ojdbc8-debug", "version": "21.9.0.0" }, - { "group": "com.oracle.database.jdbc.debug", "name": "ojdbc8-observability-debug", "version": "21.9.0.0" }, - { "group": "com.oracle.database.jdbc.debug", "name": "ojdbc8_g", "version": "21.9.0.0" }, - { "group": "com.oracle.database.jdbc.debug", "name": "ojdbc8dms_g", "version": "21.9.0.0" }, - { "group": "com.oracle.database.nls", "name": "orai18n", "version": "21.9.0.0" }, - { "group": "com.oracle.database.observability", "name": "dms", "version": "21.9.0.0" }, - { "group": "com.oracle.database.observability", "name": "ojdbc11-observability", "version": "21.9.0.0" }, - { "group": "com.oracle.database.observability", "name": "ojdbc11dms", "version": "21.9.0.0" }, - { "group": "com.oracle.database.observability", "name": "ojdbc8-observability", "version": "21.9.0.0" }, - { "group": "com.oracle.database.observability", "name": "ojdbc8dms", "version": "21.9.0.0" }, - { "group": "com.oracle.database.r2dbc", "name": "oracle-r2dbc", "version": "1.1.1" }, - { "group": "com.oracle.database.security", "name": "oraclepki", "version": "21.9.0.0" }, - { "group": "com.oracle.database.security", "name": "osdt_cert", "version": "21.9.0.0" }, - { "group": "com.oracle.database.security", "name": "osdt_core", "version": "21.9.0.0" }, - { "group": "com.oracle.database.xml", "name": "xdb", "version": "21.9.0.0" }, - { "group": "com.oracle.database.xml", "name": "xmlparserv2", "version": "21.9.0.0" }, - { "group": "com.querydsl", "name": "querydsl-apt", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-codegen", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-codegen-utils", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-collections", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-core", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-guava", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-hibernate-search", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-jdo", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-jpa", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-jpa-codegen", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-kotlin", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-kotlin-codegen", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-lucene3", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-lucene4", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-lucene5", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-mongodb", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-scala", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-spatial", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-sql", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-sql-codegen", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-sql-spatial", "version": "5.0.0" }, - { "group": "com.querydsl", "name": "querydsl-sql-spring", "version": "5.0.0" }, - { "group": "com.rabbitmq", "name": "amqp-client", "version": "5.17.1" }, - { "group": "com.rabbitmq", "name": "stream-client", "version": "0.9.0" }, - { "group": "com.samskivert", "name": "jmustache", "version": "1.15" }, - { "group": "com.sendgrid", "name": "sendgrid-java", "version": "4.9.3" }, - { "group": "com.squareup.okhttp3", "name": "logging-interceptor", "version": "4.10.0" }, - { "group": "com.squareup.okhttp3", "name": "mockwebserver", "version": "4.10.0" }, - { "group": "com.squareup.okhttp3", "name": "okcurl", "version": "4.10.0" }, - { "group": "com.squareup.okhttp3", "name": "okhttp", "version": "4.10.0" }, - { "group": "com.squareup.okhttp3", "name": "okhttp-brotli", "version": "4.10.0" }, - { "group": "com.squareup.okhttp3", "name": "okhttp-dnsoverhttps", "version": "4.10.0" }, - { "group": "com.squareup.okhttp3", "name": "okhttp-sse", "version": "4.10.0" }, - { "group": "com.squareup.okhttp3", "name": "okhttp-tls", "version": "4.10.0" }, - { "group": "com.squareup.okhttp3", "name": "okhttp-urlconnection", "version": "4.10.0" }, - { "group": "com.sun.istack", "name": "istack-commons-runtime", "version": "4.1.2" }, - { "group": "com.sun.xml.bind", "name": "jaxb-core", "version": "4.0.4" }, - { "group": "com.sun.xml.bind", "name": "jaxb-impl", "version": "4.0.4" }, - { "group": "com.sun.xml.bind", "name": "jaxb-jxc", "version": "4.0.4" }, - { "group": "com.sun.xml.bind", "name": "jaxb-osgi", "version": "4.0.4" }, - { "group": "com.sun.xml.bind", "name": "jaxb-xjc", "version": "4.0.4" }, - { "group": "com.sun.xml.fastinfoset", "name": "FastInfoset", "version": "2.1.0" }, - { "group": "com.sun.xml.messaging.saaj", "name": "saaj-impl", "version": "3.0.3" }, - { "group": "com.unboundid", "name": "unboundid-ldapsdk", "version": "6.0.11" }, - { "group": "com.zaxxer", "name": "HikariCP", "version": "5.0.1" }, - { "group": "commons-codec", "name": "commons-codec", "version": "1.15" }, - { "group": "commons-pool", "name": "commons-pool", "version": "1.6" }, - { "group": "io.asyncer", "name": "r2dbc-mysql", "version": "1.0.6" }, - { "group": "io.dropwizard.metrics", "name": "metrics-annotation", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-caffeine", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-caffeine3", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-collectd", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-core", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-ehcache", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-graphite", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-healthchecks", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-httpasyncclient", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-httpclient", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-httpclient5", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-jakarta-servlet", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-jakarta-servlet6", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-jakarta-servlets", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-jcache", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-jdbi", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-jdbi3", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-jersey2", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-jersey3", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-jersey31", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-jetty10", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-jetty11", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-jetty12", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-jetty12-ee10", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-jetty9", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-jmx", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-json", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-jvm", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-log4j2", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-logback", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-logback13", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-logback14", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-servlet", "version": "4.2.25" }, - { "group": "io.dropwizard.metrics", "name": "metrics-servlets", "version": "4.2.25" }, - { "group": "io.lettuce", "name": "lettuce-core", "version": "6.2.7.RELEASE" }, - { "group": "io.micrometer", "name": "benchmarks", "version": "1.1.10" }, - { "group": "io.micrometer", "name": "micrometer-commons", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-core", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-jetty11", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-observation", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-observation-test", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-appoptics", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-atlas", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-azure-monitor", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-cloudwatch", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-cloudwatch2", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-datadog", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-dynatrace", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-elastic", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-ganglia", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-graphite", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-health", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-humio", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-influx", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-jmx", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-kairos", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-new-relic", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-opentsdb", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-otlp", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-prometheus", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-signalfx", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-stackdriver", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-statsd", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-registry-wavefront", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-test", "version": "1.11.9" }, - { "group": "io.micrometer", "name": "micrometer-tracing", "version": "1.1.10" }, - { "group": "io.micrometer", "name": "micrometer-tracing-bridge-brave", "version": "1.1.10" }, - { "group": "io.micrometer", "name": "micrometer-tracing-bridge-otel", "version": "1.1.10" }, - { "group": "io.micrometer", "name": "micrometer-tracing-integration-test", "version": "1.1.10" }, - { "group": "io.micrometer", "name": "micrometer-tracing-reporter-wavefront", "version": "1.1.10" }, - { "group": "io.micrometer", "name": "micrometer-tracing-test", "version": "1.1.10" }, - { "group": "io.netty", "name": "netty-all", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-buffer", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-codec", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-codec-dns", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-codec-haproxy", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-codec-http", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-codec-http2", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-codec-memcache", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-codec-mqtt", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-codec-redis", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-codec-smtp", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-codec-socks", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-codec-stomp", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-codec-xml", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-common", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-dev-tools", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-example", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-handler", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-handler-proxy", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-handler-ssl-ocsp", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-resolver", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-resolver-dns", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-resolver-dns-classes-macos", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-resolver-dns-native-macos", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-tcnative", "version": "2.0.61.Final" }, - { "group": "io.netty", "name": "netty-tcnative-boringssl-static", "version": "2.0.61.Final" }, - { "group": "io.netty", "name": "netty-tcnative-classes", "version": "2.0.61.Final" }, - { "group": "io.netty", "name": "netty-transport", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-transport-classes-epoll", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-transport-classes-kqueue", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-transport-native-epoll", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-transport-native-kqueue", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-transport-native-unix-common", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-transport-rxtx", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-transport-sctp", "version": "4.1.107.Final" }, - { "group": "io.netty", "name": "netty-transport-udt", "version": "4.1.107.Final" }, - { "group": "io.opentelemetry", "name": "opentelemetry-api", "version": "1.25.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-context", "version": "1.25.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-exporter-common", "version": "1.25.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-exporter-jaeger", "version": "1.25.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-exporter-jaeger-proto", "version": "1.17.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-exporter-jaeger-thrift", "version": "1.25.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-exporter-logging", "version": "1.25.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-exporter-logging-otlp", "version": "1.25.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-exporter-otlp", "version": "1.25.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-exporter-otlp-common", "version": "1.25.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-exporter-zipkin", "version": "1.25.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-extension-annotations", "version": "1.18.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-extension-aws", "version": "1.20.1" }, - { "group": "io.opentelemetry", "name": "opentelemetry-extension-kotlin", "version": "1.25.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-extension-trace-propagators", "version": "1.25.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-sdk", "version": "1.25.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-sdk-common", "version": "1.25.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-sdk-extension-autoconfigure-spi", "version": "1.25.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-sdk-extension-aws", "version": "1.19.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-sdk-extension-jaeger-remote-sampler", "version": "1.25.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-sdk-extension-resources", "version": "1.19.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-sdk-metrics", "version": "1.25.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-sdk-testing", "version": "1.25.0" }, - { "group": "io.opentelemetry", "name": "opentelemetry-sdk-trace", "version": "1.25.0" }, - { "group": "io.projectreactor", "name": "reactor-core", "version": "3.5.14" }, - { "group": "io.projectreactor", "name": "reactor-core-micrometer", "version": "1.0.14" }, - { "group": "io.projectreactor", "name": "reactor-test", "version": "3.5.14" }, - { "group": "io.projectreactor", "name": "reactor-tools", "version": "3.5.14" }, - { "group": "io.projectreactor.addons", "name": "reactor-adapter", "version": "3.5.1" }, - { "group": "io.projectreactor.addons", "name": "reactor-extra", "version": "3.5.1" }, - { "group": "io.projectreactor.addons", "name": "reactor-pool", "version": "1.0.5" }, - { "group": "io.projectreactor.addons", "name": "reactor-pool-micrometer", "version": "0.1.5" }, - { "group": "io.projectreactor.kafka", "name": "reactor-kafka", "version": "1.3.23" }, - { "group": "io.projectreactor.kotlin", "name": "reactor-kotlin-extensions", "version": "1.2.2" }, - { "group": "io.projectreactor.netty", "name": "reactor-netty", "version": "1.1.16" }, - { "group": "io.projectreactor.netty", "name": "reactor-netty-core", "version": "1.1.16" }, - { "group": "io.projectreactor.netty", "name": "reactor-netty-http", "version": "1.1.16" }, - { "group": "io.projectreactor.netty", "name": "reactor-netty-http-brave", "version": "1.1.16" }, - { "group": "io.prometheus", "name": "simpleclient", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_caffeine", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_common", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_dropwizard", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_graphite_bridge", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_guava", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_hibernate", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_hotspot", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_httpserver", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_jetty", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_jetty_jdk8", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_log4j", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_log4j2", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_logback", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_pushgateway", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_servlet", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_servlet_jakarta", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_spring_boot", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_spring_web", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_tracer_common", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_tracer_otel", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_tracer_otel_agent", "version": "0.16.0" }, - { "group": "io.prometheus", "name": "simpleclient_vertx", "version": "0.16.0" }, - { "group": "io.r2dbc", "name": "r2dbc-h2", "version": "1.0.0.RELEASE" }, - { "group": "io.r2dbc", "name": "r2dbc-mssql", "version": "1.0.2.RELEASE" }, - { "group": "io.r2dbc", "name": "r2dbc-pool", "version": "1.0.1.RELEASE" }, - { "group": "io.r2dbc", "name": "r2dbc-proxy", "version": "1.1.4.RELEASE" }, - { "group": "io.r2dbc", "name": "r2dbc-spi", "version": "1.0.0.RELEASE" }, - { "group": "io.reactivex.rxjava3", "name": "rxjava", "version": "3.1.8" }, - { "group": "io.rest-assured", "name": "json-path", "version": "5.3.2" }, - { "group": "io.rest-assured", "name": "json-schema-validator", "version": "5.3.2" }, - { "group": "io.rest-assured", "name": "kotlin-extensions", "version": "5.3.2" }, - { "group": "io.rest-assured", "name": "rest-assured", "version": "5.3.2" }, - { "group": "io.rest-assured", "name": "rest-assured-all", "version": "5.3.2" }, - { "group": "io.rest-assured", "name": "rest-assured-common", "version": "5.3.2" }, - { "group": "io.rest-assured", "name": "scala-support", "version": "5.3.2" }, - { "group": "io.rest-assured", "name": "spring-commons", "version": "5.3.2" }, - { "group": "io.rest-assured", "name": "spring-mock-mvc", "version": "5.3.2" }, - { "group": "io.rest-assured", "name": "spring-mock-mvc-kotlin-extensions", "version": "5.3.2" }, - { "group": "io.rest-assured", "name": "spring-web-test-client", "version": "5.3.2" }, - { "group": "io.rest-assured", "name": "xml-path", "version": "5.3.2" }, - { "group": "io.rsocket", "name": "rsocket-core", "version": "1.1.3" }, - { "group": "io.rsocket", "name": "rsocket-load-balancer", "version": "1.1.3" }, - { "group": "io.rsocket", "name": "rsocket-micrometer", "version": "1.1.3" }, - { "group": "io.rsocket", "name": "rsocket-test", "version": "1.1.3" }, - { "group": "io.rsocket", "name": "rsocket-transport-local", "version": "1.1.3" }, - { "group": "io.rsocket", "name": "rsocket-transport-netty", "version": "1.1.3" }, - { "group": "io.spring.gradle", "name": "dependency-management-plugin", "version": "1.1.4" }, - { "group": "io.undertow", "name": "undertow-core", "version": "2.3.12.Final" }, - { "group": "io.undertow", "name": "undertow-servlet", "version": "2.3.12.Final" }, - { "group": "io.undertow", "name": "undertow-websockets-jsr", "version": "2.3.12.Final" }, - { "group": "io.zipkin.brave", "name": "brave", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-context-jfr", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-context-log4j12", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-context-log4j2", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-context-rxjava2", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-context-slf4j", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-dubbo", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-dubbo-rpc", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-grpc", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-http", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-http-tests", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-httpasyncclient", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-httpclient", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-jaxrs2", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-jersey-server", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-jms", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-jms-jakarta", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-kafka-clients", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-kafka-streams", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-messaging", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-mongodb", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-mysql", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-mysql6", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-mysql8", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-netty-codec-http", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-okhttp3", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-p6spy", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-rpc", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-servlet", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-servlet-jakarta", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-sparkjava", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-spring-rabbit", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-spring-web", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-spring-webmvc", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-instrumentation-vertx-web", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-spring-beans", "version": "5.15.1" }, - { "group": "io.zipkin.brave", "name": "brave-tests", "version": "5.15.1" }, - { "group": "io.zipkin.proto3", "name": "zipkin-proto3", "version": "1.0.0" }, - { "group": "io.zipkin.reporter2", "name": "zipkin-reporter", "version": "2.16.3" }, - { "group": "io.zipkin.reporter2", "name": "zipkin-reporter-brave", "version": "2.16.3" }, - { "group": "io.zipkin.reporter2", "name": "zipkin-reporter-metrics-micrometer", "version": "2.16.3" }, - { "group": "io.zipkin.reporter2", "name": "zipkin-reporter-spring-beans", "version": "2.16.3" }, - { "group": "io.zipkin.reporter2", "name": "zipkin-sender-activemq-client", "version": "2.16.3" }, - { "group": "io.zipkin.reporter2", "name": "zipkin-sender-amqp-client", "version": "2.16.3" }, - { "group": "io.zipkin.reporter2", "name": "zipkin-sender-kafka", "version": "2.16.3" }, - { "group": "io.zipkin.reporter2", "name": "zipkin-sender-kafka08", "version": "2.16.3" }, - { "group": "io.zipkin.reporter2", "name": "zipkin-sender-libthrift", "version": "2.16.3" }, - { "group": "io.zipkin.reporter2", "name": "zipkin-sender-okhttp3", "version": "2.16.3" }, - { "group": "io.zipkin.reporter2", "name": "zipkin-sender-urlconnection", "version": "2.16.3" }, - { "group": "io.zipkin.zipkin2", "name": "zipkin", "version": "2.23.2" }, - { "group": "jakarta.activation", "name": "jakarta.activation-api", "version": "2.1.2" }, - { "group": "jakarta.annotation", "name": "jakarta.annotation-api", "version": "2.1.1" }, - { "group": "jakarta.jms", "name": "jakarta.jms-api", "version": "3.1.0" }, - { "group": "jakarta.json", "name": "jakarta.json-api", "version": "2.1.3" }, - { "group": "jakarta.json.bind", "name": "jakarta.json.bind-api", "version": "3.0.0" }, - { "group": "jakarta.mail", "name": "jakarta.mail-api", "version": "2.1.2" }, - { "group": "jakarta.management.j2ee", "name": "jakarta.management.j2ee-api", "version": "1.1.4" }, - { "group": "jakarta.persistence", "name": "jakarta.persistence-api", "version": "3.1.0" }, - { "group": "jakarta.servlet", "name": "jakarta.servlet-api", "version": "6.0.0" }, - { "group": "jakarta.servlet.jsp.jstl", "name": "jakarta.servlet.jsp.jstl-api", "version": "3.0.0" }, - { "group": "jakarta.transaction", "name": "jakarta.transaction-api", "version": "2.0.1" }, - { "group": "jakarta.validation", "name": "jakarta.validation-api", "version": "3.0.2" }, - { "group": "jakarta.websocket", "name": "jakarta.websocket-api", "version": "2.1.1" }, - { "group": "jakarta.websocket", "name": "jakarta.websocket-client-api", "version": "2.1.1" }, - { "group": "jakarta.ws.rs", "name": "jakarta.ws.rs-api", "version": "3.1.0" }, - { "group": "jakarta.xml.bind", "name": "jakarta.xml.bind-api", "version": "4.0.1" }, - { "group": "jakarta.xml.soap", "name": "jakarta.xml.soap-api", "version": "3.0.1" }, - { "group": "jakarta.xml.ws", "name": "jakarta.xml.ws-api", "version": "4.0.1" }, - { "group": "javax.cache", "name": "cache-api", "version": "1.1.1" }, - { "group": "javax.money", "name": "money-api", "version": "1.1" }, - { "group": "jaxen", "name": "jaxen", "version": "2.0.0" }, - { "group": "junit", "name": "junit", "version": "4.13.2" }, - { "group": "net.bytebuddy", "name": "byte-buddy", "version": "1.14.12" }, - { "group": "net.bytebuddy", "name": "byte-buddy-agent", "version": "1.14.12" }, - { "group": "net.minidev", "name": "json-smart", "version": "2.4.11" }, - { "group": "net.sourceforge.htmlunit", "name": "htmlunit", "version": "2.70.0" }, - { "group": "net.sourceforge.jtds", "name": "jtds", "version": "1.3.1" }, - { "group": "net.sourceforge.nekohtml", "name": "nekohtml", "version": "1.9.22" }, - { "group": "nz.net.ultraq.thymeleaf", "name": "thymeleaf-layout-dialect", "version": "3.2.1" }, - { "group": "org.apache.activemq", "name": "activemq-amqp", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-blueprint", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-broker", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-client", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-client-jakarta", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-console", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-http", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-jaas", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-jdbc-store", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-jms-pool", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-kahadb-store", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-karaf", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-log4j-appender", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-mqtt", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-openwire-generator", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-openwire-legacy", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-osgi", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-partition", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-pool", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-ra", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-run", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-runtime-config", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-shiro", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-spring", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-stomp", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "activemq-web", "version": "5.18.3" }, - { "group": "org.apache.activemq", "name": "artemis-amqp-protocol", "version": "2.28.0" }, - { "group": "org.apache.activemq", "name": "artemis-commons", "version": "2.28.0" }, - { "group": "org.apache.activemq", "name": "artemis-core-client", "version": "2.28.0" }, - { "group": "org.apache.activemq", "name": "artemis-jakarta-client", "version": "2.28.0" }, - { "group": "org.apache.activemq", "name": "artemis-jakarta-server", "version": "2.28.0" }, - { "group": "org.apache.activemq", "name": "artemis-jakarta-service-extensions", "version": "2.28.0" }, - { "group": "org.apache.activemq", "name": "artemis-jdbc-store", "version": "2.28.0" }, - { "group": "org.apache.activemq", "name": "artemis-journal", "version": "2.28.0" }, - { "group": "org.apache.activemq", "name": "artemis-quorum-api", "version": "2.28.0" }, - { "group": "org.apache.activemq", "name": "artemis-selector", "version": "2.28.0" }, - { "group": "org.apache.activemq", "name": "artemis-server", "version": "2.28.0" }, - { "group": "org.apache.activemq", "name": "artemis-service-extensions", "version": "2.28.0" }, - { "group": "org.apache.commons", "name": "commons-dbcp2", "version": "2.9.0" }, - { "group": "org.apache.commons", "name": "commons-lang3", "version": "3.12.0" }, - { "group": "org.apache.commons", "name": "commons-pool2", "version": "2.11.1" }, - { "group": "org.apache.derby", "name": "derby", "version": "10.16.1.1" }, - { "group": "org.apache.derby", "name": "derbyclient", "version": "10.16.1.1" }, - { "group": "org.apache.derby", "name": "derbynet", "version": "10.16.1.1" }, - { "group": "org.apache.derby", "name": "derbyoptionaltools", "version": "10.16.1.1" }, - { "group": "org.apache.derby", "name": "derbyshared", "version": "10.16.1.1" }, - { "group": "org.apache.derby", "name": "derbytools", "version": "10.16.1.1" }, - { "group": "org.apache.groovy", "name": "groovy", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-ant", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-astbuilder", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-cli-commons", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-cli-picocli", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-console", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-contracts", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-datetime", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-dateutil", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-docgenerator", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-ginq", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-groovydoc", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-groovysh", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-jmx", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-json", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-jsr223", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-macro", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-macro-library", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-nio", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-servlet", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-sql", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-swing", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-templates", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-test", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-test-junit5", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-testng", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-toml", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-typecheckers", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-xml", "version": "4.0.18" }, - { "group": "org.apache.groovy", "name": "groovy-yaml", "version": "4.0.18" }, - { "group": "org.apache.httpcomponents", "name": "httpasyncclient", "version": "4.1.5" }, - { "group": "org.apache.httpcomponents", "name": "httpcore", "version": "4.4.16" }, - { "group": "org.apache.httpcomponents", "name": "httpcore-nio", "version": "4.4.16" }, - { "group": "org.apache.httpcomponents.client5", "name": "httpclient5", "version": "5.2.3" }, - { "group": "org.apache.httpcomponents.client5", "name": "httpclient5-cache", "version": "5.2.3" }, - { "group": "org.apache.httpcomponents.client5", "name": "httpclient5-fluent", "version": "5.2.3" }, - { "group": "org.apache.httpcomponents.client5", "name": "httpclient5-win", "version": "5.2.3" }, - { "group": "org.apache.httpcomponents.core5", "name": "httpcore5", "version": "5.2.4" }, - { "group": "org.apache.httpcomponents.core5", "name": "httpcore5-h2", "version": "5.2.4" }, - { "group": "org.apache.httpcomponents.core5", "name": "httpcore5-reactive", "version": "5.2.4" }, - { "group": "org.apache.kafka", "name": "connect", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "connect-api", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "connect-basic-auth-extension", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "connect-file", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "connect-json", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "connect-mirror", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "connect-mirror-client", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "connect-runtime", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "connect-transforms", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "generator", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "kafka-clients", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "kafka-log4j-appender", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "kafka-metadata", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "kafka-raft", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "kafka-server-common", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "kafka-shell", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "kafka-storage", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "kafka-storage-api", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "kafka-streams", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "kafka-streams-scala_2.12", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "kafka-streams-scala_2.13", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "kafka-streams-test-utils", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "kafka-tools", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "kafka_2.12", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "kafka_2.13", "version": "3.4.1" }, - { "group": "org.apache.kafka", "name": "trogdor", "version": "3.4.1" }, - { "group": "org.apache.logging.log4j", "name": "log4j-1.2-api", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-api", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-api-test", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-appserver", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-cassandra", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-core", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-core-test", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-couchdb", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-docker", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-flume-ng", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-iostreams", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-jakarta-smtp", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-jakarta-web", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-jcl", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-jmx-gui", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-jpa", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-jpl", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-jul", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-kubernetes", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-layout-template-json", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-layout-template-json-test", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-mongodb3", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-mongodb4", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-slf4j-impl", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-slf4j2-impl", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-spring-boot", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-spring-cloud-config-client", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-taglib", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-to-jul", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-to-slf4j", "version": "2.20.0" }, - { "group": "org.apache.logging.log4j", "name": "log4j-web", "version": "2.20.0" }, - { "group": "org.apache.maven.plugin-tools", "name": "maven-plugin-annotations", "version": "3.6.4" }, - { "group": "org.apache.tomcat", "name": "tomcat-annotations-api", "version": "10.1.19" }, - { "group": "org.apache.tomcat", "name": "tomcat-jdbc", "version": "10.1.19" }, - { "group": "org.apache.tomcat", "name": "tomcat-jsp-api", "version": "10.1.19" }, - { "group": "org.apache.tomcat.embed", "name": "tomcat-embed-core", "version": "10.1.19" }, - { "group": "org.apache.tomcat.embed", "name": "tomcat-embed-el", "version": "10.1.19" }, - { "group": "org.apache.tomcat.embed", "name": "tomcat-embed-jasper", "version": "10.1.19" }, - { "group": "org.apache.tomcat.embed", "name": "tomcat-embed-websocket", "version": "10.1.19" }, - { "group": "org.aspectj", "name": "aspectjrt", "version": "1.9.21" }, - { "group": "org.aspectj", "name": "aspectjtools", "version": "1.9.21" }, - { "group": "org.aspectj", "name": "aspectjweaver", "version": "1.9.21" }, - { "group": "org.assertj", "name": "assertj-core", "version": "3.24.2" }, - { "group": "org.assertj", "name": "assertj-guava", "version": "3.24.2" }, - { "group": "org.awaitility", "name": "awaitility", "version": "4.2.0" }, - { "group": "org.awaitility", "name": "awaitility-groovy", "version": "4.2.0" }, - { "group": "org.awaitility", "name": "awaitility-kotlin", "version": "4.2.0" }, - { "group": "org.awaitility", "name": "awaitility-scala", "version": "4.2.0" }, - { "group": "org.cache2k", "name": "cache2k-api", "version": "2.6.1.Final" }, - { "group": "org.cache2k", "name": "cache2k-config", "version": "2.6.1.Final" }, - { "group": "org.cache2k", "name": "cache2k-core", "version": "2.6.1.Final" }, - { "group": "org.cache2k", "name": "cache2k-jcache", "version": "2.6.1.Final" }, - { "group": "org.cache2k", "name": "cache2k-micrometer", "version": "2.6.1.Final" }, - { "group": "org.cache2k", "name": "cache2k-spring", "version": "2.6.1.Final" }, - { "group": "org.codehaus.janino", "name": "commons-compiler", "version": "3.1.12" }, - { "group": "org.codehaus.janino", "name": "commons-compiler-jdk", "version": "3.1.12" }, - { "group": "org.codehaus.janino", "name": "janino", "version": "3.1.12" }, - { "group": "org.eclipse", "name": "yasson", "version": "3.0.3" }, - { "group": "org.eclipse.angus", "name": "angus-activation", "version": "2.0.1" }, - { "group": "org.eclipse.angus", "name": "angus-core", "version": "1.1.0" }, - { "group": "org.eclipse.angus", "name": "angus-mail", "version": "1.1.0" }, - { "group": "org.eclipse.angus", "name": "dsn", "version": "1.1.0" }, - { "group": "org.eclipse.angus", "name": "gimap", "version": "1.1.0" }, - { "group": "org.eclipse.angus", "name": "imap", "version": "1.1.0" }, - { "group": "org.eclipse.angus", "name": "jakarta.mail", "version": "1.1.0" }, - { "group": "org.eclipse.angus", "name": "logging-mailhandler", "version": "1.1.0" }, - { "group": "org.eclipse.angus", "name": "pop3", "version": "1.1.0" }, - { "group": "org.eclipse.angus", "name": "smtp", "version": "1.1.0" }, - { "group": "org.eclipse.jetty", "name": "apache-jsp", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "glassfish-jstl", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "infinispan-common", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "infinispan-embedded-query", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "infinispan-remote-query", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-alpn-client", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-alpn-conscrypt-client", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-alpn-conscrypt-server", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-alpn-java-client", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-alpn-java-server", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-alpn-server", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-annotations", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-ant", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-cdi", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-client", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-deploy", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-hazelcast", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-home", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-http", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-http-spi", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-io", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-jaas", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-jaspi", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-jmx", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-jndi", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-keystore", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-nosql", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-openid", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-plus", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-proxy", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-quickstart", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-reactive-httpclient", "version": "3.0.12" }, - { "group": "org.eclipse.jetty", "name": "jetty-rewrite", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-security", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-server", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-servlet", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-servlets", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-slf4j-impl", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-unixdomain-server", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-unixsocket-client", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-unixsocket-common", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-unixsocket-server", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-util", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-util-ajax", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-webapp", "version": "11.0.20" }, - { "group": "org.eclipse.jetty", "name": "jetty-xml", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.fcgi", "name": "fcgi-client", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.fcgi", "name": "fcgi-server", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.gcloud", "name": "jetty-gcloud-session-manager", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.http2", "name": "http2-client", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.http2", "name": "http2-common", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.http2", "name": "http2-hpack", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.http2", "name": "http2-http-client-transport", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.http2", "name": "http2-server", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.http3", "name": "http3-client", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.http3", "name": "http3-common", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.http3", "name": "http3-http-client-transport", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.http3", "name": "http3-qpack", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.http3", "name": "http3-server", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.memcached", "name": "jetty-memcached-sessions", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.osgi", "name": "jetty-httpservice", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.osgi", "name": "jetty-osgi-alpn", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.osgi", "name": "jetty-osgi-boot", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.osgi", "name": "jetty-osgi-boot-jsp", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.osgi", "name": "jetty-osgi-boot-warurl", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.quic", "name": "quic-client", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.quic", "name": "quic-common", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.quic", "name": "quic-quiche-common", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.quic", "name": "quic-quiche-jna", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.quic", "name": "quic-server", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.websocket", "name": "websocket-core-client", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.websocket", "name": "websocket-core-common", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.websocket", "name": "websocket-core-server", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.websocket", "name": "websocket-jakarta-client", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.websocket", "name": "websocket-jakarta-common", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.websocket", "name": "websocket-jakarta-server", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.websocket", "name": "websocket-jetty-api", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.websocket", "name": "websocket-jetty-client", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.websocket", "name": "websocket-jetty-common", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.websocket", "name": "websocket-jetty-server", "version": "11.0.20" }, - { "group": "org.eclipse.jetty.websocket", "name": "websocket-servlet", "version": "11.0.20" }, - { "group": "org.ehcache", "name": "ehcache", "version": "3.10.8" }, - { "group": "org.ehcache", "name": "ehcache-clustered", "version": "3.10.8" }, - { "group": "org.ehcache", "name": "ehcache-transactions", "version": "3.10.8" }, - { "group": "org.elasticsearch.client", "name": "elasticsearch-rest-client", "version": "8.7.1" }, - { "group": "org.elasticsearch.client", "name": "elasticsearch-rest-client-sniffer", "version": "8.7.1" }, - { "group": "org.firebirdsql.jdbc", "name": "jaybird", "version": "5.0.3.java11" }, - { "group": "org.flywaydb", "name": "flyway-core", "version": "9.16.3" }, - { "group": "org.flywaydb", "name": "flyway-firebird", "version": "9.16.3" }, - { "group": "org.flywaydb", "name": "flyway-mysql", "version": "9.16.3" }, - { "group": "org.flywaydb", "name": "flyway-sqlserver", "version": "9.16.3" }, - { "group": "org.freemarker", "name": "freemarker", "version": "2.3.32" }, - { "group": "org.glassfish.jaxb", "name": "codemodel", "version": "4.0.4" }, - { "group": "org.glassfish.jaxb", "name": "jaxb-core", "version": "4.0.4" }, - { "group": "org.glassfish.jaxb", "name": "jaxb-jxc", "version": "4.0.4" }, - { "group": "org.glassfish.jaxb", "name": "jaxb-runtime", "version": "4.0.4" }, - { "group": "org.glassfish.jaxb", "name": "jaxb-xjc", "version": "4.0.4" }, - { "group": "org.glassfish.jaxb", "name": "txw2", "version": "4.0.4" }, - { "group": "org.glassfish.jaxb", "name": "xsom", "version": "4.0.4" }, - { "group": "org.glassfish.jersey.bundles", "name": "jaxrs-ri", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.connectors", "name": "jersey-apache-connector", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.connectors", "name": "jersey-apache5-connector", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.connectors", "name": "jersey-grizzly-connector", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.connectors", "name": "jersey-helidon-connector", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.connectors", "name": "jersey-jdk-connector", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.connectors", "name": "jersey-jetty-connector", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.connectors", "name": "jersey-jetty-http2-connector", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.connectors", "name": "jersey-jetty11-connector", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.connectors", "name": "jersey-jnh-connector", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.connectors", "name": "jersey-netty-connector", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.containers", "name": "jersey-container-grizzly2-http", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.containers", "name": "jersey-container-grizzly2-servlet", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.containers", "name": "jersey-container-jdk-http", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.containers", "name": "jersey-container-jetty-http", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.containers", "name": "jersey-container-jetty-http2", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.containers", "name": "jersey-container-jetty-servlet", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.containers", "name": "jersey-container-jetty11-http", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.containers", "name": "jersey-container-netty-http", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.containers", "name": "jersey-container-servlet", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.containers", "name": "jersey-container-servlet-core", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.containers", "name": "jersey-container-simple-http", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.containers.glassfish", "name": "jersey-gf-ejb", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.core", "name": "jersey-client", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.core", "name": "jersey-common", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.core", "name": "jersey-server", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext", "name": "jersey-bean-validation", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext", "name": "jersey-declarative-linking", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext", "name": "jersey-entity-filtering", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext", "name": "jersey-metainf-services", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext", "name": "jersey-micrometer", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext", "name": "jersey-mvc", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext", "name": "jersey-mvc-bean-validation", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext", "name": "jersey-mvc-freemarker", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext", "name": "jersey-mvc-jsp", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext", "name": "jersey-mvc-mustache", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext", "name": "jersey-proxy-client", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext", "name": "jersey-spring6", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext", "name": "jersey-wadl-doclet", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext.cdi", "name": "jersey-cdi-rs-inject", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext.cdi", "name": "jersey-cdi1x", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext.cdi", "name": "jersey-cdi1x-ban-custom-hk2-binding", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext.cdi", "name": "jersey-cdi1x-servlet", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext.cdi", "name": "jersey-cdi1x-transaction", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext.cdi", "name": "jersey-cdi1x-validation", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext.cdi", "name": "jersey-weld2-se", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext.microprofile", "name": "jersey-mp-config", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext.microprofile", "name": "jersey-mp-rest-client", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext.rx", "name": "jersey-rx-client-guava", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext.rx", "name": "jersey-rx-client-rxjava", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.ext.rx", "name": "jersey-rx-client-rxjava2", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.inject", "name": "jersey-cdi2-se", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.inject", "name": "jersey-hk2", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.media", "name": "jersey-media-jaxb", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.media", "name": "jersey-media-json-binding", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.media", "name": "jersey-media-json-gson", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.media", "name": "jersey-media-json-jackson", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.media", "name": "jersey-media-json-jettison", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.media", "name": "jersey-media-json-processing", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.media", "name": "jersey-media-kryo", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.media", "name": "jersey-media-moxy", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.media", "name": "jersey-media-multipart", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.media", "name": "jersey-media-sse", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.security", "name": "oauth1-client", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.security", "name": "oauth1-server", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.security", "name": "oauth1-signature", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.security", "name": "oauth2-client", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.test-framework", "name": "jersey-test-framework-core", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.test-framework", "name": "jersey-test-framework-util", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.test-framework.providers", "name": "jersey-test-framework-provider-bundle", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.test-framework.providers", "name": "jersey-test-framework-provider-external", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.test-framework.providers", "name": "jersey-test-framework-provider-grizzly2", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.test-framework.providers", "name": "jersey-test-framework-provider-inmemory", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.test-framework.providers", "name": "jersey-test-framework-provider-jdk-http", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.test-framework.providers", "name": "jersey-test-framework-provider-jetty", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.test-framework.providers", "name": "jersey-test-framework-provider-jetty-http2", "version": "3.1.5" }, - { "group": "org.glassfish.jersey.test-framework.providers", "name": "jersey-test-framework-provider-simple", "version": "3.1.5" }, - { "group": "org.glassfish.web", "name": "jakarta.servlet.jsp.jstl", "version": "3.0.1" }, - { "group": "org.hamcrest", "name": "hamcrest", "version": "2.2" }, - { "group": "org.hamcrest", "name": "hamcrest-core", "version": "2.2" }, - { "group": "org.hamcrest", "name": "hamcrest-library", "version": "2.2" }, - { "group": "org.hibernate.orm", "name": "hibernate-agroal", "version": "6.2.22.Final" }, - { "group": "org.hibernate.orm", "name": "hibernate-ant", "version": "6.2.22.Final" }, - { "group": "org.hibernate.orm", "name": "hibernate-c3p0", "version": "6.2.22.Final" }, - { "group": "org.hibernate.orm", "name": "hibernate-community-dialects", "version": "6.2.22.Final" }, - { "group": "org.hibernate.orm", "name": "hibernate-core", "version": "6.2.22.Final" }, - { "group": "org.hibernate.orm", "name": "hibernate-envers", "version": "6.2.22.Final" }, - { "group": "org.hibernate.orm", "name": "hibernate-graalvm", "version": "6.2.22.Final" }, - { "group": "org.hibernate.orm", "name": "hibernate-hikaricp", "version": "6.2.22.Final" }, - { "group": "org.hibernate.orm", "name": "hibernate-jcache", "version": "6.2.22.Final" }, - { "group": "org.hibernate.orm", "name": "hibernate-jpamodelgen", "version": "6.2.22.Final" }, - { "group": "org.hibernate.orm", "name": "hibernate-micrometer", "version": "6.2.22.Final" }, - { "group": "org.hibernate.orm", "name": "hibernate-proxool", "version": "6.2.22.Final" }, - { "group": "org.hibernate.orm", "name": "hibernate-spatial", "version": "6.2.22.Final" }, - { "group": "org.hibernate.orm", "name": "hibernate-testing", "version": "6.2.22.Final" }, - { "group": "org.hibernate.orm", "name": "hibernate-vibur", "version": "6.2.22.Final" }, - { "group": "org.hibernate.validator", "name": "hibernate-validator", "version": "8.0.1.Final" }, - { "group": "org.hibernate.validator", "name": "hibernate-validator-annotation-processor", "version": "8.0.1.Final" }, - { "group": "org.hsqldb", "name": "hsqldb", "version": "2.7.2" }, - { "group": "org.infinispan", "name": "infinispan-anchored-keys", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-api", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-cachestore-jdbc", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-cachestore-jdbc-common", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-cachestore-jdbc-common-jakarta", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-cachestore-jdbc-jakarta", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-cachestore-remote", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-cachestore-rocksdb", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-cachestore-sql", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-cdi-common", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-cdi-common-jakarta", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-cdi-embedded", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-cdi-embedded-jakarta", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-cdi-remote", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-cdi-remote-jakarta", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-checkstyle", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-cli-client", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-cli-client-jakarta", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-client-hotrod", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-client-hotrod-jakarta", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-client-rest", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-client-rest-jakarta", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-cloudevents-integration", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-clustered-counter", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-clustered-lock", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-commons", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-commons-jakarta", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-commons-test", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-component-annotations", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-component-processor", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-console", "version": "14.0.15.Final" }, - { "group": "org.infinispan", "name": "infinispan-core", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-core-jakarta", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-extended-statistics", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-hibernate-cache-commons", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-hibernate-cache-spi", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-hibernate-cache-v60", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-hibernate-cache-v62", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-hotrod", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-hotrod-jakarta", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-jboss-marshalling", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-jcache", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-jcache-commons", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-jcache-remote", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-key-value-store-client", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-multimap", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-multimap-jakarta", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-objectfilter", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-query", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-query-core", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-query-dsl", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-query-jakarta", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-remote-query-client", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-remote-query-server", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-scripting", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-server-core", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-server-hotrod", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-server-hotrod-jakarta", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-server-memcached", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-server-resp", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-server-rest", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-server-router", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-server-runtime", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-server-testdriver-core", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-server-testdriver-core-jakarta", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-server-testdriver-junit4", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-server-testdriver-junit5", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-spring-boot-starter-embedded", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-spring-boot-starter-remote", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-spring-boot3-starter-embedded", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-spring-boot3-starter-remote", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-spring5-common", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-spring5-embedded", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-spring5-remote", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-spring6-common", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-spring6-embedded", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-spring6-remote", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-tasks", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-tasks-api", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-tools", "version": "14.0.24.Final" }, - { "group": "org.infinispan", "name": "infinispan-tools-jakarta", "version": "14.0.24.Final" }, - { "group": "org.infinispan.protostream", "name": "protostream", "version": "4.6.5.Final" }, - { "group": "org.infinispan.protostream", "name": "protostream-processor", "version": "4.6.5.Final" }, - { "group": "org.infinispan.protostream", "name": "protostream-types", "version": "4.6.5.Final" }, - { "group": "org.influxdb", "name": "influxdb-java", "version": "2.23" }, - { "group": "org.jboss.logging", "name": "jboss-logging", "version": "3.5.3.Final" }, - { "group": "org.jdom", "name": "jdom2", "version": "2.0.6.1" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-compiler", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-compiler-embeddable", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-daemon-client", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-main-kts", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-osgi-bundle", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-reflect", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-script-runtime", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-script-util", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-scripting-common", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-scripting-ide-services", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-scripting-jvm", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-scripting-jvm-host", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-stdlib", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-stdlib-common", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-stdlib-jdk7", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-stdlib-jdk8", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-stdlib-js", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-test", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-test-annotations-common", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-test-common", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-test-js", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-test-junit", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-test-junit5", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlin", "name": "kotlin-test-testng", "version": "1.8.22" }, - { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-android", "version": "1.6.4" }, - { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-core", "version": "1.6.4" }, - { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-core-jvm", "version": "1.6.4" }, - { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-debug", "version": "1.6.4" }, - { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-guava", "version": "1.6.4" }, - { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-javafx", "version": "1.6.4" }, - { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-jdk8", "version": "1.6.4" }, - { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-jdk9", "version": "1.6.4" }, - { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-play-services", "version": "1.6.4" }, - { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-reactive", "version": "1.6.4" }, - { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-reactor", "version": "1.6.4" }, - { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-rx2", "version": "1.6.4" }, - { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-rx3", "version": "1.6.4" }, - { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-slf4j", "version": "1.6.4" }, - { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-swing", "version": "1.6.4" }, - { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-test", "version": "1.6.4" }, - { "group": "org.jetbrains.kotlinx", "name": "kotlinx-coroutines-test-jvm", "version": "1.6.4" }, - { "group": "org.jooq", "name": "jooq", "version": "3.18.11" }, - { "group": "org.jooq", "name": "jooq-codegen", "version": "3.18.11" }, - { "group": "org.jooq", "name": "jooq-kotlin", "version": "3.18.11" }, - { "group": "org.jooq", "name": "jooq-meta", "version": "3.18.11" }, - { "group": "org.junit.jupiter", "name": "junit-jupiter", "version": "5.9.3" }, - { "group": "org.junit.jupiter", "name": "junit-jupiter-api", "version": "5.9.3" }, - { "group": "org.junit.jupiter", "name": "junit-jupiter-engine", "version": "5.9.3" }, - { "group": "org.junit.jupiter", "name": "junit-jupiter-migrationsupport", "version": "5.9.3" }, - { "group": "org.junit.jupiter", "name": "junit-jupiter-params", "version": "5.9.3" }, - { "group": "org.junit.platform", "name": "junit-platform-commons", "version": "1.9.3" }, - { "group": "org.junit.platform", "name": "junit-platform-console", "version": "1.9.3" }, - { "group": "org.junit.platform", "name": "junit-platform-engine", "version": "1.9.3" }, - { "group": "org.junit.platform", "name": "junit-platform-jfr", "version": "1.9.3" }, - { "group": "org.junit.platform", "name": "junit-platform-launcher", "version": "1.9.3" }, - { "group": "org.junit.platform", "name": "junit-platform-reporting", "version": "1.9.3" }, - { "group": "org.junit.platform", "name": "junit-platform-runner", "version": "1.9.3" }, - { "group": "org.junit.platform", "name": "junit-platform-suite", "version": "1.9.3" }, - { "group": "org.junit.platform", "name": "junit-platform-suite-api", "version": "1.9.3" }, - { "group": "org.junit.platform", "name": "junit-platform-suite-commons", "version": "1.9.3" }, - { "group": "org.junit.platform", "name": "junit-platform-suite-engine", "version": "1.9.3" }, - { "group": "org.junit.platform", "name": "junit-platform-testkit", "version": "1.9.3" }, - { "group": "org.junit.vintage", "name": "junit-vintage-engine", "version": "5.9.3" }, - { "group": "org.jvnet.staxex", "name": "stax-ex", "version": "2.1.0" }, - { "group": "org.liquibase", "name": "liquibase-cdi", "version": "4.20.0" }, - { "group": "org.liquibase", "name": "liquibase-core", "version": "4.20.0" }, - { "group": "org.mariadb", "name": "r2dbc-mariadb", "version": "1.1.4" }, - { "group": "org.mariadb.jdbc", "name": "mariadb-java-client", "version": "3.1.4" }, - { "group": "org.messaginghub", "name": "pooled-jms", "version": "3.1.5" }, - { "group": "org.mockito", "name": "mockito-android", "version": "5.3.1" }, - { "group": "org.mockito", "name": "mockito-core", "version": "5.3.1" }, - { "group": "org.mockito", "name": "mockito-errorprone", "version": "5.3.1" }, - { "group": "org.mockito", "name": "mockito-junit-jupiter", "version": "5.3.1" }, - { "group": "org.mockito", "name": "mockito-proxy", "version": "5.3.1" }, - { "group": "org.mockito", "name": "mockito-subclass", "version": "5.3.1" }, - { "group": "org.mongodb", "name": "bson", "version": "4.9.1" }, - { "group": "org.mongodb", "name": "bson-record-codec", "version": "4.9.1" }, - { "group": "org.mongodb", "name": "mongodb-driver-core", "version": "4.9.1" }, - { "group": "org.mongodb", "name": "mongodb-driver-legacy", "version": "4.9.1" }, - { "group": "org.mongodb", "name": "mongodb-driver-reactivestreams", "version": "4.9.1" }, - { "group": "org.mongodb", "name": "mongodb-driver-sync", "version": "4.9.1" }, - { "group": "org.neo4j.driver", "name": "neo4j-java-driver", "version": "5.17.0" }, - { "group": "org.postgresql", "name": "postgresql", "version": "42.6.1" }, - { "group": "org.postgresql", "name": "r2dbc-postgresql", "version": "1.0.4.RELEASE" }, - { "group": "org.projectlombok", "name": "lombok", "version": "1.18.30" }, - { "group": "org.quartz-scheduler", "name": "quartz", "version": "2.3.2" }, - { "group": "org.quartz-scheduler", "name": "quartz-jobs", "version": "2.3.2" }, - { "group": "org.reactivestreams", "name": "reactive-streams", "version": "1.0.4" }, - { "group": "org.seleniumhq.selenium", "name": "htmlunit-driver", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "lift", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-api", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-chrome-driver", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-chromium-driver", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-devtools-v109", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-devtools-v110", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-devtools-v111", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-devtools-v85", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-edge-driver", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-firefox-driver", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-grid", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-http", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-http-jdk-client", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-ie-driver", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-java", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-json", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-manager", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-remote-driver", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-safari-driver", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-session-map-jdbc", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-session-map-redis", "version": "4.8.3" }, - { "group": "org.seleniumhq.selenium", "name": "selenium-support", "version": "4.8.3" }, - { "group": "org.skyscreamer", "name": "jsonassert", "version": "1.5.1" }, - { "group": "org.slf4j", "name": "jcl-over-slf4j", "version": "2.0.12" }, - { "group": "org.slf4j", "name": "jul-to-slf4j", "version": "2.0.12" }, - { "group": "org.slf4j", "name": "log4j-over-slf4j", "version": "2.0.12" }, - { "group": "org.slf4j", "name": "slf4j-api", "version": "2.0.12" }, - { "group": "org.slf4j", "name": "slf4j-ext", "version": "2.0.12" }, - { "group": "org.slf4j", "name": "slf4j-jdk-platform-logging", "version": "2.0.12" }, - { "group": "org.slf4j", "name": "slf4j-jdk14", "version": "2.0.12" }, - { "group": "org.slf4j", "name": "slf4j-log4j12", "version": "2.0.12" }, - { "group": "org.slf4j", "name": "slf4j-nop", "version": "2.0.12" }, - { "group": "org.slf4j", "name": "slf4j-reload4j", "version": "2.0.12" }, - { "group": "org.slf4j", "name": "slf4j-simple", "version": "2.0.12" }, - { "group": "org.springframework", "name": "spring-aop", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-aspects", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-beans", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-context", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-context-indexer", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-context-support", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-core", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-core-test", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-expression", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-instrument", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-jcl", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-jdbc", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-jms", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-messaging", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-orm", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-oxm", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-r2dbc", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-test", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-tx", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-web", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-webflux", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-webmvc", "version": "6.0.17" }, - { "group": "org.springframework", "name": "spring-websocket", "version": "6.0.17" }, - { "group": "org.springframework.amqp", "name": "spring-amqp", "version": "3.0.11" }, - { "group": "org.springframework.amqp", "name": "spring-rabbit", "version": "3.0.11" }, - { "group": "org.springframework.amqp", "name": "spring-rabbit-junit", "version": "3.0.11" }, - { "group": "org.springframework.amqp", "name": "spring-rabbit-stream", "version": "3.0.11" }, - { "group": "org.springframework.amqp", "name": "spring-rabbit-test", "version": "3.0.11" }, - { "group": "org.springframework.batch", "name": "spring-batch-core", "version": "5.0.5" }, - { "group": "org.springframework.batch", "name": "spring-batch-infrastructure", "version": "5.0.5" }, - { "group": "org.springframework.batch", "name": "spring-batch-integration", "version": "5.0.5" }, - { "group": "org.springframework.batch", "name": "spring-batch-test", "version": "5.0.5" }, - { "group": "org.springframework.boot", "name": "spring-boot", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-actuator", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-actuator-autoconfigure", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-autoconfigure", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-autoconfigure-processor", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-buildpack-platform", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-configuration-metadata", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-configuration-processor", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-devtools", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-docker-compose", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-jarmode-layertools", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-loader", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-loader-tools", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-properties-migrator", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-activemq", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-actuator", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-amqp", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-aop", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-artemis", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-batch", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-cache", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-data-cassandra", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-data-cassandra-reactive", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-data-couchbase", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-data-couchbase-reactive", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-data-elasticsearch", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-data-jdbc", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-data-jpa", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-data-ldap", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-data-mongodb", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-data-mongodb-reactive", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-data-neo4j", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-data-r2dbc", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-data-redis", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-data-redis-reactive", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-data-rest", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-freemarker", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-graphql", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-groovy-templates", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-hateoas", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-integration", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-jdbc", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-jersey", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-jetty", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-jooq", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-json", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-log4j2", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-logging", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-mail", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-mustache", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-oauth2-authorization-server", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-oauth2-client", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-oauth2-resource-server", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-quartz", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-reactor-netty", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-rsocket", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-security", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-test", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-thymeleaf", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-tomcat", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-undertow", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-validation", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-web", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-web-services", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-webflux", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-starter-websocket", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-test", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-test-autoconfigure", "version": "3.1.9" }, - { "group": "org.springframework.boot", "name": "spring-boot-testcontainers", "version": "3.1.9" }, - { "group": "org.springframework.data", "name": "spring-data-cassandra", "version": "4.1.9" }, - { "group": "org.springframework.data", "name": "spring-data-commons", "version": "3.1.9" }, - { "group": "org.springframework.data", "name": "spring-data-couchbase", "version": "5.1.9" }, - { "group": "org.springframework.data", "name": "spring-data-elasticsearch", "version": "5.1.9" }, - { "group": "org.springframework.data", "name": "spring-data-envers", "version": "3.1.9" }, - { "group": "org.springframework.data", "name": "spring-data-jdbc", "version": "3.1.9" }, - { "group": "org.springframework.data", "name": "spring-data-jpa", "version": "3.1.9" }, - { "group": "org.springframework.data", "name": "spring-data-keyvalue", "version": "3.1.9" }, - { "group": "org.springframework.data", "name": "spring-data-ldap", "version": "3.1.9" }, - { "group": "org.springframework.data", "name": "spring-data-mongodb", "version": "4.1.9" }, - { "group": "org.springframework.data", "name": "spring-data-neo4j", "version": "7.1.9" }, - { "group": "org.springframework.data", "name": "spring-data-r2dbc", "version": "3.1.9" }, - { "group": "org.springframework.data", "name": "spring-data-redis", "version": "3.1.9" }, - { "group": "org.springframework.data", "name": "spring-data-relational", "version": "3.1.9" }, - { "group": "org.springframework.data", "name": "spring-data-rest-core", "version": "4.1.9" }, - { "group": "org.springframework.data", "name": "spring-data-rest-hal-explorer", "version": "4.1.9" }, - { "group": "org.springframework.data", "name": "spring-data-rest-webmvc", "version": "4.1.9" }, - { "group": "org.springframework.graphql", "name": "spring-graphql", "version": "1.2.5" }, - { "group": "org.springframework.graphql", "name": "spring-graphql-test", "version": "1.2.5" }, - { "group": "org.springframework.hateoas", "name": "spring-hateoas", "version": "2.1.3" }, - { "group": "org.springframework.integration", "name": "spring-integration-amqp", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-camel", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-cassandra", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-core", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-event", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-feed", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-file", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-ftp", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-graphql", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-groovy", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-hazelcast", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-http", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-ip", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-jdbc", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-jms", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-jmx", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-jpa", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-kafka", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-mail", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-mongodb", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-mqtt", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-r2dbc", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-redis", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-rsocket", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-scripting", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-security", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-sftp", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-smb", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-stomp", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-stream", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-syslog", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-test", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-test-support", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-webflux", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-websocket", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-ws", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-xml", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-xmpp", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-zeromq", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-zip", "version": "6.1.6" }, - { "group": "org.springframework.integration", "name": "spring-integration-zookeeper", "version": "6.1.6" }, - { "group": "org.springframework.kafka", "name": "spring-kafka", "version": "3.0.14" }, - { "group": "org.springframework.kafka", "name": "spring-kafka-test", "version": "3.0.14" }, - { "group": "org.springframework.ldap", "name": "spring-ldap-core", "version": "3.1.4" }, - { "group": "org.springframework.ldap", "name": "spring-ldap-ldif-core", "version": "3.1.4" }, - { "group": "org.springframework.ldap", "name": "spring-ldap-odm", "version": "3.1.4" }, - { "group": "org.springframework.ldap", "name": "spring-ldap-test", "version": "3.1.4" }, - { "group": "org.springframework.restdocs", "name": "spring-restdocs-asciidoctor", "version": "3.0.1" }, - { "group": "org.springframework.restdocs", "name": "spring-restdocs-core", "version": "3.0.1" }, - { "group": "org.springframework.restdocs", "name": "spring-restdocs-mockmvc", "version": "3.0.1" }, - { "group": "org.springframework.restdocs", "name": "spring-restdocs-restassured", "version": "3.0.1" }, - { "group": "org.springframework.restdocs", "name": "spring-restdocs-webtestclient", "version": "3.0.1" }, - { "group": "org.springframework.retry", "name": "spring-retry", "version": "2.0.5" }, - { "group": "org.springframework.security", "name": "spring-security-acl", "version": "6.1.7" }, - { "group": "org.springframework.security", "name": "spring-security-aspects", "version": "6.1.7" }, - { "group": "org.springframework.security", "name": "spring-security-cas", "version": "6.1.7" }, - { "group": "org.springframework.security", "name": "spring-security-config", "version": "6.1.7" }, - { "group": "org.springframework.security", "name": "spring-security-core", "version": "6.1.7" }, - { "group": "org.springframework.security", "name": "spring-security-crypto", "version": "6.1.7" }, - { "group": "org.springframework.security", "name": "spring-security-data", "version": "6.1.7" }, - { "group": "org.springframework.security", "name": "spring-security-ldap", "version": "6.1.7" }, - { "group": "org.springframework.security", "name": "spring-security-messaging", "version": "6.1.7" }, - { "group": "org.springframework.security", "name": "spring-security-oauth2-authorization-server", "version": "1.1.5" }, - { "group": "org.springframework.security", "name": "spring-security-oauth2-client", "version": "6.1.7" }, - { "group": "org.springframework.security", "name": "spring-security-oauth2-core", "version": "6.1.7" }, - { "group": "org.springframework.security", "name": "spring-security-oauth2-jose", "version": "6.1.7" }, - { "group": "org.springframework.security", "name": "spring-security-oauth2-resource-server", "version": "6.1.7" }, - { "group": "org.springframework.security", "name": "spring-security-rsocket", "version": "6.1.7" }, - { "group": "org.springframework.security", "name": "spring-security-saml2-service-provider", "version": "6.1.7" }, - { "group": "org.springframework.security", "name": "spring-security-taglibs", "version": "6.1.7" }, - { "group": "org.springframework.security", "name": "spring-security-test", "version": "6.1.7" }, - { "group": "org.springframework.security", "name": "spring-security-web", "version": "6.1.7" }, - { "group": "org.springframework.session", "name": "spring-session-core", "version": "3.1.4" }, - { "group": "org.springframework.session", "name": "spring-session-data-mongodb", "version": "3.1.4" }, - { "group": "org.springframework.session", "name": "spring-session-data-redis", "version": "3.1.4" }, - { "group": "org.springframework.session", "name": "spring-session-hazelcast", "version": "3.1.4" }, - { "group": "org.springframework.session", "name": "spring-session-jdbc", "version": "3.1.4" }, - { "group": "org.springframework.ws", "name": "spring-ws-core", "version": "4.0.10" }, - { "group": "org.springframework.ws", "name": "spring-ws-security", "version": "4.0.10" }, - { "group": "org.springframework.ws", "name": "spring-ws-support", "version": "4.0.10" }, - { "group": "org.springframework.ws", "name": "spring-ws-test", "version": "4.0.10" }, - { "group": "org.springframework.ws", "name": "spring-xml", "version": "4.0.10" }, - { "group": "org.testcontainers", "name": "azure", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "cassandra", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "clickhouse", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "cockroachdb", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "consul", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "couchbase", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "cratedb", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "database-commons", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "db2", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "dynalite", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "elasticsearch", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "gcloud", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "hivemq", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "influxdb", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "jdbc", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "junit-jupiter", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "k3s", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "kafka", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "localstack", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "mariadb", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "mockserver", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "mongodb", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "mssqlserver", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "mysql", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "neo4j", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "nginx", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "oracle-xe", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "orientdb", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "postgresql", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "presto", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "pulsar", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "questdb", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "r2dbc", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "rabbitmq", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "redpanda", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "selenium", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "solace", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "solr", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "spock", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "testcontainers", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "tidb", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "toxiproxy", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "trino", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "vault", "version": "1.18.3" }, - { "group": "org.testcontainers", "name": "yugabytedb", "version": "1.18.3" }, - { "group": "org.thymeleaf", "name": "thymeleaf", "version": "3.1.2.RELEASE" }, - { "group": "org.thymeleaf", "name": "thymeleaf-spring6", "version": "3.1.2.RELEASE" }, - { "group": "org.thymeleaf.extras", "name": "thymeleaf-extras-springsecurity6", "version": "3.1.2.RELEASE" }, - { "group": "org.webjars", "name": "webjars-locator-core", "version": "0.52" }, - { "group": "org.xerial", "name": "sqlite-jdbc", "version": "3.41.2.2" }, - { "group": "org.xmlunit", "name": "xmlunit-assertj", "version": "2.9.1" }, - { "group": "org.xmlunit", "name": "xmlunit-assertj3", "version": "2.9.1" }, - { "group": "org.xmlunit", "name": "xmlunit-core", "version": "2.9.1" }, - { "group": "org.xmlunit", "name": "xmlunit-jakarta-jaxb-impl", "version": "2.9.1" }, - { "group": "org.xmlunit", "name": "xmlunit-legacy", "version": "2.9.1" }, - { "group": "org.xmlunit", "name": "xmlunit-matchers", "version": "2.9.1" }, - { "group": "org.xmlunit", "name": "xmlunit-placeholders", "version": "2.9.1" }, - { "group": "org.yaml", "name": "snakeyaml", "version": "1.33" }, - { "group": "redis.clients", "name": "jedis", "version": "4.3.2" }, - { "group": "wsdl4j", "name": "wsdl4j", "version": "1.6.3" } -] + { + "group": "ch.qos.logback", + "name": "logback-access", + "version": "1.4.14" + }, + { + "group": "ch.qos.logback", + "name": "logback-classic", + "version": "1.4.14" + }, + { + "group": "ch.qos.logback", + "name": "logback-core", + "version": "1.4.14" + }, + { + "group": "co.elastic.clients", + "name": "elasticsearch-java", + "version": "8.7.1" + }, + { + "group": "com.couchbase.client", + "name": "java-client", + "version": "3.4.11" + }, + { + "group": "com.datastax.oss", + "name": "java-driver-core", + "version": "4.15.0" + }, + { + "group": "com.datastax.oss", + "name": "java-driver-core-shaded", + "version": "4.15.0" + }, + { + "group": "com.datastax.oss", + "name": "java-driver-mapper-processor", + "version": "4.15.0" + }, + { + "group": "com.datastax.oss", + "name": "java-driver-mapper-runtime", + "version": "4.15.0" + }, + { + "group": "com.datastax.oss", + "name": "java-driver-metrics-micrometer", + "version": "4.15.0" + }, + { + "group": "com.datastax.oss", + "name": "java-driver-metrics-microprofile", + "version": "4.15.0" + }, + { + "group": "com.datastax.oss", + "name": "java-driver-query-builder", + "version": "4.15.0" + }, + { + "group": "com.datastax.oss", + "name": "java-driver-shaded-guava", + "version": "25.1-jre-graal-sub-1" + }, + { + "group": "com.datastax.oss", + "name": "java-driver-test-infra", + "version": "4.15.0" + }, + { + "group": "com.datastax.oss", + "name": "native-protocol", + "version": "1.5.1" + }, + { + "group": "com.fasterxml", + "name": "classmate", + "version": "1.5.1" + }, + { + "group": "com.fasterxml.jackson.core", + "name": "jackson-annotations", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.core", + "name": "jackson-core", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.core", + "name": "jackson-databind", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-avro", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-cbor", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-csv", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-ion", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-properties", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-protobuf", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-smile", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-toml", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-xml", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.dataformat", + "name": "jackson-dataformat-yaml", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-eclipse-collections", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-guava", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-hibernate4", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-hibernate5", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-hibernate5-jakarta", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-hibernate6", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-hppc", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-jakarta-jsonp", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-jaxrs", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-jdk8", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-joda", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-joda-money", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-json-org", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-jsr310", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-jsr353", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.datatype", + "name": "jackson-datatype-pcollections", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.jakarta.rs", + "name": "jackson-jakarta-rs-base", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.jakarta.rs", + "name": "jackson-jakarta-rs-cbor-provider", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.jakarta.rs", + "name": "jackson-jakarta-rs-json-provider", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.jakarta.rs", + "name": "jackson-jakarta-rs-smile-provider", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.jakarta.rs", + "name": "jackson-jakarta-rs-xml-provider", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.jakarta.rs", + "name": "jackson-jakarta-rs-yaml-provider", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.jaxrs", + "name": "jackson-jaxrs-base", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.jaxrs", + "name": "jackson-jaxrs-cbor-provider", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.jaxrs", + "name": "jackson-jaxrs-json-provider", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.jaxrs", + "name": "jackson-jaxrs-smile-provider", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.jaxrs", + "name": "jackson-jaxrs-xml-provider", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.jaxrs", + "name": "jackson-jaxrs-yaml-provider", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.jr", + "name": "jackson-jr-all", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.jr", + "name": "jackson-jr-annotation-support", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.jr", + "name": "jackson-jr-objects", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.jr", + "name": "jackson-jr-retrofit2", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.jr", + "name": "jackson-jr-stree", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-afterburner", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-blackbird", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-guice", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-jakarta-xmlbind-annotations", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-jaxb-annotations", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-jsonSchema", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-jsonSchema-jakarta", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-kotlin", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-mrbean", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-no-ctor-deser", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-osgi", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-parameter-names", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-paranamer", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-scala_2.11", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-scala_2.12", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-scala_2.13", + "version": "2.15.4" + }, + { + "group": "com.fasterxml.jackson.module", + "name": "jackson-module-scala_3", + "version": "2.15.4" + }, + { + "group": "com.github.ben-manes.caffeine", + "name": "caffeine", + "version": "3.1.8" + }, + { + "group": "com.github.ben-manes.caffeine", + "name": "guava", + "version": "3.1.8" + }, + { + "group": "com.github.ben-manes.caffeine", + "name": "jcache", + "version": "3.1.8" + }, + { + "group": "com.github.ben-manes.caffeine", + "name": "simulator", + "version": "3.1.8" + }, + { + "group": "com.github.mxab.thymeleaf.extras", + "name": "thymeleaf-extras-data-attribute", + "version": "2.0.1" + }, + { + "group": "com.google.code.gson", + "name": "gson", + "version": "2.10.1" + }, + { + "group": "com.graphql-java", + "name": "graphql-java", + "version": "20.2" + }, + { + "group": "com.h2database", + "name": "h2", + "version": "2.1.214" + }, + { + "group": "com.hazelcast", + "name": "hazelcast", + "version": "5.2.4" + }, + { + "group": "com.hazelcast", + "name": "hazelcast-spring", + "version": "5.2.4" + }, + { + "group": "com.ibm.db2", + "name": "jcc", + "version": "11.5.9.0" + }, + { + "group": "com.jayway.jsonpath", + "name": "json-path", + "version": "2.9.0" + }, + { + "group": "com.jayway.jsonpath", + "name": "json-path-assert", + "version": "2.9.0" + }, + { + "group": "com.microsoft.sqlserver", + "name": "mssql-jdbc", + "version": "11.2.3.jre17" + }, + { + "group": "com.mysql", + "name": "mysql-connector-j", + "version": "8.0.33" + }, + { + "group": "com.oracle.database.ha", + "name": "ons", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.ha", + "name": "simplefan", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc", + "name": "ojdbc11", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc", + "name": "ojdbc11-production", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc", + "name": "ojdbc8", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc", + "name": "ojdbc8-production", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc", + "name": "rsi", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc", + "name": "ucp", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc", + "name": "ucp11", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc.debug", + "name": "ojdbc11-debug", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc.debug", + "name": "ojdbc11-observability-debug", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc.debug", + "name": "ojdbc11_g", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc.debug", + "name": "ojdbc11dms_g", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc.debug", + "name": "ojdbc8-debug", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc.debug", + "name": "ojdbc8-observability-debug", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc.debug", + "name": "ojdbc8_g", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.jdbc.debug", + "name": "ojdbc8dms_g", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.nls", + "name": "orai18n", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.observability", + "name": "dms", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.observability", + "name": "ojdbc11-observability", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.observability", + "name": "ojdbc11dms", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.observability", + "name": "ojdbc8-observability", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.observability", + "name": "ojdbc8dms", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.r2dbc", + "name": "oracle-r2dbc", + "version": "1.1.1" + }, + { + "group": "com.oracle.database.security", + "name": "oraclepki", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.security", + "name": "osdt_cert", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.security", + "name": "osdt_core", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.xml", + "name": "xdb", + "version": "21.9.0.0" + }, + { + "group": "com.oracle.database.xml", + "name": "xmlparserv2", + "version": "21.9.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-apt", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-codegen", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-codegen-utils", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-collections", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-core", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-guava", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-hibernate-search", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-jdo", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-jpa", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-jpa-codegen", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-kotlin", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-kotlin-codegen", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-lucene3", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-lucene4", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-lucene5", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-mongodb", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-scala", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-spatial", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-sql", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-sql-codegen", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-sql-spatial", + "version": "5.0.0" + }, + { + "group": "com.querydsl", + "name": "querydsl-sql-spring", + "version": "5.0.0" + }, + { + "group": "com.rabbitmq", + "name": "amqp-client", + "version": "5.17.1" + }, + { + "group": "com.rabbitmq", + "name": "stream-client", + "version": "0.9.0" + }, + { + "group": "com.samskivert", + "name": "jmustache", + "version": "1.15" + }, + { + "group": "com.sendgrid", + "name": "sendgrid-java", + "version": "4.9.3" + }, + { + "group": "com.squareup.okhttp3", + "name": "logging-interceptor", + "version": "4.10.0" + }, + { + "group": "com.squareup.okhttp3", + "name": "mockwebserver", + "version": "4.10.0" + }, + { + "group": "com.squareup.okhttp3", + "name": "okcurl", + "version": "4.10.0" + }, + { + "group": "com.squareup.okhttp3", + "name": "okhttp", + "version": "4.10.0" + }, + { + "group": "com.squareup.okhttp3", + "name": "okhttp-brotli", + "version": "4.10.0" + }, + { + "group": "com.squareup.okhttp3", + "name": "okhttp-dnsoverhttps", + "version": "4.10.0" + }, + { + "group": "com.squareup.okhttp3", + "name": "okhttp-sse", + "version": "4.10.0" + }, + { + "group": "com.squareup.okhttp3", + "name": "okhttp-tls", + "version": "4.10.0" + }, + { + "group": "com.squareup.okhttp3", + "name": "okhttp-urlconnection", + "version": "4.10.0" + }, + { + "group": "com.sun.istack", + "name": "istack-commons-runtime", + "version": "4.1.2" + }, + { + "group": "com.sun.xml.bind", + "name": "jaxb-core", + "version": "4.0.4" + }, + { + "group": "com.sun.xml.bind", + "name": "jaxb-impl", + "version": "4.0.4" + }, + { + "group": "com.sun.xml.bind", + "name": "jaxb-jxc", + "version": "4.0.4" + }, + { + "group": "com.sun.xml.bind", + "name": "jaxb-osgi", + "version": "4.0.4" + }, + { + "group": "com.sun.xml.bind", + "name": "jaxb-xjc", + "version": "4.0.4" + }, + { + "group": "com.sun.xml.fastinfoset", + "name": "FastInfoset", + "version": "2.1.0" + }, + { + "group": "com.sun.xml.messaging.saaj", + "name": "saaj-impl", + "version": "3.0.3" + }, + { + "group": "com.unboundid", + "name": "unboundid-ldapsdk", + "version": "6.0.11" + }, + { + "group": "com.zaxxer", + "name": "HikariCP", + "version": "5.0.1" + }, + { + "group": "commons-codec", + "name": "commons-codec", + "version": "1.15" + }, + { + "group": "commons-pool", + "name": "commons-pool", + "version": "1.6" + }, + { + "group": "io.asyncer", + "name": "r2dbc-mysql", + "version": "1.0.6" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-annotation", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-caffeine", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-caffeine3", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-collectd", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-core", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-ehcache", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-graphite", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-healthchecks", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-httpasyncclient", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-httpclient", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-httpclient5", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jakarta-servlet", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jakarta-servlet6", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jakarta-servlets", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jcache", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jdbi", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jdbi3", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jersey2", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jersey3", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jersey31", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jetty10", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jetty11", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jetty12", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jetty12-ee10", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jetty9", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jmx", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-json", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-jvm", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-log4j2", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-logback", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-logback13", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-logback14", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-servlet", + "version": "4.2.25" + }, + { + "group": "io.dropwizard.metrics", + "name": "metrics-servlets", + "version": "4.2.25" + }, + { + "group": "io.lettuce", + "name": "lettuce-core", + "version": "6.2.7.RELEASE" + }, + { + "group": "io.micrometer", + "name": "benchmarks", + "version": "1.1.10" + }, + { + "group": "io.micrometer", + "name": "micrometer-commons", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-core", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-jetty11", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-observation", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-observation-test", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-appoptics", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-atlas", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-azure-monitor", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-cloudwatch", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-cloudwatch2", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-datadog", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-dynatrace", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-elastic", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-ganglia", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-graphite", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-health", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-humio", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-influx", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-jmx", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-kairos", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-new-relic", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-opentsdb", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-otlp", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-prometheus", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-signalfx", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-stackdriver", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-statsd", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-registry-wavefront", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-test", + "version": "1.11.9" + }, + { + "group": "io.micrometer", + "name": "micrometer-tracing", + "version": "1.1.10" + }, + { + "group": "io.micrometer", + "name": "micrometer-tracing-bridge-brave", + "version": "1.1.10" + }, + { + "group": "io.micrometer", + "name": "micrometer-tracing-bridge-otel", + "version": "1.1.10" + }, + { + "group": "io.micrometer", + "name": "micrometer-tracing-integration-test", + "version": "1.1.10" + }, + { + "group": "io.micrometer", + "name": "micrometer-tracing-reporter-wavefront", + "version": "1.1.10" + }, + { + "group": "io.micrometer", + "name": "micrometer-tracing-test", + "version": "1.1.10" + }, + { + "group": "io.netty", + "name": "netty-all", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-buffer", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-codec", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-dns", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-haproxy", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-http", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-http2", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-memcache", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-mqtt", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-redis", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-smtp", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-socks", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-stomp", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-codec-xml", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-common", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-dev-tools", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-example", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-handler", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-handler-proxy", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-handler-ssl-ocsp", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-resolver", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-resolver-dns", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-resolver-dns-classes-macos", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-resolver-dns-native-macos", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-tcnative", + "version": "2.0.61.Final" + }, + { + "group": "io.netty", + "name": "netty-tcnative-boringssl-static", + "version": "2.0.61.Final" + }, + { + "group": "io.netty", + "name": "netty-tcnative-classes", + "version": "2.0.61.Final" + }, + { + "group": "io.netty", + "name": "netty-transport", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-transport-classes-epoll", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-transport-classes-kqueue", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-transport-native-epoll", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-transport-native-kqueue", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-transport-native-unix-common", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-transport-rxtx", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-transport-sctp", + "version": "4.1.107.Final" + }, + { + "group": "io.netty", + "name": "netty-transport-udt", + "version": "4.1.107.Final" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-api", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-context", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-exporter-common", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-exporter-jaeger", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-exporter-jaeger-proto", + "version": "1.17.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-exporter-jaeger-thrift", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-exporter-logging", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-exporter-logging-otlp", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-exporter-otlp", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-exporter-otlp-common", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-exporter-zipkin", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-extension-annotations", + "version": "1.18.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-extension-aws", + "version": "1.20.1" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-extension-kotlin", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-extension-trace-propagators", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-sdk", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-sdk-common", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-sdk-extension-autoconfigure-spi", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-sdk-extension-aws", + "version": "1.19.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-sdk-extension-jaeger-remote-sampler", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-sdk-extension-resources", + "version": "1.19.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-sdk-metrics", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-sdk-testing", + "version": "1.25.0" + }, + { + "group": "io.opentelemetry", + "name": "opentelemetry-sdk-trace", + "version": "1.25.0" + }, + { + "group": "io.projectreactor", + "name": "reactor-core", + "version": "3.5.14" + }, + { + "group": "io.projectreactor", + "name": "reactor-core-micrometer", + "version": "1.0.14" + }, + { + "group": "io.projectreactor", + "name": "reactor-test", + "version": "3.5.14" + }, + { + "group": "io.projectreactor", + "name": "reactor-tools", + "version": "3.5.14" + }, + { + "group": "io.projectreactor.addons", + "name": "reactor-adapter", + "version": "3.5.1" + }, + { + "group": "io.projectreactor.addons", + "name": "reactor-extra", + "version": "3.5.1" + }, + { + "group": "io.projectreactor.addons", + "name": "reactor-pool", + "version": "1.0.5" + }, + { + "group": "io.projectreactor.addons", + "name": "reactor-pool-micrometer", + "version": "0.1.5" + }, + { + "group": "io.projectreactor.kafka", + "name": "reactor-kafka", + "version": "1.3.23" + }, + { + "group": "io.projectreactor.kotlin", + "name": "reactor-kotlin-extensions", + "version": "1.2.2" + }, + { + "group": "io.projectreactor.netty", + "name": "reactor-netty", + "version": "1.1.16" + }, + { + "group": "io.projectreactor.netty", + "name": "reactor-netty-core", + "version": "1.1.16" + }, + { + "group": "io.projectreactor.netty", + "name": "reactor-netty-http", + "version": "1.1.16" + }, + { + "group": "io.projectreactor.netty", + "name": "reactor-netty-http-brave", + "version": "1.1.16" + }, + { + "group": "io.prometheus", + "name": "simpleclient", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_caffeine", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_common", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_dropwizard", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_graphite_bridge", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_guava", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_hibernate", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_hotspot", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_httpserver", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_jetty", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_jetty_jdk8", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_log4j", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_log4j2", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_logback", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_pushgateway", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_servlet", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_servlet_jakarta", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_spring_boot", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_spring_web", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_tracer_common", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_tracer_otel", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_tracer_otel_agent", + "version": "0.16.0" + }, + { + "group": "io.prometheus", + "name": "simpleclient_vertx", + "version": "0.16.0" + }, + { + "group": "io.r2dbc", + "name": "r2dbc-h2", + "version": "1.0.0.RELEASE" + }, + { + "group": "io.r2dbc", + "name": "r2dbc-mssql", + "version": "1.0.2.RELEASE" + }, + { + "group": "io.r2dbc", + "name": "r2dbc-pool", + "version": "1.0.1.RELEASE" + }, + { + "group": "io.r2dbc", + "name": "r2dbc-proxy", + "version": "1.1.4.RELEASE" + }, + { + "group": "io.r2dbc", + "name": "r2dbc-spi", + "version": "1.0.0.RELEASE" + }, + { + "group": "io.reactivex.rxjava3", + "name": "rxjava", + "version": "3.1.8" + }, + { + "group": "io.rest-assured", + "name": "json-path", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "json-schema-validator", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "kotlin-extensions", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "rest-assured", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "rest-assured-all", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "rest-assured-common", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "scala-support", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "spring-commons", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "spring-mock-mvc", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "spring-mock-mvc-kotlin-extensions", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "spring-web-test-client", + "version": "5.3.2" + }, + { + "group": "io.rest-assured", + "name": "xml-path", + "version": "5.3.2" + }, + { + "group": "io.rsocket", + "name": "rsocket-core", + "version": "1.1.3" + }, + { + "group": "io.rsocket", + "name": "rsocket-load-balancer", + "version": "1.1.3" + }, + { + "group": "io.rsocket", + "name": "rsocket-micrometer", + "version": "1.1.3" + }, + { + "group": "io.rsocket", + "name": "rsocket-test", + "version": "1.1.3" + }, + { + "group": "io.rsocket", + "name": "rsocket-transport-local", + "version": "1.1.3" + }, + { + "group": "io.rsocket", + "name": "rsocket-transport-netty", + "version": "1.1.3" + }, + { + "group": "io.spring.gradle", + "name": "dependency-management-plugin", + "version": "1.1.4" + }, + { + "group": "io.undertow", + "name": "undertow-core", + "version": "2.3.12.Final" + }, + { + "group": "io.undertow", + "name": "undertow-servlet", + "version": "2.3.12.Final" + }, + { + "group": "io.undertow", + "name": "undertow-websockets-jsr", + "version": "2.3.12.Final" + }, + { + "group": "io.zipkin.brave", + "name": "brave", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-context-jfr", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-context-log4j12", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-context-log4j2", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-context-rxjava2", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-context-slf4j", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-dubbo", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-dubbo-rpc", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-grpc", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-http", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-http-tests", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-httpasyncclient", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-httpclient", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-jaxrs2", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-jersey-server", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-jms", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-jms-jakarta", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-kafka-clients", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-kafka-streams", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-messaging", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-mongodb", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-mysql", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-mysql6", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-mysql8", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-netty-codec-http", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-okhttp3", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-p6spy", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-rpc", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-servlet", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-servlet-jakarta", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-sparkjava", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-spring-rabbit", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-spring-web", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-spring-webmvc", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-instrumentation-vertx-web", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-spring-beans", + "version": "5.15.1" + }, + { + "group": "io.zipkin.brave", + "name": "brave-tests", + "version": "5.15.1" + }, + { + "group": "io.zipkin.proto3", + "name": "zipkin-proto3", + "version": "1.0.0" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-reporter", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-reporter-brave", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-reporter-metrics-micrometer", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-reporter-spring-beans", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-sender-activemq-client", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-sender-amqp-client", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-sender-kafka", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-sender-kafka08", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-sender-libthrift", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-sender-okhttp3", + "version": "2.16.3" + }, + { + "group": "io.zipkin.reporter2", + "name": "zipkin-sender-urlconnection", + "version": "2.16.3" + }, + { + "group": "io.zipkin.zipkin2", + "name": "zipkin", + "version": "2.23.2" + }, + { + "group": "jakarta.activation", + "name": "jakarta.activation-api", + "version": "2.1.2" + }, + { + "group": "jakarta.annotation", + "name": "jakarta.annotation-api", + "version": "2.1.1" + }, + { + "group": "jakarta.jms", + "name": "jakarta.jms-api", + "version": "3.1.0" + }, + { + "group": "jakarta.json", + "name": "jakarta.json-api", + "version": "2.1.3" + }, + { + "group": "jakarta.json.bind", + "name": "jakarta.json.bind-api", + "version": "3.0.0" + }, + { + "group": "jakarta.mail", + "name": "jakarta.mail-api", + "version": "2.1.2" + }, + { + "group": "jakarta.management.j2ee", + "name": "jakarta.management.j2ee-api", + "version": "1.1.4" + }, + { + "group": "jakarta.persistence", + "name": "jakarta.persistence-api", + "version": "3.1.0" + }, + { + "group": "jakarta.servlet", + "name": "jakarta.servlet-api", + "version": "6.0.0" + }, + { + "group": "jakarta.servlet.jsp.jstl", + "name": "jakarta.servlet.jsp.jstl-api", + "version": "3.0.0" + }, + { + "group": "jakarta.transaction", + "name": "jakarta.transaction-api", + "version": "2.0.1" + }, + { + "group": "jakarta.validation", + "name": "jakarta.validation-api", + "version": "3.0.2" + }, + { + "group": "jakarta.websocket", + "name": "jakarta.websocket-api", + "version": "2.1.1" + }, + { + "group": "jakarta.websocket", + "name": "jakarta.websocket-client-api", + "version": "2.1.1" + }, + { + "group": "jakarta.ws.rs", + "name": "jakarta.ws.rs-api", + "version": "3.1.0" + }, + { + "group": "jakarta.xml.bind", + "name": "jakarta.xml.bind-api", + "version": "4.0.1" + }, + { + "group": "jakarta.xml.soap", + "name": "jakarta.xml.soap-api", + "version": "3.0.1" + }, + { + "group": "jakarta.xml.ws", + "name": "jakarta.xml.ws-api", + "version": "4.0.1" + }, + { + "group": "javax.cache", + "name": "cache-api", + "version": "1.1.1" + }, + { + "group": "javax.money", + "name": "money-api", + "version": "1.1" + }, + { + "group": "jaxen", + "name": "jaxen", + "version": "2.0.0" + }, + { + "group": "junit", + "name": "junit", + "version": "4.13.2" + }, + { + "group": "net.bytebuddy", + "name": "byte-buddy", + "version": "1.14.12" + }, + { + "group": "net.bytebuddy", + "name": "byte-buddy-agent", + "version": "1.14.12" + }, + { + "group": "net.minidev", + "name": "json-smart", + "version": "2.4.11" + }, + { + "group": "net.sourceforge.htmlunit", + "name": "htmlunit", + "version": "2.70.0" + }, + { + "group": "net.sourceforge.jtds", + "name": "jtds", + "version": "1.3.1" + }, + { + "group": "net.sourceforge.nekohtml", + "name": "nekohtml", + "version": "1.9.22" + }, + { + "group": "nz.net.ultraq.thymeleaf", + "name": "thymeleaf-layout-dialect", + "version": "3.2.1" + }, + { + "group": "org.apache.activemq", + "name": "activemq-amqp", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-blueprint", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-broker", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-client", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-client-jakarta", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-console", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-http", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-jaas", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-jdbc-store", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-jms-pool", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-kahadb-store", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-karaf", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-log4j-appender", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-mqtt", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-openwire-generator", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-openwire-legacy", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-osgi", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-partition", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-pool", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-ra", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-run", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-runtime-config", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-shiro", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-spring", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-stomp", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "activemq-web", + "version": "5.18.3" + }, + { + "group": "org.apache.activemq", + "name": "artemis-amqp-protocol", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-commons", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-core-client", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-jakarta-client", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-jakarta-server", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-jakarta-service-extensions", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-jdbc-store", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-journal", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-quorum-api", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-selector", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-server", + "version": "2.28.0" + }, + { + "group": "org.apache.activemq", + "name": "artemis-service-extensions", + "version": "2.28.0" + }, + { + "group": "org.apache.commons", + "name": "commons-dbcp2", + "version": "2.9.0" + }, + { + "group": "org.apache.commons", + "name": "commons-lang3", + "version": "3.12.0" + }, + { + "group": "org.apache.commons", + "name": "commons-pool2", + "version": "2.11.1" + }, + { + "group": "org.apache.derby", + "name": "derby", + "version": "10.16.1.1" + }, + { + "group": "org.apache.derby", + "name": "derbyclient", + "version": "10.16.1.1" + }, + { + "group": "org.apache.derby", + "name": "derbynet", + "version": "10.16.1.1" + }, + { + "group": "org.apache.derby", + "name": "derbyoptionaltools", + "version": "10.16.1.1" + }, + { + "group": "org.apache.derby", + "name": "derbyshared", + "version": "10.16.1.1" + }, + { + "group": "org.apache.derby", + "name": "derbytools", + "version": "10.16.1.1" + }, + { + "group": "org.apache.groovy", + "name": "groovy", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-ant", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-astbuilder", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-cli-commons", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-cli-picocli", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-console", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-contracts", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-datetime", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-dateutil", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-docgenerator", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-ginq", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-groovydoc", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-groovysh", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-jmx", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-json", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-jsr223", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-macro", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-macro-library", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-nio", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-servlet", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-sql", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-swing", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-templates", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-test", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-test-junit5", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-testng", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-toml", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-typecheckers", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-xml", + "version": "4.0.18" + }, + { + "group": "org.apache.groovy", + "name": "groovy-yaml", + "version": "4.0.18" + }, + { + "group": "org.apache.httpcomponents", + "name": "httpasyncclient", + "version": "4.1.5" + }, + { + "group": "org.apache.httpcomponents", + "name": "httpcore", + "version": "4.4.16" + }, + { + "group": "org.apache.httpcomponents", + "name": "httpcore-nio", + "version": "4.4.16" + }, + { + "group": "org.apache.httpcomponents.client5", + "name": "httpclient5", + "version": "5.2.3" + }, + { + "group": "org.apache.httpcomponents.client5", + "name": "httpclient5-cache", + "version": "5.2.3" + }, + { + "group": "org.apache.httpcomponents.client5", + "name": "httpclient5-fluent", + "version": "5.2.3" + }, + { + "group": "org.apache.httpcomponents.client5", + "name": "httpclient5-win", + "version": "5.2.3" + }, + { + "group": "org.apache.httpcomponents.core5", + "name": "httpcore5", + "version": "5.2.4" + }, + { + "group": "org.apache.httpcomponents.core5", + "name": "httpcore5-h2", + "version": "5.2.4" + }, + { + "group": "org.apache.httpcomponents.core5", + "name": "httpcore5-reactive", + "version": "5.2.4" + }, + { + "group": "org.apache.kafka", + "name": "connect", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "connect-api", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "connect-basic-auth-extension", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "connect-file", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "connect-json", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "connect-mirror", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "connect-mirror-client", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "connect-runtime", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "connect-transforms", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "generator", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-clients", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-log4j-appender", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-metadata", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-raft", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-server-common", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-shell", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-storage", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-storage-api", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-streams", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-streams-scala_2.12", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-streams-scala_2.13", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-streams-test-utils", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka-tools", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka_2.12", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "kafka_2.13", + "version": "3.4.1" + }, + { + "group": "org.apache.kafka", + "name": "trogdor", + "version": "3.4.1" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-1.2-api", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-api", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-api-test", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-appserver", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-cassandra", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-core", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-core-test", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-couchdb", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-docker", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-flume-ng", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-iostreams", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-jakarta-smtp", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-jakarta-web", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-jcl", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-jmx-gui", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-jpa", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-jpl", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-jul", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-kubernetes", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-layout-template-json", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-layout-template-json-test", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-mongodb3", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-mongodb4", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-slf4j-impl", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-slf4j2-impl", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-spring-boot", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-spring-cloud-config-client", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-taglib", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-to-jul", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-to-slf4j", + "version": "2.20.0" + }, + { + "group": "org.apache.logging.log4j", + "name": "log4j-web", + "version": "2.20.0" + }, + { + "group": "org.apache.maven.plugin-tools", + "name": "maven-plugin-annotations", + "version": "3.6.4" + }, + { + "group": "org.apache.tomcat", + "name": "tomcat-annotations-api", + "version": "10.1.19" + }, + { + "group": "org.apache.tomcat", + "name": "tomcat-jdbc", + "version": "10.1.19" + }, + { + "group": "org.apache.tomcat", + "name": "tomcat-jsp-api", + "version": "10.1.19" + }, + { + "group": "org.apache.tomcat.embed", + "name": "tomcat-embed-core", + "version": "10.1.19" + }, + { + "group": "org.apache.tomcat.embed", + "name": "tomcat-embed-el", + "version": "10.1.19" + }, + { + "group": "org.apache.tomcat.embed", + "name": "tomcat-embed-jasper", + "version": "10.1.19" + }, + { + "group": "org.apache.tomcat.embed", + "name": "tomcat-embed-websocket", + "version": "10.1.19" + }, + { + "group": "org.aspectj", + "name": "aspectjrt", + "version": "1.9.21" + }, + { + "group": "org.aspectj", + "name": "aspectjtools", + "version": "1.9.21" + }, + { + "group": "org.aspectj", + "name": "aspectjweaver", + "version": "1.9.21" + }, + { + "group": "org.assertj", + "name": "assertj-core", + "version": "3.24.2" + }, + { + "group": "org.assertj", + "name": "assertj-guava", + "version": "3.24.2" + }, + { + "group": "org.awaitility", + "name": "awaitility", + "version": "4.2.0" + }, + { + "group": "org.awaitility", + "name": "awaitility-groovy", + "version": "4.2.0" + }, + { + "group": "org.awaitility", + "name": "awaitility-kotlin", + "version": "4.2.0" + }, + { + "group": "org.awaitility", + "name": "awaitility-scala", + "version": "4.2.0" + }, + { + "group": "org.cache2k", + "name": "cache2k-api", + "version": "2.6.1.Final" + }, + { + "group": "org.cache2k", + "name": "cache2k-config", + "version": "2.6.1.Final" + }, + { + "group": "org.cache2k", + "name": "cache2k-core", + "version": "2.6.1.Final" + }, + { + "group": "org.cache2k", + "name": "cache2k-jcache", + "version": "2.6.1.Final" + }, + { + "group": "org.cache2k", + "name": "cache2k-micrometer", + "version": "2.6.1.Final" + }, + { + "group": "org.cache2k", + "name": "cache2k-spring", + "version": "2.6.1.Final" + }, + { + "group": "org.codehaus.janino", + "name": "commons-compiler", + "version": "3.1.12" + }, + { + "group": "org.codehaus.janino", + "name": "commons-compiler-jdk", + "version": "3.1.12" + }, + { + "group": "org.codehaus.janino", + "name": "janino", + "version": "3.1.12" + }, + { + "group": "org.eclipse", + "name": "yasson", + "version": "3.0.3" + }, + { + "group": "org.eclipse.angus", + "name": "angus-activation", + "version": "2.0.1" + }, + { + "group": "org.eclipse.angus", + "name": "angus-core", + "version": "1.1.0" + }, + { + "group": "org.eclipse.angus", + "name": "angus-mail", + "version": "1.1.0" + }, + { + "group": "org.eclipse.angus", + "name": "dsn", + "version": "1.1.0" + }, + { + "group": "org.eclipse.angus", + "name": "gimap", + "version": "1.1.0" + }, + { + "group": "org.eclipse.angus", + "name": "imap", + "version": "1.1.0" + }, + { + "group": "org.eclipse.angus", + "name": "jakarta.mail", + "version": "1.1.0" + }, + { + "group": "org.eclipse.angus", + "name": "logging-mailhandler", + "version": "1.1.0" + }, + { + "group": "org.eclipse.angus", + "name": "pop3", + "version": "1.1.0" + }, + { + "group": "org.eclipse.angus", + "name": "smtp", + "version": "1.1.0" + }, + { + "group": "org.eclipse.jetty", + "name": "apache-jsp", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "glassfish-jstl", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "infinispan-common", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "infinispan-embedded-query", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "infinispan-remote-query", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-alpn-client", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-alpn-conscrypt-client", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-alpn-conscrypt-server", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-alpn-java-client", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-alpn-java-server", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-alpn-server", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-annotations", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-ant", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-cdi", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-client", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-deploy", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-hazelcast", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-home", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-http", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-http-spi", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-io", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-jaas", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-jaspi", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-jmx", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-jndi", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-keystore", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-nosql", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-openid", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-plus", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-proxy", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-quickstart", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-reactive-httpclient", + "version": "3.0.12" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-rewrite", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-security", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-server", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-servlet", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-servlets", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-slf4j-impl", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-unixdomain-server", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-unixsocket-client", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-unixsocket-common", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-unixsocket-server", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-util", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-util-ajax", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-webapp", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty", + "name": "jetty-xml", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.fcgi", + "name": "fcgi-client", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.fcgi", + "name": "fcgi-server", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.gcloud", + "name": "jetty-gcloud-session-manager", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.http2", + "name": "http2-client", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.http2", + "name": "http2-common", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.http2", + "name": "http2-hpack", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.http2", + "name": "http2-http-client-transport", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.http2", + "name": "http2-server", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.http3", + "name": "http3-client", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.http3", + "name": "http3-common", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.http3", + "name": "http3-http-client-transport", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.http3", + "name": "http3-qpack", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.http3", + "name": "http3-server", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.memcached", + "name": "jetty-memcached-sessions", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.osgi", + "name": "jetty-httpservice", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.osgi", + "name": "jetty-osgi-alpn", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.osgi", + "name": "jetty-osgi-boot", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.osgi", + "name": "jetty-osgi-boot-jsp", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.osgi", + "name": "jetty-osgi-boot-warurl", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.quic", + "name": "quic-client", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.quic", + "name": "quic-common", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.quic", + "name": "quic-quiche-common", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.quic", + "name": "quic-quiche-jna", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.quic", + "name": "quic-server", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-core-client", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-core-common", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-core-server", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-jakarta-client", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-jakarta-common", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-jakarta-server", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-jetty-api", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-jetty-client", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-jetty-common", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-jetty-server", + "version": "11.0.20" + }, + { + "group": "org.eclipse.jetty.websocket", + "name": "websocket-servlet", + "version": "11.0.20" + }, + { + "group": "org.ehcache", + "name": "ehcache", + "version": "3.10.8" + }, + { + "group": "org.ehcache", + "name": "ehcache-clustered", + "version": "3.10.8" + }, + { + "group": "org.ehcache", + "name": "ehcache-transactions", + "version": "3.10.8" + }, + { + "group": "org.elasticsearch.client", + "name": "elasticsearch-rest-client", + "version": "8.7.1" + }, + { + "group": "org.elasticsearch.client", + "name": "elasticsearch-rest-client-sniffer", + "version": "8.7.1" + }, + { + "group": "org.firebirdsql.jdbc", + "name": "jaybird", + "version": "5.0.3.java11" + }, + { + "group": "org.flywaydb", + "name": "flyway-core", + "version": "9.16.3" + }, + { + "group": "org.flywaydb", + "name": "flyway-firebird", + "version": "9.16.3" + }, + { + "group": "org.flywaydb", + "name": "flyway-mysql", + "version": "9.16.3" + }, + { + "group": "org.flywaydb", + "name": "flyway-sqlserver", + "version": "9.16.3" + }, + { + "group": "org.freemarker", + "name": "freemarker", + "version": "2.3.32" + }, + { + "group": "org.glassfish.jaxb", + "name": "codemodel", + "version": "4.0.4" + }, + { + "group": "org.glassfish.jaxb", + "name": "jaxb-core", + "version": "4.0.4" + }, + { + "group": "org.glassfish.jaxb", + "name": "jaxb-jxc", + "version": "4.0.4" + }, + { + "group": "org.glassfish.jaxb", + "name": "jaxb-runtime", + "version": "4.0.4" + }, + { + "group": "org.glassfish.jaxb", + "name": "jaxb-xjc", + "version": "4.0.4" + }, + { + "group": "org.glassfish.jaxb", + "name": "txw2", + "version": "4.0.4" + }, + { + "group": "org.glassfish.jaxb", + "name": "xsom", + "version": "4.0.4" + }, + { + "group": "org.glassfish.jersey.bundles", + "name": "jaxrs-ri", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-apache-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-apache5-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-grizzly-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-helidon-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-jdk-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-jetty-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-jetty-http2-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-jetty11-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-jnh-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.connectors", + "name": "jersey-netty-connector", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-grizzly2-http", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-grizzly2-servlet", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-jdk-http", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-jetty-http", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-jetty-http2", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-jetty-servlet", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-jetty11-http", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-netty-http", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-servlet", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-servlet-core", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers", + "name": "jersey-container-simple-http", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.containers.glassfish", + "name": "jersey-gf-ejb", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.core", + "name": "jersey-client", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.core", + "name": "jersey-common", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.core", + "name": "jersey-server", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-bean-validation", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-declarative-linking", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-entity-filtering", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-metainf-services", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-micrometer", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-mvc", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-mvc-bean-validation", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-mvc-freemarker", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-mvc-jsp", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-mvc-mustache", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-proxy-client", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-spring6", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext", + "name": "jersey-wadl-doclet", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.cdi", + "name": "jersey-cdi-rs-inject", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.cdi", + "name": "jersey-cdi1x", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.cdi", + "name": "jersey-cdi1x-ban-custom-hk2-binding", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.cdi", + "name": "jersey-cdi1x-servlet", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.cdi", + "name": "jersey-cdi1x-transaction", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.cdi", + "name": "jersey-cdi1x-validation", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.cdi", + "name": "jersey-weld2-se", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.microprofile", + "name": "jersey-mp-config", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.microprofile", + "name": "jersey-mp-rest-client", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.rx", + "name": "jersey-rx-client-guava", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.rx", + "name": "jersey-rx-client-rxjava", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.ext.rx", + "name": "jersey-rx-client-rxjava2", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.inject", + "name": "jersey-cdi2-se", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.inject", + "name": "jersey-hk2", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-jaxb", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-json-binding", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-json-gson", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-json-jackson", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-json-jettison", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-json-processing", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-kryo", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-moxy", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-multipart", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.media", + "name": "jersey-media-sse", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.security", + "name": "oauth1-client", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.security", + "name": "oauth1-server", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.security", + "name": "oauth1-signature", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.security", + "name": "oauth2-client", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework", + "name": "jersey-test-framework-core", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework", + "name": "jersey-test-framework-util", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework.providers", + "name": "jersey-test-framework-provider-bundle", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework.providers", + "name": "jersey-test-framework-provider-external", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework.providers", + "name": "jersey-test-framework-provider-grizzly2", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework.providers", + "name": "jersey-test-framework-provider-inmemory", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework.providers", + "name": "jersey-test-framework-provider-jdk-http", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework.providers", + "name": "jersey-test-framework-provider-jetty", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework.providers", + "name": "jersey-test-framework-provider-jetty-http2", + "version": "3.1.5" + }, + { + "group": "org.glassfish.jersey.test-framework.providers", + "name": "jersey-test-framework-provider-simple", + "version": "3.1.5" + }, + { + "group": "org.glassfish.web", + "name": "jakarta.servlet.jsp.jstl", + "version": "3.0.1" + }, + { + "group": "org.hamcrest", + "name": "hamcrest", + "version": "2.2" + }, + { + "group": "org.hamcrest", + "name": "hamcrest-core", + "version": "2.2" + }, + { + "group": "org.hamcrest", + "name": "hamcrest-library", + "version": "2.2" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-agroal", + "version": "6.2.22.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-ant", + "version": "6.2.22.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-c3p0", + "version": "6.2.22.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-community-dialects", + "version": "6.2.22.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-core", + "version": "6.2.22.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-envers", + "version": "6.2.22.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-graalvm", + "version": "6.2.22.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-hikaricp", + "version": "6.2.22.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-jcache", + "version": "6.2.22.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-jpamodelgen", + "version": "6.2.22.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-micrometer", + "version": "6.2.22.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-proxool", + "version": "6.2.22.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-spatial", + "version": "6.2.22.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-testing", + "version": "6.2.22.Final" + }, + { + "group": "org.hibernate.orm", + "name": "hibernate-vibur", + "version": "6.2.22.Final" + }, + { + "group": "org.hibernate.validator", + "name": "hibernate-validator", + "version": "8.0.1.Final" + }, + { + "group": "org.hibernate.validator", + "name": "hibernate-validator-annotation-processor", + "version": "8.0.1.Final" + }, + { + "group": "org.hsqldb", + "name": "hsqldb", + "version": "2.7.2" + }, + { + "group": "org.infinispan", + "name": "infinispan-anchored-keys", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-api", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cachestore-jdbc", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cachestore-jdbc-common", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cachestore-jdbc-common-jakarta", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cachestore-jdbc-jakarta", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cachestore-remote", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cachestore-rocksdb", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cachestore-sql", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cdi-common", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cdi-common-jakarta", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cdi-embedded", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cdi-embedded-jakarta", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cdi-remote", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cdi-remote-jakarta", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-checkstyle", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cli-client", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cli-client-jakarta", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-client-hotrod", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-client-hotrod-jakarta", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-client-rest", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-client-rest-jakarta", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-cloudevents-integration", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-clustered-counter", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-clustered-lock", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-commons", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-commons-jakarta", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-commons-test", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-component-annotations", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-component-processor", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-console", + "version": "14.0.15.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-core", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-core-jakarta", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-extended-statistics", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-hibernate-cache-commons", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-hibernate-cache-spi", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-hibernate-cache-v60", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-hibernate-cache-v62", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-hotrod", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-hotrod-jakarta", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-jboss-marshalling", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-jcache", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-jcache-commons", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-jcache-remote", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-key-value-store-client", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-multimap", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-multimap-jakarta", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-objectfilter", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-query", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-query-core", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-query-dsl", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-query-jakarta", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-remote-query-client", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-remote-query-server", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-scripting", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-core", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-hotrod", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-hotrod-jakarta", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-memcached", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-resp", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-rest", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-router", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-runtime", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-testdriver-core", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-testdriver-core-jakarta", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-testdriver-junit4", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-server-testdriver-junit5", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring-boot-starter-embedded", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring-boot-starter-remote", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring-boot3-starter-embedded", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring-boot3-starter-remote", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring5-common", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring5-embedded", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring5-remote", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring6-common", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring6-embedded", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-spring6-remote", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-tasks", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-tasks-api", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-tools", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan", + "name": "infinispan-tools-jakarta", + "version": "14.0.24.Final" + }, + { + "group": "org.infinispan.protostream", + "name": "protostream", + "version": "4.6.5.Final" + }, + { + "group": "org.infinispan.protostream", + "name": "protostream-processor", + "version": "4.6.5.Final" + }, + { + "group": "org.infinispan.protostream", + "name": "protostream-types", + "version": "4.6.5.Final" + }, + { + "group": "org.influxdb", + "name": "influxdb-java", + "version": "2.23" + }, + { + "group": "org.jboss.logging", + "name": "jboss-logging", + "version": "3.5.3.Final" + }, + { + "group": "org.jdom", + "name": "jdom2", + "version": "2.0.6.1" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-compiler", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-compiler-embeddable", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-daemon-client", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-main-kts", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-osgi-bundle", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-reflect", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-script-runtime", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-script-util", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-scripting-common", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-scripting-ide-services", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-scripting-jvm", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-scripting-jvm-host", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-stdlib", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-stdlib-common", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-stdlib-jdk7", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-stdlib-jdk8", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-stdlib-js", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-test", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-test-annotations-common", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-test-common", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-test-js", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-test-junit", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-test-junit5", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlin", + "name": "kotlin-test-testng", + "version": "1.8.22" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-android", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-core", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-core-jvm", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-debug", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-guava", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-javafx", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-jdk8", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-jdk9", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-play-services", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-reactive", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-reactor", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-rx2", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-rx3", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-slf4j", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-swing", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-test", + "version": "1.6.4" + }, + { + "group": "org.jetbrains.kotlinx", + "name": "kotlinx-coroutines-test-jvm", + "version": "1.6.4" + }, + { + "group": "org.jooq", + "name": "jooq", + "version": "3.18.11" + }, + { + "group": "org.jooq", + "name": "jooq-codegen", + "version": "3.18.11" + }, + { + "group": "org.jooq", + "name": "jooq-kotlin", + "version": "3.18.11" + }, + { + "group": "org.jooq", + "name": "jooq-meta", + "version": "3.18.11" + }, + { + "group": "org.junit.jupiter", + "name": "junit-jupiter", + "version": "5.9.3" + }, + { + "group": "org.junit.jupiter", + "name": "junit-jupiter-api", + "version": "5.9.3" + }, + { + "group": "org.junit.jupiter", + "name": "junit-jupiter-engine", + "version": "5.9.3" + }, + { + "group": "org.junit.jupiter", + "name": "junit-jupiter-migrationsupport", + "version": "5.9.3" + }, + { + "group": "org.junit.jupiter", + "name": "junit-jupiter-params", + "version": "5.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-commons", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-console", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-engine", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-jfr", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-launcher", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-reporting", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-runner", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-suite", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-suite-api", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-suite-commons", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-suite-engine", + "version": "1.9.3" + }, + { + "group": "org.junit.platform", + "name": "junit-platform-testkit", + "version": "1.9.3" + }, + { + "group": "org.junit.vintage", + "name": "junit-vintage-engine", + "version": "5.9.3" + }, + { + "group": "org.jvnet.staxex", + "name": "stax-ex", + "version": "2.1.0" + }, + { + "group": "org.liquibase", + "name": "liquibase-cdi", + "version": "4.20.0" + }, + { + "group": "org.liquibase", + "name": "liquibase-core", + "version": "4.20.0" + }, + { + "group": "org.mariadb", + "name": "r2dbc-mariadb", + "version": "1.1.4" + }, + { + "group": "org.mariadb.jdbc", + "name": "mariadb-java-client", + "version": "3.1.4" + }, + { + "group": "org.messaginghub", + "name": "pooled-jms", + "version": "3.1.5" + }, + { + "group": "org.mockito", + "name": "mockito-android", + "version": "5.3.1" + }, + { + "group": "org.mockito", + "name": "mockito-core", + "version": "5.3.1" + }, + { + "group": "org.mockito", + "name": "mockito-errorprone", + "version": "5.3.1" + }, + { + "group": "org.mockito", + "name": "mockito-junit-jupiter", + "version": "5.3.1" + }, + { + "group": "org.mockito", + "name": "mockito-proxy", + "version": "5.3.1" + }, + { + "group": "org.mockito", + "name": "mockito-subclass", + "version": "5.3.1" + }, + { + "group": "org.mongodb", + "name": "bson", + "version": "4.9.1" + }, + { + "group": "org.mongodb", + "name": "bson-record-codec", + "version": "4.9.1" + }, + { + "group": "org.mongodb", + "name": "mongodb-driver-core", + "version": "4.9.1" + }, + { + "group": "org.mongodb", + "name": "mongodb-driver-legacy", + "version": "4.9.1" + }, + { + "group": "org.mongodb", + "name": "mongodb-driver-reactivestreams", + "version": "4.9.1" + }, + { + "group": "org.mongodb", + "name": "mongodb-driver-sync", + "version": "4.9.1" + }, + { + "group": "org.neo4j.driver", + "name": "neo4j-java-driver", + "version": "5.17.0" + }, + { + "group": "org.postgresql", + "name": "postgresql", + "version": "42.6.1" + }, + { + "group": "org.postgresql", + "name": "r2dbc-postgresql", + "version": "1.0.4.RELEASE" + }, + { + "group": "org.projectlombok", + "name": "lombok", + "version": "1.18.30" + }, + { + "group": "org.quartz-scheduler", + "name": "quartz", + "version": "2.3.2" + }, + { + "group": "org.quartz-scheduler", + "name": "quartz-jobs", + "version": "2.3.2" + }, + { + "group": "org.reactivestreams", + "name": "reactive-streams", + "version": "1.0.4" + }, + { + "group": "org.seleniumhq.selenium", + "name": "htmlunit-driver", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "lift", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-api", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-chrome-driver", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-chromium-driver", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-devtools-v109", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-devtools-v110", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-devtools-v111", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-devtools-v85", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-edge-driver", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-firefox-driver", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-grid", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-http", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-http-jdk-client", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-ie-driver", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-java", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-json", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-manager", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-remote-driver", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-safari-driver", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-session-map-jdbc", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-session-map-redis", + "version": "4.8.3" + }, + { + "group": "org.seleniumhq.selenium", + "name": "selenium-support", + "version": "4.8.3" + }, + { + "group": "org.skyscreamer", + "name": "jsonassert", + "version": "1.5.1" + }, + { + "group": "org.slf4j", + "name": "jcl-over-slf4j", + "version": "2.0.12" + }, + { + "group": "org.slf4j", + "name": "jul-to-slf4j", + "version": "2.0.12" + }, + { + "group": "org.slf4j", + "name": "log4j-over-slf4j", + "version": "2.0.12" + }, + { + "group": "org.slf4j", + "name": "slf4j-api", + "version": "2.0.12" + }, + { + "group": "org.slf4j", + "name": "slf4j-ext", + "version": "2.0.12" + }, + { + "group": "org.slf4j", + "name": "slf4j-jdk-platform-logging", + "version": "2.0.12" + }, + { + "group": "org.slf4j", + "name": "slf4j-jdk14", + "version": "2.0.12" + }, + { + "group": "org.slf4j", + "name": "slf4j-log4j12", + "version": "2.0.12" + }, + { + "group": "org.slf4j", + "name": "slf4j-nop", + "version": "2.0.12" + }, + { + "group": "org.slf4j", + "name": "slf4j-reload4j", + "version": "2.0.12" + }, + { + "group": "org.slf4j", + "name": "slf4j-simple", + "version": "2.0.12" + }, + { + "group": "org.springframework", + "name": "spring-aop", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-aspects", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-beans", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-context", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-context-indexer", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-context-support", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-core", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-core-test", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-expression", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-instrument", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-jcl", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-jdbc", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-jms", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-messaging", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-orm", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-oxm", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-r2dbc", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-test", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-tx", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-web", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-webflux", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-webmvc", + "version": "6.0.17" + }, + { + "group": "org.springframework", + "name": "spring-websocket", + "version": "6.0.17" + }, + { + "group": "org.springframework.amqp", + "name": "spring-amqp", + "version": "3.0.11" + }, + { + "group": "org.springframework.amqp", + "name": "spring-rabbit", + "version": "3.0.11" + }, + { + "group": "org.springframework.amqp", + "name": "spring-rabbit-junit", + "version": "3.0.11" + }, + { + "group": "org.springframework.amqp", + "name": "spring-rabbit-stream", + "version": "3.0.11" + }, + { + "group": "org.springframework.amqp", + "name": "spring-rabbit-test", + "version": "3.0.11" + }, + { + "group": "org.springframework.batch", + "name": "spring-batch-core", + "version": "5.0.5" + }, + { + "group": "org.springframework.batch", + "name": "spring-batch-infrastructure", + "version": "5.0.5" + }, + { + "group": "org.springframework.batch", + "name": "spring-batch-integration", + "version": "5.0.5" + }, + { + "group": "org.springframework.batch", + "name": "spring-batch-test", + "version": "5.0.5" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-actuator", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-actuator-autoconfigure", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-autoconfigure", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-autoconfigure-processor", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-buildpack-platform", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-configuration-metadata", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-configuration-processor", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-devtools", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-docker-compose", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-jarmode-layertools", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-loader", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-loader-tools", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-properties-migrator", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-activemq", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-actuator", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-amqp", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-aop", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-artemis", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-batch", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-cache", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-cassandra", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-cassandra-reactive", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-couchbase", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-couchbase-reactive", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-elasticsearch", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-jdbc", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-jpa", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-ldap", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-mongodb", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-mongodb-reactive", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-neo4j", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-r2dbc", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-redis", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-redis-reactive", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-data-rest", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-freemarker", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-graphql", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-groovy-templates", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-hateoas", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-integration", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-jdbc", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-jersey", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-jetty", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-jooq", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-json", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-log4j2", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-logging", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-mail", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-mustache", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-oauth2-authorization-server", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-oauth2-client", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-oauth2-resource-server", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-quartz", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-reactor-netty", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-rsocket", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-security", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-test", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-thymeleaf", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-tomcat", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-undertow", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-validation", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-web", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-web-services", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-webflux", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-starter-websocket", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-test", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-test-autoconfigure", + "version": "3.1.9" + }, + { + "group": "org.springframework.boot", + "name": "spring-boot-testcontainers", + "version": "3.1.9" + }, + { + "group": "org.springframework.data", + "name": "spring-data-cassandra", + "version": "4.1.9" + }, + { + "group": "org.springframework.data", + "name": "spring-data-commons", + "version": "3.1.9" + }, + { + "group": "org.springframework.data", + "name": "spring-data-couchbase", + "version": "5.1.9" + }, + { + "group": "org.springframework.data", + "name": "spring-data-elasticsearch", + "version": "5.1.9" + }, + { + "group": "org.springframework.data", + "name": "spring-data-envers", + "version": "3.1.9" + }, + { + "group": "org.springframework.data", + "name": "spring-data-jdbc", + "version": "3.1.9" + }, + { + "group": "org.springframework.data", + "name": "spring-data-jpa", + "version": "3.1.9" + }, + { + "group": "org.springframework.data", + "name": "spring-data-keyvalue", + "version": "3.1.9" + }, + { + "group": "org.springframework.data", + "name": "spring-data-ldap", + "version": "3.1.9" + }, + { + "group": "org.springframework.data", + "name": "spring-data-mongodb", + "version": "4.1.9" + }, + { + "group": "org.springframework.data", + "name": "spring-data-neo4j", + "version": "7.1.9" + }, + { + "group": "org.springframework.data", + "name": "spring-data-r2dbc", + "version": "3.1.9" + }, + { + "group": "org.springframework.data", + "name": "spring-data-redis", + "version": "3.1.9" + }, + { + "group": "org.springframework.data", + "name": "spring-data-relational", + "version": "3.1.9" + }, + { + "group": "org.springframework.data", + "name": "spring-data-rest-core", + "version": "4.1.9" + }, + { + "group": "org.springframework.data", + "name": "spring-data-rest-hal-explorer", + "version": "4.1.9" + }, + { + "group": "org.springframework.data", + "name": "spring-data-rest-webmvc", + "version": "4.1.9" + }, + { + "group": "org.springframework.graphql", + "name": "spring-graphql", + "version": "1.2.5" + }, + { + "group": "org.springframework.graphql", + "name": "spring-graphql-test", + "version": "1.2.5" + }, + { + "group": "org.springframework.hateoas", + "name": "spring-hateoas", + "version": "2.1.3" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-amqp", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-camel", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-cassandra", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-core", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-event", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-feed", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-file", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-ftp", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-graphql", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-groovy", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-hazelcast", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-http", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-ip", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-jdbc", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-jms", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-jmx", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-jpa", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-kafka", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-mail", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-mongodb", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-mqtt", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-r2dbc", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-redis", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-rsocket", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-scripting", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-security", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-sftp", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-smb", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-stomp", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-stream", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-syslog", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-test", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-test-support", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-webflux", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-websocket", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-ws", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-xml", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-xmpp", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-zeromq", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-zip", + "version": "6.1.6" + }, + { + "group": "org.springframework.integration", + "name": "spring-integration-zookeeper", + "version": "6.1.6" + }, + { + "group": "org.springframework.kafka", + "name": "spring-kafka", + "version": "3.0.14" + }, + { + "group": "org.springframework.kafka", + "name": "spring-kafka-test", + "version": "3.0.14" + }, + { + "group": "org.springframework.ldap", + "name": "spring-ldap-core", + "version": "3.1.4" + }, + { + "group": "org.springframework.ldap", + "name": "spring-ldap-ldif-core", + "version": "3.1.4" + }, + { + "group": "org.springframework.ldap", + "name": "spring-ldap-odm", + "version": "3.1.4" + }, + { + "group": "org.springframework.ldap", + "name": "spring-ldap-test", + "version": "3.1.4" + }, + { + "group": "org.springframework.restdocs", + "name": "spring-restdocs-asciidoctor", + "version": "3.0.1" + }, + { + "group": "org.springframework.restdocs", + "name": "spring-restdocs-core", + "version": "3.0.1" + }, + { + "group": "org.springframework.restdocs", + "name": "spring-restdocs-mockmvc", + "version": "3.0.1" + }, + { + "group": "org.springframework.restdocs", + "name": "spring-restdocs-restassured", + "version": "3.0.1" + }, + { + "group": "org.springframework.restdocs", + "name": "spring-restdocs-webtestclient", + "version": "3.0.1" + }, + { + "group": "org.springframework.retry", + "name": "spring-retry", + "version": "2.0.5" + }, + { + "group": "org.springframework.security", + "name": "spring-security-acl", + "version": "6.1.7" + }, + { + "group": "org.springframework.security", + "name": "spring-security-aspects", + "version": "6.1.7" + }, + { + "group": "org.springframework.security", + "name": "spring-security-cas", + "version": "6.1.7" + }, + { + "group": "org.springframework.security", + "name": "spring-security-config", + "version": "6.1.7" + }, + { + "group": "org.springframework.security", + "name": "spring-security-core", + "version": "6.1.7" + }, + { + "group": "org.springframework.security", + "name": "spring-security-crypto", + "version": "6.1.7" + }, + { + "group": "org.springframework.security", + "name": "spring-security-data", + "version": "6.1.7" + }, + { + "group": "org.springframework.security", + "name": "spring-security-ldap", + "version": "6.1.7" + }, + { + "group": "org.springframework.security", + "name": "spring-security-messaging", + "version": "6.1.7" + }, + { + "group": "org.springframework.security", + "name": "spring-security-oauth2-authorization-server", + "version": "1.1.5" + }, + { + "group": "org.springframework.security", + "name": "spring-security-oauth2-client", + "version": "6.1.7" + }, + { + "group": "org.springframework.security", + "name": "spring-security-oauth2-core", + "version": "6.1.7" + }, + { + "group": "org.springframework.security", + "name": "spring-security-oauth2-jose", + "version": "6.1.7" + }, + { + "group": "org.springframework.security", + "name": "spring-security-oauth2-resource-server", + "version": "6.1.7" + }, + { + "group": "org.springframework.security", + "name": "spring-security-rsocket", + "version": "6.1.7" + }, + { + "group": "org.springframework.security", + "name": "spring-security-saml2-service-provider", + "version": "6.1.7" + }, + { + "group": "org.springframework.security", + "name": "spring-security-taglibs", + "version": "6.1.7" + }, + { + "group": "org.springframework.security", + "name": "spring-security-test", + "version": "6.1.7" + }, + { + "group": "org.springframework.security", + "name": "spring-security-web", + "version": "6.1.7" + }, + { + "group": "org.springframework.session", + "name": "spring-session-core", + "version": "3.1.4" + }, + { + "group": "org.springframework.session", + "name": "spring-session-data-mongodb", + "version": "3.1.4" + }, + { + "group": "org.springframework.session", + "name": "spring-session-data-redis", + "version": "3.1.4" + }, + { + "group": "org.springframework.session", + "name": "spring-session-hazelcast", + "version": "3.1.4" + }, + { + "group": "org.springframework.session", + "name": "spring-session-jdbc", + "version": "3.1.4" + }, + { + "group": "org.springframework.ws", + "name": "spring-ws-core", + "version": "4.0.10" + }, + { + "group": "org.springframework.ws", + "name": "spring-ws-security", + "version": "4.0.10" + }, + { + "group": "org.springframework.ws", + "name": "spring-ws-support", + "version": "4.0.10" + }, + { + "group": "org.springframework.ws", + "name": "spring-ws-test", + "version": "4.0.10" + }, + { + "group": "org.springframework.ws", + "name": "spring-xml", + "version": "4.0.10" + }, + { + "group": "org.testcontainers", + "name": "azure", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "cassandra", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "clickhouse", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "cockroachdb", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "consul", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "couchbase", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "cratedb", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "database-commons", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "db2", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "dynalite", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "elasticsearch", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "gcloud", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "hivemq", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "influxdb", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "jdbc", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "junit-jupiter", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "k3s", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "kafka", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "localstack", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "mariadb", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "mockserver", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "mongodb", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "mssqlserver", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "mysql", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "neo4j", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "nginx", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "oracle-xe", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "orientdb", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "postgresql", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "presto", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "pulsar", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "questdb", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "r2dbc", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "rabbitmq", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "redpanda", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "selenium", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "solace", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "solr", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "spock", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "testcontainers", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "tidb", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "toxiproxy", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "trino", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "vault", + "version": "1.18.3" + }, + { + "group": "org.testcontainers", + "name": "yugabytedb", + "version": "1.18.3" + }, + { + "group": "org.thymeleaf", + "name": "thymeleaf", + "version": "3.1.2.RELEASE" + }, + { + "group": "org.thymeleaf", + "name": "thymeleaf-spring6", + "version": "3.1.2.RELEASE" + }, + { + "group": "org.thymeleaf.extras", + "name": "thymeleaf-extras-springsecurity6", + "version": "3.1.2.RELEASE" + }, + { + "group": "org.webjars", + "name": "webjars-locator-core", + "version": "0.52" + }, + { + "group": "org.xerial", + "name": "sqlite-jdbc", + "version": "3.41.2.2" + }, + { + "group": "org.xmlunit", + "name": "xmlunit-assertj", + "version": "2.9.1" + }, + { + "group": "org.xmlunit", + "name": "xmlunit-assertj3", + "version": "2.9.1" + }, + { + "group": "org.xmlunit", + "name": "xmlunit-core", + "version": "2.9.1" + }, + { + "group": "org.xmlunit", + "name": "xmlunit-jakarta-jaxb-impl", + "version": "2.9.1" + }, + { + "group": "org.xmlunit", + "name": "xmlunit-legacy", + "version": "2.9.1" + }, + { + "group": "org.xmlunit", + "name": "xmlunit-matchers", + "version": "2.9.1" + }, + { + "group": "org.xmlunit", + "name": "xmlunit-placeholders", + "version": "2.9.1" + }, + { + "group": "org.yaml", + "name": "snakeyaml", + "version": "1.33" + }, + { + "group": "redis.clients", + "name": "jedis", + "version": "4.3.2" + }, + { + "group": "wsdl4j", + "name": "wsdl4j", + "version": "1.6.3" + } +] \ No newline at end of file From 43ef0408e1fd103ad59fcf4c2a545e39c8e274bc Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Wed, 10 Apr 2024 21:48:45 -0500 Subject: [PATCH 05/17] more working stuff --- .gitignore | 1 + checker/.cache/.gitkeep | 0 checker/index.js | 81 +- checker/versions.js | 34 +- versions/3.1.8.json | 6517 --------------------------------------- versions/3.1.9.json | 6497 -------------------------------------- 6 files changed, 67 insertions(+), 13063 deletions(-) create mode 100644 checker/.cache/.gitkeep delete mode 100644 versions/3.1.8.json delete mode 100644 versions/3.1.9.json diff --git a/.gitignore b/.gitignore index 7e423e5..a13bb1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea/ .vscode/ node_modules/ +checker/.cache/*.json diff --git a/checker/.cache/.gitkeep b/checker/.cache/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/checker/index.js b/checker/index.js index 32fad37..946031b 100644 --- a/checker/index.js +++ b/checker/index.js @@ -1,33 +1,32 @@ -const { readFileSync } = require('fs'); +const { parse } = require('node-html-parser'); +const { existsSync, readFileSync, writeFileSync } = require('fs'); +const path = '.cache'; -const getJsonFromFile = (filename) => { +const getJsonFromFile = async (filename) => { const data = readFileSync(filename, 'utf8'); return JSON.parse(data); } -const getComponents = (filename) => { - const parsedData = getJsonFromFile(filename) +const getComponents = async (filename) => { + const parsedData = await getJsonFromFile(filename) return parsedData.components; } -const getSpringBootVersion = (components) => { +const getSpringBootVersion = async (components) => { const springBoot = components.filter(component => component.group === 'org.springframework.boot' && component.name === 'spring-boot'); - const springBootVersion = springBoot[0].version; - // console.log('getSpringBootVersion', springBootVersion); - return springBootVersion; + return springBoot[0].version; } -const getDefaultSpringBootComponents = (filename) => { - const components = getJsonFromFile(filename); - // console.log('components', JSON.stringify(components)); - return components; +const getDefaultSpringBootComponents = async (filename) => { + await getSpringDefaultVersions(filename) + return getJsonFromFile(`${path}/${filename}.json`); } -const retrieveSimilarPackages = (bomFile) => { - const components = getComponents(bomFile); - const springBootVersion = getSpringBootVersion(components); +const retrieveSimilarPackages = async (bomFile) => { + const components = await getComponents(bomFile); + const springBootVersion = await getSpringBootVersion(components); console.log('springBootVersion', springBootVersion); - const defaultComponents = getDefaultSpringBootComponents(`../versions/${springBootVersion}.json`) + const defaultComponents = await getDefaultSpringBootComponents(springBootVersion) const matchingPackages = components.filter(bomPackage => defaultComponents.some(bootPackage => @@ -44,4 +43,52 @@ const retrieveSimilarPackages = (bomFile) => { console.log('matchingPackages size', matchingPackages.length); } -retrieveSimilarPackages('../samples/bom_3.1.9.json'); +const getSpringDefaultVersions = async (sbVersion) => { + try { + if (!existsSync(`${path}/${sbVersion}.json`)) { + await downloadSpringDefaultVersions(sbVersion); + } else { + console.log('file already exists'); + } + } catch (err) { + console.log('err', err) + } +} + +const downloadSpringDefaultVersions = async (sbVersion) => { + const response = await fetch(`https://docs.spring.io/spring-boot/docs/${sbVersion}/reference/html/dependency-versions.html`); + const versions = []; + switch (response.status) { + // status "OK" + case 200: { + const template = await response.text(); + const parsedTemplate = parse(template) + const tableBody = parsedTemplate.querySelector('table tbody'); + + tableBody.childNodes.forEach(child => + // there's a header row we should skip + child.childNodes.length === 0 ? '' : + versions.push({ + group: child.childNodes[1].rawText, + name: child.childNodes[3].rawText, + version: child.childNodes[5].rawText, + }) + ) + console.log(versions.length); + await writeFileSync(`${path}/${sbVersion}.json`, JSON.stringify(versions, null, 2)); + break; + } + // status "Not Found" + case 404: + console.log('Not Found'); + break; + } +} + +(async() => { + console.log('before start'); + + await retrieveSimilarPackages('../samples/bom_3.1.9.json'); + + console.log('after start'); +})(); diff --git a/checker/versions.js b/checker/versions.js index 30bb5f7..433217a 100644 --- a/checker/versions.js +++ b/checker/versions.js @@ -1,34 +1,4 @@ -const {parse} = require('node-html-parser'); -const {writeFileSync} = require('fs'); - -const sbVersions = ['3.1.8', '3.1.9'] +const sbVersions = ['3.2.4', '3.2.3', '3.2.2', '3.2.1', '3.2.0', '3.1.10', '3.1.9', '3.1.8', '3.1.7', '3.1.6', '3.1.5', '3.1.4', '3.1.3', '3.1.2', '3.1.1', '3.1.0', '3.0.13', '3.0.12', '3.0.11', '3.0.10', '3.0.9', '3.0.8', '3.0.7', '3.0.6', '3.0.5', '3.0.4', '3.0.3', '3.0.2', '3.0.1', '3.0.0', '2.7.18', '2.7.17', '2.7.16', '2.7.15', '2.7.14', '2.7.13', '2.7.12', '2.7.11', '2.7.10', '2.7.9', '2.7.8', '2.7.7', '2.7.6', '2.7.5', '2.7.4', '2.7.3', '2.7.2', '2.7.1', '2.7.0', '2.6.15', '2.6.14', '2.6.13', '2.6.12', '2.6.11', '2.6.10', '2.6.9', '2.6.8', '2.6.7', '2.6.6', '2.6.5', '2.6.4', '2.6.3', '2.6.2', '2.6.1', '2.6.0', '2.5.15', '2.5.14', '2.5.13', '2.5.12', '2.5.11', '2.5.10', '2.5.9', '2.5.8', '2.5.7', '2.5.6', '2.5.5', '2.5.4', '2.5.3', '2.5.2', '2.5.1', '2.5.0', '2.4.13', '2.4.12', '2.4.11', '2.4.10', '2.4.9', '2.4.8', '2.4.7', '2.4.6', '2.4.5', '2.4.4', '2.4.3', '2.4.2', '2.4.1'] sbVersions.forEach(sbVersion => - (async () => { - const response = await fetch(`https://docs.spring.io/spring-boot/docs/${sbVersion}/reference/html/dependency-versions.html`); - const versions = []; - switch (response.status) { - // status "OK" - case 200: - const template = await response.text(); - const parsedTemplate = parse(template) - const tableBody = parsedTemplate.querySelector('table tbody'); - - tableBody.childNodes.forEach(child => - // there's a header row we should skip - child.childNodes.length === 0 ? '' : - versions.push({ - group: child.childNodes[1].rawText, - name: child.childNodes[3].rawText, - version: child.childNodes[5].rawText, - }) - ) - console.log(versions); - writeFileSync(`../versions/${sbVersion}.json`, JSON.stringify(versions, null, 2)); - break; - // status "Not Found" - case 404: - console.log('Not Found'); - break; - } - })() + //getSpringDefaultVersions(sbVersion) ) diff --git a/versions/3.1.8.json b/versions/3.1.8.json deleted file mode 100644 index 69292a3..0000000 --- a/versions/3.1.8.json +++ /dev/null @@ -1,6517 +0,0 @@ -[ - { - "group": "ch.qos.logback", - "name": "logback-access", - "version": "1.4.14" - }, - { - "group": "ch.qos.logback", - "name": "logback-classic", - "version": "1.4.14" - }, - { - "group": "ch.qos.logback", - "name": "logback-core", - "version": "1.4.14" - }, - { - "group": "co.elastic.clients", - "name": "elasticsearch-java", - "version": "8.7.1" - }, - { - "group": "com.couchbase.client", - "name": "java-client", - "version": "3.4.11" - }, - { - "group": "com.datastax.oss", - "name": "java-driver-core", - "version": "4.15.0" - }, - { - "group": "com.datastax.oss", - "name": "java-driver-core-shaded", - "version": "4.15.0" - }, - { - "group": "com.datastax.oss", - "name": "java-driver-mapper-processor", - "version": "4.15.0" - }, - { - "group": "com.datastax.oss", - "name": "java-driver-mapper-runtime", - "version": "4.15.0" - }, - { - "group": "com.datastax.oss", - "name": "java-driver-metrics-micrometer", - "version": "4.15.0" - }, - { - "group": "com.datastax.oss", - "name": "java-driver-metrics-microprofile", - "version": "4.15.0" - }, - { - "group": "com.datastax.oss", - "name": "java-driver-query-builder", - "version": "4.15.0" - }, - { - "group": "com.datastax.oss", - "name": "java-driver-shaded-guava", - "version": "25.1-jre-graal-sub-1" - }, - { - "group": "com.datastax.oss", - "name": "java-driver-test-infra", - "version": "4.15.0" - }, - { - "group": "com.datastax.oss", - "name": "native-protocol", - "version": "1.5.1" - }, - { - "group": "com.fasterxml", - "name": "classmate", - "version": "1.5.1" - }, - { - "group": "com.fasterxml.jackson.core", - "name": "jackson-annotations", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.core", - "name": "jackson-core", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.core", - "name": "jackson-databind", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-avro", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-cbor", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-csv", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-ion", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-properties", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-protobuf", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-smile", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-toml", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-xml", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-yaml", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-eclipse-collections", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-guava", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-hibernate4", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-hibernate5", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-hibernate5-jakarta", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-hibernate6", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-hppc", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-jakarta-jsonp", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-jaxrs", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-jdk8", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-joda", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-joda-money", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-json-org", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-jsr310", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-jsr353", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-pcollections", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.jakarta.rs", - "name": "jackson-jakarta-rs-base", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.jakarta.rs", - "name": "jackson-jakarta-rs-cbor-provider", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.jakarta.rs", - "name": "jackson-jakarta-rs-json-provider", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.jakarta.rs", - "name": "jackson-jakarta-rs-smile-provider", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.jakarta.rs", - "name": "jackson-jakarta-rs-xml-provider", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.jakarta.rs", - "name": "jackson-jakarta-rs-yaml-provider", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.jaxrs", - "name": "jackson-jaxrs-base", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.jaxrs", - "name": "jackson-jaxrs-cbor-provider", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.jaxrs", - "name": "jackson-jaxrs-json-provider", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.jaxrs", - "name": "jackson-jaxrs-smile-provider", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.jaxrs", - "name": "jackson-jaxrs-xml-provider", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.jaxrs", - "name": "jackson-jaxrs-yaml-provider", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.jr", - "name": "jackson-jr-all", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.jr", - "name": "jackson-jr-annotation-support", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.jr", - "name": "jackson-jr-objects", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.jr", - "name": "jackson-jr-retrofit2", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.jr", - "name": "jackson-jr-stree", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-afterburner", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-blackbird", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-guice", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-jakarta-xmlbind-annotations", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-jaxb-annotations", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-jsonSchema", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-jsonSchema-jakarta", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-kotlin", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-mrbean", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-no-ctor-deser", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-osgi", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-parameter-names", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-paranamer", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-scala_2.11", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-scala_2.12", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-scala_2.13", - "version": "2.15.3" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-scala_3", - "version": "2.15.3" - }, - { - "group": "com.github.ben-manes.caffeine", - "name": "caffeine", - "version": "3.1.8" - }, - { - "group": "com.github.ben-manes.caffeine", - "name": "guava", - "version": "3.1.8" - }, - { - "group": "com.github.ben-manes.caffeine", - "name": "jcache", - "version": "3.1.8" - }, - { - "group": "com.github.ben-manes.caffeine", - "name": "simulator", - "version": "3.1.8" - }, - { - "group": "com.github.mxab.thymeleaf.extras", - "name": "thymeleaf-extras-data-attribute", - "version": "2.0.1" - }, - { - "group": "com.google.code.gson", - "name": "gson", - "version": "2.10.1" - }, - { - "group": "com.graphql-java", - "name": "graphql-java", - "version": "20.2" - }, - { - "group": "com.h2database", - "name": "h2", - "version": "2.1.214" - }, - { - "group": "com.hazelcast", - "name": "hazelcast", - "version": "5.2.4" - }, - { - "group": "com.hazelcast", - "name": "hazelcast-spring", - "version": "5.2.4" - }, - { - "group": "com.ibm.db2", - "name": "jcc", - "version": "11.5.9.0" - }, - { - "group": "com.jayway.jsonpath", - "name": "json-path", - "version": "2.8.0" - }, - { - "group": "com.jayway.jsonpath", - "name": "json-path-assert", - "version": "2.8.0" - }, - { - "group": "com.microsoft.sqlserver", - "name": "mssql-jdbc", - "version": "11.2.3.jre17" - }, - { - "group": "com.mysql", - "name": "mysql-connector-j", - "version": "8.0.33" - }, - { - "group": "com.oracle.database.ha", - "name": "ons", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.ha", - "name": "simplefan", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc", - "name": "ojdbc11", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc", - "name": "ojdbc11-production", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc", - "name": "ojdbc8", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc", - "name": "ojdbc8-production", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc", - "name": "rsi", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc", - "name": "ucp", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc", - "name": "ucp11", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc.debug", - "name": "ojdbc11-debug", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc.debug", - "name": "ojdbc11-observability-debug", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc.debug", - "name": "ojdbc11_g", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc.debug", - "name": "ojdbc11dms_g", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc.debug", - "name": "ojdbc8-debug", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc.debug", - "name": "ojdbc8-observability-debug", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc.debug", - "name": "ojdbc8_g", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc.debug", - "name": "ojdbc8dms_g", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.nls", - "name": "orai18n", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.observability", - "name": "dms", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.observability", - "name": "ojdbc11-observability", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.observability", - "name": "ojdbc11dms", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.observability", - "name": "ojdbc8-observability", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.observability", - "name": "ojdbc8dms", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.r2dbc", - "name": "oracle-r2dbc", - "version": "1.1.1" - }, - { - "group": "com.oracle.database.security", - "name": "oraclepki", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.security", - "name": "osdt_cert", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.security", - "name": "osdt_core", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.xml", - "name": "xdb", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.xml", - "name": "xmlparserv2", - "version": "21.9.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-apt", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-codegen", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-codegen-utils", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-collections", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-core", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-guava", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-hibernate-search", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-jdo", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-jpa", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-jpa-codegen", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-kotlin", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-kotlin-codegen", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-lucene3", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-lucene4", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-lucene5", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-mongodb", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-scala", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-spatial", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-sql", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-sql-codegen", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-sql-spatial", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-sql-spring", - "version": "5.0.0" - }, - { - "group": "com.rabbitmq", - "name": "amqp-client", - "version": "5.17.1" - }, - { - "group": "com.rabbitmq", - "name": "stream-client", - "version": "0.9.0" - }, - { - "group": "com.samskivert", - "name": "jmustache", - "version": "1.15" - }, - { - "group": "com.sendgrid", - "name": "sendgrid-java", - "version": "4.9.3" - }, - { - "group": "com.squareup.okhttp3", - "name": "logging-interceptor", - "version": "4.10.0" - }, - { - "group": "com.squareup.okhttp3", - "name": "mockwebserver", - "version": "4.10.0" - }, - { - "group": "com.squareup.okhttp3", - "name": "okcurl", - "version": "4.10.0" - }, - { - "group": "com.squareup.okhttp3", - "name": "okhttp", - "version": "4.10.0" - }, - { - "group": "com.squareup.okhttp3", - "name": "okhttp-brotli", - "version": "4.10.0" - }, - { - "group": "com.squareup.okhttp3", - "name": "okhttp-dnsoverhttps", - "version": "4.10.0" - }, - { - "group": "com.squareup.okhttp3", - "name": "okhttp-sse", - "version": "4.10.0" - }, - { - "group": "com.squareup.okhttp3", - "name": "okhttp-tls", - "version": "4.10.0" - }, - { - "group": "com.squareup.okhttp3", - "name": "okhttp-urlconnection", - "version": "4.10.0" - }, - { - "group": "com.sun.istack", - "name": "istack-commons-runtime", - "version": "4.1.2" - }, - { - "group": "com.sun.xml.bind", - "name": "jaxb-core", - "version": "4.0.4" - }, - { - "group": "com.sun.xml.bind", - "name": "jaxb-impl", - "version": "4.0.4" - }, - { - "group": "com.sun.xml.bind", - "name": "jaxb-jxc", - "version": "4.0.4" - }, - { - "group": "com.sun.xml.bind", - "name": "jaxb-osgi", - "version": "4.0.4" - }, - { - "group": "com.sun.xml.bind", - "name": "jaxb-xjc", - "version": "4.0.4" - }, - { - "group": "com.sun.xml.fastinfoset", - "name": "FastInfoset", - "version": "2.1.0" - }, - { - "group": "com.sun.xml.messaging.saaj", - "name": "saaj-impl", - "version": "3.0.3" - }, - { - "group": "com.unboundid", - "name": "unboundid-ldapsdk", - "version": "6.0.11" - }, - { - "group": "com.zaxxer", - "name": "HikariCP", - "version": "5.0.1" - }, - { - "group": "commons-codec", - "name": "commons-codec", - "version": "1.15" - }, - { - "group": "commons-pool", - "name": "commons-pool", - "version": "1.6" - }, - { - "group": "io.asyncer", - "name": "r2dbc-mysql", - "version": "1.0.6" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-annotation", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-caffeine", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-caffeine3", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-collectd", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-core", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-ehcache", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-graphite", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-healthchecks", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-httpasyncclient", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-httpclient", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-httpclient5", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jakarta-servlet", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jakarta-servlet6", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jakarta-servlets", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jcache", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jdbi", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jdbi3", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jersey2", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jersey3", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jersey31", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jetty10", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jetty11", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jetty12", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jetty12-ee10", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jetty9", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jmx", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-json", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jvm", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-log4j2", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-logback", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-logback13", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-logback14", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-servlet", - "version": "4.2.23" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-servlets", - "version": "4.2.23" - }, - { - "group": "io.lettuce", - "name": "lettuce-core", - "version": "6.2.7.RELEASE" - }, - { - "group": "io.micrometer", - "name": "benchmarks", - "version": "1.1.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-commons", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-core", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-jetty11", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-observation", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-observation-test", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-appoptics", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-atlas", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-azure-monitor", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-cloudwatch", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-cloudwatch2", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-datadog", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-dynatrace", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-elastic", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-ganglia", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-graphite", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-health", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-humio", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-influx", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-jmx", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-kairos", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-new-relic", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-opentsdb", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-otlp", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-prometheus", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-signalfx", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-stackdriver", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-statsd", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-wavefront", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-test", - "version": "1.11.8" - }, - { - "group": "io.micrometer", - "name": "micrometer-tracing", - "version": "1.1.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-tracing-bridge-brave", - "version": "1.1.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-tracing-bridge-otel", - "version": "1.1.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-tracing-integration-test", - "version": "1.1.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-tracing-reporter-wavefront", - "version": "1.1.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-tracing-test", - "version": "1.1.9" - }, - { - "group": "io.netty", - "name": "netty-all", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-buffer", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-codec", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-dns", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-haproxy", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-http", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-http2", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-memcache", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-mqtt", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-redis", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-smtp", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-socks", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-stomp", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-xml", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-common", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-dev-tools", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-example", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-handler", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-handler-proxy", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-handler-ssl-ocsp", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-resolver", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-resolver-dns", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-resolver-dns-classes-macos", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-resolver-dns-native-macos", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-tcnative", - "version": "2.0.61.Final" - }, - { - "group": "io.netty", - "name": "netty-tcnative-boringssl-static", - "version": "2.0.61.Final" - }, - { - "group": "io.netty", - "name": "netty-tcnative-classes", - "version": "2.0.61.Final" - }, - { - "group": "io.netty", - "name": "netty-transport", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-transport-classes-epoll", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-transport-classes-kqueue", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-transport-native-epoll", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-transport-native-kqueue", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-transport-native-unix-common", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-transport-rxtx", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-transport-sctp", - "version": "4.1.105.Final" - }, - { - "group": "io.netty", - "name": "netty-transport-udt", - "version": "4.1.105.Final" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-api", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-context", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-exporter-common", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-exporter-jaeger", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-exporter-jaeger-proto", - "version": "1.17.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-exporter-jaeger-thrift", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-exporter-logging", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-exporter-logging-otlp", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-exporter-otlp", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-exporter-otlp-common", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-exporter-zipkin", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-extension-annotations", - "version": "1.18.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-extension-aws", - "version": "1.20.1" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-extension-kotlin", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-extension-trace-propagators", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-sdk", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-sdk-common", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-sdk-extension-autoconfigure-spi", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-sdk-extension-aws", - "version": "1.19.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-sdk-extension-jaeger-remote-sampler", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-sdk-extension-resources", - "version": "1.19.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-sdk-metrics", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-sdk-testing", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-sdk-trace", - "version": "1.25.0" - }, - { - "group": "io.projectreactor", - "name": "reactor-core", - "version": "3.5.14" - }, - { - "group": "io.projectreactor", - "name": "reactor-core-micrometer", - "version": "1.0.14" - }, - { - "group": "io.projectreactor", - "name": "reactor-test", - "version": "3.5.14" - }, - { - "group": "io.projectreactor", - "name": "reactor-tools", - "version": "3.5.14" - }, - { - "group": "io.projectreactor.addons", - "name": "reactor-adapter", - "version": "3.5.1" - }, - { - "group": "io.projectreactor.addons", - "name": "reactor-extra", - "version": "3.5.1" - }, - { - "group": "io.projectreactor.addons", - "name": "reactor-pool", - "version": "1.0.5" - }, - { - "group": "io.projectreactor.addons", - "name": "reactor-pool-micrometer", - "version": "0.1.5" - }, - { - "group": "io.projectreactor.kafka", - "name": "reactor-kafka", - "version": "1.3.22" - }, - { - "group": "io.projectreactor.kotlin", - "name": "reactor-kotlin-extensions", - "version": "1.2.2" - }, - { - "group": "io.projectreactor.netty", - "name": "reactor-netty", - "version": "1.1.15" - }, - { - "group": "io.projectreactor.netty", - "name": "reactor-netty-core", - "version": "1.1.15" - }, - { - "group": "io.projectreactor.netty", - "name": "reactor-netty-http", - "version": "1.1.15" - }, - { - "group": "io.projectreactor.netty", - "name": "reactor-netty-http-brave", - "version": "1.1.15" - }, - { - "group": "io.prometheus", - "name": "simpleclient", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_caffeine", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_common", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_dropwizard", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_graphite_bridge", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_guava", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_hibernate", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_hotspot", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_httpserver", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_jetty", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_jetty_jdk8", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_log4j", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_log4j2", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_logback", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_pushgateway", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_servlet", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_servlet_jakarta", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_spring_boot", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_spring_web", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_tracer_common", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_tracer_otel", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_tracer_otel_agent", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_vertx", - "version": "0.16.0" - }, - { - "group": "io.r2dbc", - "name": "r2dbc-h2", - "version": "1.0.0.RELEASE" - }, - { - "group": "io.r2dbc", - "name": "r2dbc-mssql", - "version": "1.0.2.RELEASE" - }, - { - "group": "io.r2dbc", - "name": "r2dbc-pool", - "version": "1.0.1.RELEASE" - }, - { - "group": "io.r2dbc", - "name": "r2dbc-proxy", - "version": "1.1.4.RELEASE" - }, - { - "group": "io.r2dbc", - "name": "r2dbc-spi", - "version": "1.0.0.RELEASE" - }, - { - "group": "io.reactivex.rxjava3", - "name": "rxjava", - "version": "3.1.8" - }, - { - "group": "io.rest-assured", - "name": "json-path", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "json-schema-validator", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "kotlin-extensions", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "rest-assured", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "rest-assured-all", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "rest-assured-common", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "scala-support", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "spring-commons", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "spring-mock-mvc", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "spring-mock-mvc-kotlin-extensions", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "spring-web-test-client", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "xml-path", - "version": "5.3.2" - }, - { - "group": "io.rsocket", - "name": "rsocket-core", - "version": "1.1.3" - }, - { - "group": "io.rsocket", - "name": "rsocket-load-balancer", - "version": "1.1.3" - }, - { - "group": "io.rsocket", - "name": "rsocket-micrometer", - "version": "1.1.3" - }, - { - "group": "io.rsocket", - "name": "rsocket-test", - "version": "1.1.3" - }, - { - "group": "io.rsocket", - "name": "rsocket-transport-local", - "version": "1.1.3" - }, - { - "group": "io.rsocket", - "name": "rsocket-transport-netty", - "version": "1.1.3" - }, - { - "group": "io.spring.gradle", - "name": "dependency-management-plugin", - "version": "1.1.4" - }, - { - "group": "io.undertow", - "name": "undertow-core", - "version": "2.3.10.Final" - }, - { - "group": "io.undertow", - "name": "undertow-servlet", - "version": "2.3.10.Final" - }, - { - "group": "io.undertow", - "name": "undertow-websockets-jsr", - "version": "2.3.10.Final" - }, - { - "group": "io.zipkin.brave", - "name": "brave", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-context-jfr", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-context-log4j12", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-context-log4j2", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-context-rxjava2", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-context-slf4j", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-dubbo", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-dubbo-rpc", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-grpc", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-http", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-http-tests", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-httpasyncclient", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-httpclient", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-jaxrs2", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-jersey-server", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-jms", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-jms-jakarta", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-kafka-clients", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-kafka-streams", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-messaging", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-mongodb", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-mysql", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-mysql6", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-mysql8", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-netty-codec-http", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-okhttp3", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-p6spy", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-rpc", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-servlet", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-servlet-jakarta", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-sparkjava", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-spring-rabbit", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-spring-web", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-spring-webmvc", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-vertx-web", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-spring-beans", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-tests", - "version": "5.15.1" - }, - { - "group": "io.zipkin.proto3", - "name": "zipkin-proto3", - "version": "1.0.0" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-reporter", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-reporter-brave", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-reporter-metrics-micrometer", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-reporter-spring-beans", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-sender-activemq-client", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-sender-amqp-client", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-sender-kafka", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-sender-kafka08", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-sender-libthrift", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-sender-okhttp3", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-sender-urlconnection", - "version": "2.16.3" - }, - { - "group": "io.zipkin.zipkin2", - "name": "zipkin", - "version": "2.23.2" - }, - { - "group": "jakarta.activation", - "name": "jakarta.activation-api", - "version": "2.1.2" - }, - { - "group": "jakarta.annotation", - "name": "jakarta.annotation-api", - "version": "2.1.1" - }, - { - "group": "jakarta.jms", - "name": "jakarta.jms-api", - "version": "3.1.0" - }, - { - "group": "jakarta.json", - "name": "jakarta.json-api", - "version": "2.1.3" - }, - { - "group": "jakarta.json.bind", - "name": "jakarta.json.bind-api", - "version": "3.0.0" - }, - { - "group": "jakarta.mail", - "name": "jakarta.mail-api", - "version": "2.1.2" - }, - { - "group": "jakarta.management.j2ee", - "name": "jakarta.management.j2ee-api", - "version": "1.1.4" - }, - { - "group": "jakarta.persistence", - "name": "jakarta.persistence-api", - "version": "3.1.0" - }, - { - "group": "jakarta.servlet", - "name": "jakarta.servlet-api", - "version": "6.0.0" - }, - { - "group": "jakarta.servlet.jsp.jstl", - "name": "jakarta.servlet.jsp.jstl-api", - "version": "3.0.0" - }, - { - "group": "jakarta.transaction", - "name": "jakarta.transaction-api", - "version": "2.0.1" - }, - { - "group": "jakarta.validation", - "name": "jakarta.validation-api", - "version": "3.0.2" - }, - { - "group": "jakarta.websocket", - "name": "jakarta.websocket-api", - "version": "2.1.1" - }, - { - "group": "jakarta.websocket", - "name": "jakarta.websocket-client-api", - "version": "2.1.1" - }, - { - "group": "jakarta.ws.rs", - "name": "jakarta.ws.rs-api", - "version": "3.1.0" - }, - { - "group": "jakarta.xml.bind", - "name": "jakarta.xml.bind-api", - "version": "4.0.1" - }, - { - "group": "jakarta.xml.soap", - "name": "jakarta.xml.soap-api", - "version": "3.0.1" - }, - { - "group": "jakarta.xml.ws", - "name": "jakarta.xml.ws-api", - "version": "4.0.1" - }, - { - "group": "javax.cache", - "name": "cache-api", - "version": "1.1.1" - }, - { - "group": "javax.money", - "name": "money-api", - "version": "1.1" - }, - { - "group": "jaxen", - "name": "jaxen", - "version": "2.0.0" - }, - { - "group": "junit", - "name": "junit", - "version": "4.13.2" - }, - { - "group": "net.bytebuddy", - "name": "byte-buddy", - "version": "1.14.11" - }, - { - "group": "net.bytebuddy", - "name": "byte-buddy-agent", - "version": "1.14.11" - }, - { - "group": "net.minidev", - "name": "json-smart", - "version": "2.4.11" - }, - { - "group": "net.sourceforge.htmlunit", - "name": "htmlunit", - "version": "2.70.0" - }, - { - "group": "net.sourceforge.jtds", - "name": "jtds", - "version": "1.3.1" - }, - { - "group": "net.sourceforge.nekohtml", - "name": "nekohtml", - "version": "1.9.22" - }, - { - "group": "nz.net.ultraq.thymeleaf", - "name": "thymeleaf-layout-dialect", - "version": "3.2.1" - }, - { - "group": "org.apache.activemq", - "name": "activemq-amqp", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-blueprint", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-broker", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-client", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-client-jakarta", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-console", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-http", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-jaas", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-jdbc-store", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-jms-pool", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-kahadb-store", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-karaf", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-log4j-appender", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-mqtt", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-openwire-generator", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-openwire-legacy", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-osgi", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-partition", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-pool", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-ra", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-run", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-runtime-config", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-shiro", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-spring", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-stomp", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-web", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "artemis-amqp-protocol", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-commons", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-core-client", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-jakarta-client", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-jakarta-server", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-jakarta-service-extensions", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-jdbc-store", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-journal", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-quorum-api", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-selector", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-server", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-service-extensions", - "version": "2.28.0" - }, - { - "group": "org.apache.commons", - "name": "commons-dbcp2", - "version": "2.9.0" - }, - { - "group": "org.apache.commons", - "name": "commons-lang3", - "version": "3.12.0" - }, - { - "group": "org.apache.commons", - "name": "commons-pool2", - "version": "2.11.1" - }, - { - "group": "org.apache.derby", - "name": "derby", - "version": "10.16.1.1" - }, - { - "group": "org.apache.derby", - "name": "derbyclient", - "version": "10.16.1.1" - }, - { - "group": "org.apache.derby", - "name": "derbynet", - "version": "10.16.1.1" - }, - { - "group": "org.apache.derby", - "name": "derbyoptionaltools", - "version": "10.16.1.1" - }, - { - "group": "org.apache.derby", - "name": "derbyshared", - "version": "10.16.1.1" - }, - { - "group": "org.apache.derby", - "name": "derbytools", - "version": "10.16.1.1" - }, - { - "group": "org.apache.groovy", - "name": "groovy", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-ant", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-astbuilder", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-cli-commons", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-cli-picocli", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-console", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-contracts", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-datetime", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-dateutil", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-docgenerator", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-ginq", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-groovydoc", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-groovysh", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-jmx", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-json", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-jsr223", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-macro", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-macro-library", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-nio", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-servlet", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-sql", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-swing", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-templates", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-test", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-test-junit5", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-testng", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-toml", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-typecheckers", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-xml", - "version": "4.0.17" - }, - { - "group": "org.apache.groovy", - "name": "groovy-yaml", - "version": "4.0.17" - }, - { - "group": "org.apache.httpcomponents", - "name": "httpasyncclient", - "version": "4.1.5" - }, - { - "group": "org.apache.httpcomponents", - "name": "httpcore", - "version": "4.4.16" - }, - { - "group": "org.apache.httpcomponents", - "name": "httpcore-nio", - "version": "4.4.16" - }, - { - "group": "org.apache.httpcomponents.client5", - "name": "httpclient5", - "version": "5.2.3" - }, - { - "group": "org.apache.httpcomponents.client5", - "name": "httpclient5-cache", - "version": "5.2.3" - }, - { - "group": "org.apache.httpcomponents.client5", - "name": "httpclient5-fluent", - "version": "5.2.3" - }, - { - "group": "org.apache.httpcomponents.client5", - "name": "httpclient5-win", - "version": "5.2.3" - }, - { - "group": "org.apache.httpcomponents.core5", - "name": "httpcore5", - "version": "5.2.4" - }, - { - "group": "org.apache.httpcomponents.core5", - "name": "httpcore5-h2", - "version": "5.2.4" - }, - { - "group": "org.apache.httpcomponents.core5", - "name": "httpcore5-reactive", - "version": "5.2.4" - }, - { - "group": "org.apache.kafka", - "name": "connect", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "connect-api", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "connect-basic-auth-extension", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "connect-file", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "connect-json", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "connect-mirror", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "connect-mirror-client", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "connect-runtime", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "connect-transforms", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "generator", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-clients", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-log4j-appender", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-metadata", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-raft", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-server-common", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-shell", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-storage", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-storage-api", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-streams", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-streams-scala_2.12", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-streams-scala_2.13", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-streams-test-utils", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-tools", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka_2.12", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka_2.13", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "trogdor", - "version": "3.4.1" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-1.2-api", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-api", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-api-test", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-appserver", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-cassandra", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-core", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-core-test", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-couchdb", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-docker", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-flume-ng", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-iostreams", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-jakarta-smtp", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-jakarta-web", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-jcl", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-jmx-gui", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-jpa", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-jpl", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-jul", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-kubernetes", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-layout-template-json", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-layout-template-json-test", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-mongodb3", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-mongodb4", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-slf4j-impl", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-slf4j2-impl", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-spring-boot", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-spring-cloud-config-client", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-taglib", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-to-jul", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-to-slf4j", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-web", - "version": "2.20.0" - }, - { - "group": "org.apache.maven.plugin-tools", - "name": "maven-plugin-annotations", - "version": "3.6.4" - }, - { - "group": "org.apache.tomcat", - "name": "tomcat-annotations-api", - "version": "10.1.18" - }, - { - "group": "org.apache.tomcat", - "name": "tomcat-jdbc", - "version": "10.1.18" - }, - { - "group": "org.apache.tomcat", - "name": "tomcat-jsp-api", - "version": "10.1.18" - }, - { - "group": "org.apache.tomcat.embed", - "name": "tomcat-embed-core", - "version": "10.1.18" - }, - { - "group": "org.apache.tomcat.embed", - "name": "tomcat-embed-el", - "version": "10.1.18" - }, - { - "group": "org.apache.tomcat.embed", - "name": "tomcat-embed-jasper", - "version": "10.1.18" - }, - { - "group": "org.apache.tomcat.embed", - "name": "tomcat-embed-websocket", - "version": "10.1.18" - }, - { - "group": "org.aspectj", - "name": "aspectjrt", - "version": "1.9.21" - }, - { - "group": "org.aspectj", - "name": "aspectjtools", - "version": "1.9.21" - }, - { - "group": "org.aspectj", - "name": "aspectjweaver", - "version": "1.9.21" - }, - { - "group": "org.assertj", - "name": "assertj-core", - "version": "3.24.2" - }, - { - "group": "org.assertj", - "name": "assertj-guava", - "version": "3.24.2" - }, - { - "group": "org.awaitility", - "name": "awaitility", - "version": "4.2.0" - }, - { - "group": "org.awaitility", - "name": "awaitility-groovy", - "version": "4.2.0" - }, - { - "group": "org.awaitility", - "name": "awaitility-kotlin", - "version": "4.2.0" - }, - { - "group": "org.awaitility", - "name": "awaitility-scala", - "version": "4.2.0" - }, - { - "group": "org.cache2k", - "name": "cache2k-api", - "version": "2.6.1.Final" - }, - { - "group": "org.cache2k", - "name": "cache2k-config", - "version": "2.6.1.Final" - }, - { - "group": "org.cache2k", - "name": "cache2k-core", - "version": "2.6.1.Final" - }, - { - "group": "org.cache2k", - "name": "cache2k-jcache", - "version": "2.6.1.Final" - }, - { - "group": "org.cache2k", - "name": "cache2k-micrometer", - "version": "2.6.1.Final" - }, - { - "group": "org.cache2k", - "name": "cache2k-spring", - "version": "2.6.1.Final" - }, - { - "group": "org.codehaus.janino", - "name": "commons-compiler", - "version": "3.1.11" - }, - { - "group": "org.codehaus.janino", - "name": "commons-compiler-jdk", - "version": "3.1.11" - }, - { - "group": "org.codehaus.janino", - "name": "janino", - "version": "3.1.11" - }, - { - "group": "org.eclipse", - "name": "yasson", - "version": "3.0.3" - }, - { - "group": "org.eclipse.angus", - "name": "angus-activation", - "version": "2.0.1" - }, - { - "group": "org.eclipse.angus", - "name": "angus-core", - "version": "1.1.0" - }, - { - "group": "org.eclipse.angus", - "name": "angus-mail", - "version": "1.1.0" - }, - { - "group": "org.eclipse.angus", - "name": "dsn", - "version": "1.1.0" - }, - { - "group": "org.eclipse.angus", - "name": "gimap", - "version": "1.1.0" - }, - { - "group": "org.eclipse.angus", - "name": "imap", - "version": "1.1.0" - }, - { - "group": "org.eclipse.angus", - "name": "jakarta.mail", - "version": "1.1.0" - }, - { - "group": "org.eclipse.angus", - "name": "logging-mailhandler", - "version": "1.1.0" - }, - { - "group": "org.eclipse.angus", - "name": "pop3", - "version": "1.1.0" - }, - { - "group": "org.eclipse.angus", - "name": "smtp", - "version": "1.1.0" - }, - { - "group": "org.eclipse.jetty", - "name": "apache-jsp", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "glassfish-jstl", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "infinispan-common", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "infinispan-embedded-query", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "infinispan-remote-query", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-alpn-client", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-alpn-conscrypt-client", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-alpn-conscrypt-server", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-alpn-java-client", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-alpn-java-server", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-alpn-server", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-annotations", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-ant", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-cdi", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-client", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-deploy", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-hazelcast", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-home", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-http", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-http-spi", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-io", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-jaas", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-jaspi", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-jmx", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-jndi", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-keystore", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-nosql", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-openid", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-plus", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-proxy", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-quickstart", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-reactive-httpclient", - "version": "3.0.11" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-rewrite", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-security", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-server", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-servlet", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-servlets", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-slf4j-impl", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-unixdomain-server", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-unixsocket-client", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-unixsocket-common", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-unixsocket-server", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-util", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-util-ajax", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-webapp", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-xml", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.fcgi", - "name": "fcgi-client", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.fcgi", - "name": "fcgi-server", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.gcloud", - "name": "jetty-gcloud-session-manager", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.http2", - "name": "http2-client", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.http2", - "name": "http2-common", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.http2", - "name": "http2-hpack", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.http2", - "name": "http2-http-client-transport", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.http2", - "name": "http2-server", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.http3", - "name": "http3-client", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.http3", - "name": "http3-common", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.http3", - "name": "http3-http-client-transport", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.http3", - "name": "http3-qpack", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.http3", - "name": "http3-server", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.memcached", - "name": "jetty-memcached-sessions", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.osgi", - "name": "jetty-httpservice", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.osgi", - "name": "jetty-osgi-alpn", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.osgi", - "name": "jetty-osgi-boot", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.osgi", - "name": "jetty-osgi-boot-jsp", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.osgi", - "name": "jetty-osgi-boot-warurl", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.quic", - "name": "quic-client", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.quic", - "name": "quic-common", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.quic", - "name": "quic-quiche-common", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.quic", - "name": "quic-quiche-jna", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.quic", - "name": "quic-server", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-core-client", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-core-common", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-core-server", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-jakarta-client", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-jakarta-common", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-jakarta-server", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-jetty-api", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-jetty-client", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-jetty-common", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-jetty-server", - "version": "11.0.19" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-servlet", - "version": "11.0.19" - }, - { - "group": "org.ehcache", - "name": "ehcache", - "version": "3.10.8" - }, - { - "group": "org.ehcache", - "name": "ehcache-clustered", - "version": "3.10.8" - }, - { - "group": "org.ehcache", - "name": "ehcache-transactions", - "version": "3.10.8" - }, - { - "group": "org.elasticsearch.client", - "name": "elasticsearch-rest-client", - "version": "8.7.1" - }, - { - "group": "org.elasticsearch.client", - "name": "elasticsearch-rest-client-sniffer", - "version": "8.7.1" - }, - { - "group": "org.firebirdsql.jdbc", - "name": "jaybird", - "version": "5.0.3.java11" - }, - { - "group": "org.flywaydb", - "name": "flyway-core", - "version": "9.16.3" - }, - { - "group": "org.flywaydb", - "name": "flyway-firebird", - "version": "9.16.3" - }, - { - "group": "org.flywaydb", - "name": "flyway-mysql", - "version": "9.16.3" - }, - { - "group": "org.flywaydb", - "name": "flyway-sqlserver", - "version": "9.16.3" - }, - { - "group": "org.freemarker", - "name": "freemarker", - "version": "2.3.32" - }, - { - "group": "org.glassfish.jaxb", - "name": "codemodel", - "version": "4.0.4" - }, - { - "group": "org.glassfish.jaxb", - "name": "jaxb-core", - "version": "4.0.4" - }, - { - "group": "org.glassfish.jaxb", - "name": "jaxb-jxc", - "version": "4.0.4" - }, - { - "group": "org.glassfish.jaxb", - "name": "jaxb-runtime", - "version": "4.0.4" - }, - { - "group": "org.glassfish.jaxb", - "name": "jaxb-xjc", - "version": "4.0.4" - }, - { - "group": "org.glassfish.jaxb", - "name": "txw2", - "version": "4.0.4" - }, - { - "group": "org.glassfish.jaxb", - "name": "xsom", - "version": "4.0.4" - }, - { - "group": "org.glassfish.jersey.bundles", - "name": "jaxrs-ri", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-apache-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-apache5-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-grizzly-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-helidon-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-jdk-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-jetty-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-jetty-http2-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-jetty11-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-jnh-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-netty-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-grizzly2-http", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-grizzly2-servlet", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-jdk-http", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-jetty-http", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-jetty-http2", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-jetty-servlet", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-jetty11-http", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-netty-http", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-servlet", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-servlet-core", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-simple-http", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers.glassfish", - "name": "jersey-gf-ejb", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.core", - "name": "jersey-client", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.core", - "name": "jersey-common", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.core", - "name": "jersey-server", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-bean-validation", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-declarative-linking", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-entity-filtering", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-metainf-services", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-micrometer", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-mvc", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-mvc-bean-validation", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-mvc-freemarker", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-mvc-jsp", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-mvc-mustache", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-proxy-client", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-spring6", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-wadl-doclet", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.cdi", - "name": "jersey-cdi-rs-inject", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.cdi", - "name": "jersey-cdi1x", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.cdi", - "name": "jersey-cdi1x-ban-custom-hk2-binding", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.cdi", - "name": "jersey-cdi1x-servlet", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.cdi", - "name": "jersey-cdi1x-transaction", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.cdi", - "name": "jersey-cdi1x-validation", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.cdi", - "name": "jersey-weld2-se", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.microprofile", - "name": "jersey-mp-config", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.microprofile", - "name": "jersey-mp-rest-client", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.rx", - "name": "jersey-rx-client-guava", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.rx", - "name": "jersey-rx-client-rxjava", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.rx", - "name": "jersey-rx-client-rxjava2", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.inject", - "name": "jersey-cdi2-se", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.inject", - "name": "jersey-hk2", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-jaxb", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-json-binding", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-json-gson", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-json-jackson", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-json-jettison", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-json-processing", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-kryo", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-moxy", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-multipart", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-sse", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.security", - "name": "oauth1-client", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.security", - "name": "oauth1-server", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.security", - "name": "oauth1-signature", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.security", - "name": "oauth2-client", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework", - "name": "jersey-test-framework-core", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework", - "name": "jersey-test-framework-util", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework.providers", - "name": "jersey-test-framework-provider-bundle", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework.providers", - "name": "jersey-test-framework-provider-external", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework.providers", - "name": "jersey-test-framework-provider-grizzly2", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework.providers", - "name": "jersey-test-framework-provider-inmemory", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework.providers", - "name": "jersey-test-framework-provider-jdk-http", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework.providers", - "name": "jersey-test-framework-provider-jetty", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework.providers", - "name": "jersey-test-framework-provider-jetty-http2", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework.providers", - "name": "jersey-test-framework-provider-simple", - "version": "3.1.5" - }, - { - "group": "org.glassfish.web", - "name": "jakarta.servlet.jsp.jstl", - "version": "3.0.1" - }, - { - "group": "org.hamcrest", - "name": "hamcrest", - "version": "2.2" - }, - { - "group": "org.hamcrest", - "name": "hamcrest-core", - "version": "2.2" - }, - { - "group": "org.hamcrest", - "name": "hamcrest-library", - "version": "2.2" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-agroal", - "version": "6.2.20.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-ant", - "version": "6.2.20.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-c3p0", - "version": "6.2.20.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-community-dialects", - "version": "6.2.20.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-core", - "version": "6.2.20.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-envers", - "version": "6.2.20.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-graalvm", - "version": "6.2.20.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-hikaricp", - "version": "6.2.20.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-jcache", - "version": "6.2.20.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-jpamodelgen", - "version": "6.2.20.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-micrometer", - "version": "6.2.20.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-proxool", - "version": "6.2.20.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-spatial", - "version": "6.2.20.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-testing", - "version": "6.2.20.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-vibur", - "version": "6.2.20.Final" - }, - { - "group": "org.hibernate.validator", - "name": "hibernate-validator", - "version": "8.0.1.Final" - }, - { - "group": "org.hibernate.validator", - "name": "hibernate-validator-annotation-processor", - "version": "8.0.1.Final" - }, - { - "group": "org.hsqldb", - "name": "hsqldb", - "version": "2.7.2" - }, - { - "group": "org.infinispan", - "name": "infinispan-anchored-keys", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-api", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cachestore-jdbc", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cachestore-jdbc-common", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cachestore-jdbc-common-jakarta", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cachestore-jdbc-jakarta", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cachestore-remote", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cachestore-rocksdb", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cachestore-sql", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cdi-common", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cdi-common-jakarta", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cdi-embedded", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cdi-embedded-jakarta", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cdi-remote", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cdi-remote-jakarta", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-checkstyle", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cli-client", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cli-client-jakarta", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-client-hotrod", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-client-hotrod-jakarta", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-client-rest", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-client-rest-jakarta", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cloudevents-integration", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-clustered-counter", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-clustered-lock", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-commons", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-commons-jakarta", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-commons-test", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-component-annotations", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-component-processor", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-console", - "version": "14.0.13.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-core", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-core-jakarta", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-extended-statistics", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-hibernate-cache-commons", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-hibernate-cache-spi", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-hibernate-cache-v60", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-hibernate-cache-v62", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-hotrod", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-hotrod-jakarta", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-jboss-marshalling", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-jcache", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-jcache-commons", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-jcache-remote", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-key-value-store-client", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-marshaller-kryo", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-marshaller-kryo-bundle", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-marshaller-protostuff", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-marshaller-protostuff-bundle", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-multimap", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-multimap-jakarta", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-objectfilter", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-query", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-query-core", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-query-dsl", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-query-jakarta", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-remote-query-client", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-remote-query-server", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-scripting", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-core", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-hotrod", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-hotrod-jakarta", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-memcached", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-resp", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-rest", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-router", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-runtime", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-testdriver-core", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-testdriver-core-jakarta", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-testdriver-junit4", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-testdriver-junit5", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring-boot-starter-embedded", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring-boot-starter-remote", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring-boot3-starter-embedded", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring-boot3-starter-remote", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring5-common", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring5-embedded", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring5-remote", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring6-common", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring6-embedded", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring6-remote", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-tasks", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-tasks-api", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-tools", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-tools-jakarta", - "version": "14.0.21.Final" - }, - { - "group": "org.infinispan.protostream", - "name": "protostream", - "version": "4.6.5.Final" - }, - { - "group": "org.infinispan.protostream", - "name": "protostream-processor", - "version": "4.6.5.Final" - }, - { - "group": "org.infinispan.protostream", - "name": "protostream-types", - "version": "4.6.5.Final" - }, - { - "group": "org.influxdb", - "name": "influxdb-java", - "version": "2.23" - }, - { - "group": "org.jboss.logging", - "name": "jboss-logging", - "version": "3.5.3.Final" - }, - { - "group": "org.jdom", - "name": "jdom2", - "version": "2.0.6.1" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-compiler", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-compiler-embeddable", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-daemon-client", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-main-kts", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-osgi-bundle", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-reflect", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-script-runtime", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-script-util", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-scripting-common", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-scripting-ide-services", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-scripting-jvm", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-scripting-jvm-host", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-stdlib", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-stdlib-common", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-stdlib-jdk7", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-stdlib-jdk8", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-stdlib-js", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-test", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-test-annotations-common", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-test-common", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-test-js", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-test-junit", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-test-junit5", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-test-testng", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-android", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-core", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-core-jvm", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-debug", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-guava", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-javafx", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-jdk8", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-jdk9", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-play-services", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-reactive", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-reactor", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-rx2", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-rx3", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-slf4j", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-swing", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-test", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-test-jvm", - "version": "1.6.4" - }, - { - "group": "org.jooq", - "name": "jooq", - "version": "3.18.9" - }, - { - "group": "org.jooq", - "name": "jooq-codegen", - "version": "3.18.9" - }, - { - "group": "org.jooq", - "name": "jooq-kotlin", - "version": "3.18.9" - }, - { - "group": "org.jooq", - "name": "jooq-meta", - "version": "3.18.9" - }, - { - "group": "org.junit.jupiter", - "name": "junit-jupiter", - "version": "5.9.3" - }, - { - "group": "org.junit.jupiter", - "name": "junit-jupiter-api", - "version": "5.9.3" - }, - { - "group": "org.junit.jupiter", - "name": "junit-jupiter-engine", - "version": "5.9.3" - }, - { - "group": "org.junit.jupiter", - "name": "junit-jupiter-migrationsupport", - "version": "5.9.3" - }, - { - "group": "org.junit.jupiter", - "name": "junit-jupiter-params", - "version": "5.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-commons", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-console", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-engine", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-jfr", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-launcher", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-reporting", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-runner", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-suite", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-suite-api", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-suite-commons", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-suite-engine", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-testkit", - "version": "1.9.3" - }, - { - "group": "org.junit.vintage", - "name": "junit-vintage-engine", - "version": "5.9.3" - }, - { - "group": "org.jvnet.staxex", - "name": "stax-ex", - "version": "2.1.0" - }, - { - "group": "org.liquibase", - "name": "liquibase-cdi", - "version": "4.20.0" - }, - { - "group": "org.liquibase", - "name": "liquibase-core", - "version": "4.20.0" - }, - { - "group": "org.mariadb", - "name": "r2dbc-mariadb", - "version": "1.1.4" - }, - { - "group": "org.mariadb.jdbc", - "name": "mariadb-java-client", - "version": "3.1.4" - }, - { - "group": "org.messaginghub", - "name": "pooled-jms", - "version": "3.1.5" - }, - { - "group": "org.mockito", - "name": "mockito-android", - "version": "5.3.1" - }, - { - "group": "org.mockito", - "name": "mockito-core", - "version": "5.3.1" - }, - { - "group": "org.mockito", - "name": "mockito-errorprone", - "version": "5.3.1" - }, - { - "group": "org.mockito", - "name": "mockito-junit-jupiter", - "version": "5.3.1" - }, - { - "group": "org.mockito", - "name": "mockito-proxy", - "version": "5.3.1" - }, - { - "group": "org.mockito", - "name": "mockito-subclass", - "version": "5.3.1" - }, - { - "group": "org.mongodb", - "name": "bson", - "version": "4.9.1" - }, - { - "group": "org.mongodb", - "name": "bson-record-codec", - "version": "4.9.1" - }, - { - "group": "org.mongodb", - "name": "mongodb-driver-core", - "version": "4.9.1" - }, - { - "group": "org.mongodb", - "name": "mongodb-driver-legacy", - "version": "4.9.1" - }, - { - "group": "org.mongodb", - "name": "mongodb-driver-reactivestreams", - "version": "4.9.1" - }, - { - "group": "org.mongodb", - "name": "mongodb-driver-sync", - "version": "4.9.1" - }, - { - "group": "org.neo4j.driver", - "name": "neo4j-java-driver", - "version": "5.15.0" - }, - { - "group": "org.postgresql", - "name": "postgresql", - "version": "42.6.0" - }, - { - "group": "org.postgresql", - "name": "r2dbc-postgresql", - "version": "1.0.4.RELEASE" - }, - { - "group": "org.projectlombok", - "name": "lombok", - "version": "1.18.30" - }, - { - "group": "org.quartz-scheduler", - "name": "quartz", - "version": "2.3.2" - }, - { - "group": "org.quartz-scheduler", - "name": "quartz-jobs", - "version": "2.3.2" - }, - { - "group": "org.reactivestreams", - "name": "reactive-streams", - "version": "1.0.4" - }, - { - "group": "org.seleniumhq.selenium", - "name": "htmlunit-driver", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "lift", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-api", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-chrome-driver", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-chromium-driver", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-devtools-v109", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-devtools-v110", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-devtools-v111", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-devtools-v85", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-edge-driver", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-firefox-driver", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-grid", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-http", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-http-jdk-client", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-ie-driver", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-java", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-json", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-manager", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-remote-driver", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-safari-driver", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-session-map-jdbc", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-session-map-redis", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-support", - "version": "4.8.3" - }, - { - "group": "org.skyscreamer", - "name": "jsonassert", - "version": "1.5.1" - }, - { - "group": "org.slf4j", - "name": "jcl-over-slf4j", - "version": "2.0.11" - }, - { - "group": "org.slf4j", - "name": "jul-to-slf4j", - "version": "2.0.11" - }, - { - "group": "org.slf4j", - "name": "log4j-over-slf4j", - "version": "2.0.11" - }, - { - "group": "org.slf4j", - "name": "slf4j-api", - "version": "2.0.11" - }, - { - "group": "org.slf4j", - "name": "slf4j-ext", - "version": "2.0.11" - }, - { - "group": "org.slf4j", - "name": "slf4j-jdk-platform-logging", - "version": "2.0.11" - }, - { - "group": "org.slf4j", - "name": "slf4j-jdk14", - "version": "2.0.11" - }, - { - "group": "org.slf4j", - "name": "slf4j-log4j12", - "version": "2.0.11" - }, - { - "group": "org.slf4j", - "name": "slf4j-nop", - "version": "2.0.11" - }, - { - "group": "org.slf4j", - "name": "slf4j-reload4j", - "version": "2.0.11" - }, - { - "group": "org.slf4j", - "name": "slf4j-simple", - "version": "2.0.11" - }, - { - "group": "org.springframework", - "name": "spring-aop", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-aspects", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-beans", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-context", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-context-indexer", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-context-support", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-core", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-core-test", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-expression", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-instrument", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-jcl", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-jdbc", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-jms", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-messaging", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-orm", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-oxm", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-r2dbc", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-test", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-tx", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-web", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-webflux", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-webmvc", - "version": "6.0.16" - }, - { - "group": "org.springframework", - "name": "spring-websocket", - "version": "6.0.16" - }, - { - "group": "org.springframework.amqp", - "name": "spring-amqp", - "version": "3.0.10" - }, - { - "group": "org.springframework.amqp", - "name": "spring-rabbit", - "version": "3.0.10" - }, - { - "group": "org.springframework.amqp", - "name": "spring-rabbit-junit", - "version": "3.0.10" - }, - { - "group": "org.springframework.amqp", - "name": "spring-rabbit-stream", - "version": "3.0.10" - }, - { - "group": "org.springframework.amqp", - "name": "spring-rabbit-test", - "version": "3.0.10" - }, - { - "group": "org.springframework.batch", - "name": "spring-batch-core", - "version": "5.0.4" - }, - { - "group": "org.springframework.batch", - "name": "spring-batch-infrastructure", - "version": "5.0.4" - }, - { - "group": "org.springframework.batch", - "name": "spring-batch-integration", - "version": "5.0.4" - }, - { - "group": "org.springframework.batch", - "name": "spring-batch-test", - "version": "5.0.4" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-actuator", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-actuator-autoconfigure", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-autoconfigure", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-autoconfigure-processor", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-buildpack-platform", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-configuration-metadata", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-configuration-processor", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-devtools", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-docker-compose", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-jarmode-layertools", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-loader", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-loader-tools", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-properties-migrator", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-activemq", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-actuator", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-amqp", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-aop", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-artemis", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-batch", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-cache", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-cassandra", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-cassandra-reactive", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-couchbase", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-couchbase-reactive", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-elasticsearch", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-jdbc", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-jpa", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-ldap", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-mongodb", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-mongodb-reactive", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-neo4j", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-r2dbc", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-redis", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-redis-reactive", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-rest", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-freemarker", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-graphql", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-groovy-templates", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-hateoas", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-integration", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-jdbc", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-jersey", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-jetty", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-jooq", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-json", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-log4j2", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-logging", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-mail", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-mustache", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-oauth2-authorization-server", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-oauth2-client", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-oauth2-resource-server", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-quartz", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-reactor-netty", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-rsocket", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-security", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-test", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-thymeleaf", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-tomcat", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-undertow", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-validation", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-web", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-web-services", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-webflux", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-websocket", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-test", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-test-autoconfigure", - "version": "3.1.8" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-testcontainers", - "version": "3.1.8" - }, - { - "group": "org.springframework.data", - "name": "spring-data-cassandra", - "version": "4.1.8" - }, - { - "group": "org.springframework.data", - "name": "spring-data-commons", - "version": "3.1.8" - }, - { - "group": "org.springframework.data", - "name": "spring-data-couchbase", - "version": "5.1.8" - }, - { - "group": "org.springframework.data", - "name": "spring-data-elasticsearch", - "version": "5.1.8" - }, - { - "group": "org.springframework.data", - "name": "spring-data-envers", - "version": "3.1.8" - }, - { - "group": "org.springframework.data", - "name": "spring-data-jdbc", - "version": "3.1.8" - }, - { - "group": "org.springframework.data", - "name": "spring-data-jpa", - "version": "3.1.8" - }, - { - "group": "org.springframework.data", - "name": "spring-data-keyvalue", - "version": "3.1.8" - }, - { - "group": "org.springframework.data", - "name": "spring-data-ldap", - "version": "3.1.8" - }, - { - "group": "org.springframework.data", - "name": "spring-data-mongodb", - "version": "4.1.8" - }, - { - "group": "org.springframework.data", - "name": "spring-data-neo4j", - "version": "7.1.8" - }, - { - "group": "org.springframework.data", - "name": "spring-data-r2dbc", - "version": "3.1.8" - }, - { - "group": "org.springframework.data", - "name": "spring-data-redis", - "version": "3.1.8" - }, - { - "group": "org.springframework.data", - "name": "spring-data-relational", - "version": "3.1.8" - }, - { - "group": "org.springframework.data", - "name": "spring-data-rest-core", - "version": "4.1.8" - }, - { - "group": "org.springframework.data", - "name": "spring-data-rest-hal-explorer", - "version": "4.1.8" - }, - { - "group": "org.springframework.data", - "name": "spring-data-rest-webmvc", - "version": "4.1.8" - }, - { - "group": "org.springframework.graphql", - "name": "spring-graphql", - "version": "1.2.4" - }, - { - "group": "org.springframework.graphql", - "name": "spring-graphql-test", - "version": "1.2.4" - }, - { - "group": "org.springframework.hateoas", - "name": "spring-hateoas", - "version": "2.1.3" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-amqp", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-camel", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-cassandra", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-core", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-event", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-feed", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-file", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-ftp", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-graphql", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-groovy", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-hazelcast", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-http", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-ip", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-jdbc", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-jms", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-jmx", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-jpa", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-kafka", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-mail", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-mongodb", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-mqtt", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-r2dbc", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-redis", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-rsocket", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-scripting", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-security", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-sftp", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-smb", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-stomp", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-stream", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-syslog", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-test", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-test-support", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-webflux", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-websocket", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-ws", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-xml", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-xmpp", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-zeromq", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-zip", - "version": "6.1.5" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-zookeeper", - "version": "6.1.5" - }, - { - "group": "org.springframework.kafka", - "name": "spring-kafka", - "version": "3.0.13" - }, - { - "group": "org.springframework.kafka", - "name": "spring-kafka-test", - "version": "3.0.13" - }, - { - "group": "org.springframework.ldap", - "name": "spring-ldap-core", - "version": "3.1.3" - }, - { - "group": "org.springframework.ldap", - "name": "spring-ldap-ldif-core", - "version": "3.1.3" - }, - { - "group": "org.springframework.ldap", - "name": "spring-ldap-odm", - "version": "3.1.3" - }, - { - "group": "org.springframework.ldap", - "name": "spring-ldap-test", - "version": "3.1.3" - }, - { - "group": "org.springframework.restdocs", - "name": "spring-restdocs-asciidoctor", - "version": "3.0.1" - }, - { - "group": "org.springframework.restdocs", - "name": "spring-restdocs-core", - "version": "3.0.1" - }, - { - "group": "org.springframework.restdocs", - "name": "spring-restdocs-mockmvc", - "version": "3.0.1" - }, - { - "group": "org.springframework.restdocs", - "name": "spring-restdocs-restassured", - "version": "3.0.1" - }, - { - "group": "org.springframework.restdocs", - "name": "spring-restdocs-webtestclient", - "version": "3.0.1" - }, - { - "group": "org.springframework.retry", - "name": "spring-retry", - "version": "2.0.5" - }, - { - "group": "org.springframework.security", - "name": "spring-security-acl", - "version": "6.1.6" - }, - { - "group": "org.springframework.security", - "name": "spring-security-aspects", - "version": "6.1.6" - }, - { - "group": "org.springframework.security", - "name": "spring-security-cas", - "version": "6.1.6" - }, - { - "group": "org.springframework.security", - "name": "spring-security-config", - "version": "6.1.6" - }, - { - "group": "org.springframework.security", - "name": "spring-security-core", - "version": "6.1.6" - }, - { - "group": "org.springframework.security", - "name": "spring-security-crypto", - "version": "6.1.6" - }, - { - "group": "org.springframework.security", - "name": "spring-security-data", - "version": "6.1.6" - }, - { - "group": "org.springframework.security", - "name": "spring-security-ldap", - "version": "6.1.6" - }, - { - "group": "org.springframework.security", - "name": "spring-security-messaging", - "version": "6.1.6" - }, - { - "group": "org.springframework.security", - "name": "spring-security-oauth2-authorization-server", - "version": "1.1.4" - }, - { - "group": "org.springframework.security", - "name": "spring-security-oauth2-client", - "version": "6.1.6" - }, - { - "group": "org.springframework.security", - "name": "spring-security-oauth2-core", - "version": "6.1.6" - }, - { - "group": "org.springframework.security", - "name": "spring-security-oauth2-jose", - "version": "6.1.6" - }, - { - "group": "org.springframework.security", - "name": "spring-security-oauth2-resource-server", - "version": "6.1.6" - }, - { - "group": "org.springframework.security", - "name": "spring-security-rsocket", - "version": "6.1.6" - }, - { - "group": "org.springframework.security", - "name": "spring-security-saml2-service-provider", - "version": "6.1.6" - }, - { - "group": "org.springframework.security", - "name": "spring-security-taglibs", - "version": "6.1.6" - }, - { - "group": "org.springframework.security", - "name": "spring-security-test", - "version": "6.1.6" - }, - { - "group": "org.springframework.security", - "name": "spring-security-web", - "version": "6.1.6" - }, - { - "group": "org.springframework.session", - "name": "spring-session-core", - "version": "3.1.4" - }, - { - "group": "org.springframework.session", - "name": "spring-session-data-mongodb", - "version": "3.1.4" - }, - { - "group": "org.springframework.session", - "name": "spring-session-data-redis", - "version": "3.1.4" - }, - { - "group": "org.springframework.session", - "name": "spring-session-hazelcast", - "version": "3.1.4" - }, - { - "group": "org.springframework.session", - "name": "spring-session-jdbc", - "version": "3.1.4" - }, - { - "group": "org.springframework.ws", - "name": "spring-ws-core", - "version": "4.0.10" - }, - { - "group": "org.springframework.ws", - "name": "spring-ws-security", - "version": "4.0.10" - }, - { - "group": "org.springframework.ws", - "name": "spring-ws-support", - "version": "4.0.10" - }, - { - "group": "org.springframework.ws", - "name": "spring-ws-test", - "version": "4.0.10" - }, - { - "group": "org.springframework.ws", - "name": "spring-xml", - "version": "4.0.10" - }, - { - "group": "org.testcontainers", - "name": "azure", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "cassandra", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "clickhouse", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "cockroachdb", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "consul", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "couchbase", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "cratedb", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "database-commons", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "db2", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "dynalite", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "elasticsearch", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "gcloud", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "hivemq", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "influxdb", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "jdbc", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "junit-jupiter", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "k3s", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "kafka", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "localstack", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "mariadb", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "mockserver", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "mongodb", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "mssqlserver", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "mysql", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "neo4j", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "nginx", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "oracle-xe", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "orientdb", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "postgresql", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "presto", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "pulsar", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "questdb", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "r2dbc", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "rabbitmq", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "redpanda", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "selenium", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "solace", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "solr", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "spock", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "testcontainers", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "tidb", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "toxiproxy", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "trino", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "vault", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "yugabytedb", - "version": "1.18.3" - }, - { - "group": "org.thymeleaf", - "name": "thymeleaf", - "version": "3.1.2.RELEASE" - }, - { - "group": "org.thymeleaf", - "name": "thymeleaf-spring6", - "version": "3.1.2.RELEASE" - }, - { - "group": "org.thymeleaf.extras", - "name": "thymeleaf-extras-springsecurity6", - "version": "3.1.2.RELEASE" - }, - { - "group": "org.webjars", - "name": "webjars-locator-core", - "version": "0.52" - }, - { - "group": "org.xerial", - "name": "sqlite-jdbc", - "version": "3.41.2.2" - }, - { - "group": "org.xmlunit", - "name": "xmlunit-assertj", - "version": "2.9.1" - }, - { - "group": "org.xmlunit", - "name": "xmlunit-assertj3", - "version": "2.9.1" - }, - { - "group": "org.xmlunit", - "name": "xmlunit-core", - "version": "2.9.1" - }, - { - "group": "org.xmlunit", - "name": "xmlunit-jakarta-jaxb-impl", - "version": "2.9.1" - }, - { - "group": "org.xmlunit", - "name": "xmlunit-legacy", - "version": "2.9.1" - }, - { - "group": "org.xmlunit", - "name": "xmlunit-matchers", - "version": "2.9.1" - }, - { - "group": "org.xmlunit", - "name": "xmlunit-placeholders", - "version": "2.9.1" - }, - { - "group": "org.yaml", - "name": "snakeyaml", - "version": "1.33" - }, - { - "group": "redis.clients", - "name": "jedis", - "version": "4.3.2" - }, - { - "group": "wsdl4j", - "name": "wsdl4j", - "version": "1.6.3" - } -] \ No newline at end of file diff --git a/versions/3.1.9.json b/versions/3.1.9.json deleted file mode 100644 index 457bd8e..0000000 --- a/versions/3.1.9.json +++ /dev/null @@ -1,6497 +0,0 @@ -[ - { - "group": "ch.qos.logback", - "name": "logback-access", - "version": "1.4.14" - }, - { - "group": "ch.qos.logback", - "name": "logback-classic", - "version": "1.4.14" - }, - { - "group": "ch.qos.logback", - "name": "logback-core", - "version": "1.4.14" - }, - { - "group": "co.elastic.clients", - "name": "elasticsearch-java", - "version": "8.7.1" - }, - { - "group": "com.couchbase.client", - "name": "java-client", - "version": "3.4.11" - }, - { - "group": "com.datastax.oss", - "name": "java-driver-core", - "version": "4.15.0" - }, - { - "group": "com.datastax.oss", - "name": "java-driver-core-shaded", - "version": "4.15.0" - }, - { - "group": "com.datastax.oss", - "name": "java-driver-mapper-processor", - "version": "4.15.0" - }, - { - "group": "com.datastax.oss", - "name": "java-driver-mapper-runtime", - "version": "4.15.0" - }, - { - "group": "com.datastax.oss", - "name": "java-driver-metrics-micrometer", - "version": "4.15.0" - }, - { - "group": "com.datastax.oss", - "name": "java-driver-metrics-microprofile", - "version": "4.15.0" - }, - { - "group": "com.datastax.oss", - "name": "java-driver-query-builder", - "version": "4.15.0" - }, - { - "group": "com.datastax.oss", - "name": "java-driver-shaded-guava", - "version": "25.1-jre-graal-sub-1" - }, - { - "group": "com.datastax.oss", - "name": "java-driver-test-infra", - "version": "4.15.0" - }, - { - "group": "com.datastax.oss", - "name": "native-protocol", - "version": "1.5.1" - }, - { - "group": "com.fasterxml", - "name": "classmate", - "version": "1.5.1" - }, - { - "group": "com.fasterxml.jackson.core", - "name": "jackson-annotations", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.core", - "name": "jackson-core", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.core", - "name": "jackson-databind", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-avro", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-cbor", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-csv", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-ion", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-properties", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-protobuf", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-smile", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-toml", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-xml", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.dataformat", - "name": "jackson-dataformat-yaml", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-eclipse-collections", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-guava", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-hibernate4", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-hibernate5", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-hibernate5-jakarta", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-hibernate6", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-hppc", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-jakarta-jsonp", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-jaxrs", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-jdk8", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-joda", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-joda-money", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-json-org", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-jsr310", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-jsr353", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-pcollections", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.jakarta.rs", - "name": "jackson-jakarta-rs-base", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.jakarta.rs", - "name": "jackson-jakarta-rs-cbor-provider", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.jakarta.rs", - "name": "jackson-jakarta-rs-json-provider", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.jakarta.rs", - "name": "jackson-jakarta-rs-smile-provider", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.jakarta.rs", - "name": "jackson-jakarta-rs-xml-provider", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.jakarta.rs", - "name": "jackson-jakarta-rs-yaml-provider", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.jaxrs", - "name": "jackson-jaxrs-base", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.jaxrs", - "name": "jackson-jaxrs-cbor-provider", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.jaxrs", - "name": "jackson-jaxrs-json-provider", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.jaxrs", - "name": "jackson-jaxrs-smile-provider", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.jaxrs", - "name": "jackson-jaxrs-xml-provider", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.jaxrs", - "name": "jackson-jaxrs-yaml-provider", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.jr", - "name": "jackson-jr-all", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.jr", - "name": "jackson-jr-annotation-support", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.jr", - "name": "jackson-jr-objects", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.jr", - "name": "jackson-jr-retrofit2", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.jr", - "name": "jackson-jr-stree", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-afterburner", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-blackbird", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-guice", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-jakarta-xmlbind-annotations", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-jaxb-annotations", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-jsonSchema", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-jsonSchema-jakarta", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-kotlin", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-mrbean", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-no-ctor-deser", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-osgi", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-parameter-names", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-paranamer", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-scala_2.11", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-scala_2.12", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-scala_2.13", - "version": "2.15.4" - }, - { - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-scala_3", - "version": "2.15.4" - }, - { - "group": "com.github.ben-manes.caffeine", - "name": "caffeine", - "version": "3.1.8" - }, - { - "group": "com.github.ben-manes.caffeine", - "name": "guava", - "version": "3.1.8" - }, - { - "group": "com.github.ben-manes.caffeine", - "name": "jcache", - "version": "3.1.8" - }, - { - "group": "com.github.ben-manes.caffeine", - "name": "simulator", - "version": "3.1.8" - }, - { - "group": "com.github.mxab.thymeleaf.extras", - "name": "thymeleaf-extras-data-attribute", - "version": "2.0.1" - }, - { - "group": "com.google.code.gson", - "name": "gson", - "version": "2.10.1" - }, - { - "group": "com.graphql-java", - "name": "graphql-java", - "version": "20.2" - }, - { - "group": "com.h2database", - "name": "h2", - "version": "2.1.214" - }, - { - "group": "com.hazelcast", - "name": "hazelcast", - "version": "5.2.4" - }, - { - "group": "com.hazelcast", - "name": "hazelcast-spring", - "version": "5.2.4" - }, - { - "group": "com.ibm.db2", - "name": "jcc", - "version": "11.5.9.0" - }, - { - "group": "com.jayway.jsonpath", - "name": "json-path", - "version": "2.9.0" - }, - { - "group": "com.jayway.jsonpath", - "name": "json-path-assert", - "version": "2.9.0" - }, - { - "group": "com.microsoft.sqlserver", - "name": "mssql-jdbc", - "version": "11.2.3.jre17" - }, - { - "group": "com.mysql", - "name": "mysql-connector-j", - "version": "8.0.33" - }, - { - "group": "com.oracle.database.ha", - "name": "ons", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.ha", - "name": "simplefan", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc", - "name": "ojdbc11", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc", - "name": "ojdbc11-production", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc", - "name": "ojdbc8", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc", - "name": "ojdbc8-production", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc", - "name": "rsi", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc", - "name": "ucp", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc", - "name": "ucp11", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc.debug", - "name": "ojdbc11-debug", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc.debug", - "name": "ojdbc11-observability-debug", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc.debug", - "name": "ojdbc11_g", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc.debug", - "name": "ojdbc11dms_g", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc.debug", - "name": "ojdbc8-debug", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc.debug", - "name": "ojdbc8-observability-debug", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc.debug", - "name": "ojdbc8_g", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.jdbc.debug", - "name": "ojdbc8dms_g", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.nls", - "name": "orai18n", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.observability", - "name": "dms", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.observability", - "name": "ojdbc11-observability", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.observability", - "name": "ojdbc11dms", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.observability", - "name": "ojdbc8-observability", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.observability", - "name": "ojdbc8dms", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.r2dbc", - "name": "oracle-r2dbc", - "version": "1.1.1" - }, - { - "group": "com.oracle.database.security", - "name": "oraclepki", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.security", - "name": "osdt_cert", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.security", - "name": "osdt_core", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.xml", - "name": "xdb", - "version": "21.9.0.0" - }, - { - "group": "com.oracle.database.xml", - "name": "xmlparserv2", - "version": "21.9.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-apt", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-codegen", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-codegen-utils", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-collections", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-core", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-guava", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-hibernate-search", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-jdo", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-jpa", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-jpa-codegen", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-kotlin", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-kotlin-codegen", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-lucene3", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-lucene4", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-lucene5", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-mongodb", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-scala", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-spatial", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-sql", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-sql-codegen", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-sql-spatial", - "version": "5.0.0" - }, - { - "group": "com.querydsl", - "name": "querydsl-sql-spring", - "version": "5.0.0" - }, - { - "group": "com.rabbitmq", - "name": "amqp-client", - "version": "5.17.1" - }, - { - "group": "com.rabbitmq", - "name": "stream-client", - "version": "0.9.0" - }, - { - "group": "com.samskivert", - "name": "jmustache", - "version": "1.15" - }, - { - "group": "com.sendgrid", - "name": "sendgrid-java", - "version": "4.9.3" - }, - { - "group": "com.squareup.okhttp3", - "name": "logging-interceptor", - "version": "4.10.0" - }, - { - "group": "com.squareup.okhttp3", - "name": "mockwebserver", - "version": "4.10.0" - }, - { - "group": "com.squareup.okhttp3", - "name": "okcurl", - "version": "4.10.0" - }, - { - "group": "com.squareup.okhttp3", - "name": "okhttp", - "version": "4.10.0" - }, - { - "group": "com.squareup.okhttp3", - "name": "okhttp-brotli", - "version": "4.10.0" - }, - { - "group": "com.squareup.okhttp3", - "name": "okhttp-dnsoverhttps", - "version": "4.10.0" - }, - { - "group": "com.squareup.okhttp3", - "name": "okhttp-sse", - "version": "4.10.0" - }, - { - "group": "com.squareup.okhttp3", - "name": "okhttp-tls", - "version": "4.10.0" - }, - { - "group": "com.squareup.okhttp3", - "name": "okhttp-urlconnection", - "version": "4.10.0" - }, - { - "group": "com.sun.istack", - "name": "istack-commons-runtime", - "version": "4.1.2" - }, - { - "group": "com.sun.xml.bind", - "name": "jaxb-core", - "version": "4.0.4" - }, - { - "group": "com.sun.xml.bind", - "name": "jaxb-impl", - "version": "4.0.4" - }, - { - "group": "com.sun.xml.bind", - "name": "jaxb-jxc", - "version": "4.0.4" - }, - { - "group": "com.sun.xml.bind", - "name": "jaxb-osgi", - "version": "4.0.4" - }, - { - "group": "com.sun.xml.bind", - "name": "jaxb-xjc", - "version": "4.0.4" - }, - { - "group": "com.sun.xml.fastinfoset", - "name": "FastInfoset", - "version": "2.1.0" - }, - { - "group": "com.sun.xml.messaging.saaj", - "name": "saaj-impl", - "version": "3.0.3" - }, - { - "group": "com.unboundid", - "name": "unboundid-ldapsdk", - "version": "6.0.11" - }, - { - "group": "com.zaxxer", - "name": "HikariCP", - "version": "5.0.1" - }, - { - "group": "commons-codec", - "name": "commons-codec", - "version": "1.15" - }, - { - "group": "commons-pool", - "name": "commons-pool", - "version": "1.6" - }, - { - "group": "io.asyncer", - "name": "r2dbc-mysql", - "version": "1.0.6" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-annotation", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-caffeine", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-caffeine3", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-collectd", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-core", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-ehcache", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-graphite", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-healthchecks", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-httpasyncclient", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-httpclient", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-httpclient5", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jakarta-servlet", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jakarta-servlet6", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jakarta-servlets", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jcache", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jdbi", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jdbi3", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jersey2", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jersey3", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jersey31", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jetty10", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jetty11", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jetty12", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jetty12-ee10", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jetty9", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jmx", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-json", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-jvm", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-log4j2", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-logback", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-logback13", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-logback14", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-servlet", - "version": "4.2.25" - }, - { - "group": "io.dropwizard.metrics", - "name": "metrics-servlets", - "version": "4.2.25" - }, - { - "group": "io.lettuce", - "name": "lettuce-core", - "version": "6.2.7.RELEASE" - }, - { - "group": "io.micrometer", - "name": "benchmarks", - "version": "1.1.10" - }, - { - "group": "io.micrometer", - "name": "micrometer-commons", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-core", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-jetty11", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-observation", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-observation-test", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-appoptics", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-atlas", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-azure-monitor", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-cloudwatch", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-cloudwatch2", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-datadog", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-dynatrace", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-elastic", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-ganglia", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-graphite", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-health", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-humio", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-influx", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-jmx", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-kairos", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-new-relic", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-opentsdb", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-otlp", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-prometheus", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-signalfx", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-stackdriver", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-statsd", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-registry-wavefront", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-test", - "version": "1.11.9" - }, - { - "group": "io.micrometer", - "name": "micrometer-tracing", - "version": "1.1.10" - }, - { - "group": "io.micrometer", - "name": "micrometer-tracing-bridge-brave", - "version": "1.1.10" - }, - { - "group": "io.micrometer", - "name": "micrometer-tracing-bridge-otel", - "version": "1.1.10" - }, - { - "group": "io.micrometer", - "name": "micrometer-tracing-integration-test", - "version": "1.1.10" - }, - { - "group": "io.micrometer", - "name": "micrometer-tracing-reporter-wavefront", - "version": "1.1.10" - }, - { - "group": "io.micrometer", - "name": "micrometer-tracing-test", - "version": "1.1.10" - }, - { - "group": "io.netty", - "name": "netty-all", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-buffer", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-codec", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-dns", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-haproxy", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-http", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-http2", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-memcache", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-mqtt", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-redis", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-smtp", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-socks", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-stomp", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-codec-xml", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-common", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-dev-tools", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-example", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-handler", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-handler-proxy", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-handler-ssl-ocsp", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-resolver", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-resolver-dns", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-resolver-dns-classes-macos", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-resolver-dns-native-macos", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-tcnative", - "version": "2.0.61.Final" - }, - { - "group": "io.netty", - "name": "netty-tcnative-boringssl-static", - "version": "2.0.61.Final" - }, - { - "group": "io.netty", - "name": "netty-tcnative-classes", - "version": "2.0.61.Final" - }, - { - "group": "io.netty", - "name": "netty-transport", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-transport-classes-epoll", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-transport-classes-kqueue", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-transport-native-epoll", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-transport-native-kqueue", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-transport-native-unix-common", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-transport-rxtx", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-transport-sctp", - "version": "4.1.107.Final" - }, - { - "group": "io.netty", - "name": "netty-transport-udt", - "version": "4.1.107.Final" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-api", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-context", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-exporter-common", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-exporter-jaeger", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-exporter-jaeger-proto", - "version": "1.17.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-exporter-jaeger-thrift", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-exporter-logging", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-exporter-logging-otlp", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-exporter-otlp", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-exporter-otlp-common", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-exporter-zipkin", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-extension-annotations", - "version": "1.18.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-extension-aws", - "version": "1.20.1" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-extension-kotlin", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-extension-trace-propagators", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-sdk", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-sdk-common", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-sdk-extension-autoconfigure-spi", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-sdk-extension-aws", - "version": "1.19.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-sdk-extension-jaeger-remote-sampler", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-sdk-extension-resources", - "version": "1.19.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-sdk-metrics", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-sdk-testing", - "version": "1.25.0" - }, - { - "group": "io.opentelemetry", - "name": "opentelemetry-sdk-trace", - "version": "1.25.0" - }, - { - "group": "io.projectreactor", - "name": "reactor-core", - "version": "3.5.14" - }, - { - "group": "io.projectreactor", - "name": "reactor-core-micrometer", - "version": "1.0.14" - }, - { - "group": "io.projectreactor", - "name": "reactor-test", - "version": "3.5.14" - }, - { - "group": "io.projectreactor", - "name": "reactor-tools", - "version": "3.5.14" - }, - { - "group": "io.projectreactor.addons", - "name": "reactor-adapter", - "version": "3.5.1" - }, - { - "group": "io.projectreactor.addons", - "name": "reactor-extra", - "version": "3.5.1" - }, - { - "group": "io.projectreactor.addons", - "name": "reactor-pool", - "version": "1.0.5" - }, - { - "group": "io.projectreactor.addons", - "name": "reactor-pool-micrometer", - "version": "0.1.5" - }, - { - "group": "io.projectreactor.kafka", - "name": "reactor-kafka", - "version": "1.3.23" - }, - { - "group": "io.projectreactor.kotlin", - "name": "reactor-kotlin-extensions", - "version": "1.2.2" - }, - { - "group": "io.projectreactor.netty", - "name": "reactor-netty", - "version": "1.1.16" - }, - { - "group": "io.projectreactor.netty", - "name": "reactor-netty-core", - "version": "1.1.16" - }, - { - "group": "io.projectreactor.netty", - "name": "reactor-netty-http", - "version": "1.1.16" - }, - { - "group": "io.projectreactor.netty", - "name": "reactor-netty-http-brave", - "version": "1.1.16" - }, - { - "group": "io.prometheus", - "name": "simpleclient", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_caffeine", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_common", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_dropwizard", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_graphite_bridge", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_guava", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_hibernate", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_hotspot", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_httpserver", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_jetty", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_jetty_jdk8", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_log4j", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_log4j2", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_logback", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_pushgateway", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_servlet", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_servlet_jakarta", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_spring_boot", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_spring_web", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_tracer_common", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_tracer_otel", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_tracer_otel_agent", - "version": "0.16.0" - }, - { - "group": "io.prometheus", - "name": "simpleclient_vertx", - "version": "0.16.0" - }, - { - "group": "io.r2dbc", - "name": "r2dbc-h2", - "version": "1.0.0.RELEASE" - }, - { - "group": "io.r2dbc", - "name": "r2dbc-mssql", - "version": "1.0.2.RELEASE" - }, - { - "group": "io.r2dbc", - "name": "r2dbc-pool", - "version": "1.0.1.RELEASE" - }, - { - "group": "io.r2dbc", - "name": "r2dbc-proxy", - "version": "1.1.4.RELEASE" - }, - { - "group": "io.r2dbc", - "name": "r2dbc-spi", - "version": "1.0.0.RELEASE" - }, - { - "group": "io.reactivex.rxjava3", - "name": "rxjava", - "version": "3.1.8" - }, - { - "group": "io.rest-assured", - "name": "json-path", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "json-schema-validator", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "kotlin-extensions", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "rest-assured", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "rest-assured-all", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "rest-assured-common", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "scala-support", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "spring-commons", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "spring-mock-mvc", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "spring-mock-mvc-kotlin-extensions", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "spring-web-test-client", - "version": "5.3.2" - }, - { - "group": "io.rest-assured", - "name": "xml-path", - "version": "5.3.2" - }, - { - "group": "io.rsocket", - "name": "rsocket-core", - "version": "1.1.3" - }, - { - "group": "io.rsocket", - "name": "rsocket-load-balancer", - "version": "1.1.3" - }, - { - "group": "io.rsocket", - "name": "rsocket-micrometer", - "version": "1.1.3" - }, - { - "group": "io.rsocket", - "name": "rsocket-test", - "version": "1.1.3" - }, - { - "group": "io.rsocket", - "name": "rsocket-transport-local", - "version": "1.1.3" - }, - { - "group": "io.rsocket", - "name": "rsocket-transport-netty", - "version": "1.1.3" - }, - { - "group": "io.spring.gradle", - "name": "dependency-management-plugin", - "version": "1.1.4" - }, - { - "group": "io.undertow", - "name": "undertow-core", - "version": "2.3.12.Final" - }, - { - "group": "io.undertow", - "name": "undertow-servlet", - "version": "2.3.12.Final" - }, - { - "group": "io.undertow", - "name": "undertow-websockets-jsr", - "version": "2.3.12.Final" - }, - { - "group": "io.zipkin.brave", - "name": "brave", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-context-jfr", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-context-log4j12", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-context-log4j2", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-context-rxjava2", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-context-slf4j", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-dubbo", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-dubbo-rpc", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-grpc", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-http", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-http-tests", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-httpasyncclient", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-httpclient", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-jaxrs2", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-jersey-server", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-jms", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-jms-jakarta", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-kafka-clients", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-kafka-streams", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-messaging", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-mongodb", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-mysql", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-mysql6", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-mysql8", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-netty-codec-http", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-okhttp3", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-p6spy", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-rpc", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-servlet", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-servlet-jakarta", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-sparkjava", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-spring-rabbit", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-spring-web", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-spring-webmvc", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-instrumentation-vertx-web", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-spring-beans", - "version": "5.15.1" - }, - { - "group": "io.zipkin.brave", - "name": "brave-tests", - "version": "5.15.1" - }, - { - "group": "io.zipkin.proto3", - "name": "zipkin-proto3", - "version": "1.0.0" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-reporter", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-reporter-brave", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-reporter-metrics-micrometer", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-reporter-spring-beans", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-sender-activemq-client", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-sender-amqp-client", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-sender-kafka", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-sender-kafka08", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-sender-libthrift", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-sender-okhttp3", - "version": "2.16.3" - }, - { - "group": "io.zipkin.reporter2", - "name": "zipkin-sender-urlconnection", - "version": "2.16.3" - }, - { - "group": "io.zipkin.zipkin2", - "name": "zipkin", - "version": "2.23.2" - }, - { - "group": "jakarta.activation", - "name": "jakarta.activation-api", - "version": "2.1.2" - }, - { - "group": "jakarta.annotation", - "name": "jakarta.annotation-api", - "version": "2.1.1" - }, - { - "group": "jakarta.jms", - "name": "jakarta.jms-api", - "version": "3.1.0" - }, - { - "group": "jakarta.json", - "name": "jakarta.json-api", - "version": "2.1.3" - }, - { - "group": "jakarta.json.bind", - "name": "jakarta.json.bind-api", - "version": "3.0.0" - }, - { - "group": "jakarta.mail", - "name": "jakarta.mail-api", - "version": "2.1.2" - }, - { - "group": "jakarta.management.j2ee", - "name": "jakarta.management.j2ee-api", - "version": "1.1.4" - }, - { - "group": "jakarta.persistence", - "name": "jakarta.persistence-api", - "version": "3.1.0" - }, - { - "group": "jakarta.servlet", - "name": "jakarta.servlet-api", - "version": "6.0.0" - }, - { - "group": "jakarta.servlet.jsp.jstl", - "name": "jakarta.servlet.jsp.jstl-api", - "version": "3.0.0" - }, - { - "group": "jakarta.transaction", - "name": "jakarta.transaction-api", - "version": "2.0.1" - }, - { - "group": "jakarta.validation", - "name": "jakarta.validation-api", - "version": "3.0.2" - }, - { - "group": "jakarta.websocket", - "name": "jakarta.websocket-api", - "version": "2.1.1" - }, - { - "group": "jakarta.websocket", - "name": "jakarta.websocket-client-api", - "version": "2.1.1" - }, - { - "group": "jakarta.ws.rs", - "name": "jakarta.ws.rs-api", - "version": "3.1.0" - }, - { - "group": "jakarta.xml.bind", - "name": "jakarta.xml.bind-api", - "version": "4.0.1" - }, - { - "group": "jakarta.xml.soap", - "name": "jakarta.xml.soap-api", - "version": "3.0.1" - }, - { - "group": "jakarta.xml.ws", - "name": "jakarta.xml.ws-api", - "version": "4.0.1" - }, - { - "group": "javax.cache", - "name": "cache-api", - "version": "1.1.1" - }, - { - "group": "javax.money", - "name": "money-api", - "version": "1.1" - }, - { - "group": "jaxen", - "name": "jaxen", - "version": "2.0.0" - }, - { - "group": "junit", - "name": "junit", - "version": "4.13.2" - }, - { - "group": "net.bytebuddy", - "name": "byte-buddy", - "version": "1.14.12" - }, - { - "group": "net.bytebuddy", - "name": "byte-buddy-agent", - "version": "1.14.12" - }, - { - "group": "net.minidev", - "name": "json-smart", - "version": "2.4.11" - }, - { - "group": "net.sourceforge.htmlunit", - "name": "htmlunit", - "version": "2.70.0" - }, - { - "group": "net.sourceforge.jtds", - "name": "jtds", - "version": "1.3.1" - }, - { - "group": "net.sourceforge.nekohtml", - "name": "nekohtml", - "version": "1.9.22" - }, - { - "group": "nz.net.ultraq.thymeleaf", - "name": "thymeleaf-layout-dialect", - "version": "3.2.1" - }, - { - "group": "org.apache.activemq", - "name": "activemq-amqp", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-blueprint", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-broker", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-client", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-client-jakarta", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-console", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-http", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-jaas", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-jdbc-store", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-jms-pool", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-kahadb-store", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-karaf", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-log4j-appender", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-mqtt", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-openwire-generator", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-openwire-legacy", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-osgi", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-partition", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-pool", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-ra", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-run", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-runtime-config", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-shiro", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-spring", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-stomp", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "activemq-web", - "version": "5.18.3" - }, - { - "group": "org.apache.activemq", - "name": "artemis-amqp-protocol", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-commons", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-core-client", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-jakarta-client", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-jakarta-server", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-jakarta-service-extensions", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-jdbc-store", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-journal", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-quorum-api", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-selector", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-server", - "version": "2.28.0" - }, - { - "group": "org.apache.activemq", - "name": "artemis-service-extensions", - "version": "2.28.0" - }, - { - "group": "org.apache.commons", - "name": "commons-dbcp2", - "version": "2.9.0" - }, - { - "group": "org.apache.commons", - "name": "commons-lang3", - "version": "3.12.0" - }, - { - "group": "org.apache.commons", - "name": "commons-pool2", - "version": "2.11.1" - }, - { - "group": "org.apache.derby", - "name": "derby", - "version": "10.16.1.1" - }, - { - "group": "org.apache.derby", - "name": "derbyclient", - "version": "10.16.1.1" - }, - { - "group": "org.apache.derby", - "name": "derbynet", - "version": "10.16.1.1" - }, - { - "group": "org.apache.derby", - "name": "derbyoptionaltools", - "version": "10.16.1.1" - }, - { - "group": "org.apache.derby", - "name": "derbyshared", - "version": "10.16.1.1" - }, - { - "group": "org.apache.derby", - "name": "derbytools", - "version": "10.16.1.1" - }, - { - "group": "org.apache.groovy", - "name": "groovy", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-ant", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-astbuilder", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-cli-commons", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-cli-picocli", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-console", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-contracts", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-datetime", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-dateutil", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-docgenerator", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-ginq", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-groovydoc", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-groovysh", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-jmx", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-json", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-jsr223", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-macro", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-macro-library", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-nio", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-servlet", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-sql", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-swing", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-templates", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-test", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-test-junit5", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-testng", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-toml", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-typecheckers", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-xml", - "version": "4.0.18" - }, - { - "group": "org.apache.groovy", - "name": "groovy-yaml", - "version": "4.0.18" - }, - { - "group": "org.apache.httpcomponents", - "name": "httpasyncclient", - "version": "4.1.5" - }, - { - "group": "org.apache.httpcomponents", - "name": "httpcore", - "version": "4.4.16" - }, - { - "group": "org.apache.httpcomponents", - "name": "httpcore-nio", - "version": "4.4.16" - }, - { - "group": "org.apache.httpcomponents.client5", - "name": "httpclient5", - "version": "5.2.3" - }, - { - "group": "org.apache.httpcomponents.client5", - "name": "httpclient5-cache", - "version": "5.2.3" - }, - { - "group": "org.apache.httpcomponents.client5", - "name": "httpclient5-fluent", - "version": "5.2.3" - }, - { - "group": "org.apache.httpcomponents.client5", - "name": "httpclient5-win", - "version": "5.2.3" - }, - { - "group": "org.apache.httpcomponents.core5", - "name": "httpcore5", - "version": "5.2.4" - }, - { - "group": "org.apache.httpcomponents.core5", - "name": "httpcore5-h2", - "version": "5.2.4" - }, - { - "group": "org.apache.httpcomponents.core5", - "name": "httpcore5-reactive", - "version": "5.2.4" - }, - { - "group": "org.apache.kafka", - "name": "connect", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "connect-api", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "connect-basic-auth-extension", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "connect-file", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "connect-json", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "connect-mirror", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "connect-mirror-client", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "connect-runtime", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "connect-transforms", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "generator", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-clients", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-log4j-appender", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-metadata", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-raft", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-server-common", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-shell", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-storage", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-storage-api", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-streams", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-streams-scala_2.12", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-streams-scala_2.13", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-streams-test-utils", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka-tools", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka_2.12", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "kafka_2.13", - "version": "3.4.1" - }, - { - "group": "org.apache.kafka", - "name": "trogdor", - "version": "3.4.1" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-1.2-api", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-api", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-api-test", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-appserver", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-cassandra", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-core", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-core-test", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-couchdb", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-docker", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-flume-ng", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-iostreams", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-jakarta-smtp", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-jakarta-web", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-jcl", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-jmx-gui", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-jpa", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-jpl", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-jul", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-kubernetes", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-layout-template-json", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-layout-template-json-test", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-mongodb3", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-mongodb4", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-slf4j-impl", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-slf4j2-impl", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-spring-boot", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-spring-cloud-config-client", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-taglib", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-to-jul", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-to-slf4j", - "version": "2.20.0" - }, - { - "group": "org.apache.logging.log4j", - "name": "log4j-web", - "version": "2.20.0" - }, - { - "group": "org.apache.maven.plugin-tools", - "name": "maven-plugin-annotations", - "version": "3.6.4" - }, - { - "group": "org.apache.tomcat", - "name": "tomcat-annotations-api", - "version": "10.1.19" - }, - { - "group": "org.apache.tomcat", - "name": "tomcat-jdbc", - "version": "10.1.19" - }, - { - "group": "org.apache.tomcat", - "name": "tomcat-jsp-api", - "version": "10.1.19" - }, - { - "group": "org.apache.tomcat.embed", - "name": "tomcat-embed-core", - "version": "10.1.19" - }, - { - "group": "org.apache.tomcat.embed", - "name": "tomcat-embed-el", - "version": "10.1.19" - }, - { - "group": "org.apache.tomcat.embed", - "name": "tomcat-embed-jasper", - "version": "10.1.19" - }, - { - "group": "org.apache.tomcat.embed", - "name": "tomcat-embed-websocket", - "version": "10.1.19" - }, - { - "group": "org.aspectj", - "name": "aspectjrt", - "version": "1.9.21" - }, - { - "group": "org.aspectj", - "name": "aspectjtools", - "version": "1.9.21" - }, - { - "group": "org.aspectj", - "name": "aspectjweaver", - "version": "1.9.21" - }, - { - "group": "org.assertj", - "name": "assertj-core", - "version": "3.24.2" - }, - { - "group": "org.assertj", - "name": "assertj-guava", - "version": "3.24.2" - }, - { - "group": "org.awaitility", - "name": "awaitility", - "version": "4.2.0" - }, - { - "group": "org.awaitility", - "name": "awaitility-groovy", - "version": "4.2.0" - }, - { - "group": "org.awaitility", - "name": "awaitility-kotlin", - "version": "4.2.0" - }, - { - "group": "org.awaitility", - "name": "awaitility-scala", - "version": "4.2.0" - }, - { - "group": "org.cache2k", - "name": "cache2k-api", - "version": "2.6.1.Final" - }, - { - "group": "org.cache2k", - "name": "cache2k-config", - "version": "2.6.1.Final" - }, - { - "group": "org.cache2k", - "name": "cache2k-core", - "version": "2.6.1.Final" - }, - { - "group": "org.cache2k", - "name": "cache2k-jcache", - "version": "2.6.1.Final" - }, - { - "group": "org.cache2k", - "name": "cache2k-micrometer", - "version": "2.6.1.Final" - }, - { - "group": "org.cache2k", - "name": "cache2k-spring", - "version": "2.6.1.Final" - }, - { - "group": "org.codehaus.janino", - "name": "commons-compiler", - "version": "3.1.12" - }, - { - "group": "org.codehaus.janino", - "name": "commons-compiler-jdk", - "version": "3.1.12" - }, - { - "group": "org.codehaus.janino", - "name": "janino", - "version": "3.1.12" - }, - { - "group": "org.eclipse", - "name": "yasson", - "version": "3.0.3" - }, - { - "group": "org.eclipse.angus", - "name": "angus-activation", - "version": "2.0.1" - }, - { - "group": "org.eclipse.angus", - "name": "angus-core", - "version": "1.1.0" - }, - { - "group": "org.eclipse.angus", - "name": "angus-mail", - "version": "1.1.0" - }, - { - "group": "org.eclipse.angus", - "name": "dsn", - "version": "1.1.0" - }, - { - "group": "org.eclipse.angus", - "name": "gimap", - "version": "1.1.0" - }, - { - "group": "org.eclipse.angus", - "name": "imap", - "version": "1.1.0" - }, - { - "group": "org.eclipse.angus", - "name": "jakarta.mail", - "version": "1.1.0" - }, - { - "group": "org.eclipse.angus", - "name": "logging-mailhandler", - "version": "1.1.0" - }, - { - "group": "org.eclipse.angus", - "name": "pop3", - "version": "1.1.0" - }, - { - "group": "org.eclipse.angus", - "name": "smtp", - "version": "1.1.0" - }, - { - "group": "org.eclipse.jetty", - "name": "apache-jsp", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "glassfish-jstl", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "infinispan-common", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "infinispan-embedded-query", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "infinispan-remote-query", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-alpn-client", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-alpn-conscrypt-client", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-alpn-conscrypt-server", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-alpn-java-client", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-alpn-java-server", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-alpn-server", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-annotations", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-ant", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-cdi", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-client", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-deploy", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-hazelcast", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-home", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-http", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-http-spi", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-io", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-jaas", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-jaspi", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-jmx", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-jndi", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-keystore", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-nosql", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-openid", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-plus", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-proxy", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-quickstart", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-reactive-httpclient", - "version": "3.0.12" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-rewrite", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-security", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-server", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-servlet", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-servlets", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-slf4j-impl", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-unixdomain-server", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-unixsocket-client", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-unixsocket-common", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-unixsocket-server", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-util", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-util-ajax", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-webapp", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty", - "name": "jetty-xml", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.fcgi", - "name": "fcgi-client", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.fcgi", - "name": "fcgi-server", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.gcloud", - "name": "jetty-gcloud-session-manager", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.http2", - "name": "http2-client", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.http2", - "name": "http2-common", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.http2", - "name": "http2-hpack", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.http2", - "name": "http2-http-client-transport", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.http2", - "name": "http2-server", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.http3", - "name": "http3-client", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.http3", - "name": "http3-common", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.http3", - "name": "http3-http-client-transport", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.http3", - "name": "http3-qpack", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.http3", - "name": "http3-server", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.memcached", - "name": "jetty-memcached-sessions", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.osgi", - "name": "jetty-httpservice", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.osgi", - "name": "jetty-osgi-alpn", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.osgi", - "name": "jetty-osgi-boot", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.osgi", - "name": "jetty-osgi-boot-jsp", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.osgi", - "name": "jetty-osgi-boot-warurl", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.quic", - "name": "quic-client", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.quic", - "name": "quic-common", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.quic", - "name": "quic-quiche-common", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.quic", - "name": "quic-quiche-jna", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.quic", - "name": "quic-server", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-core-client", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-core-common", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-core-server", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-jakarta-client", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-jakarta-common", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-jakarta-server", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-jetty-api", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-jetty-client", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-jetty-common", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-jetty-server", - "version": "11.0.20" - }, - { - "group": "org.eclipse.jetty.websocket", - "name": "websocket-servlet", - "version": "11.0.20" - }, - { - "group": "org.ehcache", - "name": "ehcache", - "version": "3.10.8" - }, - { - "group": "org.ehcache", - "name": "ehcache-clustered", - "version": "3.10.8" - }, - { - "group": "org.ehcache", - "name": "ehcache-transactions", - "version": "3.10.8" - }, - { - "group": "org.elasticsearch.client", - "name": "elasticsearch-rest-client", - "version": "8.7.1" - }, - { - "group": "org.elasticsearch.client", - "name": "elasticsearch-rest-client-sniffer", - "version": "8.7.1" - }, - { - "group": "org.firebirdsql.jdbc", - "name": "jaybird", - "version": "5.0.3.java11" - }, - { - "group": "org.flywaydb", - "name": "flyway-core", - "version": "9.16.3" - }, - { - "group": "org.flywaydb", - "name": "flyway-firebird", - "version": "9.16.3" - }, - { - "group": "org.flywaydb", - "name": "flyway-mysql", - "version": "9.16.3" - }, - { - "group": "org.flywaydb", - "name": "flyway-sqlserver", - "version": "9.16.3" - }, - { - "group": "org.freemarker", - "name": "freemarker", - "version": "2.3.32" - }, - { - "group": "org.glassfish.jaxb", - "name": "codemodel", - "version": "4.0.4" - }, - { - "group": "org.glassfish.jaxb", - "name": "jaxb-core", - "version": "4.0.4" - }, - { - "group": "org.glassfish.jaxb", - "name": "jaxb-jxc", - "version": "4.0.4" - }, - { - "group": "org.glassfish.jaxb", - "name": "jaxb-runtime", - "version": "4.0.4" - }, - { - "group": "org.glassfish.jaxb", - "name": "jaxb-xjc", - "version": "4.0.4" - }, - { - "group": "org.glassfish.jaxb", - "name": "txw2", - "version": "4.0.4" - }, - { - "group": "org.glassfish.jaxb", - "name": "xsom", - "version": "4.0.4" - }, - { - "group": "org.glassfish.jersey.bundles", - "name": "jaxrs-ri", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-apache-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-apache5-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-grizzly-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-helidon-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-jdk-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-jetty-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-jetty-http2-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-jetty11-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-jnh-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.connectors", - "name": "jersey-netty-connector", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-grizzly2-http", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-grizzly2-servlet", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-jdk-http", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-jetty-http", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-jetty-http2", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-jetty-servlet", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-jetty11-http", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-netty-http", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-servlet", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-servlet-core", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers", - "name": "jersey-container-simple-http", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.containers.glassfish", - "name": "jersey-gf-ejb", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.core", - "name": "jersey-client", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.core", - "name": "jersey-common", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.core", - "name": "jersey-server", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-bean-validation", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-declarative-linking", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-entity-filtering", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-metainf-services", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-micrometer", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-mvc", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-mvc-bean-validation", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-mvc-freemarker", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-mvc-jsp", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-mvc-mustache", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-proxy-client", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-spring6", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext", - "name": "jersey-wadl-doclet", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.cdi", - "name": "jersey-cdi-rs-inject", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.cdi", - "name": "jersey-cdi1x", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.cdi", - "name": "jersey-cdi1x-ban-custom-hk2-binding", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.cdi", - "name": "jersey-cdi1x-servlet", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.cdi", - "name": "jersey-cdi1x-transaction", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.cdi", - "name": "jersey-cdi1x-validation", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.cdi", - "name": "jersey-weld2-se", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.microprofile", - "name": "jersey-mp-config", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.microprofile", - "name": "jersey-mp-rest-client", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.rx", - "name": "jersey-rx-client-guava", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.rx", - "name": "jersey-rx-client-rxjava", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.ext.rx", - "name": "jersey-rx-client-rxjava2", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.inject", - "name": "jersey-cdi2-se", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.inject", - "name": "jersey-hk2", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-jaxb", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-json-binding", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-json-gson", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-json-jackson", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-json-jettison", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-json-processing", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-kryo", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-moxy", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-multipart", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.media", - "name": "jersey-media-sse", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.security", - "name": "oauth1-client", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.security", - "name": "oauth1-server", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.security", - "name": "oauth1-signature", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.security", - "name": "oauth2-client", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework", - "name": "jersey-test-framework-core", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework", - "name": "jersey-test-framework-util", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework.providers", - "name": "jersey-test-framework-provider-bundle", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework.providers", - "name": "jersey-test-framework-provider-external", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework.providers", - "name": "jersey-test-framework-provider-grizzly2", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework.providers", - "name": "jersey-test-framework-provider-inmemory", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework.providers", - "name": "jersey-test-framework-provider-jdk-http", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework.providers", - "name": "jersey-test-framework-provider-jetty", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework.providers", - "name": "jersey-test-framework-provider-jetty-http2", - "version": "3.1.5" - }, - { - "group": "org.glassfish.jersey.test-framework.providers", - "name": "jersey-test-framework-provider-simple", - "version": "3.1.5" - }, - { - "group": "org.glassfish.web", - "name": "jakarta.servlet.jsp.jstl", - "version": "3.0.1" - }, - { - "group": "org.hamcrest", - "name": "hamcrest", - "version": "2.2" - }, - { - "group": "org.hamcrest", - "name": "hamcrest-core", - "version": "2.2" - }, - { - "group": "org.hamcrest", - "name": "hamcrest-library", - "version": "2.2" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-agroal", - "version": "6.2.22.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-ant", - "version": "6.2.22.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-c3p0", - "version": "6.2.22.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-community-dialects", - "version": "6.2.22.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-core", - "version": "6.2.22.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-envers", - "version": "6.2.22.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-graalvm", - "version": "6.2.22.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-hikaricp", - "version": "6.2.22.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-jcache", - "version": "6.2.22.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-jpamodelgen", - "version": "6.2.22.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-micrometer", - "version": "6.2.22.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-proxool", - "version": "6.2.22.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-spatial", - "version": "6.2.22.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-testing", - "version": "6.2.22.Final" - }, - { - "group": "org.hibernate.orm", - "name": "hibernate-vibur", - "version": "6.2.22.Final" - }, - { - "group": "org.hibernate.validator", - "name": "hibernate-validator", - "version": "8.0.1.Final" - }, - { - "group": "org.hibernate.validator", - "name": "hibernate-validator-annotation-processor", - "version": "8.0.1.Final" - }, - { - "group": "org.hsqldb", - "name": "hsqldb", - "version": "2.7.2" - }, - { - "group": "org.infinispan", - "name": "infinispan-anchored-keys", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-api", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cachestore-jdbc", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cachestore-jdbc-common", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cachestore-jdbc-common-jakarta", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cachestore-jdbc-jakarta", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cachestore-remote", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cachestore-rocksdb", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cachestore-sql", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cdi-common", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cdi-common-jakarta", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cdi-embedded", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cdi-embedded-jakarta", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cdi-remote", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cdi-remote-jakarta", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-checkstyle", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cli-client", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cli-client-jakarta", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-client-hotrod", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-client-hotrod-jakarta", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-client-rest", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-client-rest-jakarta", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-cloudevents-integration", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-clustered-counter", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-clustered-lock", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-commons", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-commons-jakarta", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-commons-test", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-component-annotations", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-component-processor", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-console", - "version": "14.0.15.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-core", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-core-jakarta", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-extended-statistics", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-hibernate-cache-commons", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-hibernate-cache-spi", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-hibernate-cache-v60", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-hibernate-cache-v62", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-hotrod", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-hotrod-jakarta", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-jboss-marshalling", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-jcache", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-jcache-commons", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-jcache-remote", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-key-value-store-client", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-multimap", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-multimap-jakarta", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-objectfilter", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-query", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-query-core", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-query-dsl", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-query-jakarta", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-remote-query-client", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-remote-query-server", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-scripting", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-core", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-hotrod", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-hotrod-jakarta", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-memcached", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-resp", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-rest", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-router", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-runtime", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-testdriver-core", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-testdriver-core-jakarta", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-testdriver-junit4", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-server-testdriver-junit5", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring-boot-starter-embedded", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring-boot-starter-remote", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring-boot3-starter-embedded", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring-boot3-starter-remote", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring5-common", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring5-embedded", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring5-remote", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring6-common", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring6-embedded", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-spring6-remote", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-tasks", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-tasks-api", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-tools", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan", - "name": "infinispan-tools-jakarta", - "version": "14.0.24.Final" - }, - { - "group": "org.infinispan.protostream", - "name": "protostream", - "version": "4.6.5.Final" - }, - { - "group": "org.infinispan.protostream", - "name": "protostream-processor", - "version": "4.6.5.Final" - }, - { - "group": "org.infinispan.protostream", - "name": "protostream-types", - "version": "4.6.5.Final" - }, - { - "group": "org.influxdb", - "name": "influxdb-java", - "version": "2.23" - }, - { - "group": "org.jboss.logging", - "name": "jboss-logging", - "version": "3.5.3.Final" - }, - { - "group": "org.jdom", - "name": "jdom2", - "version": "2.0.6.1" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-compiler", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-compiler-embeddable", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-daemon-client", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-main-kts", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-osgi-bundle", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-reflect", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-script-runtime", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-script-util", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-scripting-common", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-scripting-ide-services", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-scripting-jvm", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-scripting-jvm-host", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-stdlib", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-stdlib-common", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-stdlib-jdk7", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-stdlib-jdk8", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-stdlib-js", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-test", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-test-annotations-common", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-test-common", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-test-js", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-test-junit", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-test-junit5", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-test-testng", - "version": "1.8.22" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-android", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-core", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-core-jvm", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-debug", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-guava", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-javafx", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-jdk8", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-jdk9", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-play-services", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-reactive", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-reactor", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-rx2", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-rx3", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-slf4j", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-swing", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-test", - "version": "1.6.4" - }, - { - "group": "org.jetbrains.kotlinx", - "name": "kotlinx-coroutines-test-jvm", - "version": "1.6.4" - }, - { - "group": "org.jooq", - "name": "jooq", - "version": "3.18.11" - }, - { - "group": "org.jooq", - "name": "jooq-codegen", - "version": "3.18.11" - }, - { - "group": "org.jooq", - "name": "jooq-kotlin", - "version": "3.18.11" - }, - { - "group": "org.jooq", - "name": "jooq-meta", - "version": "3.18.11" - }, - { - "group": "org.junit.jupiter", - "name": "junit-jupiter", - "version": "5.9.3" - }, - { - "group": "org.junit.jupiter", - "name": "junit-jupiter-api", - "version": "5.9.3" - }, - { - "group": "org.junit.jupiter", - "name": "junit-jupiter-engine", - "version": "5.9.3" - }, - { - "group": "org.junit.jupiter", - "name": "junit-jupiter-migrationsupport", - "version": "5.9.3" - }, - { - "group": "org.junit.jupiter", - "name": "junit-jupiter-params", - "version": "5.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-commons", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-console", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-engine", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-jfr", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-launcher", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-reporting", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-runner", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-suite", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-suite-api", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-suite-commons", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-suite-engine", - "version": "1.9.3" - }, - { - "group": "org.junit.platform", - "name": "junit-platform-testkit", - "version": "1.9.3" - }, - { - "group": "org.junit.vintage", - "name": "junit-vintage-engine", - "version": "5.9.3" - }, - { - "group": "org.jvnet.staxex", - "name": "stax-ex", - "version": "2.1.0" - }, - { - "group": "org.liquibase", - "name": "liquibase-cdi", - "version": "4.20.0" - }, - { - "group": "org.liquibase", - "name": "liquibase-core", - "version": "4.20.0" - }, - { - "group": "org.mariadb", - "name": "r2dbc-mariadb", - "version": "1.1.4" - }, - { - "group": "org.mariadb.jdbc", - "name": "mariadb-java-client", - "version": "3.1.4" - }, - { - "group": "org.messaginghub", - "name": "pooled-jms", - "version": "3.1.5" - }, - { - "group": "org.mockito", - "name": "mockito-android", - "version": "5.3.1" - }, - { - "group": "org.mockito", - "name": "mockito-core", - "version": "5.3.1" - }, - { - "group": "org.mockito", - "name": "mockito-errorprone", - "version": "5.3.1" - }, - { - "group": "org.mockito", - "name": "mockito-junit-jupiter", - "version": "5.3.1" - }, - { - "group": "org.mockito", - "name": "mockito-proxy", - "version": "5.3.1" - }, - { - "group": "org.mockito", - "name": "mockito-subclass", - "version": "5.3.1" - }, - { - "group": "org.mongodb", - "name": "bson", - "version": "4.9.1" - }, - { - "group": "org.mongodb", - "name": "bson-record-codec", - "version": "4.9.1" - }, - { - "group": "org.mongodb", - "name": "mongodb-driver-core", - "version": "4.9.1" - }, - { - "group": "org.mongodb", - "name": "mongodb-driver-legacy", - "version": "4.9.1" - }, - { - "group": "org.mongodb", - "name": "mongodb-driver-reactivestreams", - "version": "4.9.1" - }, - { - "group": "org.mongodb", - "name": "mongodb-driver-sync", - "version": "4.9.1" - }, - { - "group": "org.neo4j.driver", - "name": "neo4j-java-driver", - "version": "5.17.0" - }, - { - "group": "org.postgresql", - "name": "postgresql", - "version": "42.6.1" - }, - { - "group": "org.postgresql", - "name": "r2dbc-postgresql", - "version": "1.0.4.RELEASE" - }, - { - "group": "org.projectlombok", - "name": "lombok", - "version": "1.18.30" - }, - { - "group": "org.quartz-scheduler", - "name": "quartz", - "version": "2.3.2" - }, - { - "group": "org.quartz-scheduler", - "name": "quartz-jobs", - "version": "2.3.2" - }, - { - "group": "org.reactivestreams", - "name": "reactive-streams", - "version": "1.0.4" - }, - { - "group": "org.seleniumhq.selenium", - "name": "htmlunit-driver", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "lift", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-api", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-chrome-driver", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-chromium-driver", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-devtools-v109", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-devtools-v110", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-devtools-v111", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-devtools-v85", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-edge-driver", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-firefox-driver", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-grid", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-http", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-http-jdk-client", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-ie-driver", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-java", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-json", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-manager", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-remote-driver", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-safari-driver", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-session-map-jdbc", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-session-map-redis", - "version": "4.8.3" - }, - { - "group": "org.seleniumhq.selenium", - "name": "selenium-support", - "version": "4.8.3" - }, - { - "group": "org.skyscreamer", - "name": "jsonassert", - "version": "1.5.1" - }, - { - "group": "org.slf4j", - "name": "jcl-over-slf4j", - "version": "2.0.12" - }, - { - "group": "org.slf4j", - "name": "jul-to-slf4j", - "version": "2.0.12" - }, - { - "group": "org.slf4j", - "name": "log4j-over-slf4j", - "version": "2.0.12" - }, - { - "group": "org.slf4j", - "name": "slf4j-api", - "version": "2.0.12" - }, - { - "group": "org.slf4j", - "name": "slf4j-ext", - "version": "2.0.12" - }, - { - "group": "org.slf4j", - "name": "slf4j-jdk-platform-logging", - "version": "2.0.12" - }, - { - "group": "org.slf4j", - "name": "slf4j-jdk14", - "version": "2.0.12" - }, - { - "group": "org.slf4j", - "name": "slf4j-log4j12", - "version": "2.0.12" - }, - { - "group": "org.slf4j", - "name": "slf4j-nop", - "version": "2.0.12" - }, - { - "group": "org.slf4j", - "name": "slf4j-reload4j", - "version": "2.0.12" - }, - { - "group": "org.slf4j", - "name": "slf4j-simple", - "version": "2.0.12" - }, - { - "group": "org.springframework", - "name": "spring-aop", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-aspects", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-beans", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-context", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-context-indexer", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-context-support", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-core", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-core-test", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-expression", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-instrument", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-jcl", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-jdbc", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-jms", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-messaging", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-orm", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-oxm", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-r2dbc", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-test", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-tx", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-web", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-webflux", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-webmvc", - "version": "6.0.17" - }, - { - "group": "org.springframework", - "name": "spring-websocket", - "version": "6.0.17" - }, - { - "group": "org.springframework.amqp", - "name": "spring-amqp", - "version": "3.0.11" - }, - { - "group": "org.springframework.amqp", - "name": "spring-rabbit", - "version": "3.0.11" - }, - { - "group": "org.springframework.amqp", - "name": "spring-rabbit-junit", - "version": "3.0.11" - }, - { - "group": "org.springframework.amqp", - "name": "spring-rabbit-stream", - "version": "3.0.11" - }, - { - "group": "org.springframework.amqp", - "name": "spring-rabbit-test", - "version": "3.0.11" - }, - { - "group": "org.springframework.batch", - "name": "spring-batch-core", - "version": "5.0.5" - }, - { - "group": "org.springframework.batch", - "name": "spring-batch-infrastructure", - "version": "5.0.5" - }, - { - "group": "org.springframework.batch", - "name": "spring-batch-integration", - "version": "5.0.5" - }, - { - "group": "org.springframework.batch", - "name": "spring-batch-test", - "version": "5.0.5" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-actuator", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-actuator-autoconfigure", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-autoconfigure", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-autoconfigure-processor", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-buildpack-platform", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-configuration-metadata", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-configuration-processor", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-devtools", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-docker-compose", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-jarmode-layertools", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-loader", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-loader-tools", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-properties-migrator", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-activemq", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-actuator", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-amqp", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-aop", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-artemis", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-batch", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-cache", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-cassandra", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-cassandra-reactive", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-couchbase", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-couchbase-reactive", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-elasticsearch", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-jdbc", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-jpa", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-ldap", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-mongodb", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-mongodb-reactive", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-neo4j", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-r2dbc", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-redis", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-redis-reactive", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-rest", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-freemarker", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-graphql", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-groovy-templates", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-hateoas", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-integration", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-jdbc", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-jersey", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-jetty", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-jooq", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-json", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-log4j2", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-logging", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-mail", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-mustache", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-oauth2-authorization-server", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-oauth2-client", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-oauth2-resource-server", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-quartz", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-reactor-netty", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-rsocket", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-security", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-test", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-thymeleaf", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-tomcat", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-undertow", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-validation", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-web", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-web-services", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-webflux", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-starter-websocket", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-test", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-test-autoconfigure", - "version": "3.1.9" - }, - { - "group": "org.springframework.boot", - "name": "spring-boot-testcontainers", - "version": "3.1.9" - }, - { - "group": "org.springframework.data", - "name": "spring-data-cassandra", - "version": "4.1.9" - }, - { - "group": "org.springframework.data", - "name": "spring-data-commons", - "version": "3.1.9" - }, - { - "group": "org.springframework.data", - "name": "spring-data-couchbase", - "version": "5.1.9" - }, - { - "group": "org.springframework.data", - "name": "spring-data-elasticsearch", - "version": "5.1.9" - }, - { - "group": "org.springframework.data", - "name": "spring-data-envers", - "version": "3.1.9" - }, - { - "group": "org.springframework.data", - "name": "spring-data-jdbc", - "version": "3.1.9" - }, - { - "group": "org.springframework.data", - "name": "spring-data-jpa", - "version": "3.1.9" - }, - { - "group": "org.springframework.data", - "name": "spring-data-keyvalue", - "version": "3.1.9" - }, - { - "group": "org.springframework.data", - "name": "spring-data-ldap", - "version": "3.1.9" - }, - { - "group": "org.springframework.data", - "name": "spring-data-mongodb", - "version": "4.1.9" - }, - { - "group": "org.springframework.data", - "name": "spring-data-neo4j", - "version": "7.1.9" - }, - { - "group": "org.springframework.data", - "name": "spring-data-r2dbc", - "version": "3.1.9" - }, - { - "group": "org.springframework.data", - "name": "spring-data-redis", - "version": "3.1.9" - }, - { - "group": "org.springframework.data", - "name": "spring-data-relational", - "version": "3.1.9" - }, - { - "group": "org.springframework.data", - "name": "spring-data-rest-core", - "version": "4.1.9" - }, - { - "group": "org.springframework.data", - "name": "spring-data-rest-hal-explorer", - "version": "4.1.9" - }, - { - "group": "org.springframework.data", - "name": "spring-data-rest-webmvc", - "version": "4.1.9" - }, - { - "group": "org.springframework.graphql", - "name": "spring-graphql", - "version": "1.2.5" - }, - { - "group": "org.springframework.graphql", - "name": "spring-graphql-test", - "version": "1.2.5" - }, - { - "group": "org.springframework.hateoas", - "name": "spring-hateoas", - "version": "2.1.3" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-amqp", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-camel", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-cassandra", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-core", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-event", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-feed", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-file", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-ftp", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-graphql", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-groovy", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-hazelcast", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-http", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-ip", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-jdbc", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-jms", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-jmx", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-jpa", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-kafka", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-mail", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-mongodb", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-mqtt", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-r2dbc", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-redis", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-rsocket", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-scripting", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-security", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-sftp", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-smb", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-stomp", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-stream", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-syslog", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-test", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-test-support", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-webflux", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-websocket", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-ws", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-xml", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-xmpp", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-zeromq", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-zip", - "version": "6.1.6" - }, - { - "group": "org.springframework.integration", - "name": "spring-integration-zookeeper", - "version": "6.1.6" - }, - { - "group": "org.springframework.kafka", - "name": "spring-kafka", - "version": "3.0.14" - }, - { - "group": "org.springframework.kafka", - "name": "spring-kafka-test", - "version": "3.0.14" - }, - { - "group": "org.springframework.ldap", - "name": "spring-ldap-core", - "version": "3.1.4" - }, - { - "group": "org.springframework.ldap", - "name": "spring-ldap-ldif-core", - "version": "3.1.4" - }, - { - "group": "org.springframework.ldap", - "name": "spring-ldap-odm", - "version": "3.1.4" - }, - { - "group": "org.springframework.ldap", - "name": "spring-ldap-test", - "version": "3.1.4" - }, - { - "group": "org.springframework.restdocs", - "name": "spring-restdocs-asciidoctor", - "version": "3.0.1" - }, - { - "group": "org.springframework.restdocs", - "name": "spring-restdocs-core", - "version": "3.0.1" - }, - { - "group": "org.springframework.restdocs", - "name": "spring-restdocs-mockmvc", - "version": "3.0.1" - }, - { - "group": "org.springframework.restdocs", - "name": "spring-restdocs-restassured", - "version": "3.0.1" - }, - { - "group": "org.springframework.restdocs", - "name": "spring-restdocs-webtestclient", - "version": "3.0.1" - }, - { - "group": "org.springframework.retry", - "name": "spring-retry", - "version": "2.0.5" - }, - { - "group": "org.springframework.security", - "name": "spring-security-acl", - "version": "6.1.7" - }, - { - "group": "org.springframework.security", - "name": "spring-security-aspects", - "version": "6.1.7" - }, - { - "group": "org.springframework.security", - "name": "spring-security-cas", - "version": "6.1.7" - }, - { - "group": "org.springframework.security", - "name": "spring-security-config", - "version": "6.1.7" - }, - { - "group": "org.springframework.security", - "name": "spring-security-core", - "version": "6.1.7" - }, - { - "group": "org.springframework.security", - "name": "spring-security-crypto", - "version": "6.1.7" - }, - { - "group": "org.springframework.security", - "name": "spring-security-data", - "version": "6.1.7" - }, - { - "group": "org.springframework.security", - "name": "spring-security-ldap", - "version": "6.1.7" - }, - { - "group": "org.springframework.security", - "name": "spring-security-messaging", - "version": "6.1.7" - }, - { - "group": "org.springframework.security", - "name": "spring-security-oauth2-authorization-server", - "version": "1.1.5" - }, - { - "group": "org.springframework.security", - "name": "spring-security-oauth2-client", - "version": "6.1.7" - }, - { - "group": "org.springframework.security", - "name": "spring-security-oauth2-core", - "version": "6.1.7" - }, - { - "group": "org.springframework.security", - "name": "spring-security-oauth2-jose", - "version": "6.1.7" - }, - { - "group": "org.springframework.security", - "name": "spring-security-oauth2-resource-server", - "version": "6.1.7" - }, - { - "group": "org.springframework.security", - "name": "spring-security-rsocket", - "version": "6.1.7" - }, - { - "group": "org.springframework.security", - "name": "spring-security-saml2-service-provider", - "version": "6.1.7" - }, - { - "group": "org.springframework.security", - "name": "spring-security-taglibs", - "version": "6.1.7" - }, - { - "group": "org.springframework.security", - "name": "spring-security-test", - "version": "6.1.7" - }, - { - "group": "org.springframework.security", - "name": "spring-security-web", - "version": "6.1.7" - }, - { - "group": "org.springframework.session", - "name": "spring-session-core", - "version": "3.1.4" - }, - { - "group": "org.springframework.session", - "name": "spring-session-data-mongodb", - "version": "3.1.4" - }, - { - "group": "org.springframework.session", - "name": "spring-session-data-redis", - "version": "3.1.4" - }, - { - "group": "org.springframework.session", - "name": "spring-session-hazelcast", - "version": "3.1.4" - }, - { - "group": "org.springframework.session", - "name": "spring-session-jdbc", - "version": "3.1.4" - }, - { - "group": "org.springframework.ws", - "name": "spring-ws-core", - "version": "4.0.10" - }, - { - "group": "org.springframework.ws", - "name": "spring-ws-security", - "version": "4.0.10" - }, - { - "group": "org.springframework.ws", - "name": "spring-ws-support", - "version": "4.0.10" - }, - { - "group": "org.springframework.ws", - "name": "spring-ws-test", - "version": "4.0.10" - }, - { - "group": "org.springframework.ws", - "name": "spring-xml", - "version": "4.0.10" - }, - { - "group": "org.testcontainers", - "name": "azure", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "cassandra", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "clickhouse", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "cockroachdb", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "consul", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "couchbase", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "cratedb", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "database-commons", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "db2", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "dynalite", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "elasticsearch", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "gcloud", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "hivemq", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "influxdb", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "jdbc", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "junit-jupiter", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "k3s", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "kafka", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "localstack", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "mariadb", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "mockserver", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "mongodb", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "mssqlserver", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "mysql", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "neo4j", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "nginx", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "oracle-xe", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "orientdb", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "postgresql", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "presto", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "pulsar", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "questdb", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "r2dbc", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "rabbitmq", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "redpanda", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "selenium", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "solace", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "solr", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "spock", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "testcontainers", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "tidb", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "toxiproxy", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "trino", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "vault", - "version": "1.18.3" - }, - { - "group": "org.testcontainers", - "name": "yugabytedb", - "version": "1.18.3" - }, - { - "group": "org.thymeleaf", - "name": "thymeleaf", - "version": "3.1.2.RELEASE" - }, - { - "group": "org.thymeleaf", - "name": "thymeleaf-spring6", - "version": "3.1.2.RELEASE" - }, - { - "group": "org.thymeleaf.extras", - "name": "thymeleaf-extras-springsecurity6", - "version": "3.1.2.RELEASE" - }, - { - "group": "org.webjars", - "name": "webjars-locator-core", - "version": "0.52" - }, - { - "group": "org.xerial", - "name": "sqlite-jdbc", - "version": "3.41.2.2" - }, - { - "group": "org.xmlunit", - "name": "xmlunit-assertj", - "version": "2.9.1" - }, - { - "group": "org.xmlunit", - "name": "xmlunit-assertj3", - "version": "2.9.1" - }, - { - "group": "org.xmlunit", - "name": "xmlunit-core", - "version": "2.9.1" - }, - { - "group": "org.xmlunit", - "name": "xmlunit-jakarta-jaxb-impl", - "version": "2.9.1" - }, - { - "group": "org.xmlunit", - "name": "xmlunit-legacy", - "version": "2.9.1" - }, - { - "group": "org.xmlunit", - "name": "xmlunit-matchers", - "version": "2.9.1" - }, - { - "group": "org.xmlunit", - "name": "xmlunit-placeholders", - "version": "2.9.1" - }, - { - "group": "org.yaml", - "name": "snakeyaml", - "version": "1.33" - }, - { - "group": "redis.clients", - "name": "jedis", - "version": "4.3.2" - }, - { - "group": "wsdl4j", - "name": "wsdl4j", - "version": "1.6.3" - } -] \ No newline at end of file From 4eb4abd69a2b1ba0185752efb850bbb89a39c1f8 Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Wed, 10 Apr 2024 21:57:44 -0500 Subject: [PATCH 06/17] minor cleanup --- checker/versions.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/checker/versions.js b/checker/versions.js index 433217a..0856589 100644 --- a/checker/versions.js +++ b/checker/versions.js @@ -1,4 +1,6 @@ const sbVersions = ['3.2.4', '3.2.3', '3.2.2', '3.2.1', '3.2.0', '3.1.10', '3.1.9', '3.1.8', '3.1.7', '3.1.6', '3.1.5', '3.1.4', '3.1.3', '3.1.2', '3.1.1', '3.1.0', '3.0.13', '3.0.12', '3.0.11', '3.0.10', '3.0.9', '3.0.8', '3.0.7', '3.0.6', '3.0.5', '3.0.4', '3.0.3', '3.0.2', '3.0.1', '3.0.0', '2.7.18', '2.7.17', '2.7.16', '2.7.15', '2.7.14', '2.7.13', '2.7.12', '2.7.11', '2.7.10', '2.7.9', '2.7.8', '2.7.7', '2.7.6', '2.7.5', '2.7.4', '2.7.3', '2.7.2', '2.7.1', '2.7.0', '2.6.15', '2.6.14', '2.6.13', '2.6.12', '2.6.11', '2.6.10', '2.6.9', '2.6.8', '2.6.7', '2.6.6', '2.6.5', '2.6.4', '2.6.3', '2.6.2', '2.6.1', '2.6.0', '2.5.15', '2.5.14', '2.5.13', '2.5.12', '2.5.11', '2.5.10', '2.5.9', '2.5.8', '2.5.7', '2.5.6', '2.5.5', '2.5.4', '2.5.3', '2.5.2', '2.5.1', '2.5.0', '2.4.13', '2.4.12', '2.4.11', '2.4.10', '2.4.9', '2.4.8', '2.4.7', '2.4.6', '2.4.5', '2.4.4', '2.4.3', '2.4.2', '2.4.1'] -sbVersions.forEach(sbVersion => - //getSpringDefaultVersions(sbVersion) +sbVersions.forEach(sbVersion => { + //getSpringDefaultVersions(sbVersion) + console.log(sbVersion) + } ) From bf3e2bc852a91f1095ddab7f23872f236e451af4 Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Wed, 10 Apr 2024 22:11:22 -0500 Subject: [PATCH 07/17] Output mismatched package versions --- checker/index.js | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/checker/index.js b/checker/index.js index 946031b..74d5bb3 100644 --- a/checker/index.js +++ b/checker/index.js @@ -1,5 +1,5 @@ -const { parse } = require('node-html-parser'); -const { existsSync, readFileSync, writeFileSync } = require('fs'); +const {parse} = require('node-html-parser'); +const {existsSync, readFileSync, writeFileSync} = require('fs'); const path = '.cache'; const getJsonFromFile = async (filename) => { @@ -26,21 +26,30 @@ const retrieveSimilarPackages = async (bomFile) => { const components = await getComponents(bomFile); const springBootVersion = await getSpringBootVersion(components); console.log('springBootVersion', springBootVersion); - const defaultComponents = await getDefaultSpringBootComponents(springBootVersion) + const defaultComponents = await getDefaultSpringBootComponents(springBootVersion); - const matchingPackages = components.filter(bomPackage => - defaultComponents.some(bootPackage => - bomPackage.group === bootPackage.group && - bomPackage.name === bootPackage.name && - bomPackage.version !== bootPackage.version + const mismatchedPackages = []; + components.forEach(bomPackage => + defaultComponents.forEach(bootPackage => { + if (bomPackage.group === bootPackage.group && + bomPackage.name === bootPackage.name && + bomPackage.version !== bootPackage.version) { + mismatchedPackages.push({ + group: bomPackage.group, + name: bomPackage.name, + bomVersion: bomPackage.version, + bookVersion: bootPackage.version + }) + } + } ) ) + console.log(mismatchedPackages); // bom_3.1.9.json line 1139 overwritten - console.log('matchingPackages', matchingPackages); console.log('components size', components.length); console.log('defaultComponents size', defaultComponents.length); - console.log('matchingPackages size', matchingPackages.length); + console.log('matchingPackages size', mismatchedPackages.length); } const getSpringDefaultVersions = async (sbVersion) => { @@ -85,10 +94,8 @@ const downloadSpringDefaultVersions = async (sbVersion) => { } } -(async() => { - console.log('before start'); - +(async () => { + const start = Date.now() await retrieveSimilarPackages('../samples/bom_3.1.9.json'); - - console.log('after start'); + console.log(`Process took ${Date.now() - start} ms`); })(); From a255085317fbd19ba28d84ee33969354bb636f9d Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Wed, 10 Apr 2024 22:17:47 -0500 Subject: [PATCH 08/17] take file as command line arg --- checker/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checker/index.js b/checker/index.js index 74d5bb3..8e224e3 100644 --- a/checker/index.js +++ b/checker/index.js @@ -96,6 +96,6 @@ const downloadSpringDefaultVersions = async (sbVersion) => { (async () => { const start = Date.now() - await retrieveSimilarPackages('../samples/bom_3.1.9.json'); + await retrieveSimilarPackages(process.argv[2]); console.log(`Process took ${Date.now() - start} ms`); })(); From b51999dd9a35c013c4147a15b02ce83c51d1aef0 Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Wed, 10 Apr 2024 22:20:21 -0500 Subject: [PATCH 09/17] prettier format --- checker/index.js | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/checker/index.js b/checker/index.js index 8e224e3..ada6725 100644 --- a/checker/index.js +++ b/checker/index.js @@ -1,5 +1,5 @@ -const {parse} = require('node-html-parser'); -const {existsSync, readFileSync, writeFileSync} = require('fs'); +const { parse } = require('node-html-parser'); +const { existsSync, readFileSync, writeFileSync } = require('fs'); const path = '.cache'; const getJsonFromFile = async (filename) => { @@ -31,17 +31,17 @@ const retrieveSimilarPackages = async (bomFile) => { const mismatchedPackages = []; components.forEach(bomPackage => defaultComponents.forEach(bootPackage => { - if (bomPackage.group === bootPackage.group && - bomPackage.name === bootPackage.name && - bomPackage.version !== bootPackage.version) { - mismatchedPackages.push({ - group: bomPackage.group, - name: bomPackage.name, - bomVersion: bomPackage.version, - bookVersion: bootPackage.version - }) - } + if (bomPackage.group === bootPackage.group && + bomPackage.name === bootPackage.name && + bomPackage.version !== bootPackage.version) { + mismatchedPackages.push({ + group: bomPackage.group, + name: bomPackage.name, + bomVersion: bomPackage.version, + bookVersion: bootPackage.version + }) } + } ) ) console.log(mismatchedPackages); diff --git a/package.json b/package.json index 6dbbea7..6a8bec4 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/mrbusche/spring-boot-dependency-tracker.git" }, "prettier": { - "trailingComma": "es5", + "trailingComma": "all", "tabWidth": 4, "semi": true, "singleQuote": true From 67b5db2d874c7b50af84ffef93d74ef725f6d860 Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Thu, 11 Apr 2024 13:39:38 -0500 Subject: [PATCH 10/17] start minimal sbom support --- checker/index.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/checker/index.js b/checker/index.js index ada6725..d992713 100644 --- a/checker/index.js +++ b/checker/index.js @@ -13,7 +13,12 @@ const getComponents = async (filename) => { } const getSpringBootVersion = async (components) => { - const springBoot = components.filter(component => component.group === 'org.springframework.boot' && component.name === 'spring-boot'); + let springBoot = components.filter(component => component.group === 'org.springframework.boot' && component.name === 'spring-boot'); + console.log('springBoot', springBoot); + if (springBoot.length === 0) { + springBoot = components.filter(component => component.name === 'spring-boot'); + console.log('springBoot', springBoot); + } return springBoot[0].version; } @@ -38,7 +43,7 @@ const retrieveSimilarPackages = async (bomFile) => { group: bomPackage.group, name: bomPackage.name, bomVersion: bomPackage.version, - bookVersion: bootPackage.version + bootVersion: bootPackage.version }) } } From e730cb1611828235321ceed7c5b8441da0ae8abb Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Thu, 11 Apr 2024 17:52:58 -0500 Subject: [PATCH 11/17] Handle sbom without version --- checker/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checker/index.js b/checker/index.js index d992713..219a25f 100644 --- a/checker/index.js +++ b/checker/index.js @@ -38,6 +38,7 @@ const retrieveSimilarPackages = async (bomFile) => { defaultComponents.forEach(bootPackage => { if (bomPackage.group === bootPackage.group && bomPackage.name === bootPackage.name && + bomPackage.version !== undefined && bomPackage.version !== bootPackage.version) { mismatchedPackages.push({ group: bomPackage.group, @@ -51,7 +52,6 @@ const retrieveSimilarPackages = async (bomFile) => { ) console.log(mismatchedPackages); - // bom_3.1.9.json line 1139 overwritten console.log('components size', components.length); console.log('defaultComponents size', defaultComponents.length); console.log('matchingPackages size', mismatchedPackages.length); From ce24bfaf053bbf198a7f5ef2ccddb5b40c940085 Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Thu, 11 Apr 2024 17:54:54 -0500 Subject: [PATCH 12/17] better formatting --- checker/index.js | 43 +++++++++++++++---------------------------- 1 file changed, 15 insertions(+), 28 deletions(-) diff --git a/checker/index.js b/checker/index.js index 219a25f..68848dd 100644 --- a/checker/index.js +++ b/checker/index.js @@ -1,5 +1,5 @@ -const { parse } = require('node-html-parser'); -const { existsSync, readFileSync, writeFileSync } = require('fs'); +const {parse} = require('node-html-parser'); +const {existsSync, readFileSync, writeFileSync} = require('fs'); const path = '.cache'; const getJsonFromFile = async (filename) => { @@ -14,10 +14,11 @@ const getComponents = async (filename) => { const getSpringBootVersion = async (components) => { let springBoot = components.filter(component => component.group === 'org.springframework.boot' && component.name === 'spring-boot'); - console.log('springBoot', springBoot); if (springBoot.length === 0) { springBoot = components.filter(component => component.name === 'spring-boot'); - console.log('springBoot', springBoot); + } + if (springBoot.length === 0) { + throw new Error("no spring boot version found"); } return springBoot[0].version; } @@ -34,22 +35,13 @@ const retrieveSimilarPackages = async (bomFile) => { const defaultComponents = await getDefaultSpringBootComponents(springBootVersion); const mismatchedPackages = []; - components.forEach(bomPackage => - defaultComponents.forEach(bootPackage => { - if (bomPackage.group === bootPackage.group && - bomPackage.name === bootPackage.name && - bomPackage.version !== undefined && - bomPackage.version !== bootPackage.version) { - mismatchedPackages.push({ - group: bomPackage.group, - name: bomPackage.name, - bomVersion: bomPackage.version, - bootVersion: bootPackage.version - }) - } + components.forEach(bomPackage => defaultComponents.forEach(bootPackage => { + if (bomPackage.group === bootPackage.group && bomPackage.name === bootPackage.name && bomPackage.version !== undefined && bomPackage.version !== bootPackage.version) { + mismatchedPackages.push({ + group: bomPackage.group, name: bomPackage.name, bomVersion: bomPackage.version, bootVersion: bootPackage.version + }) } - ) - ) + })) console.log(mismatchedPackages); console.log('components size', components.length); @@ -79,15 +71,10 @@ const downloadSpringDefaultVersions = async (sbVersion) => { const parsedTemplate = parse(template) const tableBody = parsedTemplate.querySelector('table tbody'); - tableBody.childNodes.forEach(child => - // there's a header row we should skip - child.childNodes.length === 0 ? '' : - versions.push({ - group: child.childNodes[1].rawText, - name: child.childNodes[3].rawText, - version: child.childNodes[5].rawText, - }) - ) + tableBody.childNodes.forEach(child => // there's a header row we should skip + child.childNodes.length === 0 ? '' : versions.push({ + group: child.childNodes[1].rawText, name: child.childNodes[3].rawText, version: child.childNodes[5].rawText, + })) console.log(versions.length); await writeFileSync(`${path}/${sbVersion}.json`, JSON.stringify(versions, null, 2)); break; From a6ff120faa1f7f143976e59076a6237535ea7b9a Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Thu, 11 Apr 2024 18:08:52 -0500 Subject: [PATCH 13/17] better variable name and ensure dir exists --- checker/.cache/.gitkeep | 0 checker/index.js | 30 +++++++++++++++++++++--------- 2 files changed, 21 insertions(+), 9 deletions(-) delete mode 100644 checker/.cache/.gitkeep diff --git a/checker/.cache/.gitkeep b/checker/.cache/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/checker/index.js b/checker/index.js index 68848dd..838695d 100644 --- a/checker/index.js +++ b/checker/index.js @@ -1,6 +1,6 @@ const {parse} = require('node-html-parser'); -const {existsSync, readFileSync, writeFileSync} = require('fs'); -const path = '.cache'; +const {existsSync, mkdirSync, readFileSync, writeFileSync} = require('fs'); +const cachePath = '.cache'; const getJsonFromFile = async (filename) => { const data = readFileSync(filename, 'utf8'); @@ -25,7 +25,7 @@ const getSpringBootVersion = async (components) => { const getDefaultSpringBootComponents = async (filename) => { await getSpringDefaultVersions(filename) - return getJsonFromFile(`${path}/${filename}.json`); + return getJsonFromFile(`${cachePath}/${filename}.json`); } const retrieveSimilarPackages = async (bomFile) => { @@ -38,11 +38,14 @@ const retrieveSimilarPackages = async (bomFile) => { components.forEach(bomPackage => defaultComponents.forEach(bootPackage => { if (bomPackage.group === bootPackage.group && bomPackage.name === bootPackage.name && bomPackage.version !== undefined && bomPackage.version !== bootPackage.version) { mismatchedPackages.push({ - group: bomPackage.group, name: bomPackage.name, bomVersion: bomPackage.version, bootVersion: bootPackage.version + group: bomPackage.group, + name: bomPackage.name, + bomVersion: bomPackage.version, + bootVersion: bootPackage.version }) } })) - console.log(mismatchedPackages); + console.log('mismatchedPackages', mismatchedPackages); console.log('components size', components.length); console.log('defaultComponents size', defaultComponents.length); @@ -51,13 +54,14 @@ const retrieveSimilarPackages = async (bomFile) => { const getSpringDefaultVersions = async (sbVersion) => { try { - if (!existsSync(`${path}/${sbVersion}.json`)) { + await ensureDirExists(); + if (!existsSync(`${cachePath}/${sbVersion}.json`)) { await downloadSpringDefaultVersions(sbVersion); } else { console.log('file already exists'); } } catch (err) { - console.log('err', err) + console.error('err retrieving spring default versions', err) } } @@ -73,10 +77,12 @@ const downloadSpringDefaultVersions = async (sbVersion) => { tableBody.childNodes.forEach(child => // there's a header row we should skip child.childNodes.length === 0 ? '' : versions.push({ - group: child.childNodes[1].rawText, name: child.childNodes[3].rawText, version: child.childNodes[5].rawText, + group: child.childNodes[1].rawText, + name: child.childNodes[3].rawText, + version: child.childNodes[5].rawText, })) console.log(versions.length); - await writeFileSync(`${path}/${sbVersion}.json`, JSON.stringify(versions, null, 2)); + await writeFileSync(`${cachePath}/${sbVersion}.json`, JSON.stringify(versions, null, 2)); break; } // status "Not Found" @@ -86,6 +92,12 @@ const downloadSpringDefaultVersions = async (sbVersion) => { } } +const ensureDirExists = async () => { + if (!existsSync(cachePath)) { + mkdirSync(cachePath); + } +} + (async () => { const start = Date.now() await retrieveSimilarPackages(process.argv[2]); From 8193e499c9b4cb6a076cd9ece7b155fb7ef1ef89 Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Thu, 11 Apr 2024 18:10:18 -0500 Subject: [PATCH 14/17] move to root --- .gitignore | 2 +- checker/versions.js | 6 ------ checker/index.js => index.js | 0 3 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 checker/versions.js rename checker/index.js => index.js (100%) diff --git a/.gitignore b/.gitignore index a13bb1d..ddc282a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .idea/ .vscode/ node_modules/ -checker/.cache/*.json +.cache/*.json diff --git a/checker/versions.js b/checker/versions.js deleted file mode 100644 index 0856589..0000000 --- a/checker/versions.js +++ /dev/null @@ -1,6 +0,0 @@ -const sbVersions = ['3.2.4', '3.2.3', '3.2.2', '3.2.1', '3.2.0', '3.1.10', '3.1.9', '3.1.8', '3.1.7', '3.1.6', '3.1.5', '3.1.4', '3.1.3', '3.1.2', '3.1.1', '3.1.0', '3.0.13', '3.0.12', '3.0.11', '3.0.10', '3.0.9', '3.0.8', '3.0.7', '3.0.6', '3.0.5', '3.0.4', '3.0.3', '3.0.2', '3.0.1', '3.0.0', '2.7.18', '2.7.17', '2.7.16', '2.7.15', '2.7.14', '2.7.13', '2.7.12', '2.7.11', '2.7.10', '2.7.9', '2.7.8', '2.7.7', '2.7.6', '2.7.5', '2.7.4', '2.7.3', '2.7.2', '2.7.1', '2.7.0', '2.6.15', '2.6.14', '2.6.13', '2.6.12', '2.6.11', '2.6.10', '2.6.9', '2.6.8', '2.6.7', '2.6.6', '2.6.5', '2.6.4', '2.6.3', '2.6.2', '2.6.1', '2.6.0', '2.5.15', '2.5.14', '2.5.13', '2.5.12', '2.5.11', '2.5.10', '2.5.9', '2.5.8', '2.5.7', '2.5.6', '2.5.5', '2.5.4', '2.5.3', '2.5.2', '2.5.1', '2.5.0', '2.4.13', '2.4.12', '2.4.11', '2.4.10', '2.4.9', '2.4.8', '2.4.7', '2.4.6', '2.4.5', '2.4.4', '2.4.3', '2.4.2', '2.4.1'] -sbVersions.forEach(sbVersion => { - //getSpringDefaultVersions(sbVersion) - console.log(sbVersion) - } -) diff --git a/checker/index.js b/index.js similarity index 100% rename from checker/index.js rename to index.js From 37a8851f6d6f3f02cb9c2b2e47eabf94f8490d16 Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Thu, 11 Apr 2024 21:26:59 -0500 Subject: [PATCH 15/17] add some tests --- index.js | 43 +-- package-lock.json | 858 +++++++++++++++++++++++++++++++++++++++++++++ package.json | 8 +- test/test-index.js | 28 ++ 4 files changed, 915 insertions(+), 22 deletions(-) create mode 100644 test/test-index.js diff --git a/index.js b/index.js index 838695d..5b62aff 100644 --- a/index.js +++ b/index.js @@ -1,32 +1,33 @@ -const {parse} = require('node-html-parser'); -const {existsSync, mkdirSync, readFileSync, writeFileSync} = require('fs'); +import parse from 'node-html-parser'; +import { existsSync, mkdirSync, readFileSync, writeFileSync } from 'fs'; + const cachePath = '.cache'; const getJsonFromFile = async (filename) => { const data = readFileSync(filename, 'utf8'); return JSON.parse(data); -} +}; const getComponents = async (filename) => { - const parsedData = await getJsonFromFile(filename) + const parsedData = await getJsonFromFile(filename); return parsedData.components; -} +}; -const getSpringBootVersion = async (components) => { +export const getSpringBootVersion = async (components) => { let springBoot = components.filter(component => component.group === 'org.springframework.boot' && component.name === 'spring-boot'); if (springBoot.length === 0) { springBoot = components.filter(component => component.name === 'spring-boot'); } if (springBoot.length === 0) { - throw new Error("no spring boot version found"); + throw new Error('no spring boot version found'); } return springBoot[0].version; -} +}; const getDefaultSpringBootComponents = async (filename) => { - await getSpringDefaultVersions(filename) + await getSpringDefaultVersions(filename); return getJsonFromFile(`${cachePath}/${filename}.json`); -} +}; const retrieveSimilarPackages = async (bomFile) => { const components = await getComponents(bomFile); @@ -41,16 +42,16 @@ const retrieveSimilarPackages = async (bomFile) => { group: bomPackage.group, name: bomPackage.name, bomVersion: bomPackage.version, - bootVersion: bootPackage.version - }) + bootVersion: bootPackage.version, + }); } - })) + })); console.log('mismatchedPackages', mismatchedPackages); console.log('components size', components.length); console.log('defaultComponents size', defaultComponents.length); console.log('matchingPackages size', mismatchedPackages.length); -} +}; const getSpringDefaultVersions = async (sbVersion) => { try { @@ -61,9 +62,9 @@ const getSpringDefaultVersions = async (sbVersion) => { console.log('file already exists'); } } catch (err) { - console.error('err retrieving spring default versions', err) + console.error('error retrieving spring default versions', err); } -} +}; const downloadSpringDefaultVersions = async (sbVersion) => { const response = await fetch(`https://docs.spring.io/spring-boot/docs/${sbVersion}/reference/html/dependency-versions.html`); @@ -72,7 +73,7 @@ const downloadSpringDefaultVersions = async (sbVersion) => { // status "OK" case 200: { const template = await response.text(); - const parsedTemplate = parse(template) + const parsedTemplate = parse(template); const tableBody = parsedTemplate.querySelector('table tbody'); tableBody.childNodes.forEach(child => // there's a header row we should skip @@ -80,7 +81,7 @@ const downloadSpringDefaultVersions = async (sbVersion) => { group: child.childNodes[1].rawText, name: child.childNodes[3].rawText, version: child.childNodes[5].rawText, - })) + })); console.log(versions.length); await writeFileSync(`${cachePath}/${sbVersion}.json`, JSON.stringify(versions, null, 2)); break; @@ -90,16 +91,16 @@ const downloadSpringDefaultVersions = async (sbVersion) => { console.log('Not Found'); break; } -} +}; const ensureDirExists = async () => { if (!existsSync(cachePath)) { mkdirSync(cachePath); } -} +}; (async () => { - const start = Date.now() + const start = Date.now(); await retrieveSimilarPackages(process.argv[2]); console.log(`Process took ${Date.now() - start} ms`); })(); diff --git a/package-lock.json b/package-lock.json index bf9e13b..90f89e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,80 @@ "license": "\tGPL-3.0-or-later", "dependencies": { "node-html-parser": "^6.1.13" + }, + "devDependencies": { + "mocha": "^10.4.0", + "prettier": "^3.2.5" + } + }, + "node_modules/ansi-colors": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", + "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "node_modules/binary-extensions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/boolbase": { @@ -17,6 +91,129 @@ "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" }, + "node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browser-stdout": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", + "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==", + "dev": true + }, + "node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ], + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, "node_modules/css-select": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", @@ -43,6 +240,50 @@ "url": "https://github.com/sponsors/fb55" } }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/debug/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/decamelize": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-4.0.0.tgz", + "integrity": "sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/diff": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz", + "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==", + "dev": true, + "engines": { + "node": ">=0.3.1" + } + }, "node_modules/dom-serializer": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", @@ -94,6 +335,12 @@ "url": "https://github.com/fb55/domutils?sponsor=1" } }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, "node_modules/entities": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", @@ -105,6 +352,133 @@ "url": "https://github.com/fb55/entities?sponsor=1" } }, + "node_modules/escalade": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/flat": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", + "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", + "dev": true, + "bin": { + "flat": "cli.js" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/he": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", @@ -113,6 +487,190 @@ "he": "bin/he" } }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-plain-obj": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", + "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "dependencies": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/minimatch": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", + "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/mocha": { + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz", + "integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==", + "dev": true, + "dependencies": { + "ansi-colors": "4.1.1", + "browser-stdout": "1.3.1", + "chokidar": "3.5.3", + "debug": "4.3.4", + "diff": "5.0.0", + "escape-string-regexp": "4.0.0", + "find-up": "5.0.0", + "glob": "8.1.0", + "he": "1.2.0", + "js-yaml": "4.1.0", + "log-symbols": "4.1.0", + "minimatch": "5.0.1", + "ms": "2.1.3", + "serialize-javascript": "6.0.0", + "strip-json-comments": "3.1.1", + "supports-color": "8.1.1", + "workerpool": "6.2.1", + "yargs": "16.2.0", + "yargs-parser": "20.2.4", + "yargs-unparser": "2.0.0" + }, + "bin": { + "_mocha": "bin/_mocha", + "mocha": "bin/mocha.js" + }, + "engines": { + "node": ">= 14.0.0" + } + }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + }, "node_modules/node-html-parser": { "version": "6.1.13", "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-6.1.13.tgz", @@ -122,6 +680,15 @@ "he": "1.2.0" } }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/nth-check": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", @@ -132,6 +699,297 @@ "funding": { "url": "https://github.com/fb55/nth-check?sponsor=1" } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/prettier": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", + "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", + "dev": true, + "bin": { + "prettier": "bin/prettier.cjs" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, + "node_modules/randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dev": true, + "dependencies": { + "safe-buffer": "^5.1.0" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/serialize-javascript": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", + "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "dev": true, + "dependencies": { + "randombytes": "^2.1.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/workerpool": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.2.1.tgz", + "integrity": "sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==", + "dev": true + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs-parser": { + "version": "20.2.4", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz", + "integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs-unparser": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-2.0.0.tgz", + "integrity": "sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==", + "dev": true, + "dependencies": { + "camelcase": "^6.0.0", + "decamelize": "^4.0.0", + "flat": "^5.0.2", + "is-plain-obj": "^2.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } } } } diff --git a/package.json b/package.json index 6a8bec4..c15b9d1 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Spring Boot Dependency Tracker", "main": "index.js", "scripts": { + "prettier:fix": "prettier write .", "test": "test" }, "author": "Matt Busche ", @@ -20,5 +21,10 @@ }, "dependencies": { "node-html-parser": "^6.1.13" - } + }, + "devDependencies": { + "mocha": "^10.4.0", + "prettier": "^3.2.5" + }, + "type": "module" } diff --git a/test/test-index.js b/test/test-index.js new file mode 100644 index 0000000..d7416c5 --- /dev/null +++ b/test/test-index.js @@ -0,0 +1,28 @@ +import assert from 'node:assert'; +import { getSpringBootVersion } from '../index.js'; + +describe('test getSpringBootVersion', () => { + it('should get spring boot with group, name, and version', async () => { + const components = [{ + 'group': 'org.springframework.boot', 'name': 'spring-boot', 'version': '3.1.9', + }]; + const springBootVersion = await getSpringBootVersion(components); + assert.strictEqual(springBootVersion, '3.1.9'); + }); + + it('should get spring boot with only name and version', async () => { + const components = [{ + 'name': 'spring-boot', 'version': '3.1.1', + }]; + const springBootVersion = await getSpringBootVersion(components); + assert.strictEqual(springBootVersion, '3.1.1'); + }); + + it('should throw an error when spring boot versio is not found', async () => { + const components = [{}]; + // const springBootVersion = await getSpringBootVersion(components); + await assert.rejects(async () => { + await getSpringBootVersion(components); + }, Error('no spring boot version found')); + }); +}); From 2e5a5581ed3d9ba52b78760c654a12b57efa1772 Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Thu, 11 Apr 2024 21:35:22 -0500 Subject: [PATCH 16/17] Delete bom_3.1.9.json --- samples/bom_3.1.9.json | 9698 ---------------------------------------- 1 file changed, 9698 deletions(-) delete mode 100644 samples/bom_3.1.9.json diff --git a/samples/bom_3.1.9.json b/samples/bom_3.1.9.json deleted file mode 100644 index a0bf59c..0000000 --- a/samples/bom_3.1.9.json +++ /dev/null @@ -1,9698 +0,0 @@ -{ - "bomFormat": "CycloneDX", - "specVersion": "1.5", - "serialNumber": "urn:uuid:8bc09ddb-1ddf-39ed-873e-b84874c75e25", - "version": 1, - "metadata": { - "timestamp": "2024-03-26T20:09:54Z", - "lifecycles": [ - { - "phase": "build" - } - ], - "tools": [ - { - "vendor": "OWASP Foundation", - "name": "CycloneDX Maven plugin", - "version": "2.8.0", - "hashes": [ - { - "alg": "MD5", - "content": "76ffec6a7ddd46b2b24517411874eb99" - }, - { - "alg": "SHA-1", - "content": "5b0d5b41975b53be4799b9621b4af0cfc41d44b6" - }, - { - "alg": "SHA-256", - "content": "6852aa0f4e42a2db745bab80e384951a6a65b9215d041081d675780999027e81" - }, - { - "alg": "SHA-512", - "content": "417de20fcdcb11c9713bacbd57290d8e68037fdb4553fd31b8cb08bd760ad52dc65ea88ad4be15844ad3fd5a4d3e440d2f70326f2fe1e63ec78e059c9a883f8d" - }, - { - "alg": "SHA-384", - "content": "5eb755c6492e7a7385fa9a1e1f4517875bcb834b2df437808a37a2d6f5285df428741762305980315a63fcef1406597d" - }, - { - "alg": "SHA3-384", - "content": "0fe16a47cf7aab0b22251dafcc39939b68e8f1778093309d8d2060b51a08df445a8b8ed5a9561669faf2e55f907c76d8" - }, - { - "alg": "SHA3-256", - "content": "3e5a1eb5ab7d0797498862794709ff8eaaa071fe4cc9ec77f52db7e2f97ef487" - }, - { - "alg": "SHA3-512", - "content": "59281a3e29e76270d7f44b40b5b9f05e55f1ae3ec716d80add806f360940809e3813998ac7c5758043b8e248aed73b86e37dc506cdb4cde03c16bb617d8e5a3a" - } - ] - } - ], - "component": { - "group": "com.busche", - "name": "test-project", - "version": "0.0.1-SNAPSHOT", - "description": "project for Spring Boot", - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.busche/test-project@0.0.1-SNAPSHOT?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://spring.io/projects/spring-boot/test-project" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-boot/test-project" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.busche/test-project@0.0.1-SNAPSHOT?type=jar" - }, - "properties": [ - { - "name": "maven.goal", - "value": "makeAggregateBom" - }, - { - "name": "maven.scopes", - "value": "compile,provided,runtime,system" - } - ] - }, - "components": [ - { - "publisher": "VMware, Inc.", - "group": "org.springframework.boot", - "name": "spring-boot-starter-web", - "version": "3.1.9", - "description": "Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "7317fadc2192d6fd6e3243546247ac17" - }, - { - "alg": "SHA-1", - "content": "7ea1ecd7704508ecd7a00e5b64693de59505a519" - }, - { - "alg": "SHA-256", - "content": "65522a34c6c3e4d486dfa4abdf3aadd958cb113a2bbe9ba7e2bee7d2b3b7f752" - }, - { - "alg": "SHA-512", - "content": "9054098ea13c70003011a4b95ddbf75c730e74e1773c884ab83d248ebecaff9c002996d6f685109afde38eb82bc6d3438104e3b619602c45dd2e183bdbafcdf6" - }, - { - "alg": "SHA-384", - "content": "08b6c5d0c72dd3b210d72ed2c4416c7722c7fa920024ea4d7ac97e5877cc86424ba3725bfdda408595c4091891ead521" - }, - { - "alg": "SHA3-384", - "content": "0acc7aaf71a16543a11ec4027daa0aac70e937ad3aae55b08ad3c74e99602ade12ce966306d003c152fefeac41bb0f32" - }, - { - "alg": "SHA3-256", - "content": "783ad121a90e7401c3470a3697b75f0d78e536ae3e25d03dcd5b3042d0fa3339" - }, - { - "alg": "SHA3-512", - "content": "b0f3a84d71ced6ecbb149b0159b21eca38641adfb0a8c763cfc9704527ec9035c98eabc30e31e4c6f0563e4b05af1c9335c94bd7c0d8dde73a37fdaeaf0d9534" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-web@3.1.9?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://spring.io/projects/spring-boot" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-boot/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-boot" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-web@3.1.9?type=jar" - }, - { - "publisher": "VMware, Inc.", - "group": "org.springframework.boot", - "name": "spring-boot-starter", - "version": "3.1.9", - "description": "Core starter, including auto-configuration support, logging and YAML", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "14c39753be0bb8ef9745de4f3c36c580" - }, - { - "alg": "SHA-1", - "content": "e07c486f82a78b02a76ed32abcfdb3468be133f1" - }, - { - "alg": "SHA-256", - "content": "6f196a04465111a30bc552f70c304cc4b83e3eb9bb1b2d84cf1e24e76104b267" - }, - { - "alg": "SHA-512", - "content": "003ab86fd868d6d4a3a427fc1b8cdb1b1dc7af617c06449da1bee56957d99944ceaa87bdcbea4fee41dcc6327f94b4922c8f86f3e0a76d9bf04f2df438c75d6f" - }, - { - "alg": "SHA-384", - "content": "eda22619bf948d9f29520cb9beb84a7684413457b9cd19f8eb18f222a9f50025f1508adb3cd7ed40fe0d4c85b51a878c" - }, - { - "alg": "SHA3-384", - "content": "eac530e1c20e6c77bd9beedb9448985028e727f25985ac2a20fd74138814ed91e8ae5d176058c21f1ce75be81979e8f2" - }, - { - "alg": "SHA3-256", - "content": "11a8cfdd0531e5732bd99ad4c8463d41986c63b5494736c2eec3837993f0f47d" - }, - { - "alg": "SHA3-512", - "content": "c639644494fc592cde76befa4d39ce4bd91029429a3f380503a2dbde515422bf2a55383b53496271b91e7a22edfe6d1576468107d1b14e43fd2260977c8262a7" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework.boot/spring-boot-starter@3.1.9?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://spring.io/projects/spring-boot" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-boot/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-boot" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter@3.1.9?type=jar" - }, - { - "publisher": "VMware, Inc.", - "group": "org.springframework.boot", - "name": "spring-boot", - "version": "3.1.9", - "description": "Spring Boot", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "a5008ea8b39756f13622cb4b1201bb0d" - }, - { - "alg": "SHA-1", - "content": "911b391d5c744249e4e27eedb797f6b18d865de2" - }, - { - "alg": "SHA-256", - "content": "d6fcdabb2e7969044c920a6a0a6d0c2b3c488fa7dcf365f5c56a0ce2bf8eff9e" - }, - { - "alg": "SHA-512", - "content": "80938f9c5e9389fb211642b03eee0bf0d86207654bebe374399a6b28a15fd908fa2a1972c236839b2eb4d389697b55438dc568ab0be22846439a17efb52cd7d0" - }, - { - "alg": "SHA-384", - "content": "371b79909cae8c024a01947299f4ba8bf9036ea6345dfc749c931cd4d373c6f03c58e658e7c9de271a7a1e1bfe1f0dab" - }, - { - "alg": "SHA3-384", - "content": "b4943652e6b45910546caa9709dfcc8ed6d5401d1125d191900f174544f600f640c20bd766872ecb754a7632435b886f" - }, - { - "alg": "SHA3-256", - "content": "d893763fbe5fe7f70f2c40eb472f6f44f27dda4d73f6509cf8e9a83bab289854" - }, - { - "alg": "SHA3-512", - "content": "560e681b848ea41e8f644dbcc26969cfc8f6526775e238de5d6b1b39f34f208b5505b93877501687e1ee712f12b9aa7a54d0fd2e9156c8eaba6961285fd49811" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework.boot/spring-boot@3.1.9?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://spring.io/projects/spring-boot" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-boot/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-boot" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework.boot/spring-boot@3.1.9?type=jar" - }, - { - "publisher": "VMware, Inc.", - "group": "org.springframework.boot", - "name": "spring-boot-autoconfigure", - "version": "3.1.9", - "description": "Spring Boot AutoConfigure", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "106d4ddaaf2b0df11453aff18ebe4f10" - }, - { - "alg": "SHA-1", - "content": "19aea657369f6764bf589ffe89d3b8ff892d8329" - }, - { - "alg": "SHA-256", - "content": "730f6b1d19f345b01192c71da1d24c59667441d783161dff9b592323e535c242" - }, - { - "alg": "SHA-512", - "content": "3fcc7a1ece7de8c7af9886c7057e9352935fa44eaaa036978a6931fc5d4d1909f13e7113f3fa8bf4a30b27cb1be1945ef4c949436d277f85bb4c82b2188b0ca2" - }, - { - "alg": "SHA-384", - "content": "113c9422393a54c6a650366a3eadbb30af2be12e505b6baeba4a7e0286c620b99c17588d625136e619e25094a07e5b6b" - }, - { - "alg": "SHA3-384", - "content": "2bdb3dcbca5714908a8860e4c6c82a46a5c7c264fc3d7337acb4fac7a7728a2821bbedd12d80b2707b3a6cce65a73daa" - }, - { - "alg": "SHA3-256", - "content": "0fc658f4b2363d8be73f7fec74643707362b85d9e99a293ec1f92a46b0bdc94c" - }, - { - "alg": "SHA3-512", - "content": "0360ca18a31e0fd79ec7d68787127f3b6bd524f0da346c7d38e014dfe70563e8fe9cddc7c7452211c829265c47792064ee2e261981f45da276b772eec946c0a7" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@3.1.9?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://spring.io/projects/spring-boot" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-boot/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-boot" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@3.1.9?type=jar" - }, - { - "publisher": "VMware, Inc.", - "group": "org.springframework.boot", - "name": "spring-boot-starter-logging", - "version": "3.1.9", - "description": "Starter for logging using Logback. Default logging starter", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "f0feedfbeab867af97a8b61595cb9705" - }, - { - "alg": "SHA-1", - "content": "86a1ba273d9b3d11cb5b5378e6db24fd06adac1d" - }, - { - "alg": "SHA-256", - "content": "3202e99b567cb100b15be3c96152bfac416e6c4e3c0347d479443d27ed1ccb70" - }, - { - "alg": "SHA-512", - "content": "2a7d3d5a191b19383a58602c76f5311a9109a17ba4a43b44ac3954eb7eba80534bf858c3f815237e50fde75b463dc31c9bd8eabb7486256ef17e7ba714480ca8" - }, - { - "alg": "SHA-384", - "content": "d3cc80254f691b858d70e49efc6ed1d28cb984f47477026a5b239f213cccc9a73137743780e87685ed874aa991651ca9" - }, - { - "alg": "SHA3-384", - "content": "9f468d4acf1939c0af0e6dc41d9df55f01af0048cb45d235b3de2c12d367c07cc0ac3dea6d7031f0fbd8ce4944222c4c" - }, - { - "alg": "SHA3-256", - "content": "f3e22ac923bf9f0c33a2f974754715d8228f419c2646f92b045ead6661c37556" - }, - { - "alg": "SHA3-512", - "content": "06b8728e2d5325303e1d982522aeb3deaf912d3aea06166666a1efed89dd525d6b738992607cd8bff66688eda5b3b8a3e5364a6e5529a2679409ccf6cbc2a13e" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@3.1.9?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://spring.io/projects/spring-boot" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-boot/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-boot" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@3.1.9?type=jar" - }, - { - "publisher": "QOS.ch", - "group": "ch.qos.logback", - "name": "logback-classic", - "version": "1.4.14", - "description": "logback-classic module", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "204b49a7fa041b2b2c455193079dc1d2" - }, - { - "alg": "SHA-1", - "content": "d98bc162275134cdf1518774da4a2a17ef6fb94d" - }, - { - "alg": "SHA-256", - "content": "8e832f7263ca606ae36dabb2d8b24c2f43d82cf634e81dad9d1640fa6ee3c596" - }, - { - "alg": "SHA-512", - "content": "77b535f2cf5a2fdb807017cb6fe456c40dcb11491e743ff86f99df2714a1b12bb9182ac193d37c8a6dd7eb2bf4c7d24390a6d551d02a280083673516eecdabc4" - }, - { - "alg": "SHA-384", - "content": "606400251082b8193a57bb20f1774ee2d6e439fab2ddb0207643fe9cee66cf61edba5e5c80d4b3bc9785a7bab910f8df" - }, - { - "alg": "SHA3-384", - "content": "d9d9b1412d2fea3eeb5d110a0e7d44c9bc13459fd2b2f5cbb30b95174081f0184758abe43b5e6b6197a716c3ba7b310f" - }, - { - "alg": "SHA3-256", - "content": "e1b0d59a9a91fd7878c92b3680cde8c34896823612a2f04715c05e977c09db82" - }, - { - "alg": "SHA3-512", - "content": "e0a39dacbb91b7d9f00bdf78829918079f6f2e749c28f31a359064bac9ac7eb65c87e581795946814460f787e33b8829a9cf0e933a0f87dd7d48f288d45f5064" - } - ], - "licenses": [ - { - "license": { - "id": "EPL-1.0" - } - }, - { - "license": { - "name": "GNU Lesser General Public License", - "url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" - } - } - ], - "purl": "pkg:maven/ch.qos.logback/logback-classic@1.4.14?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://logback.qos.ch/logback-classic" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "vcs", - "url": "https://github.com/qos-ch/logback/logback-classic" - } - ], - "type": "library", - "bom-ref": "pkg:maven/ch.qos.logback/logback-classic@1.4.14?type=jar" - }, - { - "publisher": "QOS.ch", - "group": "ch.qos.logback", - "name": "logback-core", - "version": "1.4.14", - "description": "logback-core module", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "7367629d307fa3d0b82d76b9d3f1d09a" - }, - { - "alg": "SHA-1", - "content": "4d3c2248219ac0effeb380ed4c5280a80bf395e8" - }, - { - "alg": "SHA-256", - "content": "f8c2f05f42530b1852739507c1792f0080167850ed8f396444c6913d6617a293" - }, - { - "alg": "SHA-512", - "content": "d18159d4b378973e49182c4711b3d5b1f3600674ddd7bde26793247854bbd3a7233df7f74c356ecc86e4160ac6f866e0b32c109df6e1b428a10cddd4bc7f44e8" - }, - { - "alg": "SHA-384", - "content": "afe21cf21e8804d069514a1f0d57c92b4caf56f8b010bd681d19fff67f237fcf0bbe1e1c9bfc4cedcfe602a3ea859b57" - }, - { - "alg": "SHA3-384", - "content": "38cc28c8a578f4053412440d88b41938fa029a8ee3d350fe7474b34afa0f17889298d00f3c2cec4510d72d3342d29a77" - }, - { - "alg": "SHA3-256", - "content": "6c7d3be575969be97a49e90a97a8dc1bb25380b1b302073e00d2e21cb266e6a6" - }, - { - "alg": "SHA3-512", - "content": "8e9ce45d599bffac71e35a0d59c4dcff067f628157a75e9e28c1930f31537fb1dd058ddd9906322c1154f29436252a36bc50595578bfee9bcad4a9705c85726a" - } - ], - "licenses": [ - { - "license": { - "id": "EPL-1.0" - } - }, - { - "license": { - "name": "GNU Lesser General Public License", - "url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" - } - } - ], - "purl": "pkg:maven/ch.qos.logback/logback-core@1.4.14?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://logback.qos.ch/logback-core" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "vcs", - "url": "https://github.com/qos-ch/logback/logback-core" - } - ], - "type": "library", - "bom-ref": "pkg:maven/ch.qos.logback/logback-core@1.4.14?type=jar" - }, - { - "publisher": "The Apache Software Foundation", - "group": "org.apache.logging.log4j", - "name": "log4j-to-slf4j", - "version": "2.20.0", - "description": "The Apache Log4j binding between Log4j 2 API and SLF4J.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "11a04aba126ad458aee40988935446a5" - }, - { - "alg": "SHA-1", - "content": "d37f81f8978e2672bc32c82712ab4b3f66624adc" - }, - { - "alg": "SHA-256", - "content": "88e731d7f455da59dfa08769527f87d6c496053a712637df7b999f6977933a2c" - }, - { - "alg": "SHA-512", - "content": "961209ca87ba7d0272840bcc46a4177aaa216cc971a42bc6f4ad855c733ab3cae9c7f0fe08ed6197a04b2d4fce3bb428f160ed22365579ed90cd8868c8afd1c1" - }, - { - "alg": "SHA-384", - "content": "465e76a0940b7e1d948bfc2967a7fa8e4b36fa5a57c716dad9f02d1155e52498432882602bedc8d9d16072f429943ee3" - }, - { - "alg": "SHA3-384", - "content": "0047d23870c9f5be3b826d52add7c51aa32d9572bcf08f44feb86dab83da6fe9f3da877b35cfbc5e77af9f4dd3eb0f86" - }, - { - "alg": "SHA3-256", - "content": "e1fb05790659108c6dcbaaf61242cc51f7e391d24a35c30fe9e1e6a118aaa8fd" - }, - { - "alg": "SHA3-512", - "content": "0640c4ff54a2344aa2dbdde9e1f6e7fbaa1ecb1713ca70ccfb5e72b26806f9059a94d9bd4eab1bd1a9cfeaadf55036c3d5ab53f5d2bf71cf0cd9e54fb3515437" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.20.0?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://logging.apache.org/log4j/2.x/log4j-to-slf4j/" - }, - { - "type": "build-system", - "url": "https://github.com/apache/logging-log4j2/actions" - }, - { - "type": "distribution", - "url": "https://logging.apache.org/log4j/2.x/download.html" - }, - { - "type": "distribution-intake", - "url": "https://repository.apache.org/service/local/staging/deploy/maven2" - }, - { - "type": "issue-tracker", - "url": "https://github.com/apache/logging-log4j2/issues" - }, - { - "type": "mailing-list", - "url": "https://lists.apache.org/list.html?log4j-user@logging.apache.org" - }, - { - "type": "vcs", - "url": "https://github.com/apache/logging-log4j2/log4j-to-slf4j" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.20.0?type=jar" - }, - { - "publisher": "QOS.ch", - "group": "org.slf4j", - "name": "jul-to-slf4j", - "version": "2.0.12", - "description": "JUL to SLF4J bridge", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "3fe62dfbc09a840168d3edc990182d90" - }, - { - "alg": "SHA-1", - "content": "eb5f48f782b41cc881b0bf1fb4d88ae2ff6d5b93" - }, - { - "alg": "SHA-256", - "content": "84f02864cab866ffb196ed2022b1b8da682ea6fb3d4a161069429e8391ee2979" - }, - { - "alg": "SHA-512", - "content": "279cb74e418a1057d3ec42b47ed0cc5c4e9c8bf63c334f7bd58989e0a25e5c62d01b0225894bfa79c82ac76ff5e97154e37a061892719bfbe78f94a5a115340d" - }, - { - "alg": "SHA-384", - "content": "12f43865591854a967b724d4c5cc9e76a6837a0415616b0065125ff3df726f20dc331ec134d61a41d612c623e0e615e4" - }, - { - "alg": "SHA3-384", - "content": "f883770d004f7cf391f478743d51fff7aa82b8d9aafb22e30f4a4b21632b8fdfdb31c750f3ccff086ba7835c7c2cffb9" - }, - { - "alg": "SHA3-256", - "content": "655a2eaf8a61a912747752b1a48712efb3cc5607f46d22f1ae85d5c8ce80f5d4" - }, - { - "alg": "SHA3-512", - "content": "913f92d8ed188a4534b7e302dadda1549aa8c57cf8e0febfff0c60233e878a00f68aa933c0813cbb3002e84ec654fdb623ddbe6731cb917463e9b5ce09d8fbcb" - } - ], - "licenses": [ - { - "license": { - "id": "MIT", - "url": "https://opensource.org/licenses/MIT" - } - } - ], - "purl": "pkg:maven/org.slf4j/jul-to-slf4j@2.0.12?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://www.slf4j.org" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "vcs", - "url": "https://github.com/qos-ch/slf4j/slf4j-parent/jul-to-slf4j" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.slf4j/jul-to-slf4j@2.0.12?type=jar" - }, - { - "publisher": "Eclipse Foundation", - "group": "jakarta.annotation", - "name": "jakarta.annotation-api", - "version": "2.1.1", - "description": "Jakarta Annotations API", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "5dac2f68e8288d0add4dc92cb161711d" - }, - { - "alg": "SHA-1", - "content": "48b9bda22b091b1f48b13af03fe36db3be6e1ae3" - }, - { - "alg": "SHA-256", - "content": "5f65fdaf424eee2b55e1d882ba9bb376be93fb09b37b808be6e22e8851c909fe" - }, - { - "alg": "SHA-512", - "content": "eabe8b855b735663684052ec4cc357cc737936fa57cebf144eb09f70b3b6c600db7fa6f1c93a4f36c5994b1b37dad2dfcec87a41448872e69552accfd7f52af6" - }, - { - "alg": "SHA-384", - "content": "798597a6b80b423844d70609c54b00d725a357031888da7e5c3efd3914d1770be69aa7135de13ddb89a4420a5550e35b" - }, - { - "alg": "SHA3-384", - "content": "9629b8ca82f61674f5573723bbb3c137060e1442062eb52fa9c90fc8f57ea7d836eb2fb765d160ec8bf300bcb6b820be" - }, - { - "alg": "SHA3-256", - "content": "f71ffc2a2c2bd1a00dfc00c4be67dbe5f374078bd50d5b24c0b29fbcc6634ecb" - }, - { - "alg": "SHA3-512", - "content": "aa4e29025a55878db6edb0d984bd3a0633f3af03fa69e1d26c97c87c6d29339714003c96e29ff0a977132ce9c2729d0e27e36e9e245a7488266138239bdba15e" - } - ], - "licenses": [ - { - "license": { - "id": "EPL-2.0" - } - }, - { - "license": { - "id": "GPL-2.0-with-classpath-exception" - } - } - ], - "purl": "pkg:maven/jakarta.annotation/jakarta.annotation-api@2.1.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://projects.eclipse.org/projects/ee4j.ca" - }, - { - "type": "distribution-intake", - "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/eclipse-ee4j/common-annotations-api/issues" - }, - { - "type": "mailing-list", - "url": "https://dev.eclipse.org/mhonarc/lists/ca-dev" - }, - { - "type": "vcs", - "url": "https://github.com/eclipse-ee4j/common-annotations-api" - } - ], - "type": "library", - "bom-ref": "pkg:maven/jakarta.annotation/jakarta.annotation-api@2.1.1?type=jar" - }, - { - "publisher": "VMware, Inc.", - "group": "org.springframework.boot", - "name": "spring-boot-starter-json", - "version": "3.1.9", - "description": "Starter for reading and writing json", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "ce6df69e1ca5fbb3fa9110b703ef9f8e" - }, - { - "alg": "SHA-1", - "content": "778e031165c638306fda1b3124037c3a0f83730e" - }, - { - "alg": "SHA-256", - "content": "9233532917ae5d6e69789169d70c8b082ff3b98cd24dbfc3d41a61bdaa712443" - }, - { - "alg": "SHA-512", - "content": "15a37439a286885f30e96263d2f59fed24f2568d00269fec28b83fbedf5550e87c8154e505e373ad04894162c6fb585592b7f94a0bcc6631716f39ed9c75ee05" - }, - { - "alg": "SHA-384", - "content": "02f3e4606e68e06c76da4d635a60817c08309958645b3c9d70ebcc3c3123e60069100f6fbf1d17ad6131105be543538b" - }, - { - "alg": "SHA3-384", - "content": "78581e29216ddc58da895db1ea0e954fb2e47065709acfda8d9cda0342cf0047b8d7e09ddcbe712f5ce0bb521acaae2b" - }, - { - "alg": "SHA3-256", - "content": "81b91323fa2d60a50ea898e3faabddaa7c378324f43adf4e5244755d4c631df4" - }, - { - "alg": "SHA3-512", - "content": "e2cb28cdc6840ff80ecdfa7cdd8347cdb6266038e8c7610b90df85da73a6de116464219948f3906329e633c4d8d8e71d5e15cce725701f833fb675641c3108cd" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-json@3.1.9?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://spring.io/projects/spring-boot" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-boot/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-boot" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-json@3.1.9?type=jar" - }, - { - "publisher": "FasterXML", - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-jdk8", - "version": "2.15.4", - "description": "Add-on module for Jackson (http://jackson.codehaus.org) to support JDK 8 data types.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "f369a7a24dec9e5ce0db902e17d0a315" - }, - { - "alg": "SHA-1", - "content": "694777f182334a21bf1aeab1b04cc4398c801f3f" - }, - { - "alg": "SHA-256", - "content": "3efb9d55b62f50e64b11fe00625800285fef8781736b80bd206677fb56040aac" - }, - { - "alg": "SHA-512", - "content": "a3326c887c350d2765d372d75d791f67436abda308360dc363f2795e8b1a2075ca6ec64a0aceae80e0e025a5cf2c933dc7583e57dfd04309cd9d4ef055c33980" - }, - { - "alg": "SHA-384", - "content": "23d6f42b48c0afbe4f51bd24e1f1e0d3ed1e22a54a79ca8007b53fd007f24e1b240ccf72b7b6cc2aa51109daf17028de" - }, - { - "alg": "SHA3-384", - "content": "7cd89da4963e54762204f1403e6e9a2bab7da3e78c8dfd95ee0d33d6e51c15af41432321e1e45de30193fca88cc29469" - }, - { - "alg": "SHA3-256", - "content": "72ab52b922a052cc60080f878cc693869f32db50bbc973696fd538aa7299775c" - }, - { - "alg": "SHA3-512", - "content": "bddd750a183eb3e1d212429fa27af15d368d6df4c03010c8800a4cd695bd50377d5acb29e7a70bdadd8d84c840c5696dcc9461a7c486ff5ee7a622d46070cf90" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.15.4?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/FasterXML/jackson-modules-java8/issues" - }, - { - "type": "vcs", - "url": "http://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.15.4?type=jar" - }, - { - "publisher": "FasterXML", - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-jsr310", - "version": "2.15.4", - "description": "Add-on module to support JSR-310 (Java 8 Date & Time API) data types.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "3c52289828f4e0b047f4aaef251651be" - }, - { - "alg": "SHA-1", - "content": "7de629770a4559db57128d35ccae7d2fddd35db3" - }, - { - "alg": "SHA-256", - "content": "472498cbba2726012ff82f86fc8feef9593663bda1a695a17db804a63fa733ff" - }, - { - "alg": "SHA-512", - "content": "215fe13b0f48f4d8f8f996a4413ad8bca4ab466c8badbf982c927bcc45a036908ae5804fc9148006f4a4cfb81817b6e40777c804456f8d23c333f8379df415a4" - }, - { - "alg": "SHA-384", - "content": "6ea40710c003e7d6e61af910f681fe8ffd0f9dcfa37ec86280a178659093923f7c38539bfa023bc93007b82a6b0fd087" - }, - { - "alg": "SHA3-384", - "content": "dae6095c0e9d6cde17f49bd76cf7abc5d2da2eb19aa41ef22e44d441f34f886e2b27c03e3d72d855f4c340b524aa3d06" - }, - { - "alg": "SHA3-256", - "content": "ed5647e134be84be0f1c5bd563693fe430b8a61b322aac07c8c1452e4912cd6a" - }, - { - "alg": "SHA3-512", - "content": "27b5ecd684b429038ee05aced5d9a1370bbc279ab30484a0117736524e4a826b348a3595380b495be9425eae7ff81fe5966ff51391e03940900c4ddfef8011f4" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.15.4?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/FasterXML/jackson-modules-java8/issues" - }, - { - "type": "vcs", - "url": "http://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.15.4?type=jar" - }, - { - "publisher": "FasterXML", - "group": "com.fasterxml.jackson.module", - "name": "jackson-module-parameter-names", - "version": "2.15.4", - "description": "Add-on module for Jackson (http://jackson.codehaus.org) to support introspection of method/constructor parameter names, without having to add explicit property name annotation.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "a056119688836fe9c5e8b4bf53e57cdd" - }, - { - "alg": "SHA-1", - "content": "e654497a08359db2521b69b5f710e00836915d8c" - }, - { - "alg": "SHA-256", - "content": "a620ee11f89deae6e2ce6cd5a64d9f2d1480bf08b45ec2f0730bddf9177f37fc" - }, - { - "alg": "SHA-512", - "content": "365f6b8c92f2b62e76b81fbd7964047cdbb8e08d0c2a0b1972d7dbee02f9d9c473cd177a5eb9660ad5c7b6659ff225ed5fc6fbbe3a16b1018912248813b24a62" - }, - { - "alg": "SHA-384", - "content": "1a2ecc561d1b81e35f539b9859385e78a7b1dbab4ba428b65d3edbb186e8b28c91da65d5a3d8614efd54106c2975b726" - }, - { - "alg": "SHA3-384", - "content": "2d9e97c85e68d5d68f83de8aefc7682c15c0b22984558140659dc74d4742cda6cfb48f6c7818f00391fe1c309648b437" - }, - { - "alg": "SHA3-256", - "content": "fa026cf80432fbdee309a81ba991ee8fa61a53913f99e60a1ba66709ceb8aefd" - }, - { - "alg": "SHA3-512", - "content": "a180e6dcb8ee0f116732b413bfdfa9b5f35ec20b72f0e1c6ec1b5875822da113cffb0419a0f25ca4669a8afb27cc42197b8201ec2f4595333954148bd59d2847" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.module/jackson-module-parameter-names@2.15.4?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/FasterXML/jackson-modules-java8/issues" - }, - { - "type": "vcs", - "url": "http://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.fasterxml.jackson.module/jackson-module-parameter-names@2.15.4?type=jar" - }, - { - "publisher": "VMware, Inc.", - "group": "org.springframework.boot", - "name": "spring-boot-starter-tomcat", - "version": "3.1.9", - "description": "Starter for using Tomcat as the embedded servlet container. Default servlet container starter used by spring-boot-starter-web", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "0a958b756fb5c8889f6235d1022069ce" - }, - { - "alg": "SHA-1", - "content": "aef0b221131ea118a230e35949f707d4b09e770b" - }, - { - "alg": "SHA-256", - "content": "699ffaf6a24e37c10b904cf50b389a2bcc25c5b0248de415abcd361e874d2d6f" - }, - { - "alg": "SHA-512", - "content": "48b092a6b9f7eaad8d3124e317efc67c8ad8a3d947c55d1670dc4de621ff22cba909b05c031fb41b851ba21a058ae14cb757e5512171cf3e80df3324d164863b" - }, - { - "alg": "SHA-384", - "content": "3c7ee0c5ab06f478ae17899f5832877e0d57f8f757fa8c9ee5649c905b67416cf283c555fb12d7f6cb458d6d1eb4d11d" - }, - { - "alg": "SHA3-384", - "content": "fdac3bf505ca0dd812de322200cca363611d4f3ab5f0d759062f18eee7525bee340ea3bbd468e83952e1c69388bd0f39" - }, - { - "alg": "SHA3-256", - "content": "b219011d1a580c64c34a63bb8a8bea5a210c0584c474ec3eec42b1a7069d38f9" - }, - { - "alg": "SHA3-512", - "content": "29944779f02d299173fef38a414c030e745ca119df6bb730c8eb12b8e09a8091298045234987af33002f46274696871b2f9d18719d634f4d3c319061f19d0140" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@3.1.9?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://spring.io/projects/spring-boot" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-boot/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-boot" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@3.1.9?type=jar" - }, - { - "group": "org.apache.tomcat.embed", - "name": "tomcat-embed-core", - "version": "10.1.19", - "description": "Core Tomcat implementation", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "a8a4c0889dac535c81223b49980950e8" - }, - { - "alg": "SHA-1", - "content": "3dbbca8acbd4dd6a137c3d6f934a2931512b42ce" - }, - { - "alg": "SHA-256", - "content": "ca35025eda35fbef0798ed4ae79d0fbfa11d0a7a4d82fffd3e1a2bfa34abddbe" - }, - { - "alg": "SHA-512", - "content": "2b9facd440e96c5a5c672636e597211aaf5754cc9c6beb1115a7f65b59d928eab3b17fdf6e012a6813120ca83cf32f2dd40dbbfd1fde79eb60f915a5c3805387" - }, - { - "alg": "SHA-384", - "content": "136ce7ef760a6ee760c168cfb7158ca775d9b2f87a36ec414b4c1f5243a3d1d588ef713aac4efedd92fcf7d4b6328d25" - }, - { - "alg": "SHA3-384", - "content": "d68729ef1755c951f323692281d86d29bfcdd49e042d6ef73ffb7318152115466145c9de326ba8b1179405000f39c196" - }, - { - "alg": "SHA3-256", - "content": "87aeeea1541378338fb1e5c86147e37a607f0b728a0275e9f6b9dd32b6857b0c" - }, - { - "alg": "SHA3-512", - "content": "81730ae8f3ad6773bb756080fad41f99519fa22f5ef0e72257c9c374645b781e9c63a83f9b82577a2a7b76a5e3f80f10fcd60a1c6fdeb6d20ac54c3ebdf64726" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@10.1.19?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://tomcat.apache.org/" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@10.1.19?type=jar" - }, - { - "group": "org.apache.tomcat.embed", - "name": "tomcat-embed-el", - "version": "10.1.19", - "description": "Core Tomcat implementation", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "f6e1f4dcc18288c1e2cbd117f7209a98" - }, - { - "alg": "SHA-1", - "content": "c61a582c391aca130884a5421deedfe1a96c7415" - }, - { - "alg": "SHA-256", - "content": "acd1b9ad8c60c72c99b5ed01d3ef6747f85be6c51b5b045a365686de889bfae4" - }, - { - "alg": "SHA-512", - "content": "22d38ed9148d91137bb95d84924317e62f4f454076b2a874d78a5770a0617193ae42d1673e99a8c59b318f7bc5be503534f530742282be1f0e8604594308b4e4" - }, - { - "alg": "SHA-384", - "content": "69222eb0c53d357449d6d35e2daf65228d6a860c70ed75fe26437092246bf92ac340ceae66d316b994336060cb986232" - }, - { - "alg": "SHA3-384", - "content": "48a7888bf3565875baf5ec0d733729ecaf680fe26ab16e94bdd26c0094bf793b73de6dae9d4cc60c4538234988d8e86c" - }, - { - "alg": "SHA3-256", - "content": "5dafd1bbb4938ecbb9a5a105a52a850b68bd9c57e9e71ff1f95ef4db464a6462" - }, - { - "alg": "SHA3-512", - "content": "6d541b66d1aa848feb45133ca6c46de91ddf033c5d0b40373f167da45ed5ce7caec723eaba2c929b86dfd716d57f6361f8f5a7ede6db1f69d2bb1fd65fea4753" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-el@10.1.19?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://tomcat.apache.org/" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-el@10.1.19?type=jar" - }, - { - "group": "org.apache.tomcat.embed", - "name": "tomcat-embed-websocket", - "version": "10.1.19", - "description": "Core Tomcat implementation", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "486cbc4d138fbde74e62041f8fb5cc5f" - }, - { - "alg": "SHA-1", - "content": "adf4710fac2471236f8a466ca678cdf7e6a8257c" - }, - { - "alg": "SHA-256", - "content": "c620bc4bbe425fb93c503cf4ba6106c21c8e2390d8b8b314523e4f3193074c67" - }, - { - "alg": "SHA-512", - "content": "5e59b89ceab33d3b7866bded6232da4740585dfa0a4c0def893e98c84a06304955df1ff24833a1419c60decc7acf32a7d0581c58f2ffc7ee18d0365ecd4612ed" - }, - { - "alg": "SHA-384", - "content": "35e1a8baa7921f7f01b7f031a4a53112b2ac5c36b409baa65328215f833a73038df4f6f7f0f477f3a060c2e0890edfe5" - }, - { - "alg": "SHA3-384", - "content": "7b2527f6470c6dfed6ce2a42705c63221bbd0c90d3055b290044334b1cb64663902823b7e91afbec82c876eaf7a1b3ce" - }, - { - "alg": "SHA3-256", - "content": "495ab9e4f559788cfd3033bd2d1fa92bf854a19f1a982bb87f151a07267e6f1d" - }, - { - "alg": "SHA3-512", - "content": "22044f8d0415e8e403c7ad3f042332c4e705db86a3cd483f3671b7cf24a1223733d4795d9cc864a92a444d21984c36639e86f23d48c1c22c0be38df8f6d5c8e9" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-websocket@10.1.19?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://tomcat.apache.org/" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-websocket@10.1.19?type=jar" - }, - { - "publisher": "Spring IO", - "group": "org.springframework", - "name": "spring-web", - "version": "6.0.17", - "description": "Spring Web", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "8abcce8e05e82406d2e8761360f65215" - }, - { - "alg": "SHA-1", - "content": "3b66acdf26e0080cd1858b596884dcce062db9d6" - }, - { - "alg": "SHA-256", - "content": "7105547ac363c0889af5629947306b1c2bee6e8e2dc0b56c1566f58d3146f147" - }, - { - "alg": "SHA-512", - "content": "0f1fbe3f6b14cab0d7c8dcd829c3634e40c42b1368d32f8a4ae1b76918f205d795e38820db4d1f1d71bfce91deaa7f376e24b62efecafd363b7db8dfa83521fc" - }, - { - "alg": "SHA-384", - "content": "72e843adff35b68202414ee3ca86f4f9f925a7156a134eccc34b68e7ae923ac3f430b9c9ea8c05ddc1d57af3f654310c" - }, - { - "alg": "SHA3-384", - "content": "ea52d891e6c2be95f9c92e040af064ab7b76df7b3d6217cee72b13000ef8aa36260258e79a2f5ded161735a26649baf1" - }, - { - "alg": "SHA3-256", - "content": "3f22c56e4f8b7b85e091aff046327018c623e850a82c61856cbd6d9e18a100d4" - }, - { - "alg": "SHA3-512", - "content": "8a8fc5cfd8054df7dc1a622ec00350ae2eb2c7d27cfe8e3d9de5b5d3aa9ca901d4852c6fa8aed5db75a37754ae0c42c49301ebfb19ad57206eef257831a1e808" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework/spring-web@6.0.17?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/spring-projects/spring-framework" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-framework/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-framework" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework/spring-web@6.0.17?type=jar" - }, - { - "publisher": "Spring IO", - "group": "org.springframework", - "name": "spring-beans", - "version": "6.0.17", - "description": "Spring Beans", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "f5f55e5df0df60c2859893a410b49559" - }, - { - "alg": "SHA-1", - "content": "bf9be8bd122809fbd14f6f1ec4a5470483ace10b" - }, - { - "alg": "SHA-256", - "content": "8e3cf8d836be72363adcf7f6ba113d03e3432494b8a743a313d79ed90da22aa0" - }, - { - "alg": "SHA-512", - "content": "448a397a6c424435dad9354bc4f403ba81b6e661369915a64816f26e5f9d7f3946ecd535c6eed39e98b21f6499d82895f185c0b68b9252c913e05968a348f5d8" - }, - { - "alg": "SHA-384", - "content": "fc2b7689fd5156ce68a3f8ce589b143116719d9891490a37407cfdd524529c40a2b19ca73e2416502bb4ae46ceaf6395" - }, - { - "alg": "SHA3-384", - "content": "bbab7292ec897287b9aa7caa6365f3d809c80ed0ee8c2a3e1ccb8f0b0a0e7f21ad2b7002e9eb4dea182a86e8dd425b1c" - }, - { - "alg": "SHA3-256", - "content": "3cc0b8df4e74b8f9bf2c4adb2fb83e474345b188fa8b7f3899ce92d98302fcbe" - }, - { - "alg": "SHA3-512", - "content": "4ccce8ad1f2acace4cce0576ee53b85032387a0177d6f94ec67182d6ede62ea6cfd651e6aafb46ae32cc9db2d1f4fba6ad99fab9f01defc5d3a872c908fa468d" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/spring-projects/spring-framework" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-framework/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-framework" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar" - }, - { - "publisher": "Spring IO", - "group": "org.springframework", - "name": "spring-webmvc", - "version": "6.0.17", - "description": "Spring Web MVC", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "fa846a389d03c61218573d2c3b191ca1" - }, - { - "alg": "SHA-1", - "content": "1de9f44a949e25f3095b33c0a13a0c3bb5151152" - }, - { - "alg": "SHA-256", - "content": "3f42c232246dfe277519ccc227a745fc889ce657523940ffafc6617455286af0" - }, - { - "alg": "SHA-512", - "content": "68839fe6c35041ada095cb324f3c7e28be2af4e1e588f0d23a1e1dde84df3a784caef418cffc1edfc9739fe265c5ef14ada2fddb5a62de6c74abbef8ea73c9a1" - }, - { - "alg": "SHA-384", - "content": "29ab8e251649ec1d207cb3765c31db3dc5ee56ea84387836a9ee8bd15aa33d787a2908c4ea972b96254834c2b9c9a0cd" - }, - { - "alg": "SHA3-384", - "content": "fdda9c4dfdf9a7dd49d1dd55b156dc700a246f6057dc7b106dc485595dda9c995648f6bf4a11ae44b98032b94260ac13" - }, - { - "alg": "SHA3-256", - "content": "05abcb852a269188d43b6c9bd7464d8677daa79c5ec720e38fca30cc50839bcf" - }, - { - "alg": "SHA3-512", - "content": "e91ab004fd156c2e16617633841eee3d5579226015c89f5113af8d9b25b3a6fd4b6b71f8955fd0650df4e4191810a0e8d999a68401985e239ffa9b4e83ad64c2" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework/spring-webmvc@6.0.17?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/spring-projects/spring-framework" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-framework/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-framework" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework/spring-webmvc@6.0.17?type=jar" - }, - { - "publisher": "Spring IO", - "group": "org.springframework", - "name": "spring-aop", - "version": "6.0.17", - "description": "Spring AOP", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "75f72bdca2129211cb719b20d6e25227" - }, - { - "alg": "SHA-1", - "content": "6c3643e18a0ec35ea04327e7b4cf1c873237d038" - }, - { - "alg": "SHA-256", - "content": "b4c25a64bd9b8903a441a3e31f1623bf35f435c1290cd205caf1acf0eefd21cc" - }, - { - "alg": "SHA-512", - "content": "c21bdb636223bc1859a757846837a7e75be094e92b1e40f2c5415dbcfa32e26b4579e85f9f199cbecbb5594300e1ecd79a79d1b27492224acd298cf9d623eeed" - }, - { - "alg": "SHA-384", - "content": "f722b41a9941e1699d55a948a47b2a0b9b1cd4955c859bbea2018b8ba9463b71be2125e2b3937add52220f9cbd29f3c8" - }, - { - "alg": "SHA3-384", - "content": "f665f9df3e248aea48fd1a89af02e658651c05f9e4dbc0140c5c8ccbb5fedf2ea850b928c636a76bf42326fbf60fcce7" - }, - { - "alg": "SHA3-256", - "content": "a7c9015d846ee1424fe794b30a14dd3777af03b3aa1239d6e09cde2a0c2eb7da" - }, - { - "alg": "SHA3-512", - "content": "3e09c067e16937e2e884a4852acc8c1d52aae7259b3a66de7079ab276413ba316a606cb1775e97d918a6a8a38124a8129e571998b69d53e205a44210343539b8" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework/spring-aop@6.0.17?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/spring-projects/spring-framework" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-framework/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-framework" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework/spring-aop@6.0.17?type=jar" - }, - { - "publisher": "Spring IO", - "group": "org.springframework", - "name": "spring-expression", - "version": "6.0.17", - "description": "Spring Expression Language (SpEL)", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "92ee7240d822455ce3ce2d22f15380d9" - }, - { - "alg": "SHA-1", - "content": "50869c71d9d520ce43ef34cbcf8143c3cfb670af" - }, - { - "alg": "SHA-256", - "content": "2dfd1c717a3cb2b059c18d0d2edb8991d59f23a64ad427b9df5d51fcf1b9c72a" - }, - { - "alg": "SHA-512", - "content": "86a118727cf29b23048aa5830abf2200710ff13b00fd84f0ce0ae5979768eae67154b6349a9954d10136f0c2cef1986594a4ed102539d13f41071a26e48cbc22" - }, - { - "alg": "SHA-384", - "content": "9826f39e330404415ced86f184f6c9a607e48dbc15ce64e850704608ab351afb713fb2fa7a3370d07c10bf9ccb85aedb" - }, - { - "alg": "SHA3-384", - "content": "0fbec97dfb3ea37f1744a1598a64b668a16b2bc92933d0a73d49cca9750e25870b82d3d78793801062815e6ef6da5e85" - }, - { - "alg": "SHA3-256", - "content": "6f4d03adcba7bc93ef55d57c579a6cb907a7427828ebda0826a2601716b5bf88" - }, - { - "alg": "SHA3-512", - "content": "ff1e768f6b8049a21a9279782993d308861f65c2b45a470e3ccfb6d609ec8bcf73bd845d9ff95cc526eb7f777f4d8841ec4a6716724edef42e10d3532cf081f8" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework/spring-expression@6.0.17?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/spring-projects/spring-framework" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-framework/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-framework" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework/spring-expression@6.0.17?type=jar" - }, - { - "group": "org.yaml", - "name": "snakeyaml", - "version": "1.33", - "description": "YAML 1.1 parser and emitter for Java", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "e0164a637c691c8cf01d29f90a709c02" - }, - { - "alg": "SHA-1", - "content": "2cd0a87ff7df953f810c344bdf2fe3340b954c69" - }, - { - "alg": "SHA-256", - "content": "11ff459788f0a2d781f56a4a86d7e69202cebacd0273d5269c4ae9f02f3fd8f0" - }, - { - "alg": "SHA-512", - "content": "787b72aebb685689ab379ed8f238fc2f4175bb82d285909e39e7ff1ee1b9e64ad8878f4685dadde274f950b0dc77dca3082a52921c11094aa2a535672ae4f33c" - }, - { - "alg": "SHA-384", - "content": "9f0a0a35df2b339830b9e78294634ea894e7096e01709c82d965e24a9fa9ac6ee15edbbbf23368dcd57741de5bf23086" - }, - { - "alg": "SHA3-384", - "content": "91d8fd581d60be4090d3b522d8c119c12449cff2ce6c436d0e53977e1c9fea8686b2b360fb15f4c3507e4f243d7d6170" - }, - { - "alg": "SHA3-256", - "content": "7dcf0429ecb923a66e00ec633bafeb297e3b90e1cc2be0f85443fd61367f355a" - }, - { - "alg": "SHA3-512", - "content": "59b32910dddf63475893f7c830d58ca320cd6183704d80b8111cee7bb1674f97f5699c8ac52f905a5b9a20128b9e2b6a26a07490f217033c858d9c358bedcafc" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.yaml/snakeyaml@1.33?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://bitbucket.org/snakeyaml/snakeyaml" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://bitbucket.org/snakeyaml/snakeyaml/issues" - }, - { - "type": "vcs", - "url": "https://bitbucket.org/snakeyaml/snakeyaml/src" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.yaml/snakeyaml@1.33?type=jar" - }, - { - "publisher": "Spring IO", - "group": "org.springframework.kafka", - "name": "spring-kafka", - "version": "3.0.14", - "description": "Spring Kafka Support", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "7045e39a48843972214c669a39ae4af7" - }, - { - "alg": "SHA-1", - "content": "3b4bb51c91e102dab8c05660ba69a5eba8b12d84" - }, - { - "alg": "SHA-256", - "content": "6feb1adaf2d70f04907ca66c2fb4c547cb1ee5e10506411c206aaa7682e55803" - }, - { - "alg": "SHA-512", - "content": "438a46b50627c5cba5f835d2f93b7a7306f9a4c731dcbb4d2ec2fec72f61e05f15e5278e6844f39d2720fd743e29e6c6614428782c748eb1a264ad0038131ae0" - }, - { - "alg": "SHA-384", - "content": "14b94e54f09bb778d54e068095cc4cdfcace5e8557af7cda2d256b8b65fd3accf9aed4372f66bd84db31e5b7921d123d" - }, - { - "alg": "SHA3-384", - "content": "d032d158b0d1a80e404e97f214114948edd261546282bf218dbb9c157d906aa60c35c288ad72c6ad5cfa8395fb301cd8" - }, - { - "alg": "SHA3-256", - "content": "515484998010ec545b7b588b43a66fedba1de6d4e8a3630d3185382ebceb429a" - }, - { - "alg": "SHA3-512", - "content": "3aa1e2fb298dc487734fd898a6af3ee495deb99c5aa4c41419a53a7fd1893a0ff8533a5f07f815c5f8b8cbb293389b73b6baa76f7fce4630526da9cf1f4870c4" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework.kafka/spring-kafka@3.0.14?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/spring-projects/spring-kafka" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-kafka/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-kafka" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework.kafka/spring-kafka@3.0.14?type=jar" - }, - { - "publisher": "Spring IO", - "group": "org.springframework", - "name": "spring-context", - "version": "6.0.17", - "description": "Spring Context", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "9594f7b4b9c10567d376c871ce8d41cb" - }, - { - "alg": "SHA-1", - "content": "f39ba5885f9733b674d9e22ea7a4b77656527619" - }, - { - "alg": "SHA-256", - "content": "d5368dd80ddcd80f7dd66c4b95b6e702615e28add7ae97b597bcee5608f9114b" - }, - { - "alg": "SHA-512", - "content": "04e1390e3970303c1d8de750a9c3953c605d688cbf306241a82ab125ee0242e4a2c231268fe7dd31b587520a34c7a21bc7409147d88a51ab3c13f8de5db6f24a" - }, - { - "alg": "SHA-384", - "content": "a6211869df8ecb3db3d70f27178a79074e1b652e99a9c73eeaa3b105c5ae05d817d720e97cbf3ddcbc65541d9624a8a5" - }, - { - "alg": "SHA3-384", - "content": "84d5247e9c7a02a091ca744b0b9ff3647dc1eef2285703ca8a3c8458193b31786e2054d7291ffd9f699705ff9a2fb97e" - }, - { - "alg": "SHA3-256", - "content": "105f5fcd3ea66531b9f779189f1e8c8d7e40b962aacc89a7c3809c3fae07e948" - }, - { - "alg": "SHA3-512", - "content": "81df3e7407c876026222b1736cc523d7ea6e3477366d08b837afc571cb78cbf45363526cf6af88983ab7ddc5e42ebb54ed81c7fb5920549a481a70325538717e" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework/spring-context@6.0.17?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/spring-projects/spring-framework" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-framework/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-framework" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework/spring-context@6.0.17?type=jar" - }, - { - "publisher": "Spring IO", - "group": "org.springframework", - "name": "spring-messaging", - "version": "6.0.17", - "description": "Spring Messaging", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "5f5852a5f79dba8a395a4580091dc5ab" - }, - { - "alg": "SHA-1", - "content": "cedaaa488bd6f62b970f4b2c9af377afdb85ed7f" - }, - { - "alg": "SHA-256", - "content": "f88d47b4a9ed89eedfc86146c9c4789bf56dfc0dfc1aeabc41744fe98844f2be" - }, - { - "alg": "SHA-512", - "content": "d3321112c2cd7353edd90b09fc5fac7d61d36745aa97bfad38bc33de624b643fd6a9abdc1b97615069db18d41310ece330dce4c557f5783b0b9b3f9e0684609d" - }, - { - "alg": "SHA-384", - "content": "37ea2769fc0d5fc766c50f9735a30a3984e723cfbe24ef6d925ff33cfdbbaa0852618a90e8df5a55d2006a895514a743" - }, - { - "alg": "SHA3-384", - "content": "f62230795dd4e6e9ab585eddd8338bd83d85a66bbafc714fd6bd8c990f44727b7cab9b45a78820226d4e52034e8e78e6" - }, - { - "alg": "SHA3-256", - "content": "82982ee722214e638cf0c5d389eaee907cfaf86a084777def0eacc972fffa0aa" - }, - { - "alg": "SHA3-512", - "content": "e5aa122be890282ed0102751216d24a0aaa70cfc1ee0e8f7f96c33d42937f014f81c054e14716ada73ca77a93ff2935dc2871851c80835ce389ae2c9a14494dd" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework/spring-messaging@6.0.17?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/spring-projects/spring-framework" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-framework/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-framework" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework/spring-messaging@6.0.17?type=jar" - }, - { - "publisher": "Spring IO", - "group": "org.springframework", - "name": "spring-tx", - "version": "6.0.17", - "description": "Spring Transaction", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "c4ebc0df2df8f86e80ee81a07b971996" - }, - { - "alg": "SHA-1", - "content": "dc1dabdb67815062da8835dfbd95a14dbc1e7bbd" - }, - { - "alg": "SHA-256", - "content": "11097587e3afc7eed922892a5c41c51a79cdcee71e24c86274032c79726982d8" - }, - { - "alg": "SHA-512", - "content": "da1413d47cafdf6d6b77917b9dd8a54186443154648ee4e321d12307855f0dd35c9340949bc2bfa031df7b23f51142f5cefdfea77838b3e7f095e06b629ee813" - }, - { - "alg": "SHA-384", - "content": "b41fc360c4ff6013abdf8f9c266d16042011a7188c38f31166ef1a57fa1af4c644eb1d264f268cd5649849dc04b2d058" - }, - { - "alg": "SHA3-384", - "content": "c43ceb285d1ee458a815fefa26c2f98adffd1ff9d6871b1e0a9cccd0a0b8982a38be3429581a666e6921212f1b908724" - }, - { - "alg": "SHA3-256", - "content": "40423185042fe666a10c5fcd578d37af0b016322fd20f78425ba90ecbc00c448" - }, - { - "alg": "SHA3-512", - "content": "5a21f1f24398e18159b2adf88742d6857a5df11885904b4ad3cd510682682d559bacebaa6e777103a2a50f375a02ce04682a2c62f27f4ecb6524b333964cb67a" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework/spring-tx@6.0.17?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/spring-projects/spring-framework" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-framework/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-framework" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework/spring-tx@6.0.17?type=jar" - }, - { - "publisher": "SpringSource", - "group": "org.springframework.retry", - "name": "spring-retry", - "version": "2.0.5", - "description": "Spring Retry provides an abstraction around retrying failed operations, with an emphasis on declarative control of the process and policy-based behaviour that is easy to extend and customize. For instance, you can configure a plain POJO operation to retry if it fails, based on the type of exception, and with a fixed or exponential backoff.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "ad497992a2e52dd87e8a027550fb0ad4" - }, - { - "alg": "SHA-1", - "content": "6aa0cd18f611ee83dc1d8e5052485e9669088253" - }, - { - "alg": "SHA-256", - "content": "99c9c9c12683b8a2e0a3307c6719790e0c93098886a09599f399d0febb3294ba" - }, - { - "alg": "SHA-512", - "content": "79f882472a77fb265287da731fe86dccb606f26dff78fbc476228c701ca012878a07db3a47f5c237d9d9e7bf43d5daf4db3b9a62b5ade8bdbfe87347304942f9" - }, - { - "alg": "SHA-384", - "content": "788209adacf463d939e6aace6f80af43e8550f82d528db63c93e9a3962bdc8e048302032b5c263880104bc394057d4b9" - }, - { - "alg": "SHA3-384", - "content": "8a2bd5d9b24bb517a1623659da69fa9af7c3dfea0f8da2e1a91fa097d35a1cba4d5be13ff175b056c972eed7123efb08" - }, - { - "alg": "SHA3-256", - "content": "1a03d92066c488721ea93ffa06ba5f043cf0baf911016694f9b62bce9683faee" - }, - { - "alg": "SHA3-512", - "content": "8340f83ef54ba3ac4c09d402ad5d6c47639a2ed478a25c4b329cd1003944db862910bae97e66fa9ec14a06e36279d391579f7183cb156dc1131cf59049f07e0a" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework.retry/spring-retry@2.0.5?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://www.springsource.org" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-retry" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework.retry/spring-retry@2.0.5?type=jar" - }, - { - "group": "org.apache.kafka", - "name": "kafka-clients", - "version": "3.4.1", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "d75ecfc233fe106c6fa82841edab7436" - }, - { - "alg": "SHA-1", - "content": "a2f55251deb3d31a21903a0cfbd4d1fa6b7463ca" - }, - { - "alg": "SHA-256", - "content": "9d0a9058c8ede79db6e54ae378ed16fe8d1bead2894635a4aa6aa0b7981668c6" - }, - { - "alg": "SHA-512", - "content": "b111e1980fd6bf65ca546f6b517fb31a140b19b4dc88646e723b11b54b521e48643f33aa341f47b3111a4556af131200f80c851e1b68d37cb4e747e283eefd7e" - }, - { - "alg": "SHA-384", - "content": "ecda328bbead755badd1dc8edcfefb5dfa64a8a2e6aeddb27e55ed15d9bb7fe4f7a392c4a43b0496157bf77cb588745d" - }, - { - "alg": "SHA3-384", - "content": "d57ef995594fd7b72fce50cfb868f228bf24592bde5b199518bca117e5b3f049b7f4a280485df23bc785aa24b5d65926" - }, - { - "alg": "SHA3-256", - "content": "3011633c539acccb0c20a832b4c8a282e953384844cbe6c86c30374a5a5c8774" - }, - { - "alg": "SHA3-512", - "content": "666d99bbd8cbb900433d8076d5027893cb4c9d2c51a7ba8be69ec2d97d1104ed32c6bac5cbfdebeec4c646f2289d95d354653c9e243b806ec2ccd7a3fc952f7b" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.apache.kafka/kafka-clients@3.4.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://kafka.apache.org" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.apache.kafka/kafka-clients@3.4.1?type=jar" - }, - { - "publisher": "com.github.luben", - "group": "com.github.luben", - "name": "zstd-jni", - "version": "1.5.2-1", - "description": "JNI bindings for Zstd native library that provides fast and high compression lossless algorithm for Java and all JVM languages.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "2909788860e8e3ee29d51b327a43ca24" - }, - { - "alg": "SHA-1", - "content": "fad786abc1d1b81570e8d9a2fc8a1ef479bc27b6" - }, - { - "alg": "SHA-256", - "content": "93f7e4cbc907c2650f89f9f0bec94873735a58f1e4b66a54973294e4ec1878e8" - }, - { - "alg": "SHA-512", - "content": "92174059714b98d4275dca1b057c857766267afe6ae2b27bfdfe50395cb90a3ec973032977a074c5ce516a3769336e6bf63d3bbde95bea165c409f1c990a651d" - }, - { - "alg": "SHA-384", - "content": "cdc9284a4537fcf83166bae1c4731463d94ad9615f91200c4da6368ddbd769314e87453e9114649c694966e6c77d4883" - }, - { - "alg": "SHA3-384", - "content": "7fc38f70a3160e3a3e308c56e8b3bd5bcb42567f4739abdfd301f9e5ee74b1be0d1d072f6cf07270e61ac0a6ed6bf8d8" - }, - { - "alg": "SHA3-256", - "content": "3d7fdef386e28e112621eea44bc6d6798dc68c8cf690acc2b74db5d221bc5faf" - }, - { - "alg": "SHA3-512", - "content": "693b3b3d29e63690ae9c1215cc84d8e77f4de28e664eb184bf9ad4697389b8230f75f490ba653feb191b3e039eeab9415f3c56b5d2786d85e48dfd8035df4e14" - } - ], - "licenses": [ - { - "license": { - "id": "BSD-2-Clause" - } - } - ], - "purl": "pkg:maven/com.github.luben/zstd-jni@1.5.2-1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/luben/zstd-jni" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.github.luben/zstd-jni@1.5.2-1?type=jar" - }, - { - "group": "org.lz4", - "name": "lz4-java", - "version": "1.8.0", - "description": "Java ports and bindings of the LZ4 compression algorithm and the xxHash hashing algorithm", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "936a927700aa8fc3b75d21d7571171f6" - }, - { - "alg": "SHA-1", - "content": "4b986a99445e49ea5fbf5d149c4b63f6ed6c6780" - }, - { - "alg": "SHA-256", - "content": "d74a3334fb35195009b338a951f918203d6bbca3d1d359033dc33edd1cadc9ef" - }, - { - "alg": "SHA-512", - "content": "98d59086a6021ca571d9c1d64b715e43044c730e1ac563f514c40cf44302615d30378b6d5cc69990446522de6260dc8e7b303e3990a3139dc326d058dfb6dbd9" - }, - { - "alg": "SHA-384", - "content": "8e3f2acdbb41a00c4d9cc5f328e63fb626ac7c6c84e1bf9502e2fcc76a591b2b819b2d27b29925ff986b95c297b30e2c" - }, - { - "alg": "SHA3-384", - "content": "ec0d6a00760d0a4ecba13a41785d6ae57a64552b1687eaa3e292b3054bb1348e49ab8a938197ff126f9218c6cb96ee1c" - }, - { - "alg": "SHA3-256", - "content": "7be684c102891105f66d378b61ea1297a392c1618b5aebf7e0b281f55217c206" - }, - { - "alg": "SHA3-512", - "content": "0b2294570ea2bfbb50ced21dfa4bad956467ca447e9ab2dd602a3478371bcd0e9f13d2dff74d06827a28882409612cdde00bd91267be05bd3510c68268bf3166" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.lz4/lz4-java@1.8.0?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/lz4/lz4-java" - }, - { - "type": "vcs", - "url": "git://github.com/lz4/lz4-java.git" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.lz4/lz4-java@1.8.0?type=jar" - }, - { - "group": "io.micrometer", - "name": "micrometer-observation", - "version": "1.11.9", - "description": "Module containing Observation related code", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "de6d539f52062c78f1da0c66ac700684" - }, - { - "alg": "SHA-1", - "content": "c5a70415284dd3cf08e20a2a4c339503be750813" - }, - { - "alg": "SHA-256", - "content": "b4424b6d12be0ea02e3fccc3cdab54a7da7f6953deb93074f2a967760a457e39" - }, - { - "alg": "SHA-512", - "content": "dba805a7cae2ccd3c67302f0ce3758d98671e9854d0b66958ce592574234b1d19ca194cb7ffa0c3e735c4677e09c42f8b46e361d2dae731c8965c5ba6510fd28" - }, - { - "alg": "SHA-384", - "content": "efad6f5b582df9413312326296db6d6db75605614ddc47302621e4fababc3a2c06197836829d9e8595fdae64b694f6de" - }, - { - "alg": "SHA3-384", - "content": "d7c6cda668975d77dfa420be508541eb6bfe4aa5e27d6c2c1f57f82b5e44d2637d7cf457e80628cb8d38ae5b233d1e30" - }, - { - "alg": "SHA3-256", - "content": "774c2ac5bd38122edc9d84a1763724110fe70bc09c025bcfb5bb42aa3748c6d4" - }, - { - "alg": "SHA3-512", - "content": "145a886005deee6c570f857afcbef09a46ac5d2c0e734e9935d9ebfa0c1b1db4ad9a845013413851278d36b3df237c65417215bff9c62a2c58bbf817f37bff78" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/io.micrometer/micrometer-observation@1.11.9?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/micrometer-metrics/micrometer" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.micrometer/micrometer-observation@1.11.9?type=jar" - }, - { - "group": "io.micrometer", - "name": "micrometer-commons", - "version": "1.11.9", - "description": "Module containing common code", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "6361df38c0d03fbe035d4474d78476d1" - }, - { - "alg": "SHA-1", - "content": "f90f94d38bb351c0b165981303898106bcd8cc36" - }, - { - "alg": "SHA-256", - "content": "9b2b4749791044407e5e6b29a88e389fc867583d59fd833e832cfbe60c58d31f" - }, - { - "alg": "SHA-512", - "content": "141a25cce65d89cdb7088150e5842faf3aed01f51039f4fc15a840dacea62640bc25c51d610ae89f8c0f60e785115da80785570cd8327c594e32ec412a41f4d6" - }, - { - "alg": "SHA-384", - "content": "86be8046554725561851e29859225cd9873b3b5450b6d537df1e0a283f3d105fccc0b7d653317a2e3c4998f12e2dd567" - }, - { - "alg": "SHA3-384", - "content": "56389664cbc69c099ea6375bad98f71407fb42d8fdaf25b41fbc5af1df3f073dac7727e42639e4b0f83f883daa270055" - }, - { - "alg": "SHA3-256", - "content": "ca47ba62846968f9ff294fcf1bc4858023b91dfdce140917e9aeafb4b7f2da22" - }, - { - "alg": "SHA3-512", - "content": "1ff9f48d1a5c749366c1b8b2b4cd7957a42f33b773ecd3684133791a5fccf151f2c6f7099473b9d7ad16e16061d4d937ab6769e6f339515db9483902f5d891bd" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/io.micrometer/micrometer-commons@1.11.9?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/micrometer-metrics/micrometer" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.micrometer/micrometer-commons@1.11.9?type=jar" - }, - { - "group": "com.google.code.findbugs", - "name": "jsr305", - "version": "3.0.2", - "description": "JSR305 Annotations for Findbugs", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "dd83accb899363c32b07d7a1b2e4ce40" - }, - { - "alg": "SHA-1", - "content": "25ea2e8b0c338a877313bd4672d3fe056ea78f0d" - }, - { - "alg": "SHA-256", - "content": "766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7" - }, - { - "alg": "SHA-512", - "content": "bb09db62919a50fa5b55906013be6ca4fc7acb2e87455fac5eaf9ede2e41ce8bbafc0e5a385a561264ea4cd71bbbd3ef5a45e02d63277a201d06a0ae1636f804" - }, - { - "alg": "SHA-384", - "content": "ca0b169d3eb2d0922dc031133a021f861a043bb3e405a88728215fd6ff00fa52fdc7347842dcc2031472e3726164bdc4" - }, - { - "alg": "SHA3-384", - "content": "9903fd7505218999f8262efedb3d935d64bcef84aae781064ab5e1b24755466b269517cada562fa140cd1d417ede57a1" - }, - { - "alg": "SHA3-256", - "content": "223fda9a89a461afaae73b177a2dc20ed4a90f2f8757f5c65f3241b0510f00ff" - }, - { - "alg": "SHA3-512", - "content": "3996b5af57a5d5c6a0cd62b11773360fb051dd86a2ba968476806a2a5d32049b82d69a24a3c694e8fe4d735be6a28e41000cc500cc2a9fb577e058045855d2d6" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://findbugs.sourceforge.net/" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "vcs", - "url": "https://code.google.com/p/jsr-305/" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar" - }, - { - "publisher": "VMware, Inc.", - "group": "org.springframework.boot", - "name": "spring-boot-starter-data-jpa", - "version": "3.1.9", - "description": "Starter for using Spring Data JPA with Hibernate", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "dd3194523971c18bf60e381bba4d6d08" - }, - { - "alg": "SHA-1", - "content": "f251691cb95745be08ba47441ce0344042ebfb65" - }, - { - "alg": "SHA-256", - "content": "2290909a7d5fe3935ea0999701e0962c8a2ba15aa98206b835c56257ee6b1a22" - }, - { - "alg": "SHA-512", - "content": "d9774d4a9a404c70b4ee4330081d614198e0799c0f82f6a9a76876731e92e989e77653dc3edf4582762bd6284835fb356d47f192218f0ab4083ac343b9623330" - }, - { - "alg": "SHA-384", - "content": "6f3fc97d6cc61261e9c8dca09ef7ea072c8c0943498858b6036533f82d7090a4b2ecbd851b3565ccaec7b33513e74fee" - }, - { - "alg": "SHA3-384", - "content": "e614b892e36b48fc92fda735649647af33faa773bd1794c600783426ed073a71195f4196045f8b21fd83477e924cbd1e" - }, - { - "alg": "SHA3-256", - "content": "546400df2e53925bbf65a6f163656fc959a2b489070ed3d5af24a326a676a1a1" - }, - { - "alg": "SHA3-512", - "content": "be3c2d7e4b389c7d98efa8c32db56fe92d47e380fb986cb3785da464b1bde095877c42fc9dfcd8e46e12e19e440085507e9d82ee9c6f80710569a96bc39600b9" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.1.9?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://spring.io/projects/spring-boot" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-boot/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-boot" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.1.9?type=jar" - }, - { - "publisher": "VMware, Inc.", - "group": "org.springframework.boot", - "name": "spring-boot-starter-aop", - "version": "3.1.9", - "description": "Starter for aspect-oriented programming with Spring AOP and AspectJ", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "e2ac5a2437ec5de49a2d62fb5c952ed4" - }, - { - "alg": "SHA-1", - "content": "1e104256649c29cfb4692b38151373a734063b8f" - }, - { - "alg": "SHA-256", - "content": "ca096c0e7a17b4044a161d0016f1396e4d0b11750da3fbbbf18b1bb338141ec4" - }, - { - "alg": "SHA-512", - "content": "e8c29bba2f513078544a62c7324f51bef48d5dc1cc1f34f18ca9af5754597603058d006bc246a83d049ec96dfcce62aab1046ea0f4084c16a9b072b109326388" - }, - { - "alg": "SHA-384", - "content": "2a2673b56e4bc800ef2a3b52e8f9fedbd27f9c6871eb3f7ee7861a06ccc00b41978a3c62b85d23da843b977adfe9b262" - }, - { - "alg": "SHA3-384", - "content": "a08521b0cf775de4e41fab535c30e20be9bf21485a6d24ba8bde8abb5456c73ca1303814fa8238e8c428cf3184ed111c" - }, - { - "alg": "SHA3-256", - "content": "da23d59f6397a4f25654eaa4d7aee556c1c3593346d737bedc1145a4aa0e7e13" - }, - { - "alg": "SHA3-512", - "content": "2e3ae27f42c871aa5ad5f9c11b295870c15549fa83a97c6abbd7e6a1ab45a55ae50dc18a2c077838fe363126f4cc1b90d8698352013407a60cdbf96d96379b9a" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-aop@3.1.9?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://spring.io/projects/spring-boot" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-boot/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-boot" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-aop@3.1.9?type=jar" - }, - { - "group": "org.aspectj", - "name": "aspectjweaver", - "version": "1.9.21", - "description": "The AspectJ weaver applies aspects to Java classes. It can be used as a Java agent in order to apply load-time weaving (LTW) during class-loading and also contains the AspectJ runtime classes.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "5ad410e23382a98266021f68afbbbfc1" - }, - { - "alg": "SHA-1", - "content": "beaabaea95c7f3330f415c72ee0ffe79b51d172f" - }, - { - "alg": "SHA-256", - "content": "cc3397d9d3a114894756fc67779941f5f04b06e32e41aa9408564c671a1504ba" - }, - { - "alg": "SHA-512", - "content": "dbeeb48a558d1aa3cbe54da3a1c0cbf7cffbf915d8ab3132167898522b2d67e8e33ced78ebc861a4c42f958e4327e3c2c365a658cafa1d341a77568ab6f55cfd" - }, - { - "alg": "SHA-384", - "content": "1db3d25384469c04e8f5d29a797e9b81a6547f81d7e37ba0157a8caaa043e5c26866c0759d70be1598e87be53d7f8845" - }, - { - "alg": "SHA3-384", - "content": "86a8e977fc1ec573a45ca4ee7c7e512e86631ea502402d22475db7353f2d8309c103da2dfb42a3f6042be43e3f2aedc9" - }, - { - "alg": "SHA3-256", - "content": "ff8b8367dfd9db0e878c87c82e1ffa702eef1a65bd75cdf04d754babfaed068b" - }, - { - "alg": "SHA3-512", - "content": "63951cffe53e0d539f2dc6cab3b208e7bf055f84c178ab8531967cb36f573ea59af6f820c45e7f1673d9f94428a985c3cd2f11a714792d2016433006dfc72326" - } - ], - "licenses": [ - { - "license": { - "id": "EPL-2.0" - } - } - ], - "purl": "pkg:maven/org.aspectj/aspectjweaver@1.9.21?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://www.eclipse.org/aspectj/" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "vcs", - "url": "https://github.com/eclipse/org.aspectj" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.aspectj/aspectjweaver@1.9.21?type=jar" - }, - { - "publisher": "VMware, Inc.", - "group": "org.springframework.boot", - "name": "spring-boot-starter-jdbc", - "version": "3.1.9", - "description": "Starter for using JDBC with the HikariCP connection pool", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "a87acb8402570cddab105f0bfc9a6fda" - }, - { - "alg": "SHA-1", - "content": "d44c66826557dc6cab258466925c34c61a3bedbd" - }, - { - "alg": "SHA-256", - "content": "6bbb9d50e4142ace9308ba6d955368b06079c41ef8b180a5a0157838948469b9" - }, - { - "alg": "SHA-512", - "content": "cc0172960055d27c4925f6f239ebe27a64a0495f8150037582e8718f6f1739f1c6ff8cd4ca78f426087869a2ced668ec2d2fb64f7d9d4fa262be81ada5338ce9" - }, - { - "alg": "SHA-384", - "content": "02e3c093d59c5a09455e4324abc17ad72f5019b1f132dad0ad28cc1fdb99036a2642244f63af313b38b0c8bc2494f68b" - }, - { - "alg": "SHA3-384", - "content": "7324ccc99ced4149ffb9e110e43cc5eb01764e0bd9e86b4d65c17904b4ecff9d4077b38c12c797c3a9afba981ab90a19" - }, - { - "alg": "SHA3-256", - "content": "a411d609d9354a70bfc5e1ffb3ce574a057f37e28d14ebfedc7e2e2ab5699470" - }, - { - "alg": "SHA3-512", - "content": "c70470777460383fa6e56092aa5f06516750056e8c5264f10c75d61d309ee172a2774547d307516e5e815e2436bed8fc2ce041386809eb4f90d82e84094eac97" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-jdbc@3.1.9?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://spring.io/projects/spring-boot" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-boot/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-boot" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-jdbc@3.1.9?type=jar" - }, - { - "publisher": "Spring IO", - "group": "org.springframework", - "name": "spring-jdbc", - "version": "6.0.17", - "description": "Spring JDBC", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "29e13be4ae07c3a983eac76cd8a17b4a" - }, - { - "alg": "SHA-1", - "content": "8060275161ba07c19f6487169db9a124c139e0ae" - }, - { - "alg": "SHA-256", - "content": "faa74d78806c3ca2d78bd595b37a2df36695e242a0a1acafd1d1357fa95c9f54" - }, - { - "alg": "SHA-512", - "content": "45f3f71d6cf86a7b143be8ea8f5f96a4a25a0c1ef872c313482b612ddb931a7d741fea2a94e70a080294ce5c93c86b61c5002c91c1588a13fa70047da93890d9" - }, - { - "alg": "SHA-384", - "content": "75ee07f7688239eb9a23ef834916f5d9188ffd233082e261b12589e7a465f3a9053142c63dd1f75374397581e0947113" - }, - { - "alg": "SHA3-384", - "content": "4ddcd3410c683f3a9c294315d8960d51e5864903d324b38c05b774d523ea69277034bf5a08d02f99dd46767d240caed0" - }, - { - "alg": "SHA3-256", - "content": "a588c6a38f2afbc94285502f45199f0e86c8322e999abaab6c032c1fd8bce7df" - }, - { - "alg": "SHA3-512", - "content": "5fa0ab7528decfda7e7a17408076765aa075062ece1f2c35898979e1e3eefc6ac1a7c3142ad257e2a55aa9f01533d1c09b7422b17579ee2162d54b653c01c4d8" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework/spring-jdbc@6.0.17?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/spring-projects/spring-framework" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-framework/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-framework" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework/spring-jdbc@6.0.17?type=jar" - }, - { - "publisher": "Hibernate.org", - "group": "org.hibernate.orm", - "name": "hibernate-core", - "version": "6.2.22.Final", - "description": "Hibernate's core ORM functionality", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "32122bcc53af861c14ad24a92ec0b659" - }, - { - "alg": "SHA-1", - "content": "d4abafd87b2cf00c58886de529545fb36dcdc2b3" - }, - { - "alg": "SHA-256", - "content": "ddb863eb54365821edce27d7054b281c8b0364c6a41f4c10ef685f0c9b034dfe" - }, - { - "alg": "SHA-512", - "content": "30c3d849bff87d479f14d959eef9818b523cd4cf0424debe06ecce2347b9581997a9a44bf1adc45d327b0ba86335e513ee948cb8f9c2ecb18b24f2ff54f52a77" - }, - { - "alg": "SHA-384", - "content": "5b7bcc54f24a7e11ef9c638250e6054b5f1a3f50d15a811c057e56bb0139cc1a2cf7b53836f15ddc87a1c2a938b52ac8" - }, - { - "alg": "SHA3-384", - "content": "191c44a2e1c92fc05386f1003d68c1b9522be8e1ab34a3705f3a8c0f19081b378f331b50a1238c33afa92a86eca09c57" - }, - { - "alg": "SHA3-256", - "content": "0ebf4dcc617887c9381d6e7b65d071e9e22703415372948d2dcaefc591a5bb35" - }, - { - "alg": "SHA3-512", - "content": "82ae7149e2e93f4f28544c3a8a2fabbe1348ca1ce362d248f800d9d13c610783e7d89865c769ae8770717227d265248c4cf3d8cd0bd6393790d843a91258c66d" - } - ], - "licenses": [ - { - "license": { - "id": "LGPL-2.1-only", - "url": "https://opensource.org/licenses/LGPL-2.1" - } - } - ], - "purl": "pkg:maven/org.hibernate.orm/hibernate-core@6.2.22.Final?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://hibernate.org/orm" - }, - { - "type": "issue-tracker", - "url": "https://hibernate.atlassian.net/browse/HHH" - }, - { - "type": "vcs", - "url": "https://github.com/hibernate/hibernate-orm" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.hibernate.orm/hibernate-core@6.2.22.Final?type=jar" - }, - { - "publisher": "Eclipse Foundation", - "group": "jakarta.persistence", - "name": "jakarta.persistence-api", - "version": "3.1.0", - "description": "Eclipse Enterprise for Java (EE4J) is an open source initiative to create standard APIs, implementations of those APIs, and technology compatibility kits for Java runtimes that enable development, deployment, and management of server-side and cloud-native applications.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "35a1b7dfb38cf44ff795be607b0e6b5b" - }, - { - "alg": "SHA-1", - "content": "66901fa1c373c6aff65c13791cc11da72060a8d6" - }, - { - "alg": "SHA-256", - "content": "475389446d35c6f46c565728b756dc508c284644ea2690644e0d8e7e339d42fd" - }, - { - "alg": "SHA-512", - "content": "5ff83c6ade13eff5ca9daf7cf13bbba46a2c8aec3cc6ae4eea884026a081698d0425d18804147a075459c02480d25c88528a942bee3f6778a1e903a6a1fc8263" - }, - { - "alg": "SHA-384", - "content": "4cb763868a36715a04572b9c6d2244edd8c25c11ceda62230f03e3d76e79c138cdeaa7bedc82b157f1dec59e20986e4c" - }, - { - "alg": "SHA3-384", - "content": "ab5f8ae2862eaf372ea0f5f0d5ffc4a7849710e7344e1d8c4b8809ef68b929fae6d2334ed9086d56e52f536094c8c929" - }, - { - "alg": "SHA3-256", - "content": "5f446cb10eabaa42f6b778b9204171afda6ddb8a0f5ce1d73fca12ff8a30f22e" - }, - { - "alg": "SHA3-512", - "content": "b9a03156e740c39dc49f8dbe35c12ff723d2e2a84a99ca79cd0b24f97ec8d99ada2b7d02dc7108a8381e449f7726fb0d186535bd4c0874ef4f8036ef05f075cd" - } - ], - "licenses": [ - { - "license": { - "id": "EPL-2.0" - } - }, - { - "license": { - "id": "BSD-3-Clause" - } - } - ], - "purl": "pkg:maven/jakarta.persistence/jakarta.persistence-api@3.1.0?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/eclipse-ee4j/jpa-api" - }, - { - "type": "distribution-intake", - "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/eclipse-ee4j/jpa-api/issues" - }, - { - "type": "mailing-list", - "url": "https://dev.eclipse.org/mhonarc/lists/jpa-dev/" - }, - { - "type": "vcs", - "url": "https://github.com/eclipse-ee4j/jpa-api.git" - } - ], - "type": "library", - "bom-ref": "pkg:maven/jakarta.persistence/jakarta.persistence-api@3.1.0?type=jar" - }, - { - "publisher": "EE4J Community", - "group": "jakarta.transaction", - "name": "jakarta.transaction-api", - "version": "2.0.1", - "description": "Jakarta Transactions", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "5315974a3935e342b40849478e1c9966" - }, - { - "alg": "SHA-1", - "content": "51a520e3fae406abb84e2e1148e6746ce3f80a1a" - }, - { - "alg": "SHA-256", - "content": "50c0a7c760c13ae6c042acf182b28f0047413db95b4636fb8879bcffab5ba875" - }, - { - "alg": "SHA-512", - "content": "13c1a21af3c8030794155a62b4cdc70ba1d951fbfc0aead9e89f3f529e7bb4473a070bd4a6c593ce1c0cfb781332bd62d21cf0b34e3751f99b0de463f566ec61" - }, - { - "alg": "SHA-384", - "content": "9484a0adc05a5ea5377f6037ac2d1efa1d59d172ac03b683580f7d3e542d6e26779128dd1a7fab41f7061156f66c3b44" - }, - { - "alg": "SHA3-384", - "content": "064434509905dcaaeebd4e1eaeb26446cb911ff74f30d49e1b0c7f29a0e62fd9f5b84114129ec845eb99cc37cc4b5048" - }, - { - "alg": "SHA3-256", - "content": "7d865d16dc3e2a2b7e097a305a33f7fd419ec4dcea2df1e278b66a74e59325bd" - }, - { - "alg": "SHA3-512", - "content": "efe99bb4d2397b5d004b7aac679ec2ea0c13ce6c06fdcaec56b12f07d5938ac5f07df2937478b551955382612e2544819ea7f5827e0f6ea2726bbc1643dfdab3" - } - ], - "licenses": [ - { - "license": { - "id": "EPL-2.0" - } - }, - { - "license": { - "id": "GPL-2.0-with-classpath-exception" - } - } - ], - "purl": "pkg:maven/jakarta.transaction/jakarta.transaction-api@2.0.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://projects.eclipse.org/projects/ee4j.jta" - }, - { - "type": "distribution-intake", - "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/eclipse-ee4j/jta-api/issues" - }, - { - "type": "mailing-list", - "url": "https://dev.eclipse.org/mhonarc/lists/jta-dev/" - }, - { - "type": "vcs", - "url": "https://github.com/eclipse-ee4j/jta-api" - } - ], - "type": "library", - "bom-ref": "pkg:maven/jakarta.transaction/jakarta.transaction-api@2.0.1?type=jar" - }, - { - "publisher": "JBoss by Red Hat", - "group": "org.jboss.logging", - "name": "jboss-logging", - "version": "3.5.3.Final", - "description": "The JBoss Logging Framework", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "ee7e24e94235c13f53392ecaa53f938c" - }, - { - "alg": "SHA-1", - "content": "c88fc1d8a96d4c3491f55d4317458ccad53ca663" - }, - { - "alg": "SHA-256", - "content": "7b119460de174195aca412dfed52ca0bbef0ece26c2d74301b6172cfadf4ff59" - }, - { - "alg": "SHA-512", - "content": "cf3d5ccb791c3cf52d6af509056a1027cb6182a552b6fc66a593cf119812ba229f52d73f26f11555f248c8ef7ac45c11c27acb3c56dc73e627feee8b53275766" - }, - { - "alg": "SHA-384", - "content": "1b266fa1a354f8ec938066db3f41b778c421d67150919213946c5022310a45fa37f7d81cd6ddbd3e0fdc97fb9db2beac" - }, - { - "alg": "SHA3-384", - "content": "319213adb97dd49a5e1e2d76ac0f906624707580f7997c25c9ab0771a95a2d5110393d2c4cca4ef463b9ba6735d6a22a" - }, - { - "alg": "SHA3-256", - "content": "0b8a39595fd082a12943142c8a856210a9edb38d7c4690b10e0fbf4b5310f517" - }, - { - "alg": "SHA3-512", - "content": "d338491f03dddd461255aca2a054d414cfcddc8cc02546eb946941e3a2b6cb99b5a6e0f295059e34a0ed381d456c22ccce03644d7d19d41d99c2a61651b1e4a6" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0", - "url": "https://www.apache.org/licenses/LICENSE-2.0" - } - } - ], - "purl": "pkg:maven/org.jboss.logging/jboss-logging@3.5.3.Final?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://www.jboss.org" - }, - { - "type": "distribution-intake", - "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://issues.redhat.com/" - }, - { - "type": "mailing-list", - "url": "http://lists.jboss.org/pipermail/jboss-user/" - }, - { - "type": "vcs", - "url": "https://github.com/jboss-logging/jboss-logging/tree/main/" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.jboss.logging/jboss-logging@3.5.3.Final?type=jar" - }, - { - "publisher": "Hibernate.org", - "group": "org.hibernate.common", - "name": "hibernate-commons-annotations", - "version": "6.0.6.Final", - "description": "Common reflection code used in support of annotation processing", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "c155df7d9f04d15f3f6bbe79f4907074" - }, - { - "alg": "SHA-1", - "content": "77a5f94b56d49508e0ee334751db5b78e5ccd50c" - }, - { - "alg": "SHA-256", - "content": "cd974e0a8481fafdbaf9b4a0f08bb5a6c969b0365482763eedf77e6fd7f493b7" - }, - { - "alg": "SHA-512", - "content": "f670bfed87c66897660da90a3d94e4d21de8fb726757858d18d331999c3d223badc24af6437046f01e8c90f2b2427001500b9679f29c3465c402ae082a97712c" - }, - { - "alg": "SHA-384", - "content": "0f8a875b2d1b632f3b5764be0ca9da4bc37757697984fa80ac74a31a7650f0923364f79f1f32a86da95023a58cf2915f" - }, - { - "alg": "SHA3-384", - "content": "0b3a7da556b2b86cf986b2064c4cf137af69814c5fd541ae380cc794e93178d751998ed63a6f551fc549306863ed1000" - }, - { - "alg": "SHA3-256", - "content": "aeb443cebd0d1cd733dfb67328675e9b872edbbb1383341af4e549494b171ddb" - }, - { - "alg": "SHA3-512", - "content": "af9f75b63fb0a8e964c2a95c4ca9371b308a3ac49e4d891b4e0ad0af4fec862a3aa715180f57de04e56b1886d3088725cf259644e1e07a468912a8a1a7c92456" - } - ], - "licenses": [ - { - "license": { - "id": "LGPL-2.1-only", - "url": "https://opensource.org/licenses/LGPL-2.1" - } - } - ], - "purl": "pkg:maven/org.hibernate.common/hibernate-commons-annotations@6.0.6.Final?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://hibernate.org" - }, - { - "type": "issue-tracker", - "url": "https://hibernate.atlassian.net/browse/HCANN" - }, - { - "type": "vcs", - "url": "http://github.com/hibernate/hibernate-commons-annotations" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.hibernate.common/hibernate-commons-annotations@6.0.6.Final?type=jar" - }, - { - "group": "io.smallrye", - "name": "jandex", - "version": "3.0.5", - "description": "SmallRye Build Parent POM", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "3a98ddc216335215f6251e4d81fd4b59" - }, - { - "alg": "SHA-1", - "content": "c548a4871b552292dbdd65409d3fda145c8925c1" - }, - { - "alg": "SHA-256", - "content": "37ab98fc10e5341dd6697f39811b08f69de00fbb7b88929ef0fef68b765db5f1" - }, - { - "alg": "SHA-512", - "content": "21cb372cc9ef552f6a01aa3d59c016d988d89208cf76577149857d2f0619c69a5065abbd3426b7142897c53fc94add3a92454006342e422d6b6790dcdd505cb2" - }, - { - "alg": "SHA-384", - "content": "fbb1a2aa80cb3703b04f197df944277b0aa0f8ec615da468a3e66cd53c43b09aa692f1c995519fc14148172e82f8cc4f" - }, - { - "alg": "SHA3-384", - "content": "c4d64aa21b1fa36a870fa2dcfff44222c4cf0e05eaf70bbc434309ce81d4d73ace683e8c173e46a2cd36af545daa5347" - }, - { - "alg": "SHA3-256", - "content": "77d982ff396f9fb8f9ac5fe734edbf724133f6625506ecc34145a24a74ef751d" - }, - { - "alg": "SHA3-512", - "content": "9a0181c788ee61d89c1d63340bbcb7923ff63df792f2afd7b2ddeaa6b1e5e580f63bc33bc1007016d1f8f24ce1d541507b48c57006067500bba546ed46065707" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/io.smallrye/jandex@3.0.5?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://smallrye.io/jandex-parent/jandex" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/smallrye/jandex/issues" - }, - { - "type": "vcs", - "url": "https://github.com/smallrye/jandex/jandex/" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.smallrye/jandex@3.0.5?type=jar" - }, - { - "publisher": "fasterxml.com", - "group": "com.fasterxml", - "name": "classmate", - "version": "1.5.1", - "description": "Library for introspecting types with full generic information including resolving of field and method types.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "e91fcd30ba329fd1b0b6dc5321fd067c" - }, - { - "alg": "SHA-1", - "content": "3fe0bed568c62df5e89f4f174c101eab25345b6c" - }, - { - "alg": "SHA-256", - "content": "aab4de3006808c09d25dd4ff4a3611cfb63c95463cfd99e73d2e1680d229a33b" - }, - { - "alg": "SHA-512", - "content": "7fc4764eb65227f5ba614698a5cf2f9430133f42ec6e2ae53b4c724ee53f258541a0109fe0659e0b9e45729b46c95c00227e696b8d1addcd772c85f877658c9a" - }, - { - "alg": "SHA-384", - "content": "28b4780b2353ebc08dbc02c9a343527a9062a0455bfb4ab135cb639c03e5dfd9c2250a835c44d5f17d275667c2009694" - }, - { - "alg": "SHA3-384", - "content": "b194ace8f1f49f410286bd859866678b95a1b2c6f73e41f48291eb7438dffea57aaa9b177459038b6997771ce4d1cee1" - }, - { - "alg": "SHA3-256", - "content": "50234c94efed4c816eb77bd2f70b869c9f89ddf8ee73dc25e354f4d0b81b3e1f" - }, - { - "alg": "SHA3-512", - "content": "9886421726066b313a62283a6811b76d904ea1c1e9b7b2d850cb47afa189b03cdef053c8f7f6b79e77f2269c45f8cc2ed75c3389e96594b50987fef311d5a25f" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.fasterxml/classmate@1.5.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/FasterXML/java-classmate" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/FasterXML/classmate/issues" - }, - { - "type": "vcs", - "url": "https://github.com/FasterXML/java-classmate" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.fasterxml/classmate@1.5.1?type=jar" - }, - { - "group": "net.bytebuddy", - "name": "byte-buddy", - "version": "1.14.12", - "description": "Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "bf32ed474b27dc431b48bfef82d3c17f" - }, - { - "alg": "SHA-1", - "content": "6e37f743dc15a8d7a4feb3eb0025cbc612d5b9e1" - }, - { - "alg": "SHA-256", - "content": "970636134d61c183b19f8f58fa631e30d2f2abca344b37848a393cac7863dd70" - }, - { - "alg": "SHA-512", - "content": "308fac34915063b0dcdfb2f85e298cfe1cd2806e26d2ac6c14197bfc8458af733e0c159203b9fc3bda95aec990b411e7e077f4204c06405741255797ba81f6b0" - }, - { - "alg": "SHA-384", - "content": "7882bb1cea2919cb61765ad7cec30664f5311f85627f1f8b290f8cbcc09460be72f812ae2b853a67d76bb66cca8db098" - }, - { - "alg": "SHA3-384", - "content": "40163e968ab5d4bbac70984e6f26378b4e8671c34aef2f5e79c17af83e0ea3ffc465bc836e078b1f90cdc8da46bf6e2e" - }, - { - "alg": "SHA3-256", - "content": "9323fe537568843b2620539801210bc19894f6c90b78bb88737ae6ad3142e7ff" - }, - { - "alg": "SHA3-512", - "content": "f4e5b4a44b64cbb0970a64d8a25715a8f928c6228d99c2306ba8d3a8044319cfaa28f9d208df4f54ac84ab87d06862c9d20a11f9ae2778a137d51a21263b92a8" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/net.bytebuddy/byte-buddy@1.14.12?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://bytebuddy.net/byte-buddy" - }, - { - "type": "distribution-intake", - "url": "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2" - }, - { - "type": "issue-tracker", - "url": "https://github.com/raphw/byte-buddy/issues" - } - ], - "type": "library", - "bom-ref": "pkg:maven/net.bytebuddy/byte-buddy@1.14.12?type=jar" - }, - { - "publisher": "Eclipse Foundation", - "group": "org.glassfish.jaxb", - "name": "jaxb-runtime", - "version": "4.0.4", - "description": "JAXB (JSR 222) Reference Implementation", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "84368e1b5fbd1e99ce5c4f05c57c210e" - }, - { - "alg": "SHA-1", - "content": "7180c50ef8bd127bb1dd645458b906cffcf6c2b5" - }, - { - "alg": "SHA-256", - "content": "e15d383952b4dc889eaa33adfce905c1792bcd941828d9e05e5c43728a3791f2" - }, - { - "alg": "SHA-512", - "content": "56082c5387e26cbb157052a2ef127862eb914f8195b43f044266fbf49471239cbfc51a398b8d37a3f67b577c3715f80068e7b10977c952df599bca936b02e3e8" - }, - { - "alg": "SHA-384", - "content": "d02176e3667a95496b86a1f8dc535def159549092fe056a0aa85a168ea5842305ac5586b50aa76fb2450b5401b7db595" - }, - { - "alg": "SHA3-384", - "content": "f2dd3ed6ec492dcd3f5a3939fbd2e23b14139727b2301c89f130385149982156069d5a46830d707a83c945e68e03e774" - }, - { - "alg": "SHA3-256", - "content": "088dea15deaf31ba44e429f8822cd12dc6c224310cea3f63261b3f76dc220da6" - }, - { - "alg": "SHA3-512", - "content": "b0e9dcc145071b5499fad3e7fcba54ae6cdd39c83ed87c20baadaafd0014f3cbfca1b43be148034dc8b8ff6f168db005ad7f057b838d27e8d0d951233c21e50b" - } - ], - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - } - ], - "purl": "pkg:maven/org.glassfish.jaxb/jaxb-runtime@4.0.4?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://eclipse-ee4j.github.io/jaxb-ri/" - }, - { - "type": "distribution-intake", - "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/eclipse-ee4j/jaxb-ri/issues" - }, - { - "type": "mailing-list", - "url": "https://accounts.eclipse.org/mailing-list/jaxb-impl-dev" - }, - { - "type": "vcs", - "url": "https://github.com/eclipse-ee4j/jaxb-ri.git/jaxb-runtime-parent/jaxb-runtime" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.glassfish.jaxb/jaxb-runtime@4.0.4?type=jar" - }, - { - "publisher": "Eclipse Foundation", - "group": "org.glassfish.jaxb", - "name": "jaxb-core", - "version": "4.0.4", - "description": "JAXB Core module. Contains sources required by XJC, JXC and Runtime modules.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "244f2bbf8fca5549421d9199fab22f53" - }, - { - "alg": "SHA-1", - "content": "2d5aadd02af86f1e9d8c6f7e8501673f915d4e25" - }, - { - "alg": "SHA-256", - "content": "0112a26623460fb4df5a0a29b663f2adfe7e9584eb138ae047b5a21c9457f0d7" - }, - { - "alg": "SHA-512", - "content": "08ca74ec85d1a637bd139f8577078ea08c9f3347899feb84db70df543fb31d8bdb4b138be441088097c72e1cf2a1a88cd3ad00711db2c41791fcdf6e29018bbf" - }, - { - "alg": "SHA-384", - "content": "fcfbd110c789ffe9587378ff940887413da22eedfc0fc946e6d95ea77583b4565954db215eb78727571bf06f9bb1722c" - }, - { - "alg": "SHA3-384", - "content": "6c8c9986d8f3329b96c71c228ff87fcfdcc70a667c797d027ea12c66d97e290556e2fdde131fb0f0485be695ce20766e" - }, - { - "alg": "SHA3-256", - "content": "e24b9bf663e1306370c24da383ec6364f01775579f9e3d433d119aa999fc4f6f" - }, - { - "alg": "SHA3-512", - "content": "caf62a71d0cc51f0620dce89124046400487c127f69b458ef8785a60aea32391533fd37e5e9f5a69d74b38aee99d403efa0b64f298e35972033446054fead1a0" - } - ], - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - } - ], - "purl": "pkg:maven/org.glassfish.jaxb/jaxb-core@4.0.4?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://eclipse-ee4j.github.io/jaxb-ri/" - }, - { - "type": "distribution-intake", - "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/eclipse-ee4j/jaxb-ri/issues" - }, - { - "type": "mailing-list", - "url": "https://accounts.eclipse.org/mailing-list/jaxb-impl-dev" - }, - { - "type": "vcs", - "url": "https://github.com/eclipse-ee4j/jaxb-ri.git/jaxb-core" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.glassfish.jaxb/jaxb-core@4.0.4?type=jar" - }, - { - "publisher": "Eclipse Foundation", - "group": "org.eclipse.angus", - "name": "angus-activation", - "version": "2.0.1", - "description": "Angus Activation Registries Implementation", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "9a66564224140488f83f645ac32d4169" - }, - { - "alg": "SHA-1", - "content": "eaafaf4eb71b400e4136fc3a286f50e34a68ecb7" - }, - { - "alg": "SHA-256", - "content": "b226761815868edf8964c1d71e6d2d54ab238c2788507061b4e0633933b4c131" - }, - { - "alg": "SHA-512", - "content": "12adc46207e6bb01c82cae962260c4e573ec24058a93e9f8c1fa532abaae31665f8e3fee870f3fb61532ca8449a1ae7bd1d546caed9de468af20f008a39363e1" - }, - { - "alg": "SHA-384", - "content": "b2dc7efc13bc0fd8ac4be9af1036a5b10fbf2acb16dc3bfb0c27ef4af15902259ef997eae6ad71f141e00d2789ad7213" - }, - { - "alg": "SHA3-384", - "content": "728583e6f733a3d8896c6502ac003f05244c935d421186765baf12ee0662f4344953de80150d534a038a36df589bddf5" - }, - { - "alg": "SHA3-256", - "content": "ba9ba82a808ddc4b0ee01c75ffb46dbc2c31d17eb10cc98005c3e0c717011c56" - }, - { - "alg": "SHA3-512", - "content": "b99c8aef5bb02f200976e5a63257829fbe651028afef5208b7cf1d55333420d18df8ff71e6a70b5699156e5be6fc6019c676333ad74e5ba0ed4b346b1cadd027" - } - ], - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - } - ], - "purl": "pkg:maven/org.eclipse.angus/angus-activation@2.0.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/eclipse-ee4j/angus-activation/angus-activation" - }, - { - "type": "distribution-intake", - "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/eclipse-ee4j/angus-activation/issues/" - }, - { - "type": "mailing-list", - "url": "https://dev.eclipse.org/mhonarc/lists/jakarta.ee-community/" - }, - { - "type": "vcs", - "url": "https://github.com/eclipse-ee4j/angus-activation/angus-activation" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.eclipse.angus/angus-activation@2.0.1?type=jar" - }, - { - "publisher": "Eclipse Foundation", - "group": "org.glassfish.jaxb", - "name": "txw2", - "version": "4.0.4", - "description": "TXW is a library that allows you to write XML documents.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "8d3e81725d90d0c42dcdd04b471f5dfa" - }, - { - "alg": "SHA-1", - "content": "cfd2bcf08782673ac370694fdf2cf76dbaa607ef" - }, - { - "alg": "SHA-256", - "content": "32e7bd5178e29f2294d03d2793c41e54e52358b6ab95cd1343f26c1c2b274227" - }, - { - "alg": "SHA-512", - "content": "d215207f89679ca76d5c13e123b3a85eb61bc0d08c1adb3f5119ef41cbbad702389e6caaa144b28c127d771f7d1aa6189856f42ab80fdab182224d516748fac9" - }, - { - "alg": "SHA-384", - "content": "0710e541fc1e90b2ae9e20f62db97ce77972a43237427448653a0e8aa8208e4bb88d3d02b5aacbca3e90f50727c113bd" - }, - { - "alg": "SHA3-384", - "content": "c258425615878a4ff98c23e94e2861678791eaea7c764d45e647407475c943a4eae8dec22aab187058f8b2b47246cc93" - }, - { - "alg": "SHA3-256", - "content": "f543552b1616af3007b290451c242b32ee44d4a4f802b1d5419bfba436662618" - }, - { - "alg": "SHA3-512", - "content": "88840513af31729f16c749e6260774ad86be686fd3579aaa750df28f07ac711ebd0dad5aafdb08a4a8852c7559632bb25a6ce19c909ad758107cc6a6e86ee521" - } - ], - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - } - ], - "purl": "pkg:maven/org.glassfish.jaxb/txw2@4.0.4?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://eclipse-ee4j.github.io/jaxb-ri/" - }, - { - "type": "distribution-intake", - "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/eclipse-ee4j/jaxb-ri/issues" - }, - { - "type": "mailing-list", - "url": "https://accounts.eclipse.org/mailing-list/jaxb-impl-dev" - }, - { - "type": "vcs", - "url": "https://github.com/eclipse-ee4j/jaxb-ri.git/jaxb-txw-parent/txw2" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.glassfish.jaxb/txw2@4.0.4?type=jar" - }, - { - "publisher": "Eclipse Foundation", - "group": "com.sun.istack", - "name": "istack-commons-runtime", - "version": "4.1.2", - "description": "istack common utility code", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "535154ef647af2a52478c4debec93659" - }, - { - "alg": "SHA-1", - "content": "18ec117c85f3ba0ac65409136afa8e42bc74e739" - }, - { - "alg": "SHA-256", - "content": "7fd6792361f4dd00f8c56af4a20cecc0066deea4a8f3dec38348af23fc2296ee" - }, - { - "alg": "SHA-512", - "content": "c3b191409b9ace8cccca6be103b684a25f10675977d38f608036ffb687651a74fd4581a66e1c38e588e77165d32614e4b547bff412379f7a84b926ccb93515bb" - }, - { - "alg": "SHA-384", - "content": "9b8e20b08b109c485c654359ede00fcef74d85ac18f9c7978acd47bf630838d21ea193f79d144e66cf0f6992efd82ff8" - }, - { - "alg": "SHA3-384", - "content": "81c4cf19a5d0f078263cc8f9320d4208da28e25b93c1f45885e237148a3a7c7266ba7586a1eb5cd3efc86be6f90082bc" - }, - { - "alg": "SHA3-256", - "content": "218aa7dd7bca7cfdbee752bb1c2737a7066b47058a42b4ee466a14350bcd2741" - }, - { - "alg": "SHA3-512", - "content": "74770476681a130a3057fdfa2df3977b8aa9bbf1a520d9481694d0e9e0635c2e88d74ff73bbb870de34d93d0a4b6eae7f030e4ba12fbcc51debde58897fdcb6c" - } - ], - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - } - ], - "purl": "pkg:maven/com.sun.istack/istack-commons-runtime@4.1.2?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://projects.eclipse.org/projects/ee4j/istack-commons/istack-commons-runtime" - }, - { - "type": "distribution-intake", - "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/eclipse-ee4j/jaxb-istack-commons/issues" - }, - { - "type": "mailing-list", - "url": "https://dev.eclipse.org/mhonarc/lists/jaxb-impl-dev" - }, - { - "type": "vcs", - "url": "https://github.com/eclipse-ee4j/jaxb-istack-commons/istack-commons-runtime" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.sun.istack/istack-commons-runtime@4.1.2?type=jar" - }, - { - "publisher": "Eclipse Foundation", - "group": "jakarta.inject", - "name": "jakarta.inject-api", - "version": "2.0.1", - "description": "Jakarta Dependency Injection", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "72003bf6efcc8455d414bbd7da86c11c" - }, - { - "alg": "SHA-1", - "content": "4c28afe1991a941d7702fe1362c365f0a8641d1e" - }, - { - "alg": "SHA-256", - "content": "f7dc98062fccf14126abb751b64fab12c312566e8cbdc8483598bffcea93af7c" - }, - { - "alg": "SHA-512", - "content": "f186b2ada470abba1cc3b4f8c4373d940fb7c71a051b2c26f7c204ad4dfb69235fbf3f9c33da36d744cb90f52d921c51d76c0ff263bacb35eafb66cab83dc47d" - }, - { - "alg": "SHA-384", - "content": "405bd297a73901f013d48a0da028d04d400f3e61f4997c0e7297eb08120670a0e242e0002db8f130c33ab16cb02feb2d" - }, - { - "alg": "SHA3-384", - "content": "4db7e54434d0a208c876868f5595b808f2728c0455feaa752ab7b569a2186fc37cb891c9aa0076de3d08f6da6ff06eba" - }, - { - "alg": "SHA3-256", - "content": "3a5aba9f1ff1a130b76af886123eb375fa578498490df3dc60bb7ce7d59e9404" - }, - { - "alg": "SHA3-512", - "content": "00bba8efc2d6e7f0a509b321868d75f1aaf0681a750d089d913bde8424ab7bb88aadf49de6e291e352523e4f8c117b1b48033ff31d4d665dcc43c4c6ea000ba9" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/jakarta.inject/jakarta.inject-api@2.0.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/eclipse-ee4j/injection-api" - }, - { - "type": "distribution-intake", - "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/eclipse-ee4j/ee4j/issues" - }, - { - "type": "mailing-list", - "url": "https://dev.eclipse.org/mhonarc/lists/jakarta.ee-community/" - }, - { - "type": "vcs", - "url": "https://github.com/eclipse-ee4j/injection-api" - } - ], - "type": "library", - "bom-ref": "pkg:maven/jakarta.inject/jakarta.inject-api@2.0.1?type=jar" - }, - { - "publisher": "ANTLR", - "group": "org.antlr", - "name": "antlr4-runtime", - "version": "4.10.1", - "description": "The ANTLR 4 Runtime", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "b694fc738bf1a7e8f7eea2638ef2cc7f" - }, - { - "alg": "SHA-1", - "content": "10839f875928f59c622d675091d51a43ea0dc5f7" - }, - { - "alg": "SHA-256", - "content": "da66be0c98acfb29bc708300d05f1a3269c40f9984a4cb9251cf2ba1898d1334" - }, - { - "alg": "SHA-512", - "content": "901c199e15db7e8d92ff62d2255e44e11d29ce350ad20e32e320bdd29d08bf372a0c1bd912558461a06157d36ad4cddc5f89cb890bc511f8365099042b35bd4d" - }, - { - "alg": "SHA-384", - "content": "f647a9c2bc2dd488e86644d68aa2fe99152bfaaf9c4732260a8ce441e3cdbcd920e221d0f39aa93b555871f5f2431fb9" - }, - { - "alg": "SHA3-384", - "content": "e24593e54061e6e63bd3ea21c97c180c843eb0df525f6fe759c7c2178a5901a527b9033fa4b8b5b0d3243dae610fee64" - }, - { - "alg": "SHA3-256", - "content": "63aebcecd0517936ec580804c47b6f6a1c684ceddc0dbadad45c565f72483847" - }, - { - "alg": "SHA3-512", - "content": "3166cd93d9c7a6cdd2f5c0b56123b00018d3a3ee92eb2563985865c68201b124250075ee26d8965f8a3368c081ecd9589a91240c142a6cdebaaac8f31c03edbd" - } - ], - "licenses": [ - { - "license": { - "id": "BSD-4-Clause" - } - } - ], - "purl": "pkg:maven/org.antlr/antlr4-runtime@4.10.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://www.antlr.org/antlr4-runtime" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/antlr/antlr4/issues" - }, - { - "type": "mailing-list", - "url": "https://groups.google.com/forum/?fromgroups#!forum/antlr-discussion" - }, - { - "type": "vcs", - "url": "https://github.com/antlr/antlr4/tree/master/antlr4-runtime" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.antlr/antlr4-runtime@4.10.1?type=jar" - }, - { - "publisher": "Pivotal Software, Inc.", - "group": "org.springframework.data", - "name": "spring-data-jpa", - "version": "3.1.9", - "description": "Spring Data module for JPA repositories.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "1f39fef2c3feac0851e04e4dacea935d" - }, - { - "alg": "SHA-1", - "content": "267fb8aca820a8e6e4f0e3fc8f34d0af91129456" - }, - { - "alg": "SHA-256", - "content": "af464d0f3d103c72705f86513d90e8fb6dada766b9a7e7ccb5e01ea9cbe705a5" - }, - { - "alg": "SHA-512", - "content": "38e7a4d3b900b78656f5e91d149df1812f1a9a288410f53c60632370c3dc2a600e4eabb1f5c4c8eba1b51ea86a84c845b06b280abb426cb107f13f5efbb7bcaf" - }, - { - "alg": "SHA-384", - "content": "7581f45f79661bfb0dccaac6d0783b2edefed996cd2660d4cd5b022ec8117409c66a498db0b03d85c8dad6d9bec0c136" - }, - { - "alg": "SHA3-384", - "content": "fbcb3f1a9b3c9395a8f4c97e5755c892315897f53767da2af493b002b152bd3cc7953f91ab8d172f17c98926e9b7aed3" - }, - { - "alg": "SHA3-256", - "content": "ee1377c15804633d8dcf4edda537b733508425e965335783a45874fc18983889" - }, - { - "alg": "SHA3-512", - "content": "7917de327f0bc1552dd7cb0ec8dc2cdab5296fe4238419603c6cb2d8d8d1e6977c098578d4cae0091287bc2ae5af3be09bdf6af11722898b057994510b10f9a3" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework.data/spring-data-jpa@3.1.9?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://projects.spring.io/spring-data-jpa" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-data-jpa/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-data-jpa/spring-data-jpa" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework.data/spring-data-jpa@3.1.9?type=jar" - }, - { - "publisher": "Pivotal Software, Inc.", - "group": "org.springframework.data", - "name": "spring-data-commons", - "version": "3.1.9", - "description": "Core Spring concepts underpinning every Spring Data module.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "bad76cb1ef3c45b9b2bdcb7404ca2d04" - }, - { - "alg": "SHA-1", - "content": "77511baeb0bae929e11dbb952df6dcbb29f1a525" - }, - { - "alg": "SHA-256", - "content": "4afd28b91069a49d29c6852d69632046f311ad3e610f276986a13f3870f903d7" - }, - { - "alg": "SHA-512", - "content": "0ad1d7b057fb09650bdd670fc07f1cee7dc292738599286bfdd9371072c9b5c5ae7b1f053cafa1939743a44fa7b97f3401ee2f419f4cdc46a136f71a5e61a36c" - }, - { - "alg": "SHA-384", - "content": "aa4622989031b95a165502130018e299bdff3b82615103cc94d893e6eecc91b4d8cec2b6100d7c497c2fb71aad40adc3" - }, - { - "alg": "SHA3-384", - "content": "56c9609708df48be365fdfdc9541b692f67d0bcefeae79ff0431c27a9d8d26b5534ff6c8646de9f55fcbc60eb597ebea" - }, - { - "alg": "SHA3-256", - "content": "0e206bcb740e5595a9a9e2a22619d8e87f041c17c4d783895735647d5a28b7a1" - }, - { - "alg": "SHA3-512", - "content": "ff6caff869f11c4f79b3c63925e98bc06db48e29ef9db0d7887626f3f50aa6d734b4749fc8f3e6f6997670f9cad4470be8668dfc4be8136592d7965a4571bb00" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework.data/spring-data-commons@3.1.9?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://spring.io/projects/spring-data" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-data-commons/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-data-commons" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework.data/spring-data-commons@3.1.9?type=jar" - }, - { - "publisher": "Spring IO", - "group": "org.springframework", - "name": "spring-orm", - "version": "6.0.17", - "description": "Spring Object/Relational Mapping", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "e67ee83f2db42831e6d79eb3ae62daa2" - }, - { - "alg": "SHA-1", - "content": "993ea3b23063c0a0438a910a28f3e4eb4cc7cc80" - }, - { - "alg": "SHA-256", - "content": "3e9ee8561470cd5f0ffa8f02a70e87f6bba305ebc4853c5edbf685bbd88f786c" - }, - { - "alg": "SHA-512", - "content": "354d4acef17ace5a2229d5fb579e48c4b96cc6d28f623a008b08e11d91955d577840cb76388efe9d6d3cf3417a663fb6ad030713385f5dd9111661d105dd3fe5" - }, - { - "alg": "SHA-384", - "content": "010fcb98e6ecb3d02e77f4d740472a234ac876d7c8cf570a340eace385a47b7cd275c38f6699998e3b845f64acbaf5f6" - }, - { - "alg": "SHA3-384", - "content": "16f6d224adb5025a8945ac1bcf640388f5ee41c91cdaea05cebd3a39593857fb85c4bb9caa9bc277fc77d49423f57318" - }, - { - "alg": "SHA3-256", - "content": "1d6a7322f572c962b68875bf8dcf01aea1dc40c7966f8d2b8a5b51eccc167e2e" - }, - { - "alg": "SHA3-512", - "content": "064376a9944a854e2672822aa499523d426e203ab3652117081bf78ce6cf6d7df6cc4aaefb1154c434427d526e986e2d353ad7984db21832aa33b34c0e4519e6" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework/spring-orm@6.0.17?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/spring-projects/spring-framework" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-framework/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-framework" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework/spring-orm@6.0.17?type=jar" - }, - { - "publisher": "Spring IO", - "group": "org.springframework", - "name": "spring-aspects", - "version": "6.0.17", - "description": "Spring Aspects", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "77108ac7df67bd76d3b29ed55fa394f0" - }, - { - "alg": "SHA-1", - "content": "fe933b2bf3f567cd7c99aa239645a00d92cd806b" - }, - { - "alg": "SHA-256", - "content": "84e7558c94ec2a816e8f9e7d51b6d94546fb1d490775b56867ab60fdc130ad4d" - }, - { - "alg": "SHA-512", - "content": "fdf120f0efe02ac875deec9bcb6efc9a191dca086f79f058645cae8b53938efe5621e897b8b52acbbae77ae9bc77aed9e0fc22ddba05eed8aa892a7ffacf1fda" - }, - { - "alg": "SHA-384", - "content": "7eaba546c015e4b4c789b0d4eacd040582e65917de274b5fa13d7c09c53bab1f11dff1270de399fe188ed9f3544eccb4" - }, - { - "alg": "SHA3-384", - "content": "9f9edd0c3baeba97c26ff5249f960c76c18f243b2a9d9f59b65a814df448a850e5064b8a0c8cea33c05141dfda1d429c" - }, - { - "alg": "SHA3-256", - "content": "56bcdcb49f49a8f244876662ae94b033de35a07364530cb950dde15b30874af5" - }, - { - "alg": "SHA3-512", - "content": "891dd880b2d68a471707725830c531476a7dd7a71214bbcaacf41a47de39d59b15ab6dc886a036499bad464b61f179581f4bdb5b4b55602f77938f7437d215f1" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework/spring-aspects@6.0.17?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/spring-projects/spring-framework" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-framework/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-framework" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework/spring-aspects@6.0.17?type=jar" - }, - { - "publisher": "Zaxxer.com", - "group": "com.zaxxer", - "name": "HikariCP", - "version": "5.0.1", - "description": "Ultimate JDBC Connection Pool", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "3bc96d2ce8285470da11ec41bff6129f" - }, - { - "alg": "SHA-1", - "content": "a74c7f0a37046846e88d54f7cb6ea6d565c65f9c" - }, - { - "alg": "SHA-256", - "content": "26d492397e6775b4296737a8919bf04047afe5827fdd2c08b4557595436b3a2b" - }, - { - "alg": "SHA-512", - "content": "0a932d8c1083d3ba8eb6e004aa1783cc3f6df7424666f1d61ca6606715afbbb3da20bc0b61efd91bb3162f8092100ddad5e90fe019f818c89cc69a8d8d0bd5d5" - }, - { - "alg": "SHA-384", - "content": "7076c4dfe7763b477aa23309d0103290e035c88478bef5bb2189bff5d7a3942fcf6b510318863b8d55a7495586284d7c" - }, - { - "alg": "SHA3-384", - "content": "44ad2bde5beae862db7faba2e6f99b9e49076345f78f94136e5de2e10db972b786a544e009cf162f516953bb159085c6" - }, - { - "alg": "SHA3-256", - "content": "3cd38fb84432c644bd831436b11c9b37be7dc8b2fc72b9517427c0008cc42e46" - }, - { - "alg": "SHA3-512", - "content": "65a38105f390df9a4cfddcf2043206266cf0b2bb31a8797e08338dc4d631da31bae81998eb051e0f2767928783d5af55cc6d4b9bae47ad313cb66195cdc9f7e3" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.zaxxer/HikariCP@5.0.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/brettwooldridge/HikariCP" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.zaxxer/HikariCP@5.0.1?type=jar" - }, - { - "publisher": "QOS.ch", - "group": "org.slf4j", - "name": "slf4j-api", - "version": "2.0.12", - "description": "The slf4j API", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "86eb051f2e2d6497a3a57810c963a9d6" - }, - { - "alg": "SHA-1", - "content": "48f109a2a6d8f446c794f3e3fa0d86df0cdfa312" - }, - { - "alg": "SHA-256", - "content": "a79502b8abdfbd722846a27691226a4088682d6d35654f9b80e2a9ccacf7ed47" - }, - { - "alg": "SHA-512", - "content": "5bc0a61bd32b63ab7d44e210f1dcc3e4dc7417186ab8a2297f22edfa631513cc55b7fe3bb15eb0124b9a30dcfd4d168932bf3262cf6491feb2facbdfbe661e72" - }, - { - "alg": "SHA-384", - "content": "7c8d503d37899b577f39e5a3517b69034cad655e31d4b783313533bf49054f25b0ae87f8c32e4eb40677a53011e6bbce" - }, - { - "alg": "SHA3-384", - "content": "9bf58592bbf1d21ec6a6a55a084ea21a16d5d5c38dbadcded450ef6af8717b364beae497fdb600d9d3695e62fb26fe4b" - }, - { - "alg": "SHA3-256", - "content": "72000cfd589a16b4eb81e4ac648a2781847aafe0dd464fa260fdd79196ccc693" - }, - { - "alg": "SHA3-512", - "content": "1f91affc70ce6fdfa69be146d9f23835702a22c3a47b6c495b6964b3ea80d901bb1517b26e9fc973a3e6c7f38c25b74397856ae236519bf3d2ea96148c3118e2" - } - ], - "licenses": [ - { - "license": { - "id": "MIT", - "url": "https://opensource.org/licenses/MIT" - } - } - ], - "purl": "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://www.slf4j.org" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "vcs", - "url": "https://github.com/qos-ch/slf4j/slf4j-parent/slf4j-api" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar" - }, - { - "group": "com.oracle", - "name": "ojdbc8", - "version": "12.2.0.1", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "057478599050cf8999ced6069d3ccbf4" - }, - { - "alg": "SHA-1", - "content": "60f439fd01536508df32658d0a416c49ac6f07fb" - }, - { - "alg": "SHA-256", - "content": "b3a51360ef96cd6053c4707a3f5b44f6adb30262306d7ccfbec9861d1e15ea07" - }, - { - "alg": "SHA-512", - "content": "91ba1e5f9bd6ad0ac345a43b48370ad5ade2014750b3e7d3f1008ffb2a7abf8aff9fba2734a4ecb4e08904dd6c39b80a24b013b69d30bc500e3866df4e0c27b7" - }, - { - "alg": "SHA-384", - "content": "3a5635fc95e8bccd7fcc9aa98f9aeee72f6ff9cc4f125aed013961d0f14ab7c53fcd46fe7e3c0bbc11ff67353c2904d0" - }, - { - "alg": "SHA3-384", - "content": "066f5badb02dd5b28c9b4429e6c99e24ce79d6d14f0f2540653cb7c7ff1ef2df4082afe2fc163c41aab9280ad340c613" - }, - { - "alg": "SHA3-256", - "content": "64c1c37ffb5ded8b74a2e99437440a57a6c99014573d06da6fc84a6d83673814" - }, - { - "alg": "SHA3-512", - "content": "d2f49bf853c7ece5d658d15ad85fea77f1507c9082466ba5ccc0d11415e76046e1612446c32a06b194700562cf0152b86c975277bb6e16eadea0fc859dcce29a" - } - ], - "licenses": [], - "purl": "pkg:maven/com.oracle/ojdbc8@12.2.0.1?type=jar", - "type": "library", - "bom-ref": "pkg:maven/com.oracle/ojdbc8@12.2.0.1?type=jar" - }, - { - "publisher": "Eclipse Foundation", - "group": "jakarta.xml.bind", - "name": "jakarta.xml.bind-api", - "version": "4.0.1", - "description": "Jakarta XML Binding API", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "e62084f1afb23eccde6645bf3a9eb06f" - }, - { - "alg": "SHA-1", - "content": "ca2330866cbc624c7e5ce982e121db1125d23e15" - }, - { - "alg": "SHA-256", - "content": "287f3b6d0600082e0b60265d7de32be403ee7d7269369c9718d9424305b89d95" - }, - { - "alg": "SHA-512", - "content": "dcc70e8301a7f274bbb6d6b3fe84ad8c9e5beda318699c05aeac0c42b9e1e210fc6953911be2cb1a2ef49ac5159c331608365b1b83a14a8e86f89f630830dd28" - }, - { - "alg": "SHA-384", - "content": "16ff377d0cfd7d8f23f45417e1e0df72de7f77780832ae78a1d2c51d77c4b2f8d270bd9ce4b73d07b70b060a9c39c56e" - }, - { - "alg": "SHA3-384", - "content": "773fd2d1e1a647bea7a5365490483fd56e7a49d9b731298d3202b4f93602c9a1a7add0eee868bc5a7ac961da7dda8c8e" - }, - { - "alg": "SHA3-256", - "content": "26214bba5cee45014859be8018dc631c14146e0a5959bb88e05d98472c88de8b" - }, - { - "alg": "SHA3-512", - "content": "32bdc043b7d616d73bbc26e0b36308126b15658cd032a354770760c5b5656429a4240dd3ddcea835556e813b6ae8618307ebeb96e2e46ba8ab16f6a485fa4d32" - } - ], - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - } - ], - "purl": "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@4.0.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/eclipse-ee4j/jaxb-api/jakarta.xml.bind-api" - }, - { - "type": "distribution-intake", - "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/eclipse-ee4j/jaxb-api/issues" - }, - { - "type": "mailing-list", - "url": "https://dev.eclipse.org/mhonarc/lists/jaxb-dev" - }, - { - "type": "vcs", - "url": "https://github.com/eclipse-ee4j/jaxb-api.git/jakarta.xml.bind-api" - } - ], - "type": "library", - "bom-ref": "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@4.0.1?type=jar" - }, - { - "publisher": "Eclipse Foundation", - "group": "jakarta.activation", - "name": "jakarta.activation-api", - "version": "2.1.2", - "description": "Jakarta Activation API 2.1 Specification", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "1af11450fafc7ee26c633d940286bc16" - }, - { - "alg": "SHA-1", - "content": "640c0d5aff45dbff1e1a1bc09673ff3a02b1ba12" - }, - { - "alg": "SHA-256", - "content": "f53f578dd0eb4170c195a4e215c59a38abfb4123dcb95dd902fef92876499fbb" - }, - { - "alg": "SHA-512", - "content": "383283f469aba01a274591e29f1aa398fefa273bca180162d9d11c87509ffb55cb2dde51783bd6cae6f2c4347e0ac7358cf11f4c85787d5d2857354b9e29d877" - }, - { - "alg": "SHA-384", - "content": "e34ac294c104cb67ac06f7fc60752e54a881c04f68271b758899739a5df5be2d2d0e707face2705b95fa5a26cedf9313" - }, - { - "alg": "SHA3-384", - "content": "ffd74b0335a4bfdd9a0c733c77ecdfa967d5280500c7d2f01e2be8499d39a9f0cd29c9063ae634223347bb00f4e60c33" - }, - { - "alg": "SHA3-256", - "content": "c97236eaebb15b8aefa034b23834eaeed848dacf119746c6d87832c47581e74d" - }, - { - "alg": "SHA3-512", - "content": "147dfa2bf46bb47c81462c36ac6612f9f807169ffb785e2bbd45538205c5713f33af4373f3324a2063350c2367baff37e9c2cf085c38c96870ad88c60a7fbea4" - } - ], - "licenses": [ - { - "license": { - "id": "BSD-3-Clause" - } - } - ], - "purl": "pkg:maven/jakarta.activation/jakarta.activation-api@2.1.2?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/jakartaee/jaf-api" - }, - { - "type": "distribution-intake", - "url": "https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/jakartaee/jaf-api/issues/" - }, - { - "type": "mailing-list", - "url": "https://dev.eclipse.org/mhonarc/lists/jakarta.ee-community/" - }, - { - "type": "vcs", - "url": "https://github.com/jakartaee/jaf-api" - } - ], - "type": "library", - "bom-ref": "pkg:maven/jakarta.activation/jakarta.activation-api@2.1.2?type=jar" - }, - { - "publisher": "Spring IO", - "group": "org.springframework", - "name": "spring-core", - "version": "6.0.17", - "description": "Spring Core", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "6ff6c7d64167bbe4667471b904a9136c" - }, - { - "alg": "SHA-1", - "content": "15700dfbfa57e7c57f823ce3adb1c6c8f7ad1886" - }, - { - "alg": "SHA-256", - "content": "0aba33e359e11faeee5bc7b9d28e771e3e748ae78c1db18970b9bf5862fc3c4c" - }, - { - "alg": "SHA-512", - "content": "02091abb3aac987b27cf793b93166849f0868ec28ccad5dee841e54843f9f02efde954d9229bc0ec260bc2a0e15ffa0a10a4140e09f3eadb38ffde15256f8988" - }, - { - "alg": "SHA-384", - "content": "cec081b50f68a299cb9f7a1b8814d39b3f363961fc1f0f8d3bd0cb1cb7808400e749d1404139c2e3bd85afb5dac6eb36" - }, - { - "alg": "SHA3-384", - "content": "f19da246700c979567b0231690413bf773944b3da4619f4e27b7d9597577abcc45da8892b53eca5a2bd3b97cb291da99" - }, - { - "alg": "SHA3-256", - "content": "f582d69b966fc168d69ada8032884d6913f6f9f8c210e3106de2db6cef7c95e7" - }, - { - "alg": "SHA3-512", - "content": "6ba699fdc0f2d69e934ec429c321251a6de220f45a53900c5ea0fed42f2f5afed1a9e9959c9676c6c2cd634279e0c2b17088c85b44251d284e8bbc47691024ad" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/spring-projects/spring-framework" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-framework/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-framework" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework/spring-core@6.0.17?type=jar" - }, - { - "publisher": "Spring IO", - "group": "org.springframework", - "name": "spring-jcl", - "version": "6.0.17", - "description": "Spring Commons Logging Bridge", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "adb3a398fc02b20224373db160d4f724" - }, - { - "alg": "SHA-1", - "content": "2364a28adbc69fbd948918a6aff335461a35f6d9" - }, - { - "alg": "SHA-256", - "content": "d8d7698d2090abb88f21994da9e604519dbfc7ebb12e538762bccd0a488d7e2c" - }, - { - "alg": "SHA-512", - "content": "7f99f34628c8a10e3c50982b65ac81f25c1c423ae4454ae66b182759a7a6767641c1dca26591c572e0b3b44b22549b84cee91f99f8e22e9fd3277bc9e80f02e2" - }, - { - "alg": "SHA-384", - "content": "3352d1cecf1c672d899fde02715409d68065b3b6d69338772757d0c183ab6d0149294810174929a78e9da167fe6e880c" - }, - { - "alg": "SHA3-384", - "content": "91924a9596e4ee4b7b53e1a2b403d6bafe1f4ec9a6d34f1f2bff133b602cebf99be05f1302c901294125e0557b857585" - }, - { - "alg": "SHA3-256", - "content": "073570f8c9e231db88b2e2e4200f56aff3c7b3e919720b3b604e862eb90fd4ef" - }, - { - "alg": "SHA3-512", - "content": "727ad615be42f7fbdcd2bd9a7fcb1fabe84971585a4cf0d28e2c878db7cd3679336f11a8d353fd0f9321e193fc38cca51a3cde36fc63c4013a4b92c4c9c18020" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.springframework/spring-jcl@6.0.17?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/spring-projects/spring-framework" - }, - { - "type": "issue-tracker", - "url": "https://github.com/spring-projects/spring-framework/issues" - }, - { - "type": "vcs", - "url": "https://github.com/spring-projects/spring-framework" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.springframework/spring-jcl@6.0.17?type=jar" - }, - { - "publisher": "The Apache Software Foundation", - "group": "org.apache.commons", - "name": "commons-compress", - "version": "1.21", - "description": "Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "2a713d10331bc4e13459a3dc0463f16f" - }, - { - "alg": "SHA-1", - "content": "4ec95b60d4e86b5c95a0e919cb172a0af98011ef" - }, - { - "alg": "SHA-256", - "content": "6aecfd5459728a595601cfa07258d131972ffc39b492eb48bdd596577a2f244a" - }, - { - "alg": "SHA-512", - "content": "c92d9a12547aab475e057955ad815fdfe92ff44c78383fa5af54b089f1bff5525126ef6aef93334f3bfc22e2fef4ad0d969f69384e978a83a55f011a53e7e471" - }, - { - "alg": "SHA-384", - "content": "da56f95d420cd7278cee646f4cd0e7a5ee12b6a2894efaec12f0ff7b56c3d43e5db736fe1ed66ff91118b16f2d64ebef" - }, - { - "alg": "SHA3-384", - "content": "6d3dc0198dd523a49fa94e054841aece853577b5c3ea1029fc288ad9ff580ab1b65ea99ddbe58c42125054e8c43be461" - }, - { - "alg": "SHA3-256", - "content": "37d4a014b50393793d35c70431bd8a1842c197d854c6f174dfa946b9edc2b841" - }, - { - "alg": "SHA3-512", - "content": "61609f60746406a7cb1ef3f979488beca6674fde208c9025d3fdee115de4767e8a4a1ee38f5bf79ac0104505ddb3558f1feeba5e318d6545647120ac60db6b89" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.apache.commons/commons-compress@1.21?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://commons.apache.org/proper/commons-compress/" - }, - { - "type": "build-system", - "url": "https://builds.apache.org/" - }, - { - "type": "distribution-intake", - "url": "https://repository.apache.org/service/local/staging/deploy/maven2" - }, - { - "type": "issue-tracker", - "url": "https://issues.apache.org/jira/browse/COMPRESS" - }, - { - "type": "mailing-list", - "url": "https://mail-archives.apache.org/mod_mbox/commons-user/" - }, - { - "type": "vcs", - "url": "https://gitbox.apache.org/repos/asf?p=commons-compress.git" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.apache.commons/commons-compress@1.21?type=jar" - }, - { - "publisher": "The Apache Software Foundation", - "group": "org.apache.zookeeper", - "name": "zookeeper", - "version": "3.6.4", - "description": "ZooKeeper server", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "d2cdebf894df0848e5285003e5c0d4fb" - }, - { - "alg": "SHA-1", - "content": "7c035d7130a0dcb55e9566ba304ebda4763b002d" - }, - { - "alg": "SHA-256", - "content": "570794d876e9abf0367d03e8ca4e50274d3c57a730d739d862bd1fe0b4f5f805" - }, - { - "alg": "SHA-512", - "content": "1429ea13087782bfe58a691adb824c1e4e74bd8b8775daa3f74ea02ea7eac23b703e344ac94d5b4c92dc32a4e5a2bf6939194a8e147180635eac6f80ea68797b" - }, - { - "alg": "SHA-384", - "content": "718728a1260a1f61c725dba8832f73a52799a583e477d1fceb3850e8a681b39305b2ed248e1f6a0e1f61a61af5ac83dc" - }, - { - "alg": "SHA3-384", - "content": "ebb7d9a68ff617ddf74bc3b400d8fa80640b0e1408bdc1b5308bb6a6ab3820055cc9ce73589e5aa388c5f5f989580fa1" - }, - { - "alg": "SHA3-256", - "content": "cc21259b71455a6e535b1b88c4d321289792ae052f1190c05564e6776ef63ade" - }, - { - "alg": "SHA3-512", - "content": "c851614dec678191d669c51484706a968947e6a1173ce168971c84091bf6caf412cc4ad1d5f2f0232c1d28dddfeb47c731bc435ddb63c8eac025b19b44f5bbc3" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.apache.zookeeper/zookeeper@3.6.4?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://zookeeper.apache.org/zookeeper" - }, - { - "type": "build-system", - "url": "https://ci-hadoop.apache.org/view/ZooKeeper/" - }, - { - "type": "distribution-intake", - "url": "https://repository.apache.org/service/local/staging/deploy/maven2" - }, - { - "type": "issue-tracker", - "url": "http://issues.apache.org/jira/browse/ZOOKEEPER" - }, - { - "type": "mailing-list", - "url": "http://mail-archives.apache.org/mod_mbox/zookeeper-user/" - }, - { - "type": "vcs", - "url": "https://gitbox.apache.org/repos/asf/zookeeper.git/zookeeper" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.apache.zookeeper/zookeeper@3.6.4?type=jar" - }, - { - "publisher": "The Apache Software Foundation", - "group": "org.apache.zookeeper", - "name": "zookeeper-jute", - "version": "3.6.4", - "description": "ZooKeeper jute", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "f5436b44a19ecaa5e43f021b5d421bee" - }, - { - "alg": "SHA-1", - "content": "873a0acd6a1434bec0e1b5a5ef88b07a20727fb4" - }, - { - "alg": "SHA-256", - "content": "f3477ca671fe1a91553b5279ab7ad01e435d20cd7de902252a82716e70a3e730" - }, - { - "alg": "SHA-512", - "content": "6cf6d7ee0182e5a62b892875c78ab9e458c45ae87de3ab73c3d30b615a73f96929162deb4f96d656826d06d09024a9e48b01f8c4a477994b877127381099d5cf" - }, - { - "alg": "SHA-384", - "content": "bd1bea236f0a3e4804df2b6d46c507b7d6a978377bfadadad1c84283d142bb0648f401c3001c90184063ae26ce1b025c" - }, - { - "alg": "SHA3-384", - "content": "e477d6ac26dc2287770d10c5213c60ef53f879629550ca316764d6411510c1fd7edbd3987151af14900282ae8de40695" - }, - { - "alg": "SHA3-256", - "content": "ad67abaa50aae03e99d4e5b5108812ae3a414fa4b516ad53a862dcac5f5d74e7" - }, - { - "alg": "SHA3-512", - "content": "3b67e3bab579f6215520c939d1031927745b4ae38a90836546c50b21eed557ca37640b800e61705b64c16e42c6657630eafbb0131e1835e40800758edb5b7b40" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.apache.zookeeper/zookeeper-jute@3.6.4?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://zookeeper.apache.org/zookeeper-jute" - }, - { - "type": "build-system", - "url": "https://ci-hadoop.apache.org/view/ZooKeeper/" - }, - { - "type": "distribution-intake", - "url": "https://repository.apache.org/service/local/staging/deploy/maven2" - }, - { - "type": "issue-tracker", - "url": "http://issues.apache.org/jira/browse/ZOOKEEPER" - }, - { - "type": "mailing-list", - "url": "http://mail-archives.apache.org/mod_mbox/zookeeper-user/" - }, - { - "type": "vcs", - "url": "https://gitbox.apache.org/repos/asf/zookeeper.git/zookeeper-jute" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.apache.zookeeper/zookeeper-jute@3.6.4?type=jar" - }, - { - "publisher": "The Apache Software Foundation", - "group": "org.apache.yetus", - "name": "audience-annotations", - "version": "0.13.0", - "description": "Annotations for defining API boundaries and tools for managing javadocs", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "e7b6aa8d8967f6f34a711d763d1b4816" - }, - { - "alg": "SHA-1", - "content": "8ad1147dcd02196e3924013679c6bf4c25d8c351" - }, - { - "alg": "SHA-256", - "content": "3bfbb397b06f63a2a0a361f62ed32cf199bd92ddd48ea99281f4987edec9777b" - }, - { - "alg": "SHA-512", - "content": "9fdd60a366629a7ef7f934eea7d27d38e1614472e9090fd23c66032589fbfb9d90516c9cb13a44e4a3598e50d62daf851bb87e4dc8375b1da2cfe6392c448bd8" - }, - { - "alg": "SHA-384", - "content": "bdd7d0a05faa80c56ab33e8f0c9b70a366f3bcc9cb36fcf88d4f6761feee36b46787baf42b1f62606935eb595279de7e" - }, - { - "alg": "SHA3-384", - "content": "1a38fd63d6825a724bda4f2dd3dccd7c1d7cbdf7225236e4dc59f5f9642e8be8d1cf9863d723fa3f52d4e6f952eb99bf" - }, - { - "alg": "SHA3-256", - "content": "3cb50163f379a7eb642d4f6ceb0f4ab1d8a10414c656a101ca8027c2c4125c25" - }, - { - "alg": "SHA3-512", - "content": "444f96bec24b7d28999c6830db42267ee0a007ffccdd2e48ae75c83ba22442fe5bed854280699e197e77b20ccf6fb19a562c0031b8911bca68a7e66dc7d80797" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.apache.yetus/audience-annotations@0.13.0?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://yetus.apache.org/audience-annotations" - }, - { - "type": "distribution-intake", - "url": "https://repository.apache.org/service/local/staging/deploy/maven2" - }, - { - "type": "issue-tracker", - "url": "https://issues.apache.org/jira/browse/YETUS" - }, - { - "type": "mailing-list", - "url": "https://mail-archives.apache.org/mod_mbox/yetus-dev/" - }, - { - "type": "vcs", - "url": "https://github.com/apache/yetus.git/audience-annotations" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.apache.yetus/audience-annotations@0.13.0?type=jar" - }, - { - "publisher": "The Netty Project", - "group": "io.netty", - "name": "netty-handler", - "version": "4.1.107.Final", - "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "87d9e7e058a8df69cee1b45d46c055c6" - }, - { - "alg": "SHA-1", - "content": "d4c6b05f4d9aca117981297fb7f02953102ebb5e" - }, - { - "alg": "SHA-256", - "content": "ce135be15a4afe717db7c5a1d5bf1d10bdfdee50c8ce77a5a39e4694b97071db" - }, - { - "alg": "SHA-512", - "content": "4a6deee8011e79c4ff785d1fb1b538b2a7943650d95e5c7c5cfaf05de97e083ac5cd163f4bbc2089977af5c538627b45b83517e0c6b1f4a6d85f5da6fc99e8b3" - }, - { - "alg": "SHA-384", - "content": "9411892d46c045fdc46c513a75b6865ae46de3271c8dcedc9a0f2feb14d401e8ec4b73ed5d7a43f63d39268623f4a27f" - }, - { - "alg": "SHA3-384", - "content": "3cbf8d5e62aa71e911b84cd76b5c89cdbc79b98e8faede83d80597212b664fa72de78952cd6188585d950dee02ffd30e" - }, - { - "alg": "SHA3-256", - "content": "96d67772bba46837dae1b032294c6f5094e3e936ffff440dbc7e123defdb867e" - }, - { - "alg": "SHA3-512", - "content": "f7ddc11870c428334cf13d9e06c3bc87f0e0b2a4f559725d0a4fc2b9ff1bdc72100c32dfc1b316cc6b73d9bb057e10348d4408a469fb522220b92852207952c7" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/io.netty/netty-handler@4.1.107.Final?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://netty.io/netty-handler/" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "vcs", - "url": "https://github.com/netty/netty/netty-handler" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.netty/netty-handler@4.1.107.Final?type=jar" - }, - { - "publisher": "The Netty Project", - "group": "io.netty", - "name": "netty-common", - "version": "4.1.107.Final", - "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "4ea3473db2afa1e53f50267e1ea0af54" - }, - { - "alg": "SHA-1", - "content": "4f17a547530d64becd7179507b25f4154bcfba57" - }, - { - "alg": "SHA-256", - "content": "1231e7bd5f523d97280b89adefb3521132d45c22791318b9e0d462bd3ba1b8e9" - }, - { - "alg": "SHA-512", - "content": "ef8706dedcce8a8061138cb0ad0b9277c7d1717db63113da22bccc292039fe613b92b6b09250adfbcea7bd280d2935df782c9cad33c0911bb876c80f7deb3764" - }, - { - "alg": "SHA-384", - "content": "e5c6d41a44803e679b44d76cb9f224995ed2715fe66a5bbe48e3a2bdba8b1701cda18faaa3e1ad13ad2b0f1d48726f59" - }, - { - "alg": "SHA3-384", - "content": "0b543aae723288f2cc1bdaa147d62d7b305bc03ba0a936d6a81979a217d044f8f3010595870a7addd8f01bee84483362" - }, - { - "alg": "SHA3-256", - "content": "8d2bdf4e93793bae49a3d17ab185dd5bc3e6a2c3a50ebf7fd01374f26b930604" - }, - { - "alg": "SHA3-512", - "content": "a28940f4b141a7617d2c091a6404683d3b993cb6b405aeafd27f9343ae27f4703ec45fba696bf9a98fa93a99bd2bb6eea0e1adad1eb021d80f5c02495cf42c76" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://netty.io/netty-common/" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "vcs", - "url": "https://github.com/netty/netty/netty-common" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar" - }, - { - "publisher": "The Netty Project", - "group": "io.netty", - "name": "netty-resolver", - "version": "4.1.107.Final", - "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "c6c34e4e63e91a82be01948d0f3399bf" - }, - { - "alg": "SHA-1", - "content": "dfee84308341a42131dd0f8ac0e1e02d627c19f3" - }, - { - "alg": "SHA-256", - "content": "303244791c040229315845e2236bb7b75249cffb308f99d48b0bab199bc6be63" - }, - { - "alg": "SHA-512", - "content": "2b15a465a45cdc15bd6b34be7ca631c35195efb8dcbca2031373c66c13eaf029d9ed3060bebfe93a5a0f659728d07caffafc6a645c603d5bfa7e15b9bddc1a7e" - }, - { - "alg": "SHA-384", - "content": "b53c44f26534be5e81831af4e3ce6efaf3885587d265b124cba400d49682d28147419f9cd9da6482ada75679c3c1c283" - }, - { - "alg": "SHA3-384", - "content": "f9c37703dbd9b587524723bf927724c04e3e8a78444edbe685b237387b042c355a2b5cbc5b29b8fd2637662b1a2b5111" - }, - { - "alg": "SHA3-256", - "content": "24e7162fdc4378c7674820fe232cf8fdc93a9ccaa8d9596967eefea90735f934" - }, - { - "alg": "SHA3-512", - "content": "afbd5029610326d4d9a90b86ca36e549de9748c2d1015bf775aca54577c1f5c249c1edb1b8cb95269bd4fe7f41c544ffce6034ced5fc7a10ef58afb219c8dd8c" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/io.netty/netty-resolver@4.1.107.Final?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://netty.io/netty-resolver/" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "vcs", - "url": "https://github.com/netty/netty/netty-resolver" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.netty/netty-resolver@4.1.107.Final?type=jar" - }, - { - "publisher": "The Netty Project", - "group": "io.netty", - "name": "netty-buffer", - "version": "4.1.107.Final", - "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "36221171b3c67adfcba71251cf1511f0" - }, - { - "alg": "SHA-1", - "content": "8509a72b8a5a2d33d611e99254aed39765c3ad82" - }, - { - "alg": "SHA-256", - "content": "04eb1231c86a7011c48cd443a25dc2f397137e5ee0aac2f12f1c503f11f09e2a" - }, - { - "alg": "SHA-512", - "content": "78e944bc9b84f27c5ff25f7c69f15543af889c4533a9a524276badd19b46809a90a160178b70468eb54c17d882a5286006ea4dcbd921451ffbef2bed1e05b5b4" - }, - { - "alg": "SHA-384", - "content": "39e3e318586e117ac549bc3076b646ed7b49663f43e8935c3bc2f8aae2a4abf4988543a866a579f6e46f305e45c0c5cc" - }, - { - "alg": "SHA3-384", - "content": "61364891f2d932569cab68748f5736a523d6ed4388ce6bfd70bf0047fbc1bd7dad32ecbf48b95a0ca8111d271667635e" - }, - { - "alg": "SHA3-256", - "content": "e22a96a809b941abac04de523579f87762876ccfe8704897eb497dd909fe1464" - }, - { - "alg": "SHA3-512", - "content": "82298346c042a84dd4904ab05958ec1e673c3369731c4b0b26199a38d883458f07e3cae9e77cf8b2550c20899926bb880fbedfdf225850fd06402445f85cb85c" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/io.netty/netty-buffer@4.1.107.Final?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://netty.io/netty-buffer/" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "vcs", - "url": "https://github.com/netty/netty/netty-buffer" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.netty/netty-buffer@4.1.107.Final?type=jar" - }, - { - "publisher": "The Netty Project", - "group": "io.netty", - "name": "netty-transport", - "version": "4.1.107.Final", - "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "40f2781d9deb0cf3d047131d2f5e803b" - }, - { - "alg": "SHA-1", - "content": "d6a105c621b47d1410e0e09419d7209d2d46e914" - }, - { - "alg": "SHA-256", - "content": "8b3107c684c5fcf53bc437e78db9f186008184210fdb96798efb835c073cfa86" - }, - { - "alg": "SHA-512", - "content": "57b1ab1241b361ab25922208169a3598b75bfd272a006e657f0bf4afb1c12d01c793e4884d2fe51c25999df9285c50a313fd610eb09767fdb8290a29f2bc6e71" - }, - { - "alg": "SHA-384", - "content": "a75b175f6c07a4e5360cd23137b202d5f7cf5b541e680b16733486ecdc8ff80ccbe78b9382fd684ff1eb56908ca7e7c3" - }, - { - "alg": "SHA3-384", - "content": "5ce9c6ec88ccff98553ca3005e056c368fd367deda04cc10cd06e2d4b7e1913fec89cf2478430542cb458efd12be681b" - }, - { - "alg": "SHA3-256", - "content": "9cad098682c4825e47ecd631c43bba5195b705afdc7ac420d56ad9ee123d9cfb" - }, - { - "alg": "SHA3-512", - "content": "2951709fc9ee02913d81fd371439b1b3bdd2c538fc68eeaf624417ef3bcb00cd13bdfbc3529aca13340f70ec2e16f6adc81b2f8431d61cb7cd03bcf527787edb" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/io.netty/netty-transport@4.1.107.Final?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://netty.io/netty-transport/" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "vcs", - "url": "https://github.com/netty/netty/netty-transport" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.netty/netty-transport@4.1.107.Final?type=jar" - }, - { - "publisher": "The Netty Project", - "group": "io.netty", - "name": "netty-transport-native-unix-common", - "version": "4.1.107.Final", - "description": "Static library which contains common unix utilities.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "c73d26efc78d4f1305bee33b1c88e69e" - }, - { - "alg": "SHA-1", - "content": "4d61d4959741109b3eccd7337f11fc89fa90a74a" - }, - { - "alg": "SHA-256", - "content": "40eb2e471d88f9e7d09d59284297d1d46de37fb1441215b1b73e9b8691061e27" - }, - { - "alg": "SHA-512", - "content": "9fd65124015089bb55abf125ae8c1e726e98b2cd06cfebbea223682f3a73aed1094fda604cc4bf8cbb8b9e388682b6e7082ef07fd6ae253b6d174d3acf8b0483" - }, - { - "alg": "SHA-384", - "content": "62b32252858e321151f0a650e076350c2692dc734181e8b36650135f75f436f0f392aede52d1ddb705bac835706bba4f" - }, - { - "alg": "SHA3-384", - "content": "492792abb04c3585b6b712dbcbc0add1cfd14cbebd4b607c1214db8103268700b80324475d9569b7fd05ce5e8de1802a" - }, - { - "alg": "SHA3-256", - "content": "4d00622cf6df8f7c2ac71ca4dc4d84beca2daff7eff5d838cc4d43a43e888ef0" - }, - { - "alg": "SHA3-512", - "content": "5cb1f9f0dcada10be58f7cf99b97596ad5672c242085096d5ea5df6e76026a26567ae12958f1bb25251933f3ba707bd4dd017af20588d04c36c2ff2ad2455982" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.107.Final?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://netty.io/netty-transport-native-unix-common/" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "vcs", - "url": "https://github.com/netty/netty/netty-transport-native-unix-common" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.107.Final?type=jar" - }, - { - "publisher": "The Netty Project", - "group": "io.netty", - "name": "netty-codec", - "version": "4.1.107.Final", - "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "13189f08cd55833329503c88d1215fa4" - }, - { - "alg": "SHA-1", - "content": "0a1d32debf2ed07c5852ab5b2904c43adb76c39e" - }, - { - "alg": "SHA-256", - "content": "3a1f361b405f9ea30fe6aabe1907d719c0c99fe30c03932fee558214dbd638cc" - }, - { - "alg": "SHA-512", - "content": "ceb937d52f25fff44348f1607b9d13f74fb8f288f6b56440e08f8b61aba10895de9b7cb31f5a3d00bd38ce12e14534f7ede73e9636bd7e520b8624c28d482359" - }, - { - "alg": "SHA-384", - "content": "f427d6ece468f0472924195c55ba88560698593d6fb045ce07a627d79d7028de3257d9fd3d1adbbe6d7be7ae928ba819" - }, - { - "alg": "SHA3-384", - "content": "5c3ac8872df46284c65e98bd1f0e57d5f1f2c263504bf72a591cdfaa4f691f45c35a5c939d94ec0f91a17b825ff04480" - }, - { - "alg": "SHA3-256", - "content": "450d101c6e72bbd7941a5415052397202243a09d9d535fe5857e9a1899f3f45c" - }, - { - "alg": "SHA3-512", - "content": "59899fa7c4a006e62d305db417c16d685e7ad56482215b01f72780e204337e92cf2182e88d852388fccedfac728bd426308b1099a63118bc59a81e78b23e54a6" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/io.netty/netty-codec@4.1.107.Final?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://netty.io/netty-codec/" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "vcs", - "url": "https://github.com/netty/netty/netty-codec" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.netty/netty-codec@4.1.107.Final?type=jar" - }, - { - "publisher": "The Netty Project", - "group": "io.netty", - "name": "netty-transport-native-epoll", - "version": "4.1.107.Final", - "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "43876642e42a0a4cf602604cebb0625c" - }, - { - "alg": "SHA-1", - "content": "c5c62460000cc012c580e10ab185e2dc908167af" - }, - { - "alg": "SHA-256", - "content": "4d43ea6c97b08b470ae2b9fb041dfb5cb5d795fcaedd5c6a3a4eb8c498d1a9b2" - }, - { - "alg": "SHA-512", - "content": "4fda6b5e23427caa6f0f636dce49f51b6043693b2549d24442ff35cba5f85b034511f26cf0663db42227aa7ab6f8b270dc816a2bbdac4fd11018c8f8e26103c1" - }, - { - "alg": "SHA-384", - "content": "c8bbd836eec31574990bd2b0f0d386d1907f579dd6b7dd38456acd2a64c1bf3bc1809c259c4835d3c275582272d22a9d" - }, - { - "alg": "SHA3-384", - "content": "087a454d35a2aad803a1e08d2328d93c8ef3c33604bdfd0e738cb854f795e50c8c01c7977db414cf59a83746fa8f633c" - }, - { - "alg": "SHA3-256", - "content": "2ba0443682716bd13d0e6c1b0a5363158c14e0e260e162a3c6f733aa2bf39640" - }, - { - "alg": "SHA3-512", - "content": "08718da7f5a988872a3baa2e888bf03bab6c5eae44f5d67a901c28ac898bf55782c131257b2683f335bf629b826ee7db46d82fed08161c0aa24348aabd887349" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.107.Final?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://netty.io/netty-transport-native-epoll/" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "vcs", - "url": "https://github.com/netty/netty/netty-transport-native-epoll" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.107.Final?type=jar" - }, - { - "publisher": "The Netty Project", - "group": "io.netty", - "name": "netty-transport-classes-epoll", - "version": "4.1.107.Final", - "description": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "813a80d935d04d0749c6e0dfb507bb44" - }, - { - "alg": "SHA-1", - "content": "9234407d6a46745599735765c4d3755c7fc84162" - }, - { - "alg": "SHA-256", - "content": "3ca736cb7e02cca5fd600d9e12b2c068d35bbbb13440c507b4e8f6569133c012" - }, - { - "alg": "SHA-512", - "content": "83844643af32149de5d098acb9b96115b035429239e5cbaf9736e73ad9256c38095548614bd05a2c0b06a941f49ff359b1bd283d193306ac2b5a257c85069bd0" - }, - { - "alg": "SHA-384", - "content": "1759cc4ae9af81b6741a9832dc3fa779a35a4644f4e4b512c7ca8b13f59a5d73847c1a324cd1703d9340a17e54db8982" - }, - { - "alg": "SHA3-384", - "content": "b32db30ac5e082bff6b8f7aceac789d7c5eb7bf2715addf85474d79a15d2e0929323574646c0dcef03adfc04d182109f" - }, - { - "alg": "SHA3-256", - "content": "517c43ae7fe6283ae43ccc678be2bd087f91eeb17550eb30f8f7bfe8bddfdeea" - }, - { - "alg": "SHA3-512", - "content": "29c876537f1e6cbd83d6965cde1b4663e145c4884570dd892abbfc58c44953bbec1c606a73f466724c30360bd50756e4bef17871a424a5acd9e2be9273d73c34" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/io.netty/netty-transport-classes-epoll@4.1.107.Final?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://netty.io/netty-transport-classes-epoll/" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "vcs", - "url": "https://github.com/netty/netty/netty-transport-classes-epoll" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.netty/netty-transport-classes-epoll@4.1.107.Final?type=jar" - }, - { - "publisher": "LAMP/EPFL", - "group": "org.scala-lang", - "name": "scala-library", - "version": "2.13.10", - "description": "Standard library for the Scala Programming Language", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "f8ca7cf82f6d54ffdb6f8a2cdfe2474f" - }, - { - "alg": "SHA-1", - "content": "67c1afabaea9ba51321159e70a78515647e1b73d" - }, - { - "alg": "SHA-256", - "content": "e6ca607c3fce03e8fa38af3374ce1f8bb098e316e8bf6f6d27331360feddb1c1" - }, - { - "alg": "SHA-512", - "content": "f6945a0d4e535cd8bed34f6d30b4edf2ca076d531cfd021dac4654158ff08717a10c6c204fab132d03fc11a409d58a89fc78dd6c5b3ffc410c3f33f38ca2d592" - }, - { - "alg": "SHA-384", - "content": "fa80276dcebe950b3830a64af57aa0bc295a7e80714416160c45280e45f8a51e1b38c3d67b345a76cf75075779d539ee" - }, - { - "alg": "SHA3-384", - "content": "8e0b125975c09c44f2bb7a7604267c263a442180bd2c95cfcc004820702b6a158bd123b31deb7d36606b8818cbf2f825" - }, - { - "alg": "SHA3-256", - "content": "94c760f92e9766dc84ab15b40173601b022abd2f4e934efc6395e04f91a60744" - }, - { - "alg": "SHA3-512", - "content": "e7d09d42e734a6c7741ea2766fdd391b4337a5778d8cf2dd159a5c8f1c068dc824055ce6bb8c853728d396b4fbb95fcbb3931013e6276460ed523639e496c336" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0", - "url": "https://www.apache.org/licenses/LICENSE-2.0" - } - } - ], - "purl": "pkg:maven/org.scala-lang/scala-library@2.13.10?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://www.scala-lang.org/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/scala/bug/issues" - }, - { - "type": "vcs", - "url": "https://github.com/scala/scala" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.scala-lang/scala-library@2.13.10?type=jar" - }, - { - "publisher": "Confluent, Inc.", - "group": "io.confluent", - "name": "kafka-schema-registry-client", - "version": "5.3.1", - "description": "Schema Registry provides a RESTful interface for storing and retrieving versioned Avro schemas for use with Kafka.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "6fc24c86bddf289c295f9ff7faa4f5ee" - }, - { - "alg": "SHA-1", - "content": "cd42b9accfd9c187e869c9dc834e82c7182622c7" - }, - { - "alg": "SHA-256", - "content": "69432e91d0d069eb5d48708d31f1675254c7b2d4358e84729a81612048c85056" - }, - { - "alg": "SHA-512", - "content": "e2db2ee58966e5c97e2305a04ce3d4184b0ec9f3ce1c9bd66607e1e043d1595b7073f3ab27b20d5aeca3d4be589193ca6319a4497a6df92a3eabaae41d8303b9" - }, - { - "alg": "SHA-384", - "content": "34c07d1ff04ed5748162f78a0a4d9c6c3b95867fd15d161317b5411d9f211d95aa3024acb55c24b65590be61fabb5a9a" - }, - { - "alg": "SHA3-384", - "content": "d8a6c0de86f6e69d55e86e96201b20819198da799a6e4cc4b8e13824de06022d011d85167ee45260485203416e96244a" - }, - { - "alg": "SHA3-256", - "content": "088affa63bac543362ba0be1995c4cd56b3062d723e45b612a59ea041b4714f3" - }, - { - "alg": "SHA3-512", - "content": "64eb486bf519d2df3877cda2d4b6967a27fdebc7eb6ba15f12d6f74249c88523d6a20415c5e85fe72aa68ca6f3b05554d94fff0b4bc25aa392e963f0ba20afe1" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0", - "url": "https://www.apache.org/licenses/LICENSE-2.0" - } - } - ], - "purl": "pkg:maven/io.confluent/kafka-schema-registry-client@5.3.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://confluent.io/kafka-schema-registry-client" - }, - { - "type": "vcs", - "url": "https://github.com/confluentinc/schema-registry/kafka-schema-registry-client" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.confluent/kafka-schema-registry-client@5.3.1?type=jar" - }, - { - "publisher": "Confluent, Inc.", - "group": "io.confluent", - "name": "common-config", - "version": "5.3.1", - "description": "Common utilities, including metrics and config.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "4a05ff77f0dafe5310894a7fe5ff1e26" - }, - { - "alg": "SHA-1", - "content": "9177934c312858c5acb05f729dd68348489d0ffe" - }, - { - "alg": "SHA-256", - "content": "94c5d83d95d3556bee530cba3ea07a39be906477c87ac6c6ea8360e90fcbd3b4" - }, - { - "alg": "SHA-512", - "content": "058ba2d006708233bafb7048af92f31e229a0a5a8f2b182b18d7af24bec3ffde5d56e0741c1d358eac811bda5ebbda44c0e05bc4f35fe6669990c82a5eb27e41" - }, - { - "alg": "SHA-384", - "content": "1e36d006280b124c151dc77c234cb6153a26ce3d4bef74c8399a0cf9e36c4a59a417b62a1a326aad4274a2ba630faefd" - }, - { - "alg": "SHA3-384", - "content": "70a3f5f7b7f1b61197a02a816267612d83af327a8ae598a895e40f9746034b17d02087c7955c034681009ca8d6bd821c" - }, - { - "alg": "SHA3-256", - "content": "8015c53aa153744583a839f9a001b78e621980855962a0538656c2d6489cc094" - }, - { - "alg": "SHA3-512", - "content": "22e380d1b515e0b871e167660004110eb5a6943a88bcd73788b6031ba361cd225277c9f9c409e07d1ac17d58a5392500ebceced96691c152e59cbcc77a2ae051" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0", - "url": "https://www.apache.org/licenses/LICENSE-2.0" - } - } - ], - "purl": "pkg:maven/io.confluent/common-config@5.3.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://confluent.io/common-config" - }, - { - "type": "vcs", - "url": "https://github.com/confluentinc/common/common-config" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.confluent/common-config@5.3.1?type=jar" - }, - { - "publisher": "Confluent, Inc.", - "group": "io.confluent", - "name": "common-utils", - "version": "5.3.1", - "description": "Common utilities, including metrics and config.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "0d08ae0b949613a4faeecc2cbf27b5c7" - }, - { - "alg": "SHA-1", - "content": "3b33c2e381dd12c14419d244a3bf195458c614be" - }, - { - "alg": "SHA-256", - "content": "c44514b7ec8b39d29ecb6d68e7d429534ab00a3c08645b574ec1c12cc9bceaf9" - }, - { - "alg": "SHA-512", - "content": "d852fb6b564dbdb8fa579accc2b84f82af60b746ed03fab190b1c6f50b962d7439ba00ca7b1828f9cf075f96b36c3783303fbb377444d007b74af6b2049a226c" - }, - { - "alg": "SHA-384", - "content": "ca5c787d3f77c637eaf9fdc8087cb0c82e9f835f2bd4f707d871b2f99d8ffa475d3ece600f4e02dea8b1071b9d214a5a" - }, - { - "alg": "SHA3-384", - "content": "c11eadfddf9bfb42e55958344bca366e9b6525464bdbc7aaafe35adcad88ee4daa35e2261e0d5b2b262ff3950b000cff" - }, - { - "alg": "SHA3-256", - "content": "19a6384cd31c8f8441772e59e7a441c76bd89df6fb02a1bcafd112b9b25eb07b" - }, - { - "alg": "SHA3-512", - "content": "c70836ca5bb0bbe47cea0b334cfe378cc855bf743a3aebff64746ddf796b19cfdba2ae7837846f1eb6775b372d97a2990f946650f7727cc375774c417045867d" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0", - "url": "https://www.apache.org/licenses/LICENSE-2.0" - } - } - ], - "purl": "pkg:maven/io.confluent/common-utils@5.3.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://confluent.io/common-utils" - }, - { - "type": "vcs", - "url": "https://github.com/confluentinc/common/common-utils" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.confluent/common-utils@5.3.1?type=jar" - }, - { - "group": "com.101tec", - "name": "zkclient", - "version": "0.10", - "description": "A zookeeper client, that makes life a little easier.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "d403d66b9b02fbd34db3ce0ad8870f9c" - }, - { - "alg": "SHA-1", - "content": "c54d4b5a5e89af75a80b6d5857400165ce5188d0" - }, - { - "alg": "SHA-256", - "content": "26e988b8bba838c724fd8350b331ee8b5ffc59c3a9c074df115c4c3a6c843878" - }, - { - "alg": "SHA-512", - "content": "97b35fe2725a68b2bec4178f107200cab655283e346fa5dfcfcce902b5a29e7d73e459fdbaa14c6e13ce8fdd8ba981cb740d9daa432744bdbb190b5398993a5c" - }, - { - "alg": "SHA-384", - "content": "9d86dbea3c0d48555f52bc7512b64a61c037b428b44cb78037197dd4f1e2c4050078656352e9951d86d1c482ec869a52" - }, - { - "alg": "SHA3-384", - "content": "f83d6c7550ed447ee26e689449b56223d4ebb269efe8c7082e25a1cadc0c7e5a3899f7c97763a1610423af9b034a1d3e" - }, - { - "alg": "SHA3-256", - "content": "4515ce87b0694eef31851172197f1f53438dfb4c7766b39e5a39372456dcd082" - }, - { - "alg": "SHA3-512", - "content": "9b20bb9c1f163c4d21f1710c8f20992066bd3061ed9465359fe2b205c10e00cab0222080f7ba23a689915f8f6bfa10b121dc7f3b507444372c42c999dbf629c2" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.101tec/zkclient@0.10?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/sgroschupf/zkclient" - }, - { - "type": "vcs", - "url": "https://github.com/sgroschupf/zkclient" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.101tec/zkclient@0.10?type=jar" - }, - { - "publisher": "The Apache Software Foundation", - "group": "org.apache.avro", - "name": "avro", - "version": "1.9.2", - "description": "Avro core components", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "cb70195f70f52b27070f9359b77690bb" - }, - { - "alg": "SHA-1", - "content": "7e67193b94e45d32277ac480ea86421fd3976424" - }, - { - "alg": "SHA-256", - "content": "9d8f65504604b5fcdffb96793a9a32ca7b10bc0a469425d1d1fe4aa490c31c02" - }, - { - "alg": "SHA-512", - "content": "2b50e4daf70fef8a2df6a293dfcd740a78296a6fe54fe526e5019092a253952976f5af7f680f1f4b0edc4695087c0a4c2885457b4471199a9387cd480bf43092" - }, - { - "alg": "SHA-384", - "content": "07b5eaac4a0e406a7b9c376770ad9b1796d05a94b5cdb3d15242ca40babebfe99f75ee007c3e802bdb85461b61b37d84" - }, - { - "alg": "SHA3-384", - "content": "ffcb40d4a2a412c8a123c889e88ffc9af6312799a95c87540f44814e7412ccd7ff05257cc1ea44a7466cbbbf3e0a67a2" - }, - { - "alg": "SHA3-256", - "content": "6bffbedf8f5ee8caebe867712c9c997ab1f4b3efd85e256a7af7dfebf5ab1dc1" - }, - { - "alg": "SHA3-512", - "content": "aec59bedf4e5d35b72009d03324ee07d5f03a200988c01d793d9ab8d9e48402795a76a343d021d337defcc26c3be77f1fdf12f4e0dc1d9952fa883fcc43d106d" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.apache.avro/avro@1.9.2?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://avro.apache.org" - }, - { - "type": "distribution-intake", - "url": "https://repository.apache.org/service/local/staging/deploy/maven2" - }, - { - "type": "issue-tracker", - "url": "https://issues.apache.org/jira/browse/AVRO" - }, - { - "type": "mailing-list", - "url": "https://mail-archives.apache.org/mod_mbox/avro-dev/" - }, - { - "type": "vcs", - "url": "scm:git:https://github.com/apache/avro/avro-parent/avro" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.apache.avro/avro@1.9.2?type=jar" - }, - { - "publisher": "Confluent, Inc.", - "group": "io.confluent", - "name": "kafka-avro-serializer", - "version": "5.3.1", - "description": "Schema Registry provides a RESTful interface for storing and retrieving versioned Avro schemas for use with Kafka.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "79afbe85a56b837a19968d9cdb9d88ae" - }, - { - "alg": "SHA-1", - "content": "c0c5f47e8b0bc5d04aec4029a1680230676cdd78" - }, - { - "alg": "SHA-256", - "content": "5ae36dce34bf083abf3e9eb1bb1591eefe91362274fda7124bf2dbc6177bcd8d" - }, - { - "alg": "SHA-512", - "content": "4ad5b882b02f4ba8d889191966bc1c5625c603d1dd1b7874988abc3230e24a3f3f86aedef709f941bf8f5d0c09b26d3dc4015a437e0672a638ea0c03d747ea89" - }, - { - "alg": "SHA-384", - "content": "38eb8b765eba2f5953da93e00b1c566066cc2320847508a124d03542c8130c55b59d6e736fe677a86c274850d4cb38b7" - }, - { - "alg": "SHA3-384", - "content": "d8e6d3cd17f0e96c7e32a09ce1335b17bff3bd17868196a7a85badfc40238552c555cde204372b97acd86f18aeb9bea4" - }, - { - "alg": "SHA3-256", - "content": "de7da3ca762ca49243a2a1897ed90326c87f310fed4775c1a1330fcdee7f349b" - }, - { - "alg": "SHA3-512", - "content": "13c07a5cf1b62ce1d0ba93ba12ffc56f7f0a2d4194707cb35e9bc67bd97a63295877e7153f319dfb8e74c9a0f938a0315fbfdd91442d33ec680eef3a48a2982c" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0", - "url": "https://www.apache.org/licenses/LICENSE-2.0" - } - } - ], - "purl": "pkg:maven/io.confluent/kafka-avro-serializer@5.3.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://confluent.io/kafka-avro-serializer" - }, - { - "type": "vcs", - "url": "https://github.com/confluentinc/schema-registry/kafka-avro-serializer" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.confluent/kafka-avro-serializer@5.3.1?type=jar" - }, - { - "publisher": "Confluent, Inc.", - "group": "io.confluent", - "name": "kafka-json-schema-serializer", - "version": "7.5.1", - "description": "Schema Registry provides a RESTful interface for storing and retrieving versioned Avro schemas for use with Kafka.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "b25ec63e7cf9d4509296d6c8e3df44b5" - }, - { - "alg": "SHA-1", - "content": "3ea701847bef5245307733142ac713b8152a8688" - }, - { - "alg": "SHA-256", - "content": "05d21bf9806cbdb9ca4932afc832df12074fa73ebb65f79b0dc12e80155e9293" - }, - { - "alg": "SHA-512", - "content": "c3137802e55e22ca28445ce7599bf261cef97509c0b18a38d5cce277a8a7639f18091e80442f0b5c0d58a6b93f31d221f18cc0eff9f1d3b322396412cf713f46" - }, - { - "alg": "SHA-384", - "content": "a4920fcfdaf158d882dea61097838765601ac4cee5e8c94b58ca12d2988a8a5f633399b7407f669ee142e6bed5d8a9b8" - }, - { - "alg": "SHA3-384", - "content": "6e88f53fef3c39023d4ea5290a29756c0b44408985885d0511eb95c4092e30a3640f940008c9d6d7d0d1de115379eda9" - }, - { - "alg": "SHA3-256", - "content": "8d26e4c9b365eb2319da98ae04fefdf3d4ee24b399c1dd117e323d58f3d97de1" - }, - { - "alg": "SHA3-512", - "content": "2b5fdcb6429bd68e0ee70f3c242f022106b4094e02f773797698d4fc85c7a472049ab81aa12613f1dee2899fccc5a00f7c0ff9d8e190b4bddc3ce9cbea0a039c" - } - ], - "licenses": [ - { - "license": { - "name": "Confluent Community License", - "url": "http://www.confluent.io/confluent-community-license" - } - }, - { - "license": { - "id": "Apache-2.0", - "url": "https://www.apache.org/licenses/LICENSE-2.0" - } - } - ], - "purl": "pkg:maven/io.confluent/kafka-json-schema-serializer@7.5.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://confluent.io/kafka-json-schema-serializer" - }, - { - "type": "vcs", - "url": "https://github.com/confluentinc/schema-registry/kafka-json-schema-serializer" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.confluent/kafka-json-schema-serializer@7.5.1?type=jar" - }, - { - "publisher": "Confluent, Inc.", - "group": "io.confluent", - "name": "kafka-json-schema-provider", - "version": "7.5.1", - "description": "Schema Registry provides a RESTful interface for storing and retrieving versioned Avro schemas for use with Kafka.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "0e7589ef881089fc1166c30256896937" - }, - { - "alg": "SHA-1", - "content": "da34b1a24669f04339abb314203bc1be16e6eb9b" - }, - { - "alg": "SHA-256", - "content": "e84b762efe8cf180062a3c86687ce3e66708fd561dfec01bd59d81ab495d90e1" - }, - { - "alg": "SHA-512", - "content": "e6675f158db0241f44ec5d13637746b0e2f68df2f37119e202b03ec244dbf1ce1f3173f5a5727e618014c73dfbe620311de4c255d1973879ec28030699558363" - }, - { - "alg": "SHA-384", - "content": "8d11dabcb6bf9792c25910994d45dfb28d06ffdd6d27b33c992ca6598b596bbb905a45fee9511b33a715790cbb3e198c" - }, - { - "alg": "SHA3-384", - "content": "4250261658da4070779ad8db40c7c273efbb1c969dc14f34e0aed8c76b4cd098002d4e2c07157db69deb83e8212317e0" - }, - { - "alg": "SHA3-256", - "content": "912f0a02c7786ffeec6ee5a5b3a477e7c9fabfbbabc2e294311bb515a5faa1a6" - }, - { - "alg": "SHA3-512", - "content": "905b1fc19e853c66dc1572ffb2baadb9166bce72e81c3934971462557778986f8290fae05ca3848d9fba433bd31f2c72f44497b08ee9a0a07c287572b264870c" - } - ], - "licenses": [ - { - "license": { - "name": "Confluent Community License", - "url": "http://www.confluent.io/confluent-community-license" - } - }, - { - "license": { - "id": "Apache-2.0", - "url": "https://www.apache.org/licenses/LICENSE-2.0" - } - } - ], - "purl": "pkg:maven/io.confluent/kafka-json-schema-provider@7.5.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://confluent.io/kafka-json-schema-provider" - }, - { - "type": "vcs", - "url": "https://github.com/confluentinc/schema-registry/kafka-json-schema-provider" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.confluent/kafka-json-schema-provider@7.5.1?type=jar" - }, - { - "group": "com.github.erosb", - "name": "everit-json-schema", - "version": "1.14.2", - "description": "Implementation of the JSON Schema Core Draft v4 specification built with the org.json API", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "1d92e093bdf6359530b0c22da46f0573" - }, - { - "alg": "SHA-1", - "content": "7fb69dc1577932080cf8f186da73112cdedb2478" - }, - { - "alg": "SHA-256", - "content": "43b825c82a5bf99cd6fa17482b7dc0c2a3c37ab77742fc82b11b4cd75cf45d2a" - }, - { - "alg": "SHA-512", - "content": "bffd989b3829a2cc95cef7da42a2cbbb441a5fd87d4eb4d7c8b98625b1e8417539b6395854c5e9875cfe8b67305810a86c0cf07031feddbe82520ab12e8623d5" - }, - { - "alg": "SHA-384", - "content": "05600404af7d15b39d213d9e1cf5f661b2c8b72582715d29e5408ca00223680611a00f074eb0fb80cba003d45ed60d1c" - }, - { - "alg": "SHA3-384", - "content": "27ad0c1dced26e1eba0ee8679c90f66d0b427fa3ecbfa12713a0ad8a73662cb64b070284b23141a1c6095e0cf259d7d8" - }, - { - "alg": "SHA3-256", - "content": "592066845bf469c17ee9afd382ca8bb466d82293c250d9af2fe5e2a063a5d1c7" - }, - { - "alg": "SHA3-512", - "content": "ff911b6cc03d49a966e1a69d2a158da62c4e1502736f680c538ce35d419e9e05c9f1cd02142e18e3fbfa1a41b9d0bb452c3c3714cff8751d92617fd0b821f5e3" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.github.erosb/everit-json-schema@1.14.2?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/erosb/everit-json-schema" - }, - { - "type": "vcs", - "url": "https://github.com/erosb/everit-json-schema" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.github.erosb/everit-json-schema@1.14.2?type=jar" - }, - { - "group": "org.json", - "name": "json", - "version": "20230227", - "description": "JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "6b9a69b21979b0c3cb5733db19ea51b1" - }, - { - "alg": "SHA-1", - "content": "7a0d4aca76513d8ce81f9b044ce8126b84809ad8" - }, - { - "alg": "SHA-256", - "content": "9ed26791dc2d8629fdf8a207f1aebadcb50d641be637664310ef51c0f73e269b" - }, - { - "alg": "SHA-512", - "content": "4deb046af3b06169c7dd81275f0ff0e56438701c171c72c290c6525dd1f2fff775f12257a6f75576f9bce3835bd68d92c8b196624faa86721097d1ef7ded3f17" - }, - { - "alg": "SHA-384", - "content": "c49b16ffd4880bd3c0cf839e869fee94b0ece0530f6d5ce72610d340cd9cc3867561043c1252c65bcee432812f2e3b10" - }, - { - "alg": "SHA3-384", - "content": "2d22543d59f7918e76e60717896dcd8f778301907700639192f59b5badb844c998e3bb32535b2efa7f2c6e9974440b14" - }, - { - "alg": "SHA3-256", - "content": "d456fa8fb6811ae6052604ea782dc53e44b0b3e979cd90d1c4a51192bf079ba3" - }, - { - "alg": "SHA3-512", - "content": "42ae2032e53879f38ced36aa506cb4caf6dac2c2086f520ea6738e43ec17bcf1b9a7b05bed35ac79bbeb0aa7d7d5525c5abf09812b05da978676ab22e9399520" - } - ], - "licenses": [ - { - "license": { - "name": "Public Domain", - "url": "https://github.com/stleary/JSON-java/blob/master/LICENSE" - } - } - ], - "purl": "pkg:maven/org.json/json@20230227?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/douglascrockford/JSON-java" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "vcs", - "url": "https://github.com/douglascrockford/JSON-java.git" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.json/json@20230227?type=jar" - }, - { - "publisher": "The Apache Software Foundation", - "group": "commons-validator", - "name": "commons-validator", - "version": "1.7", - "description": "Apache Commons Validator provides the building blocks for both client side validation and server side data validation. It may be used standalone or with a framework like Struts.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "4b6f22de69432bc03254b47310d59651" - }, - { - "alg": "SHA-1", - "content": "76069c915de3787f3ddd8726a56f47a95bfcbb0e" - }, - { - "alg": "SHA-256", - "content": "4d74f4ce4fb68b2617edad086df6defdf9338467d2377d2c62e69038e1c4f02f" - }, - { - "alg": "SHA-512", - "content": "4e303ab9e2132eaca8b4188aa91885a046a3b8e76f2895a9c7025c001e8d36e096a9f69abd05d83a508fa16d0d2ec089ea9f0dae261d049ff18724fad6a8f1b1" - }, - { - "alg": "SHA-384", - "content": "7f6f1015b4d9f3aa26a06634eccc821ea4e3babb69432a41a212e134c670bdee6e3d9f0648bd2b62d7d6dfbee2ee5daf" - }, - { - "alg": "SHA3-384", - "content": "ad4f29fe111b1f7b7e1cc76bb6f09de1294330865c9a6c302d947b23098241eea8fb2c40fd120d24da704dca8a1189f3" - }, - { - "alg": "SHA3-256", - "content": "c416453612541ecf93b1dbfa2791532926238d12a69ef2d6cb3b88117fd644a4" - }, - { - "alg": "SHA3-512", - "content": "5138972c03276bec26ad40ecfdcd4104173875741119bac7df97fcbcde1b8f9aa01b792052f2d172be395426cafbb3b4d470fc9b95492586526bd8ab5f7155fc" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/commons-validator/commons-validator@1.7?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://commons.apache.org/proper/commons-validator/" - }, - { - "type": "build-system", - "url": "https://builds.apache.org/" - }, - { - "type": "distribution-intake", - "url": "https://repository.apache.org/service/local/staging/deploy/maven2" - }, - { - "type": "issue-tracker", - "url": "http://issues.apache.org/jira/browse/VALIDATOR" - }, - { - "type": "mailing-list", - "url": "https://mail-archives.apache.org/mod_mbox/commons-user/" - }, - { - "type": "vcs", - "url": "https://gitbox.apache.org/repos/asf/commons-validator" - } - ], - "type": "library", - "bom-ref": "pkg:maven/commons-validator/commons-validator@1.7?type=jar" - }, - { - "publisher": "The Apache Software Foundation", - "group": "commons-digester", - "name": "commons-digester", - "version": "2.1", - "description": "The Digester package lets you configure an XML to Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "528445033f22da28f5047b6abcd1c7c9" - }, - { - "alg": "SHA-1", - "content": "73a8001e7a54a255eef0f03521ec1805dc738ca0" - }, - { - "alg": "SHA-256", - "content": "e0b2b980a84fc6533c5ce291f1917b32c507f62bcad64198fff44368c2196a3d" - }, - { - "alg": "SHA-512", - "content": "a2c822690786b41e0a02506c7aaf7e8a4b8251ea71d6978ee03e82b11ca242e49386d6da84dbc7182d5a6fb167822aed200da2d97e2f264d63ccf8f1b9681ac8" - }, - { - "alg": "SHA-384", - "content": "2aaaa152e6e5fa4c632065e18bb17f8a223de0713be0610b62939b179fccdd37645f2e3073896f455ea95566274e14c1" - }, - { - "alg": "SHA3-384", - "content": "68f842c1a87a2fae303d1662a2b9d9d63b358c11c7b26ec468ef64f5e677b44e3db3d30a7f4b74aa73bda0ecf9f4858a" - }, - { - "alg": "SHA3-256", - "content": "dafa3bae04d0eb180e384caf6a86be5387537992b2b7c4998cc341d56f0ac4d7" - }, - { - "alg": "SHA3-512", - "content": "7a3f2991476cd5f2f8e645fe9820a9820b720b19fc6451be09a3be35bab7d51fe28f094c0f9735aa5f6fb9dc432c8513b7d15ae44d66b0836e97abcf06d74ce4" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/commons-digester/commons-digester@2.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://commons.apache.org/digester/" - }, - { - "type": "build-system", - "url": "http://vmbuild.apache.org/continuum/" - }, - { - "type": "distribution-intake", - "url": "https://repository.apache.org/service/local/staging/deploy/maven2" - }, - { - "type": "issue-tracker", - "url": "http://issues.apache.org/jira/browse/DIGESTER" - }, - { - "type": "mailing-list", - "url": "http://mail-archives.apache.org/mod_mbox/commons-user/" - }, - { - "type": "vcs", - "url": "http://svn.apache.org/viewvc/commons/proper/digester/tags/DIGESTER_2_1_RC2" - } - ], - "type": "library", - "bom-ref": "pkg:maven/commons-digester/commons-digester@2.1?type=jar" - }, - { - "publisher": "The Apache Software Foundation", - "group": "commons-logging", - "name": "commons-logging", - "version": "1.2", - "description": "Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "040b4b4d8eac886f6b4a2a3bd2f31b00" - }, - { - "alg": "SHA-1", - "content": "4bfc12adfe4842bf07b657f0369c4cb522955686" - }, - { - "alg": "SHA-256", - "content": "daddea1ea0be0f56978ab3006b8ac92834afeefbd9b7e4e6316fca57df0fa636" - }, - { - "alg": "SHA-512", - "content": "ed00dbfabd9ae00efa26dd400983601d076fe36408b7d6520084b447e5d1fa527ce65bd6afdcb58506c3a808323d28e88f26cb99c6f5db9ff64f6525ecdfa557" - }, - { - "alg": "SHA-384", - "content": "ac20720d7156131478205f1b454395abf84cfc8da2f163301af32f63bd3c4764bd26cb54ed53800f33193ae591f3ce9c" - }, - { - "alg": "SHA3-384", - "content": "628eb4407e95dca84da1a06b08a6d9b832a49de8472b1b217e8607f08efeeed18b996232d64dd07f03e78e0e3bb4b078" - }, - { - "alg": "SHA3-256", - "content": "9aab62deccf156ee6e324c925dfc30ecb53e8465802863a551901a461424e807" - }, - { - "alg": "SHA3-512", - "content": "3fd76857f6d20c03799537cc961c1c4ddf1c375c6c192fb982363e3b9397ba138b77f24ef38b4202f44e37586789c0320e4de18fdadd2772304fd14a9b26d552" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/commons-logging/commons-logging@1.2?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://commons.apache.org/proper/commons-logging/" - }, - { - "type": "build-system", - "url": "https://continuum-ci.apache.org/" - }, - { - "type": "distribution-intake", - "url": "https://repository.apache.org/service/local/staging/deploy/maven2" - }, - { - "type": "issue-tracker", - "url": "http://issues.apache.org/jira/browse/LOGGING" - }, - { - "type": "mailing-list", - "url": "http://mail-archives.apache.org/mod_mbox/commons-user/" - }, - { - "type": "vcs", - "url": "http://svn.apache.org/repos/asf/commons/proper/logging/trunk" - } - ], - "type": "library", - "bom-ref": "pkg:maven/commons-logging/commons-logging@1.2?type=jar" - }, - { - "publisher": "The Apache Software Foundation", - "group": "commons-collections", - "name": "commons-collections", - "version": "3.2.2", - "description": "Types that extend and augment the Java Collections Framework.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "f54a8510f834a1a57166970bfc982e94" - }, - { - "alg": "SHA-1", - "content": "8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5" - }, - { - "alg": "SHA-256", - "content": "eeeae917917144a68a741d4c0dff66aa5c5c5fd85593ff217bced3fc8ca783b8" - }, - { - "alg": "SHA-512", - "content": "51c72f9aca7726f3c387095e66be85a6df97c74b00a25434b89188c1b8eab6e2b55accf7b9bd412430d22bd09324dec076e300b3d1fa39fccad471f0f2a3da16" - }, - { - "alg": "SHA-384", - "content": "dd4e99b3314bd3c1a1ee26296615d9e44dadf7a1f8a7bbba44fb95121803d331e36d4cca4260e7609af78a47ba3e4073" - }, - { - "alg": "SHA3-384", - "content": "8ce03528e4a6e95c44283b56eca87e6a6d3bf1363411a55b538f4f9110cf7470581ea5c73925e877ddab08dba0603f40" - }, - { - "alg": "SHA3-256", - "content": "fd3d6134b5f07077b82ccf93d148dacf7c4ce5c971209510edd0e77e3e38c19e" - }, - { - "alg": "SHA3-512", - "content": "c2a523916fb7c7d55a05d5e3d9e9b33000733f4b20a71be174e4e093e3f06ea78ad831edd1505527da7388105f8647efb7d5666ba852c90b4e2d5bb74256efbc" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/commons-collections/commons-collections@3.2.2?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://commons.apache.org/collections/" - }, - { - "type": "build-system", - "url": "https://continuum-ci.apache.org/" - }, - { - "type": "distribution-intake", - "url": "https://repository.apache.org/service/local/staging/deploy/maven2" - }, - { - "type": "issue-tracker", - "url": "http://issues.apache.org/jira/browse/COLLECTIONS" - }, - { - "type": "mailing-list", - "url": "http://mail-archives.apache.org/mod_mbox/commons-user/" - }, - { - "type": "vcs", - "url": "http://svn.apache.org/viewvc/commons/proper/collections/trunk" - } - ], - "type": "library", - "bom-ref": "pkg:maven/commons-collections/commons-collections@3.2.2?type=jar" - }, - { - "publisher": "Ryan J. McDonough", - "group": "com.damnhandy", - "name": "handy-uri-templates", - "version": "2.1.8", - "description": "Handy URI Templates is a RFC6570 compliant URI template processor. The library allows clients to utilize templatized URIs and inject replacement variables to expand the template into a URI. The library sports a fluent API, ability to plugin custom object renderers, and supports all levels of URI templates.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "dc72a6aef494a42a766ed53b00f146f3" - }, - { - "alg": "SHA-1", - "content": "170102d8e1d6fcc5e8f9bef45de923285dd3a80f" - }, - { - "alg": "SHA-256", - "content": "6b83846f2ff61d0aaa66997b64b883ec7b65cf13b50a4d7f58250996d429be2e" - }, - { - "alg": "SHA-512", - "content": "1218e3164c49cfc0e508309b9a0ff78225a818c10af3f2eecca4f6844bf616adfeecb82be8b6f98ae581dd56ff90b41aaa1d996845cf9308cde6bf06ce290e2d" - }, - { - "alg": "SHA-384", - "content": "53e3c379ae68a2d748365b233cc84f0905f8e1602a50851707b7055ac54a02301a722a59e261fc4c9ae60d3bbe2f7ecd" - }, - { - "alg": "SHA3-384", - "content": "9d9cbd9b4b5b94015c6aef321fac69a84c7e3283f85b4a10900dafbbddb8ecd801129c197b3b5981ee93db1af3b83f60" - }, - { - "alg": "SHA3-256", - "content": "a5c69957c7b9c87526561eab2e8081737d56bd0c01151b1c8a4a13a76ef2fc94" - }, - { - "alg": "SHA3-512", - "content": "de4124b150f2f8a008620e1f156090e115c2ccfaae9ffa7a3375844a8f5fd03de84ab6141e7f9f58b4d376d209768c1ab837723dccec27e65e4bf23dd56b6c6a" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.damnhandy/handy-uri-templates@2.1.8?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/damnhandy/Handy-URI-Templates" - }, - { - "type": "build-system", - "url": "https://travis-ci.org/damnhandy/Handy-URI-Templates" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2" - }, - { - "type": "issue-tracker", - "url": "https://github.com/damnhandy/Handy-URI-Templates/issues" - }, - { - "type": "vcs", - "url": "https://github.com/damnhandy/Handy-URI-Templates.git" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.damnhandy/handy-uri-templates@2.1.8?type=jar" - }, - { - "group": "com.google.re2j", - "name": "re2j", - "version": "1.6", - "description": "Linear time regular expressions for Java", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "5f4aed37b6b18b402b2790160a50cd13" - }, - { - "alg": "SHA-1", - "content": "a13e879fd7971738d06020fefeb108cc14e14169" - }, - { - "alg": "SHA-256", - "content": "c8b5c3472d4db594a865b2e47f835d07fb8b1415eeba559dccfb0a6945f033cd" - }, - { - "alg": "SHA-512", - "content": "faaecdb5443ac7c05dcc4e8ea290d5d96768b12f6c3370a988bc43da08b8bac6b306acedd378a3ff9f8f6ad2b77758d277e88b1d13f967f512e36e0910134b3c" - }, - { - "alg": "SHA-384", - "content": "75e84250cbaf9af4f8444b60bf1ddf89a8ae63cf9664111f690262253786e9fa878e460c03689caa9faf8449f4dda8bf" - }, - { - "alg": "SHA3-384", - "content": "38f477eb84550cfd5a89bf4d91403b8f772769264cb0b31b50c59852af88d271942a0b060abcee502a53b071df287fa4" - }, - { - "alg": "SHA3-256", - "content": "5e455ea2bc903a91aeeb33f22efc9239cd094352dde5b3375299f0aefc6de98a" - }, - { - "alg": "SHA3-512", - "content": "3472c3f6b983e1fdf48e121ae02c1dd90ffd65db41f29ea5cc760cad4fee61a0f7216632fd238589ce387c8bd99b1cf0e486fe7f6082a681c6cb77964fab97a4" - } - ], - "licenses": [ - { - "license": { - "name": "Go License", - "url": "https://golang.org/LICENSE" - } - } - ], - "purl": "pkg:maven/com.google.re2j/re2j@1.6?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://github.com/google/re2j" - }, - { - "type": "vcs", - "url": "https://github.com/google/re2j.git" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.google.re2j/re2j@1.6?type=jar" - }, - { - "publisher": "FasterXML", - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-joda", - "version": "2.15.4", - "description": "Add-on module for Jackson (https://github.com/FasterXML/jackson) to support Joda (https://www.joda.org/joda-time/) data types.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "df2a7c659aeb684829b50d641fa1733f" - }, - { - "alg": "SHA-1", - "content": "51cbaf227fc5ae4621a13571a14ff454613c1b93" - }, - { - "alg": "SHA-256", - "content": "bf50fb888119d15152e29594c9bba2cd799d2c4e35e34a0de18fd474e5060770" - }, - { - "alg": "SHA-512", - "content": "389aa1b69f38a5d73b0106334f2e428219d7bb14f05465e98b388b959662579a85705990b75bbe7c6270bdc5f64b03f58cc228f6775b1729dc2ee347c7b2df24" - }, - { - "alg": "SHA-384", - "content": "26b196bf7169e0cff2b7ab5c83c8375a5c99694d0464e406db3b621fffe4a2e8d874624c8f9de3c178081c6c81070311" - }, - { - "alg": "SHA3-384", - "content": "f5cbbb82c990102353a1ee56882b3a5069cf9a91fdcf9778d07ddd8618df63a640cb0468ef24d5257ba5c005716f8584" - }, - { - "alg": "SHA3-256", - "content": "28c55a169abc4797988d430b6e3c0b869c6f11bf946295d9f373edcbe5ba7154" - }, - { - "alg": "SHA3-512", - "content": "1de20a884594a2aa7a6416447a759dbbf8f69972ea4c30520cc1dbf47a64f2c326fb15618df65c8e4d2ca5912f7948eed72b203ca469f2e2b56e53cf2cabcd07" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-joda@2.15.4?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/FasterXML/jackson-datatype-joda" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/FasterXML/jackson-datatype-joda/issues" - }, - { - "type": "vcs", - "url": "https://github.com/FasterXML/jackson-datatype-joda" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-joda@2.15.4?type=jar" - }, - { - "publisher": "Joda.org", - "group": "joda-time", - "name": "joda-time", - "version": "2.10.14", - "description": "Date and time library to replace JDK date handling", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "fce26984e39110b9a3db5ad86caf5811" - }, - { - "alg": "SHA-1", - "content": "e021f98e50c99ac21796c7ee35eb62a737489127" - }, - { - "alg": "SHA-256", - "content": "d65b4f127d36cf52b9b7b439552db22f3de92b892014512870cb3c98a3cf505e" - }, - { - "alg": "SHA-512", - "content": "90f6703e56221695fbf0a8b307027230f3a3ec6ae7ee521c2f53ad20775cc6c9dc4ca56dfd562a48578b9cb8bb1bba0ad3d8ddbe53ce5f1c0befd1f45e1dd086" - }, - { - "alg": "SHA-384", - "content": "57e4d3b730e4c9993f8f860cce666eed800dff3d567394f47b25f4ce827e46cd53313c82bdcdd10c2c24197e21706e50" - }, - { - "alg": "SHA3-384", - "content": "4375bef2bb4bc84e232e57c34b9dbd034b99a40e15e45c29d13e42f87f847edc52f9b7aa4d505c0789acada5dca6c46d" - }, - { - "alg": "SHA3-256", - "content": "6fa409f551731fb75652fa9ef536096a01e7997393487708ce6dce4c07ca247c" - }, - { - "alg": "SHA3-512", - "content": "6073eec3914b6765b32edd76d5d296abe93ba99cf22df1f5978bf564bd25397b712ae328a143324c43a48969f3411367d8508feb27aa5b8f647d1985a34c643e" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/joda-time/joda-time@2.10.14?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://www.joda.org/joda-time/" - }, - { - "type": "distribution", - "url": "https://oss.sonatype.org/content/repositories/joda-releases" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/JodaOrg/joda-time/issues" - }, - { - "type": "vcs", - "url": "https://github.com/JodaOrg/joda-time" - } - ], - "type": "library", - "bom-ref": "pkg:maven/joda-time/joda-time@2.10.14?type=jar" - }, - { - "publisher": "mbknor", - "group": "com.kjetland", - "name": "mbknor-jackson-jsonschema_2.13", - "version": "1.0.39", - "description": "mbknor-jackson-jsonSchema", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "12fdf5a88bf071991b50c37b44f72ff5" - }, - { - "alg": "SHA-1", - "content": "6fb744d3318179cfe9d6fdad6283054caa454633" - }, - { - "alg": "SHA-256", - "content": "f1d0cb875bcb398d10158ae68f962ea83499991445125779b8b999b6af969cd1" - }, - { - "alg": "SHA-512", - "content": "f9c3de18a2b6bfe25627442421f64c9f07e8388cc8fa04639afcf031867fcd716989a56e1e418c7ba6c53d860018abf6fb5be852bb359a0dae2dcf648688bcf4" - }, - { - "alg": "SHA-384", - "content": "342b4c69cb4c85b7bc8030d2aadf412fe54c0ecdc53d3bfb8600d700b8f766bd8b863244cd3faf80b0eda499604215b9" - }, - { - "alg": "SHA3-384", - "content": "6eb06197a3068e561df5c524e645b56c80bffebc1641eb4c1097dc7dbfb72ff5dcecc21bd345e99a94144555d904247e" - }, - { - "alg": "SHA3-256", - "content": "e51d0b130b039ac6f785196d804d4050f66be1d9f086ddfd8b8d2de4b057e472" - }, - { - "alg": "SHA3-512", - "content": "2eee74b01754e9cddd9adff5d60e851775da466b951b67fe7c2778daab235a0755dba1a34cc60494d6e4cd2c098e390257e7c9677619d6cf7324c3459b7eed2e" - } - ], - "licenses": [ - { - "license": { - "id": "MIT", - "url": "https://opensource.org/licenses/MIT" - } - } - ], - "purl": "pkg:maven/com.kjetland/mbknor-jackson-jsonschema_2.13@1.0.39?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/mbknor/mbknor-jackson-jsonSchema" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.kjetland/mbknor-jackson-jsonschema_2.13@1.0.39?type=jar" - }, - { - "group": "javax.validation", - "name": "validation-api", - "version": "2.0.1.Final", - "description": "Bean Validation API", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "5d02c034034a7a16725ceff787e191d6" - }, - { - "alg": "SHA-1", - "content": "cb855558e6271b1b32e716d24cb85c7f583ce09e" - }, - { - "alg": "SHA-256", - "content": "9873b46df1833c9ee8f5bc1ff6853375115dadd8897bcb5a0dffb5848835ee6c" - }, - { - "alg": "SHA-512", - "content": "2f136d337c49a83dc0eff1caae74ba11413269b779257ae0b76864e207abd729b2392ab2ae3a3dc7a6d065d60baef844ad797a11f69589119a827ccee5c20840" - }, - { - "alg": "SHA-384", - "content": "c0559eff2537f82b11f611546b0b387f8076efdee8e90537b2c9f0f2325cc7686c1fbbf4b00d6217dc33677f4d5382f8" - }, - { - "alg": "SHA3-384", - "content": "e26cb51beade8cd45a737002c98a400c800928b9a26a702a1833c29e1e0868af355460416d9d813b0830a184a9fefc08" - }, - { - "alg": "SHA3-256", - "content": "987342d3fd7c3275cdbde0295e91a0dfac15058f73b57341ba40cce62f581195" - }, - { - "alg": "SHA3-512", - "content": "c8e8c4f83fb4c3d881c7dfda07650b035db00251aa8b8030f00c4a0cf1ed919665a76c44a0da78b1bda118279cbf26646c1b813c1f3c21be2b8099020ffdfd01" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0", - "url": "https://www.apache.org/licenses/LICENSE-2.0" - } - } - ], - "purl": "pkg:maven/javax.validation/validation-api@2.0.1.Final?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://beanvalidation.org" - }, - { - "type": "distribution-intake", - "url": "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://hibernate.atlassian.net/projects/BVAL/" - }, - { - "type": "vcs", - "url": "https://github.com/beanvalidation/beanvalidation-api" - } - ], - "type": "library", - "bom-ref": "pkg:maven/javax.validation/validation-api@2.0.1.Final?type=jar" - }, - { - "group": "io.github.classgraph", - "name": "classgraph", - "version": "4.8.21", - "description": "The uber-fast, ultra-lightweight classpath and module scanner for JVM languages.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "f2c9fc19720e70d9676b1b15a2fa79fb" - }, - { - "alg": "SHA-1", - "content": "c8c77949880980c26d66fe07d8e014afb3a6899a" - }, - { - "alg": "SHA-256", - "content": "4cdfbb73c4c3e79b6707ec4f7520adb5d23c27baecdc39cfb145ff529ce5c151" - }, - { - "alg": "SHA-512", - "content": "a6ea0922316f67a2f4392db858be22976029ea12ac83b048982e3b4706f18a987ec144286238e1c5ee0f739d49ef4e1fc842425648f32cab9b2d3b32af6999aa" - }, - { - "alg": "SHA-384", - "content": "602d321a718a517b191b4e31fa33fd4651c03bc4585ac6ffc82c7b7b5575019d3f0c7e6d47c661e88d2f6d77e9a653f8" - }, - { - "alg": "SHA3-384", - "content": "74ff577039179de4c67c6b6774ecb23696d1df6ad128d9403a1d7c8a85e48921550de800602440e9242e639b6cc6f2f8" - }, - { - "alg": "SHA3-256", - "content": "75813a9f59f8f02e8f4d36efaf71007641f5571de99f55a1546a72bbd10b59fe" - }, - { - "alg": "SHA3-512", - "content": "8f15fe7a9e77e78b18fbda38eca5ff6c1b341f81de30cc21c90feee546b009dd88c3597aa416679c95dd051ed024ae0f8a82376cb621ba942adaba409461e310" - } - ], - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "purl": "pkg:maven/io.github.classgraph/classgraph@4.8.21?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/classgraph/classgraph" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/classgraph/classgraph/issues" - }, - { - "type": "vcs", - "url": "https://github.com/classgraph/classgraph" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.github.classgraph/classgraph@4.8.21?type=jar" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-stdlib", - "version": "1.8.22", - "description": "Kotlin Standard Library for JVM", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "89b453019c1f723ebd807e622cd0eb7c" - }, - { - "alg": "SHA-1", - "content": "636bf8b320e7627482771bbac9ed7246773c02bd" - }, - { - "alg": "SHA-256", - "content": "03a5c3965cc37051128e64e46748e394b6bd4c97fa81c6de6fc72bfd44e3421b" - }, - { - "alg": "SHA-512", - "content": "dc3a94c627234bfc2fe6421610e86cb6945d294257d1f4814295370ca6bc2f0db99c582b24d3e3bf7e5e484dbb3e06823eea5e947ce66a4bf6d6fd182c8ca5fd" - }, - { - "alg": "SHA-384", - "content": "574c92acf377022e3a5240c5dc3fb59bdff41b6e23f7e9ee99530ae37f1f0ea9903e534b51febf65f3ef8cafe47db829" - }, - { - "alg": "SHA3-384", - "content": "e65b0ed58cf45c1fab940467ae859af7004baef4809ab17895176b88427ef06b774123c62ee65884398e0872a9833130" - }, - { - "alg": "SHA3-256", - "content": "cc4f48b47061489658832ef42bb4800e56e0fa355dd86af5e8e5a453cac85500" - }, - { - "alg": "SHA3-512", - "content": "685d830435eab9dcc0dec91ff05d06bd3a4ca3da8d45c44802b4a23d869da49c18275e7a26dc9f4c4f2c6024d3637a79a5e218fc55716dabc97a5815d7b81ad8" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://kotlinlang.org/" - }, - { - "type": "vcs", - "url": "https://github.com/JetBrains/kotlin" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-stdlib-common", - "version": "1.8.22", - "description": "Kotlin Common Standard Library", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "cd121f14e612ec4a897a47b96566da07" - }, - { - "alg": "SHA-1", - "content": "1a8e3601703ae14bb58757ea6b2d8e8e5935a586" - }, - { - "alg": "SHA-256", - "content": "d0c2365e2437ef70f34586d50f055743f79716bcfe65e4bc7239cdd2669ef7c5" - }, - { - "alg": "SHA-512", - "content": "abf0ed302d8c6bde132f2912e85a1d9abcb89067565a79bb023aabdcd00101c6ba414297fd49eeb528380921794a7ef95574ca5bda4bdcd9f6f78f9e91852c2f" - }, - { - "alg": "SHA-384", - "content": "9e2602e7f004b9d582a4662ad84df8e3eb7d8227f8112d35576e5a7c6cc70b893093534cd5fc7c07ed45247c6421d2fc" - }, - { - "alg": "SHA3-384", - "content": "388ff13e1a578e6f2e471dce8579f1585cb35f5be73c15adec40c31e220ec457c1e39d06c24ce4b8b1e6a0d609b73184" - }, - { - "alg": "SHA3-256", - "content": "936cff4b56ceb2709afae62167ced6c1ae276eab9724f528d81fad85982b0f6e" - }, - { - "alg": "SHA3-512", - "content": "4b3a17f4d23a7e5dd2579461879a0fd83efec658a3ae1ec1637540e9c4e916e3542b773e87ee8dec2f430baa3070c5c047e75b95d6fb452d5cb8c4801e3aeee5" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.8.22?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://kotlinlang.org/" - }, - { - "type": "vcs", - "url": "https://github.com/JetBrains/kotlin" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.8.22?type=jar" - }, - { - "group": "org.jetbrains", - "name": "annotations", - "version": "13.0", - "description": "A set of annotations used for code inspection support and code documentation.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "f4fb462172517b46b6cd90003508515a" - }, - { - "alg": "SHA-1", - "content": "919f0dfe192fb4e063e7dacadee7f8bb9a2672a9" - }, - { - "alg": "SHA-256", - "content": "ace2a10dc8e2d5fd34925ecac03e4988b2c0f851650c94b8cef49ba1bd111478" - }, - { - "alg": "SHA-512", - "content": "5622d0ffe410e7272e2bb9fae1006caedeb86d0c62d2d9f3929a3b3cdcdef1963218fcf0cede82e95ef9f4da3ed4a173fa055ee6e4038886376181e0423e02ff" - }, - { - "alg": "SHA-384", - "content": "6bcde3a6e471d416522e6288474bc4f9115e2e8abf8ce5d300829bee4aa98dff73be7d8c6f0607f3d6d423c7f5abbf90" - }, - { - "alg": "SHA3-384", - "content": "f4d5a5d5a76b24c4751c8c52f2879b097d2430c3571c59b4630e8c871c9bdb08e24e803a14c24fc8d3378417f29b7244" - }, - { - "alg": "SHA3-256", - "content": "b4a80ea81c4bc7e364e07981465f547e8ed83031806eaf3b97dfb38f894f5b6f" - }, - { - "alg": "SHA3-512", - "content": "15b23bce818b4399b334dd632eb85de5a1b70c47fb9260561e70b1f726211c83bddbc957f3b4c32a1d8c687f9bc6c38d0a638c731cb5daf5b619aa725d6050c2" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.jetbrains/annotations@13.0?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://www.jetbrains.org" - }, - { - "type": "distribution-intake", - "url": "http://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "vcs", - "url": "https://github.com/JetBrains/intellij-community" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.jetbrains/annotations@13.0?type=jar" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-scripting-jvm", - "version": "1.8.22", - "description": "Kotlin Scripting Jvm", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "b2bce18f27b512d9ab47a73927dbb1b6" - }, - { - "alg": "SHA-1", - "content": "3291898dd4e49d49b921cd7baf679399ddfcd49d" - }, - { - "alg": "SHA-256", - "content": "7997ff683bb1df4b6171675e99b5784aead14955b3f6a5e5335873c2553ad3ab" - }, - { - "alg": "SHA-512", - "content": "081683ae217527fbd19181880dfdce3feaf8ea58a008d816e72983e0fee6fefde9786a10c4c765ea9653240d08fa7008e0a79b8e3edf0cb152f07edf72596331" - }, - { - "alg": "SHA-384", - "content": "eb66542299da8af685ec95b1989574fde651f317c45f55230f600a14744ae80593360bd206aa527bf6d8b66972ca7efc" - }, - { - "alg": "SHA3-384", - "content": "b17ef60238b22b33e59106d7a214b7215df6e1038d4ef6a3218ad81f72834124976ff7abfb285cd269e0d71bd77da033" - }, - { - "alg": "SHA3-256", - "content": "91a40a7f8cda206d3172be48e618100438c6649bf26a2e607da2f4e15a313ad9" - }, - { - "alg": "SHA3-512", - "content": "c421a125519c30073ab6118b71a3f1f20cb513cf74d7b2477fde7a1056f10469e5dd505ced7d0f3795ba9f2d841f83a8b0515149bb739db7decd53f02883ef51" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-jvm@1.8.22?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://kotlinlang.org/" - }, - { - "type": "vcs", - "url": "https://github.com/JetBrains/kotlin" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-jvm@1.8.22?type=jar" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-script-runtime", - "version": "1.8.22", - "description": "Kotlin Script Runtime", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "fd03f1d6995c673429271dd753333611" - }, - { - "alg": "SHA-1", - "content": "ce5ff1f309623f8c1be5143bdba032c4a04cec3a" - }, - { - "alg": "SHA-256", - "content": "f7e3969d528d049c0a2b1820e5b1638eb08a1144d351e0772dd1b7b50c6dcb32" - }, - { - "alg": "SHA-512", - "content": "8f2cdffaa1561e0309a841b5a0c72dafc81bf5665eb65574f4dfba2cbeb6761b09d05ad9b5307c22f61e3c32fe8032ad3a29c4eb0aa5afcae56da5551b4be197" - }, - { - "alg": "SHA-384", - "content": "3e5a0b4c589a3fa5636c324775c9aaa4c0493336952d459a2124b6992f7f8527c15576b04fd09bee7bfca621d24ab983" - }, - { - "alg": "SHA3-384", - "content": "c8da46b61e7c5a2b613e7a0e184c8bf5fe7b917ee1f494205ca20b42c7a683bd2a7f2ecd78c267da9f10ad9f29560384" - }, - { - "alg": "SHA3-256", - "content": "c0e265a86e64ae401e6cf593728c56e4f6f3be00775f8ec7caafb25eb361f2bb" - }, - { - "alg": "SHA3-512", - "content": "c0768dd62d991ac793531db04349169a4fb111d5b02ce8247d5e22349fb1983a027dfdd9978824d6be93ff72cd263c00c88c7a4a47f40ffc3eeac6421e963874" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.jetbrains.kotlin/kotlin-script-runtime@1.8.22?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://kotlinlang.org/" - }, - { - "type": "vcs", - "url": "https://github.com/JetBrains/kotlin" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.jetbrains.kotlin/kotlin-script-runtime@1.8.22?type=jar" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-scripting-common", - "version": "1.8.22", - "description": "Kotlin Scripting Common", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "1225c34c2682bea46a4e3c82cbe47ede" - }, - { - "alg": "SHA-1", - "content": "2ceb06ea7e19b183f3363ca8961be973c232937a" - }, - { - "alg": "SHA-256", - "content": "fb48f7b286f8fca180a1ad2c906f66150de3958d6e03b93b05efc3cbfd6ae03e" - }, - { - "alg": "SHA-512", - "content": "42eea2afa2f308d70d34cece8c7b43114eb1472148f24065dc0390c541dc6d112ef443ca450fd473ef9579b95b964610242a942abb0b3d9d75458e2f1e879526" - }, - { - "alg": "SHA-384", - "content": "af6de486f3a37f32a85f9c3c1a5dac08fa7f42c001c01f86a1ce1bf24db2eaf9dc3c7b7d66343d7288315cafb249dde2" - }, - { - "alg": "SHA3-384", - "content": "e621e24d7e7e3657d656a635c37c7482571ed4e4fc2c3cccad1c0a9bdc48c7fe85706dd8e56c8ea21fdc23a5b0db777f" - }, - { - "alg": "SHA3-256", - "content": "f1748b8db36b7499936f355b406160d6bf90bfc74769ede454ff0a894c29d2c2" - }, - { - "alg": "SHA3-512", - "content": "4cb32dd7fa7ff85fbb42f98abd59ea24428ba58c6a18806a367dc2f26566cabc501b74fd26ee46d3c1525b63591795fde94877fed96aeb3dcbb2c21f92da7829" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-common@1.8.22?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://kotlinlang.org/" - }, - { - "type": "vcs", - "url": "https://github.com/JetBrains/kotlin" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-common@1.8.22?type=jar" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-scripting-compiler-embeddable", - "version": "1.6.0", - "description": "Kotlin Scripting Compiler Plugin for embeddable compiler", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "8115ee671a13b94262e32cf1aa031990" - }, - { - "alg": "SHA-1", - "content": "ee527b4e12e021023d295558add29c978cc64383" - }, - { - "alg": "SHA-256", - "content": "2cd1c6f6af69c16b7934d7d8d67c183349b434f450482d7229a9607136fa0447" - }, - { - "alg": "SHA-512", - "content": "ee63b2e9e3c976c1243599649a5b276c64567af54598218f56af6e75e3a53dc23bd1aa1de79b8fbaa83878e40f8f9ce12cb13cbb3103f0d9f09183e94d81542c" - }, - { - "alg": "SHA-384", - "content": "c51345700699a19ebfcb0dfd0f3d50ad282741c17dc1a3d332dbca112152e63ccac404a97b96720ac2c7a499edb85c6c" - }, - { - "alg": "SHA3-384", - "content": "2d9fc3ceca86ce5e7c4560769c97c0fb6b6523dce04b0a3c646fc4e168b29ae61b1ef05de0b134c3591ede25a8d3faa7" - }, - { - "alg": "SHA3-256", - "content": "c3a59ee49b7bf403b6d55a3076225892c241425751bc9cbe26ea5e3ad9595a25" - }, - { - "alg": "SHA3-512", - "content": "c07d1db143e93fe54335b503d596be83c4ffb0d74f9b2f97dbb2a4a868959b7d6965f29490365defdf36bc0c04df93f17aca0b8d539406069f9989117924d956" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-compiler-embeddable@1.6.0?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://kotlinlang.org/" - }, - { - "type": "vcs", - "url": "https://github.com/JetBrains/kotlin" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-compiler-embeddable@1.6.0?type=jar" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-scripting-compiler-impl-embeddable", - "version": "1.6.0", - "description": "Kotlin Compiler Infrastructure for Scripting for embeddable compiler", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "b067562bae6e509c1c4b093470992963" - }, - { - "alg": "SHA-1", - "content": "9ca5d07e5b64e747699081c51559803db6ec313d" - }, - { - "alg": "SHA-256", - "content": "e4bd48906746e4cd19e016445599dca2683a994da06ac38cad383aac48338da8" - }, - { - "alg": "SHA-512", - "content": "7ee588d4d2b59b9107b3b48b946c2b9a85556916385b8e87b95c0ffbd77915dc184b747ca639c78b3559747f46a7d29ef088aaceab14a3506ad1ecc6b2cd0cb3" - }, - { - "alg": "SHA-384", - "content": "83c04f1aa87f42fac1329e34dd85e72284543f344449244e37b4e6732d87132f97397be94136b0ac0068c9d91bf968e6" - }, - { - "alg": "SHA3-384", - "content": "50369f635eb2d8d740ef204b9ca1059262c3a03e75c9910b42d4dc6a9aadf6801901a798acbd66743b5bfd10833ad967" - }, - { - "alg": "SHA3-256", - "content": "9a39c169321b8ec5c9909975a532efac6a16876f4b2fad7219362277aa238b74" - }, - { - "alg": "SHA3-512", - "content": "a915273d5e75e3411425d88114b4896f9081bcef4fff04072e467b21ef21123cbd734d211227faace975f73daede34a95ddf675580e52a32f2ec9c8587513530" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-compiler-impl-embeddable@1.6.0?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://kotlinlang.org/" - }, - { - "type": "vcs", - "url": "https://github.com/JetBrains/kotlin" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-compiler-impl-embeddable@1.6.0?type=jar" - }, - { - "publisher": "Confluent, Inc.", - "group": "io.confluent", - "name": "kafka-schema-serializer", - "version": "7.5.1", - "description": "Schema Registry provides a RESTful interface for storing and retrieving versioned Avro schemas for use with Kafka.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "fb7589445742bff8b328402cb1bbe540" - }, - { - "alg": "SHA-1", - "content": "98e31cb5f72e5ef9c1ac10c44f127e313ce46f0b" - }, - { - "alg": "SHA-256", - "content": "6ffd27a21251eecc38ab28d9f1d5b080d945cd58b05e483d1144d6795045d9b4" - }, - { - "alg": "SHA-512", - "content": "6e8d60c4b401cfb39941f5ed39e2bdaa2f0fd897885c25dda6b1012a33786411d82cfb48071872507fdcfb5ea8c574557b9a6e9da67ff897266ba65596954f90" - }, - { - "alg": "SHA-384", - "content": "72b4e4401bda83bdd8e6f3f293f65adba4eafede4c0efe18d20efeea39fb921bffb5e05bdebb100641e65fcb069dca2b" - }, - { - "alg": "SHA3-384", - "content": "00e6b3644b28c3682f4f7c4387c9fd5905f79900bf3eabd28ada64c43f3fbe4dea2d2a21a223f65f12574c419178efc8" - }, - { - "alg": "SHA3-256", - "content": "d700c63b7d92c7cf8519f46a0b2ae57e0e0f667bf5ef92fb02b4defa0dd8926d" - }, - { - "alg": "SHA3-512", - "content": "d2083c32b1a01c612bc66b908d718f7863a557c5638f28ac7cb4aa57b84894f60360514cb4730de472c81d2e1681886d78bb5c2f5d14a64edd713ec6ddbbfbd2" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0", - "url": "https://www.apache.org/licenses/LICENSE-2.0" - } - } - ], - "purl": "pkg:maven/io.confluent/kafka-schema-serializer@7.5.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://confluent.io/kafka-schema-serializer" - }, - { - "type": "vcs", - "url": "https://github.com/confluentinc/schema-registry/kafka-schema-serializer" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.confluent/kafka-schema-serializer@7.5.1?type=jar" - }, - { - "publisher": "Confluent, Inc.", - "group": "io.confluent", - "name": "kafka-json-serializer", - "version": "7.5.1", - "description": "Schema Registry provides a RESTful interface for storing and retrieving versioned Avro schemas for use with Kafka.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "66e1544de9a1f4a6e0de27332acbf659" - }, - { - "alg": "SHA-1", - "content": "80f56ffa9cda69c181c213ee6f93cfc410bccaa1" - }, - { - "alg": "SHA-256", - "content": "aaaf128e7d7dc8b1d1015d7400205747ba76fcc262293743a605bd2469fcd4cd" - }, - { - "alg": "SHA-512", - "content": "e5d717e083ae5464f43b09b398812c59de11c16cc6c65d4ca1118209ac443cff9f3059454f71e27f83f6dfe21e77c9da37c9af8067ebcf6abb8737bd767b151f" - }, - { - "alg": "SHA-384", - "content": "00115f46c5461b29d7d4fc4b3f48e9e25480ff61c975febc5e8f834318503958c6e7b1cb8d7e60ce995406f4e04a631e" - }, - { - "alg": "SHA3-384", - "content": "6939c8e89cfbf7d9d1e09b90a0ea692ff3620a6ee7be0b33862faf267c005aee524d0e99d8dd0cd6715c118802386124" - }, - { - "alg": "SHA3-256", - "content": "8469aa60759ec6588fa53c6219ab1c44d66b6fe67b819b05b98148e847b481b2" - }, - { - "alg": "SHA3-512", - "content": "1999dd03394e80ff0e84f10a9de5c4eba2b77a01c3381ee09d998e44bc336093ae7180144167c10d952ed4bb59cd712fe552df6d21c7f721e302a35574f80932" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0", - "url": "https://www.apache.org/licenses/LICENSE-2.0" - } - } - ], - "purl": "pkg:maven/io.confluent/kafka-json-serializer@7.5.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://confluent.io/kafka-json-serializer" - }, - { - "type": "vcs", - "url": "https://github.com/confluentinc/schema-registry/kafka-json-serializer" - } - ], - "type": "library", - "bom-ref": "pkg:maven/io.confluent/kafka-json-serializer@7.5.1?type=jar" - }, - { - "publisher": "FasterXML", - "group": "com.fasterxml.jackson.datatype", - "name": "jackson-datatype-guava", - "version": "2.15.4", - "description": "Add-on datatype-support module for Jackson (https://github.com/FasterXML/jackson) that handles Guava (https://github.com/google/guava) types (currently mostly just collection ones)", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "a05abf4f6cb42f4a61e4763b2fc61607" - }, - { - "alg": "SHA-1", - "content": "b55579ab2b5d9f429566d97cc897d857f85e1ab2" - }, - { - "alg": "SHA-256", - "content": "2c4769a7d561f1050c880dec1e01b09ae7af8da7349797f3a0140be97592649b" - }, - { - "alg": "SHA-512", - "content": "6860476a7b18f483f0227081fd40dbf4cf8e539531c5a5f7d54e02a3b77294d6d95b0112e49f804b810cfb38009f19f27bee5601adf3ffa616fef843340b2350" - }, - { - "alg": "SHA-384", - "content": "9cffe99bebeb0e21338d2d7a8c5192ef86673ccd76a202f33edec280b171d71dcc856b1668888aba6620d052ec51c0b4" - }, - { - "alg": "SHA3-384", - "content": "383b3d31ccc38cd18541fc99eb3ba9546875d9e20a99a3f5838e5ed3106f7bdfb094cb4d72103a63ee477e7e42afff8e" - }, - { - "alg": "SHA3-256", - "content": "74bf8fd1a0f60ca6261042d25c78f538d6552a4c20a681431dd9f5a515b8f3a6" - }, - { - "alg": "SHA3-512", - "content": "04f655aa99b229b8aa4d18f03065fb93e21ed00a73358d8a8889797ea74a91c91fdb1edad17df276932aa2ebe7f2096d21705e549588767d368185653c4b3305" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-guava@2.15.4?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/FasterXML/jackson-datatypes-collections" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/FasterXML/jackson-datatype-guava/issues" - }, - { - "type": "vcs", - "url": "https://github.com/FasterXML/jackson-datatypes-collections/jackson-datatype-guava" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-guava@2.15.4?type=jar" - }, - { - "group": "com.google.guava", - "name": "guava", - "version": "32.1.1-jre", - "description": "Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, and much more.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "55870c9a31bf9ba2815f252a93ab0850" - }, - { - "alg": "SHA-1", - "content": "ad575652d84153075dd41ec6177ccb15251262b2" - }, - { - "alg": "SHA-256", - "content": "91fbba37f1c8b251cf9ea9e7d3a369eb79eb1e6a5df1d4bbf483dd0380740281" - }, - { - "alg": "SHA-512", - "content": "553c4c8dd7084bb558ac6b1b4a910df10d4973ea80e624d53e037c38a5aa9b001b990cad77f3e71be93a7a39a2d331cc3099ec842249e152ec0d41ec9a325d69" - }, - { - "alg": "SHA-384", - "content": "dad928a5179cfc8bad63855744a134e1f1f9576c873aad5be0bd66be41967f23bd335bd6d45398d7aafa13c1d0e61c48" - }, - { - "alg": "SHA3-384", - "content": "4ad0035ed2be1e5525f2f8d558c8a3d4abdbf78f1464e7e8061250e51eb3fecc33072e3bc74705b84080d12b7f229796" - }, - { - "alg": "SHA3-256", - "content": "db4b30e06f60f1b86dff8e099f2875b37e7e331123c461926aae77b0417f7a51" - }, - { - "alg": "SHA3-512", - "content": "44d906064e97fce4c6f231a58c702fd979c80441fe170a94cd178211cb547a51b8cbd34f133ba19d6930e064ace289bc04037eb7e39e3ed7db8cb469aae06ab1" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.google.guava/guava@32.1.1-jre?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/google/guava" - }, - { - "type": "build-system", - "url": "https://github.com/google/guava/actions" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/google/guava/issues" - }, - { - "type": "vcs", - "url": "https://github.com/google/guava/guava" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.google.guava/guava@32.1.1-jre?type=jar" - }, - { - "group": "com.google.guava", - "name": "failureaccess", - "version": "1.0.1", - "description": "Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes is conceptually a part of Guava, but they're in this separate artifact so that Android libraries can use them without pulling in all of Guava (just as they can use ListenableFuture by depending on the listenablefuture artifact).", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "091883993ef5bfa91da01dcc8fc52236" - }, - { - "alg": "SHA-1", - "content": "1dcf1de382a0bf95a3d8b0849546c88bac1292c9" - }, - { - "alg": "SHA-256", - "content": "a171ee4c734dd2da837e4b16be9df4661afab72a41adaf31eb84dfdaf936ca26" - }, - { - "alg": "SHA-512", - "content": "f8d59b808d6ba617252305b66d5590937da9b2b843d492d06b8d0b1b1f397e39f360d5817707797b979a5bf20bf21987b35333e7a15c44ed7401fea2d2119cae" - }, - { - "alg": "SHA-384", - "content": "67659dbd9647ec303d7f15128dc9dba19b98fd8d74758ee3b602451e32c855e236ccaafe08edf4bbfa245f981268440f" - }, - { - "alg": "SHA3-384", - "content": "1460875f0331c5fa3791772a6a322a7db180261bc2adacf7271df1fbf3b088a587a755a604c039982cb593c5cfc1f101" - }, - { - "alg": "SHA3-256", - "content": "ea86406e75fcd93eafe3cde1b3135ba485f1bb9b75fed98894a0bf1f0aee04f0" - }, - { - "alg": "SHA3-512", - "content": "52ac0f487ab5dd27c9f2e54fd1d84c7a620cae9d49be4072aa2b11501787bf4391ddaa13d02eccdf19e8eea46aecbea5f6064b26777c1b836108a280652e04ac" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.google.guava/failureaccess@1.0.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/google/guava/failureaccess" - }, - { - "type": "build-system", - "url": "https://travis-ci.org/google/guava" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/google/guava/issues" - }, - { - "type": "vcs", - "url": "https://github.com/google/guava/failureaccess" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.google.guava/failureaccess@1.0.1?type=jar" - }, - { - "group": "com.google.guava", - "name": "listenablefuture", - "version": "9999.0-empty-to-avoid-conflict-with-guava", - "description": "An empty artifact that Guava depends on to signal that it is providing ListenableFuture -- but is also available in a second \"version\" that contains com.google.common.util.concurrent.ListenableFuture class, without any other Guava classes. The idea is: - If users want only ListenableFuture, they depend on listenablefuture-1.0. - If users want all of Guava, they depend on guava, which, as of Guava 27.0, depends on listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-... version number is enough for some build systems (notably, Gradle) to select that empty artifact over the \"real\" listenablefuture-1.0 -- avoiding a conflict with the copy of ListenableFuture in guava itself. If users are using an older version of Guava or a build system other than Gradle, they may see class conflicts. If so, they can solve them by manually excluding the listenablefuture artifact or manually forcing their build systems to use 9999.0-....", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "d094c22570d65e132c19cea5d352e381" - }, - { - "alg": "SHA-1", - "content": "b421526c5f297295adef1c886e5246c39d4ac629" - }, - { - "alg": "SHA-256", - "content": "b372a037d4230aa57fbeffdef30fd6123f9c0c2db85d0aced00c91b974f33f99" - }, - { - "alg": "SHA-512", - "content": "c5987a979174cbacae2e78b319f080420cc71bcdbcf7893745731eeb93c23ed13bff8d4599441f373f3a246023d33df03e882de3015ee932a74a774afdd0782f" - }, - { - "alg": "SHA-384", - "content": "caff9b74079f95832ca7f6029346b34b606051cc8c5a4389fac263511d277ada0c55f28b0d43011055b268c6eb7184d5" - }, - { - "alg": "SHA3-384", - "content": "e939f08df0545847ea0d3e4b04a114b08499ad069ba8ec9461d1779f87a56e0c37273630a0f4c14e78c348d3ac7eb97f" - }, - { - "alg": "SHA3-256", - "content": "1f0a8b1177773b3a8ace839df5eed63cbf56b24a38714898a6e4ed065c42559f" - }, - { - "alg": "SHA3-512", - "content": "6b495ecc2a18b17365cb08d124a0da47f04bcdde81927b5245edf3edd8e498c3c3fb92ce6a4127f660bac851bb1d3e4510e5c20d03be47ce99dc296d360db285" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/google/guava/listenablefuture" - }, - { - "type": "build-system", - "url": "https://travis-ci.org/google/guava" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/google/guava/issues" - }, - { - "type": "vcs", - "url": "https://github.com/google/guava/listenablefuture" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?type=jar" - }, - { - "group": "org.checkerframework", - "name": "checker-qual", - "version": "3.33.0", - "description": "checker-qual contains annotations (type qualifiers) that a programmer writes to specify Java code for type-checking by the Checker Framework.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "fc9418b779d9d57dcd52197006cbdb9b" - }, - { - "alg": "SHA-1", - "content": "de2b60b62da487644fc11f734e73c8b0b431238f" - }, - { - "alg": "SHA-256", - "content": "e316255bbfcd9fe50d165314b85abb2b33cb2a66a93c491db648e498a82c2de1" - }, - { - "alg": "SHA-512", - "content": "049c446677b7b386f3fb501bf65e032bdf2b1b29a3f545848035fff2b683cd275380cf302e30eea641af7f0801f779bcda3d82a71d928e4176f564f796640a64" - }, - { - "alg": "SHA-384", - "content": "ddf7a0f70421d1ed75e93c0a30434a4862c3905e433223e19861323cf0994e843392b746003040f10a7db6fc960b8aa6" - }, - { - "alg": "SHA3-384", - "content": "edf079834fdd23317851318504b2fcc10b055cdb5cc4ada9c773d1b6c815ed6dd193c433d2b83103f070fd521021ff33" - }, - { - "alg": "SHA3-256", - "content": "56244f45b03fc2a472b35489324e392e6001fac088d19f33629a87adb74a0575" - }, - { - "alg": "SHA3-512", - "content": "e0516c11fe613f258bf9ad39358a8d9fb7c8df57ff9aaca5d6d16055c196fac4ed3b4185f2501a3bdf7aeb1fe142693b1d788bdaa73366be1af15762bb3591a4" - } - ], - "licenses": [ - { - "license": { - "id": "MIT" - } - } - ], - "purl": "pkg:maven/org.checkerframework/checker-qual@3.33.0?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://checkerframework.org/" - }, - { - "type": "vcs", - "url": "https://github.com/typetools/checker-framework.git" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.checkerframework/checker-qual@3.33.0?type=jar" - }, - { - "publisher": "Google LLC", - "group": "com.google.errorprone", - "name": "error_prone_annotations", - "version": "2.18.0", - "description": "Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "64145d0e7fee5a69ed7b84cf402de998" - }, - { - "alg": "SHA-1", - "content": "89b684257096f548fa39a7df9fdaa409d4d4df91" - }, - { - "alg": "SHA-256", - "content": "9e6814cb71816988a4fd1b07a993a8f21bb7058d522c162b1de849e19bea54ae" - }, - { - "alg": "SHA-512", - "content": "3cea86be94bb8ae40d21ad4bf7d7f6b2233e89593b7b741ad84c78840cd3837bb5136f52e62fe9ae0953d7b190c46ad3edc102dfa97b4c7ea472a80206bf5db7" - }, - { - "alg": "SHA-384", - "content": "7622eb33f83f03ab32b710b36c2fe836e24c5318f65fb8c0631a99507ca3ae65c2df8e33b63a5ce853b9cab6d9cb32e5" - }, - { - "alg": "SHA3-384", - "content": "1ea52a5ce2a9ee1a960dc2a1bbe4b009d4d6a4448498e4cd76401605fa877662911e8c93b2b8bfda57bedc56c83f10a0" - }, - { - "alg": "SHA3-256", - "content": "ed53f4295da75753267f241315352c4a39e60796f04e1c0c12d29c3a38be48ed" - }, - { - "alg": "SHA3-512", - "content": "8266b313bd4e1170daf60642e838841370d99bc24b2a1f91825ca22037a6a30ff15cc76069f8e8770f1dc12772c277ee1320de67e815041697d93d6d7ba884fb" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.google.errorprone/error_prone_annotations@2.18.0?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://errorprone.info/error_prone_annotations" - }, - { - "type": "vcs", - "url": "https://github.com/google/error-prone/error_prone_annotations" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.google.errorprone/error_prone_annotations@2.18.0?type=jar" - }, - { - "group": "com.google.j2objc", - "name": "j2objc-annotations", - "version": "2.8", - "description": "A set of annotations that provide additional information to the J2ObjC translator to modify the result of translation.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "c50af69b704dc91050efb98e0dff66d1" - }, - { - "alg": "SHA-1", - "content": "c85270e307e7b822f1086b93689124b89768e273" - }, - { - "alg": "SHA-256", - "content": "f02a95fa1a5e95edb3ed859fd0fb7df709d121a35290eff8b74dce2ab7f4d6ed" - }, - { - "alg": "SHA-512", - "content": "f8263868a792b41707c9e7fe6fa5650a14cd93fbeafad20efe3772a3058fc933eb59782ec59e6eb9b9c569aa96da80134ae9fdf7547b69c44a97087efddceeff" - }, - { - "alg": "SHA-384", - "content": "e6087ec31fec8289158496ad2ed6ce8472d5d513808a312e0782cedac3b86c37a62a63c0b5ea3839491d109fe9e148a1" - }, - { - "alg": "SHA3-384", - "content": "10add34bfeb8612283eef89ac96747a3c9b755acd80ad526e1addaeb7efd6323c52b9bfa1a3d34adb40e1ccb963ee65d" - }, - { - "alg": "SHA3-256", - "content": "b3336f8abd6b1f73b9f06d306974557000a000073bfbae6b54fda26d17dbb072" - }, - { - "alg": "SHA3-512", - "content": "d376c184a6df071c4e93b913d175b5c2e63deac37105dc20342c19bdda62e4e9598ca1e8bfb4f4fd5cdee6dd5ac3b8af49e2c5193e324d59a59ce1f7adeab627" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.google.j2objc/j2objc-annotations@2.8?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/google/j2objc/" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "vcs", - "url": "http://svn.sonatype.org/spice/trunk/oss/oss-parent-9/j2objc-annotations" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.google.j2objc/j2objc-annotations@2.8?type=jar" - }, - { - "publisher": "FasterXML", - "group": "com.fasterxml.jackson.core", - "name": "jackson-core", - "version": "2.15.4", - "description": "Core Jackson processing abstractions (aka Streaming API), implementation for JSON", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "081e7d30d8ae478d83b9a8c152a0c148" - }, - { - "alg": "SHA-1", - "content": "aebe84b45360debad94f692a4074c6aceb535fa0" - }, - { - "alg": "SHA-256", - "content": "8dc9210dd285db366f45f518dd1e6a9ccfeb0f1a8e184a899fe96d29edf1fd94" - }, - { - "alg": "SHA-512", - "content": "c71a7bd565a5974c1dffc4ba84e1b89b23c7b1df726b35dd5a0929a6acf2bac80ad41872e8474bacdd37044210e3e145a335f6ab6aba4f323a8750b1e997b212" - }, - { - "alg": "SHA-384", - "content": "c0788b8da8b577acd53ab424861fe0b5ab0515469108d9c2acbf12677b0fbe0b4f74aa8f78bf41f7f515d796b0d20ae7" - }, - { - "alg": "SHA3-384", - "content": "995b46b96a079872f00b97d8620ab1f8ca2da9ae5f05b0d1a4993aab142ac40725d35c4f4fd990e510de031fe90038da" - }, - { - "alg": "SHA3-256", - "content": "905c90d11ce37ca4f18eeecf2e39f3a82307227f0aefcf913a8bd95c5416b2c1" - }, - { - "alg": "SHA3-512", - "content": "b31176256c110b9dd75d9bb46024ee6d591ca3363442dec9d312715ec7d3b6c029ae69f7549c4abad9e5e8664aeee97711f148a97444d3a24a7431a87efbf084" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/FasterXML/jackson-core" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/FasterXML/jackson-core/issues" - }, - { - "type": "vcs", - "url": "https://github.com/FasterXML/jackson-core" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar" - }, - { - "publisher": "FasterXML", - "group": "com.fasterxml.jackson.core", - "name": "jackson-databind", - "version": "2.15.4", - "description": "General data-binding functionality for Jackson: works on core streaming API", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "9c7db53b35761e502bc9144008503ad3" - }, - { - "alg": "SHA-1", - "content": "560309fc381f77d4d15c4a4cdaa0db5025c4fd13" - }, - { - "alg": "SHA-256", - "content": "0f99ff7719eef3ee85608b3dee6ecf3c698003fe9d6e34eabbfabccdc9b5ac2c" - }, - { - "alg": "SHA-512", - "content": "3034623bccd5ed71263eddaab8b4205e71eb63c59769256b64ba87e9a7d4d3d6aa6ccce9facd3538c3e492d9aa00d4df4ab0eddfbe087ed79658672bf13b85f9" - }, - { - "alg": "SHA-384", - "content": "8f89a7b92bbeae68cb0b26cff4d49edb08bf56c63f400f6ac41b39c4d7b11f3e14491d4163050ebdcaa7b7ad21ac1132" - }, - { - "alg": "SHA3-384", - "content": "2c5aa9e220e0e358859aa2aa9a1fa6ea3888a88df71f36c6408b63efaed07afb9acf3994466e1b9110262b6a24887b0f" - }, - { - "alg": "SHA3-256", - "content": "bb45263aad9b7091e47eb69e51110bea354a9867f08cf80222e37c63d39ed6d0" - }, - { - "alg": "SHA3-512", - "content": "5871e8b24caf3f2e6c8bcf0936039debe6e42dc9e8869ae2cab820dbb6d9605becacb5a4a60da905d12e96ad6e5721a706dbe052b4cca41e680fa88106b30291" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/FasterXML/jackson" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/FasterXML/jackson-databind/issues" - }, - { - "type": "vcs", - "url": "https://github.com/FasterXML/jackson-databind" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar" - }, - { - "publisher": "FasterXML", - "group": "com.fasterxml.jackson.core", - "name": "jackson-annotations", - "version": "2.15.4", - "description": "Core annotations used for value types, used by Jackson data binding package.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "46ca5a02c1ec283236770c7e7714969a" - }, - { - "alg": "SHA-1", - "content": "5223ea5a9bf52cdc9c5e537a0e52f2432eaf208b" - }, - { - "alg": "SHA-256", - "content": "f204ebbd552614a22b8531ffe350d47f8fd42c45bb60517c07974dc27a5a1dd3" - }, - { - "alg": "SHA-512", - "content": "06c485088024d028975c36f12740de5e70dcf2ac0f1943aad9ad7179e25436c9a433cd1ed2a8f8893e95ed7c18d74743a0a2281c8b2677c5c5b8d189ac96ae89" - }, - { - "alg": "SHA-384", - "content": "4f191ae74173f4769cdadfe648ebdeb3ca1d251ec1ca9c25dd3acba7af16811433ddd8b646e7716f2399e891bf1f657b" - }, - { - "alg": "SHA3-384", - "content": "3c8a495222f096cd40e1bd614df6460b951716bfd75fd44868307e20398a75d11124ebe51db71b444b66e680cb4594c8" - }, - { - "alg": "SHA3-256", - "content": "d040d562150dc39ccf3aa430326e51ae9de798279079e111d6641498491e623c" - }, - { - "alg": "SHA3-512", - "content": "41e89e86457e247d2365d854049b49c8bfc491e1773c5d7c6a1cff4ca1347ec548c67e864ee74bf81a3f7389927b2c6e8839fe66571e2a029f48fccd39544463" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.15.4?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/FasterXML/jackson" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/FasterXML/jackson-annotations/issues" - }, - { - "type": "vcs", - "url": "https://github.com/FasterXML/jackson-annotations" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.15.4?type=jar" - }, - { - "publisher": "xerial.org", - "group": "org.xerial.snappy", - "name": "snappy-java", - "version": "1.1.10.5", - "description": "snappy-java: A fast compression/decompression library", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "a52ffcdbbe525b486237a7098e5c5ff7" - }, - { - "alg": "SHA-1", - "content": "ac605269f3598506196e469f1fb0d7ed5c55059e" - }, - { - "alg": "SHA-256", - "content": "0f3f1857ed33116583f480b4df5c0218836c47bfbc9c6221c0d73f356decf37b" - }, - { - "alg": "SHA-512", - "content": "36c288aa84017b52362a49a20d1702151a16b9f58518b6877f11122941a549d94fab8d515f7f1ad6384fb94be569328abf862edaf970c10a16832498dfda853b" - }, - { - "alg": "SHA-384", - "content": "693a542ca2471dec4da5fe582563aff1bf5238e1a8d1a1f79cd8138334f94f1112094fbd270b1637d983c9290084a6e1" - }, - { - "alg": "SHA3-384", - "content": "41cbbb20b4bc0bd9a80521904568335fb131602a6931783f5bf6a1c8287b8ccd92c8169b8bb2399d27208fc067ef2321" - }, - { - "alg": "SHA3-256", - "content": "38dc41c5a0d827c58e1409a63e902d0568a03d67cdb99708ccc63921000ddc55" - }, - { - "alg": "SHA3-512", - "content": "b07d178cc94f6385d5f09d7730d2dd161c6f7d6815ae779e742421c0c1fb92043c8ec8ce5ee67660760f5287bd959eba1028924257a6ff36fb5439d8f81bd049" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0", - "url": "https://www.apache.org/licenses/LICENSE-2.0" - } - } - ], - "purl": "pkg:maven/org.xerial.snappy/snappy-java@1.1.10.5?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/xerial/snappy-java" - }, - { - "type": "vcs", - "url": "https://github.com/xerial/snappy-java" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.xerial.snappy/snappy-java@1.1.10.5?type=jar" - }, - { - "publisher": "Splunk, Inc.", - "group": "com.splunk.logging", - "name": "splunk-library-javalogging", - "version": "1.11.1", - "description": "Library for structured, semantic logging of Common Information Model compliant events, meant for use with SLF4J.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "7fb098524caa9f6ea57437211615f930" - }, - { - "alg": "SHA-1", - "content": "e131fa6383560dfc23dbe61b0e60b6b86fe7174e" - }, - { - "alg": "SHA-256", - "content": "c218915a0204a1d3799cd5c308cc6a0fc7003e1af879f4a13eb05d4c71b49519" - }, - { - "alg": "SHA-512", - "content": "18447559b4c5296bd434856597ee166ab8410c139ca48a53af522a5d7d1e7b95db279716842952155cedefa5b0c0cd04d77d56705d7b8909f76aa6ddd5596842" - }, - { - "alg": "SHA-384", - "content": "0f5b5b736b1e72459665a9470b7a58773d50cd16529d972eb22e1736f388b1d3fc998d33375def96a78d9bb7a4eac297" - }, - { - "alg": "SHA3-384", - "content": "60f88fbc38e81a0225156b2edb43de2c80bb6ad10d0a511b16ea24a0468cf861b7153df434f64d29176004d517cec93b" - }, - { - "alg": "SHA3-256", - "content": "bbe03044d8ef7cb87eaedc74d35427af363a337037e37c6bde3728272ac0df03" - }, - { - "alg": "SHA3-512", - "content": "069e53abbc50b27fcc7c089f5beea6576fcc5d1d841ba9a3509123328d6ec35c60836265d60dcf4a142b26207b5bcdb2f9a428469f3eb751ac2bcec1778d94f5" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.splunk.logging/splunk-library-javalogging@1.11.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "http://dev.splunk.com/goto/sdk-slj" - }, - { - "type": "distribution-intake", - "url": "https://splunk.jfrog.io/splunk/ext-releases-local" - }, - { - "type": "vcs", - "url": "https://github.com/splunk/splunk-library-javalogging" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.splunk.logging/splunk-library-javalogging@1.11.1?type=jar" - }, - { - "group": "com.squareup.okhttp3", - "name": "okhttp", - "version": "4.10.0", - "description": "Square’s meticulous HTTP client for Java and Kotlin.", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "9a229b2af8b8ffcc41508f82ef5e3e72" - }, - { - "alg": "SHA-1", - "content": "cd63657ac15770ed1420647154c9f44645533bef" - }, - { - "alg": "SHA-256", - "content": "7580f14fa1691206e37081ad3f92063b1603b328da0bb316f2fef02e0562e7ec" - }, - { - "alg": "SHA-512", - "content": "bf483f272b592abaa96bd2194c031cde3627e70d414b8eeecbf27514f279dea0c244389c9a0236f820153264ad40f4b0f6cecc9905fb506da176479c3d581559" - }, - { - "alg": "SHA-384", - "content": "9b18d7aaf9a878fb2bde4eaa717bdf90f964b2b1c766c65e51bc1bd331319707a492cf886dd717b20fbcb2c92f2c06aa" - }, - { - "alg": "SHA3-384", - "content": "1583e909754884e5d50c24859403ed6388badff1a0a5711b9fac83023566ccdeabc24f5a05940edbc834e5abef0cffb2" - }, - { - "alg": "SHA3-256", - "content": "ce53503c55b79416647ae34acdfe150358b8c3891d45364f01b5ff7a80c0d4bc" - }, - { - "alg": "SHA3-512", - "content": "6b91665ebbab8b107f22eee28006e32ab72f741396a19b39624317ddea10fc9529477c7e80cdfb23aadd5974911623fc71e3298d619747068a89c2304851fed6" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.squareup.okhttp3/okhttp@4.10.0?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://square.github.io/okhttp/" - }, - { - "type": "vcs", - "url": "https://github.com/square/okhttp" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.squareup.okhttp3/okhttp@4.10.0?type=jar" - }, - { - "group": "com.squareup.okio", - "name": "okio-jvm", - "version": "3.0.0", - "description": "A modern I/O API for Java", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "c207e762658c00831128ccbde84c25f0" - }, - { - "alg": "SHA-1", - "content": "0ab5a73fa2ccb4a36b0b5c69fe10b16d0255bcf8" - }, - { - "alg": "SHA-256", - "content": "be64a0cc1f28ea9cd5c970dd7e7557af72c808d738c495b397bf897c9921e907" - }, - { - "alg": "SHA-512", - "content": "b19453c47c68c437956a7428e33fa4a83c402833e641f8c5a1a224239f34716984273afb2694f07c5df68473b89e3caa227ca66ee4c58af2989718bc746267ec" - }, - { - "alg": "SHA-384", - "content": "d15935a7536517a69e92eeb895a4872e4acb3a73292757063a967127add572a736509cad007bb46f38eb41ac68a4755b" - }, - { - "alg": "SHA3-384", - "content": "ddbeab4d76d681fcbb28dec42c963dbe17f6ebc1d8bcb0ff072232c37a5bc246a94bf4dd4a4d0c870574985c9b437a5e" - }, - { - "alg": "SHA3-256", - "content": "e4a91203cca93e66c99241aa3711fe0a9ac7b13a3b52ec14ceeea496e783d12c" - }, - { - "alg": "SHA3-512", - "content": "c4a4e34fefce8c14460418c1bbe1545a5b4218d95275636dfd76ed17338727d19f08baa9960c1fb9f43aad4413741e1f7540645b0fa6c224bc61f8481d20b5b7" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/com.squareup.okio/okio-jvm@3.0.0?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/square/okio/" - }, - { - "type": "vcs", - "url": "https://github.com/square/okio/" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.squareup.okio/okio-jvm@3.0.0?type=jar" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-stdlib-jdk8", - "version": "1.8.22", - "description": "Kotlin Standard Library JDK 8 extension", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "801e8c0cf2bdc17b22fbf28ea27097f2" - }, - { - "alg": "SHA-1", - "content": "b25c86d47d6b962b9cf0f8c3f320c8a10eea3dd1" - }, - { - "alg": "SHA-256", - "content": "4198b0eaf090a4f25b6f7e5a59581f4314ba8c9f6cd1d13ee9d348e65ed8f707" - }, - { - "alg": "SHA-512", - "content": "84dcd075a8d500fe6233eac8e07348bc4f4d0a1aaa1db216a77ccc9b1f2a94f14bc49a210931fe3daa71b3fe900e095c9ae32aeb32a370259228b1dbe31f3f7e" - }, - { - "alg": "SHA-384", - "content": "02c68ea806f46d8928d3a90a463a1e6ed032e74bc639d45142b0e23112cbb8cfb0cda36cdb61185867549922d71ec03e" - }, - { - "alg": "SHA3-384", - "content": "979c0b13ad28ca62b7ce0bebcc002ac69b91d040aed86b0365de574854a8114dc70b365f81a0129e1e111aad9c2dc819" - }, - { - "alg": "SHA3-256", - "content": "9fcbf6e79bb0d5089c30241421563e9f3226b1d93f9723db912b52c1471221d4" - }, - { - "alg": "SHA3-512", - "content": "53f8f1ba20a8f9b6b23ab8dc3d4fc597a1fa1d323bb169d9f00310a6b2466196fc4c0e8f3bbd44ce5f4fe0e41b0481b37c447d57495c0aa9ef39ec084637cd4b" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.8.22?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://kotlinlang.org/" - }, - { - "type": "vcs", - "url": "https://github.com/JetBrains/kotlin" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.8.22?type=jar" - }, - { - "group": "org.jetbrains.kotlin", - "name": "kotlin-stdlib-jdk7", - "version": "1.8.22", - "description": "Kotlin Standard Library JDK 7 extension", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "7322c7a99624ed411f43661de56a0d60" - }, - { - "alg": "SHA-1", - "content": "04dabb8248310d833bb6a8b516024a91fd3d275c" - }, - { - "alg": "SHA-256", - "content": "055f5cb24287fa106100995a7b47ab92126b81e832e875f5fa2cf0bd55693d0b" - }, - { - "alg": "SHA-512", - "content": "903a748df5bbdfa2ac3fd0b117920719a32d0aaf8ed76567d14ad6fc3617370412378c5d3da6d3b3f2c3dc913a1acfa0cb7041346d4903806eaf9e550d25db30" - }, - { - "alg": "SHA-384", - "content": "400905c43c28ed8e2c97f12faa67b080757ad7693527b1d82a4e53bf9908ef05c193338b81a99265cf6c64aead4bd690" - }, - { - "alg": "SHA3-384", - "content": "fe8735628f95120829e4c71b3ddd6de4ec68bd30aa3b397a280fa9562b3e6c4af2ddc1e3d7d58bc3dae28db1b41e680d" - }, - { - "alg": "SHA3-256", - "content": "498c93c748ee0d0535c6405b9fd29a537b0ad91044a61b4badd8ff90f7c7ddcc" - }, - { - "alg": "SHA3-512", - "content": "fd34349dbea54064e1a11fe3b82fb5a1349e947c71e03bbe1a92191cdffdb6c91ca21807acb4fc919445a0d87045c3c40d4568bb1bab645a58c1d621d9da05bd" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.8.22?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://kotlinlang.org/" - }, - { - "type": "vcs", - "url": "https://github.com/JetBrains/kotlin" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.8.22?type=jar" - }, - { - "group": "com.google.code.gson", - "name": "gson", - "version": "2.10.1", - "description": "Gson JSON library", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "df6097815738cb31fc56391553210843" - }, - { - "alg": "SHA-1", - "content": "b3add478d4382b78ea20b1671390a858002feb6c" - }, - { - "alg": "SHA-256", - "content": "4241c14a7727c34feea6507ec801318a3d4a90f070e4525681079fb94ee4c593" - }, - { - "alg": "SHA-512", - "content": "7503e4b8d05c6cc0ecb3a94c5a2e070e049083a441003a79a0cdf474f4286699b4ba1d2a655ddabb8ba10c50e7c36a7045cccdaee465166d4630db647aba2727" - }, - { - "alg": "SHA-384", - "content": "48a4786bd6e1867f058ee4fb676fc82d9d9f64a6d7420d4a47ae2398504c9de73222636614aeb4a9fbf10ee143d72226" - }, - { - "alg": "SHA3-384", - "content": "3df9a0332c2766124fe7c915cfea665d2e318ccaa7212415fabd9e93e6eb77de538725fd2ef313cde46f6d814c9566ea" - }, - { - "alg": "SHA3-256", - "content": "d3374006d76d4f9acdf3d3a1a4f47899570f52442b2188f80c09a74f22139ecb" - }, - { - "alg": "SHA3-512", - "content": "2b10c2f4fe39d8712b430ff171823d7172c0a06685c1eb7de511e90159cec0e094fb2a9b50b747c5b039cb10f1fce9edf82ecbf9c47f76a6f31c4e3cb7586cce" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0", - "url": "https://www.apache.org/licenses/LICENSE-2.0" - } - } - ], - "purl": "pkg:maven/com.google.code.gson/gson@2.10.1?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://github.com/google/gson/gson" - }, - { - "type": "distribution-intake", - "url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/" - }, - { - "type": "issue-tracker", - "url": "https://github.com/google/gson/issues" - }, - { - "type": "vcs", - "url": "https://github.com/google/gson/gson/" - } - ], - "type": "library", - "bom-ref": "pkg:maven/com.google.code.gson/gson@2.10.1?type=jar" - }, - { - "publisher": "The Apache Software Foundation", - "group": "org.apache.logging.log4j", - "name": "log4j-api", - "version": "2.20.0", - "description": "The Apache Log4j API", - "scope": "optional", - "hashes": [ - { - "alg": "MD5", - "content": "f9446464667f0139b839b5e9da37f5b9" - }, - { - "alg": "SHA-1", - "content": "1fe6082e660daf07c689a89c94dc0f49c26b44bb" - }, - { - "alg": "SHA-256", - "content": "2f43eea679ea66f14ca0f13fec2a8600ac124f5a5231dcb4df8393eddcb97550" - }, - { - "alg": "SHA-512", - "content": "851016b38421d21864bb3073089c44000f941bfbaa9dc518db7bf7fb3c7f942bfb2c0c7b832e375e82b2f285379bd0935e42aa1833817daacb4fca2a6a9500bc" - }, - { - "alg": "SHA-384", - "content": "12b05c61f49caab0b845e93967228a3bd3ab096c4ea1516cb7263f49963137a688a178ddebe790ccc3c0c73f2d4440fc" - }, - { - "alg": "SHA3-384", - "content": "87151e10c182a828d06fb5299361f01091f5ff066c3d8ba1fac0358d40c370a06ea46d9d93613499ebf94a855aef2f41" - }, - { - "alg": "SHA3-256", - "content": "2047730cb45c594da67d019cbd9f379e1d409a574deadfc9bc907461047f1fde" - }, - { - "alg": "SHA3-512", - "content": "5fde3529958bd5e9567f0dc6015c58621521641cfe0517eb1237413c750558415fdeb45cc1b4332c3d1f09938fc8fe327de86cc876ed52594c216d2c04c9d2d5" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.apache.logging.log4j/log4j-api@2.20.0?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://logging.apache.org/log4j/2.x/log4j-api/" - }, - { - "type": "build-system", - "url": "https://github.com/apache/logging-log4j2/actions" - }, - { - "type": "distribution", - "url": "https://logging.apache.org/log4j/2.x/download.html" - }, - { - "type": "distribution-intake", - "url": "https://repository.apache.org/service/local/staging/deploy/maven2" - }, - { - "type": "issue-tracker", - "url": "https://github.com/apache/logging-log4j2/issues" - }, - { - "type": "mailing-list", - "url": "https://lists.apache.org/list.html?log4j-user@logging.apache.org" - }, - { - "type": "vcs", - "url": "https://github.com/apache/logging-log4j2/log4j-api" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.apache.logging.log4j/log4j-api@2.20.0?type=jar" - }, - { - "publisher": "The Apache Software Foundation", - "group": "org.apache.logging.log4j", - "name": "log4j-core", - "version": "2.20.0", - "description": "The Apache Log4j Implementation", - "scope": "optional", - "hashes": [ - { - "alg": "MD5", - "content": "20bd40d026d35a93fe710acb141e93da" - }, - { - "alg": "SHA-1", - "content": "eb2a9a47b1396e00b5eee1264296729a70565cc0" - }, - { - "alg": "SHA-256", - "content": "6137df848cdaed9f4d5076f75513c6c85da80b953f4e7acca38098b770763f55" - }, - { - "alg": "SHA-512", - "content": "a7fe8fa2304c1b013513c1838013804cf601a7148dfef95642ea763c9550a6d844d9a1e528c9c21efc7ea830d13fbbb55e2db2c2eeb5542c4d9f00c127f211e4" - }, - { - "alg": "SHA-384", - "content": "1d8b0349286118f102014706f02b7851f10ca0b1554bd7a2e1efdda76ccab6e0abd967490d06fca030f2a26289686275" - }, - { - "alg": "SHA3-384", - "content": "1448a9c78c339abc0768deaa54e4d680091a6e6539ba2589e09ae6f5988176fcef0ee16b0b574a37374eeac0b8c91616" - }, - { - "alg": "SHA3-256", - "content": "11a9f2311fbfcc334ff2ab26d04fd4e265b94c12f206c676ff1913e90ae4c916" - }, - { - "alg": "SHA3-512", - "content": "ed2bc1a05c856f7ad3ad71cbcb9d2bc9104d3a9badeadda0886616c1c99eb8442577e16bd8d85ca2437176e379a4307d43c3e34157165210460dfc7bf3ca3f9d" - } - ], - "licenses": [ - { - "license": { - "id": "Apache-2.0" - } - } - ], - "purl": "pkg:maven/org.apache.logging.log4j/log4j-core@2.20.0?type=jar", - "externalReferences": [ - { - "type": "website", - "url": "https://logging.apache.org/log4j/2.x/log4j-core/" - }, - { - "type": "build-system", - "url": "https://github.com/apache/logging-log4j2/actions" - }, - { - "type": "distribution", - "url": "https://logging.apache.org/log4j/2.x/download.html" - }, - { - "type": "distribution-intake", - "url": "https://repository.apache.org/service/local/staging/deploy/maven2" - }, - { - "type": "issue-tracker", - "url": "https://github.com/apache/logging-log4j2/issues" - }, - { - "type": "mailing-list", - "url": "https://lists.apache.org/list.html?log4j-user@logging.apache.org" - }, - { - "type": "vcs", - "url": "https://github.com/apache/logging-log4j2/log4j-core" - } - ], - "type": "library", - "bom-ref": "pkg:maven/org.apache.logging.log4j/log4j-core@2.20.0?type=jar" - }, - { - "group": "com.sic", - "name": "UWProfile2", - "version": "2.0.2-AWS", - "scope": "required", - "hashes": [ - { - "alg": "MD5", - "content": "5a836d8d96558d9013d4f431bdda4f13" - }, - { - "alg": "SHA-1", - "content": "e33c5c16d15af2e55a48badc7022556eb6d3ec27" - }, - { - "alg": "SHA-256", - "content": "7a547fd42aa34ff235bf99b8be7b5a16abc4191258f90abfceb0372bd594ee88" - }, - { - "alg": "SHA-512", - "content": "13c75833639aa6dffba4259247617ede6ffd97077c380a115ae6a19cfbc6b8a1da4e2862fbbafa33dcb373c07bb353225aea201bd231b8d3d1f01434469dec00" - }, - { - "alg": "SHA-384", - "content": "b242588d3d6a35ffdd1ea956d317fb1b2eed15795ecfeb631653ca806e74ecc1f7719df441b1ee3055931cf421b2a4f2" - }, - { - "alg": "SHA3-384", - "content": "2b103c5c49db803c96a2c5ad4e90f7c45da5c3ec8ce431b58d89888b90f12c2692cffad89c926b3130000fca9e42893c" - }, - { - "alg": "SHA3-256", - "content": "a8c2728e9a007cc9097f3e0bdf972bfe8e9c3728cfd77bb10fb795bf8cebac5a" - }, - { - "alg": "SHA3-512", - "content": "5426b1f60b9a4d28d857df957ca8c8470c0eccd4e5e3324f1b7661dc53a6df461b1b6e494e8941a951f2d3aa46aadb7768a1fcaa421e00fa1cb7d7c1ad511815" - } - ], - "licenses": [], - "purl": "pkg:maven/com.sic/UWProfile2@2.0.2-AWS?type=jar", - "type": "library", - "bom-ref": "pkg:maven/com.sic/UWProfile2@2.0.2-AWS?type=jar" - } - ], - "dependencies": [ - { - "ref": "pkg:maven/com.busche/test-project@0.0.1-SNAPSHOT?type=jar", - "dependsOn": [ - "pkg:maven/org.springframework.boot/spring-boot-starter-web@3.1.9?type=jar", - "pkg:maven/org.yaml/snakeyaml@1.33?type=jar", - "pkg:maven/org.springframework.kafka/spring-kafka@3.0.14?type=jar", - "pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.1.9?type=jar", - "pkg:maven/com.zaxxer/HikariCP@5.0.1?type=jar", - "pkg:maven/com.oracle/ojdbc8@12.2.0.1?type=jar", - "pkg:maven/org.apache.commons/commons-compress@1.21?type=jar", - "pkg:maven/io.confluent/kafka-schema-registry-client@5.3.1?type=jar", - "pkg:maven/org.apache.avro/avro@1.9.2?type=jar", - "pkg:maven/io.confluent/kafka-avro-serializer@5.3.1?type=jar", - "pkg:maven/io.confluent/kafka-json-schema-serializer@7.5.1?type=jar", - "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-guava@2.15.4?type=jar", - "pkg:maven/com.google.guava/guava@32.1.1-jre?type=jar", - "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar", - "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar", - "pkg:maven/org.xerial.snappy/snappy-java@1.1.10.5?type=jar", - "pkg:maven/com.splunk.logging/splunk-library-javalogging@1.11.1?type=jar", - "pkg:maven/org.apache.logging.log4j/log4j-api@2.20.0?type=jar", - "pkg:maven/org.apache.logging.log4j/log4j-core@2.20.0?type=jar", - "pkg:maven/com.sic/UWProfile2@2.0.2-AWS?type=jar" - ] - }, - { - "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-web@3.1.9?type=jar", - "dependsOn": [ - "pkg:maven/org.springframework.boot/spring-boot-starter@3.1.9?type=jar", - "pkg:maven/org.springframework.boot/spring-boot-starter-json@3.1.9?type=jar", - "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@3.1.9?type=jar", - "pkg:maven/org.springframework/spring-web@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-webmvc@6.0.17?type=jar" - ] - }, - { - "ref": "pkg:maven/org.springframework.boot/spring-boot-starter@3.1.9?type=jar", - "dependsOn": [ - "pkg:maven/org.springframework.boot/spring-boot@3.1.9?type=jar", - "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@3.1.9?type=jar", - "pkg:maven/org.springframework.boot/spring-boot-starter-logging@3.1.9?type=jar", - "pkg:maven/jakarta.annotation/jakarta.annotation-api@2.1.1?type=jar", - "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", - "pkg:maven/org.yaml/snakeyaml@1.33?type=jar" - ] - }, - { - "ref": "pkg:maven/org.springframework.boot/spring-boot@3.1.9?type=jar", - "dependsOn": ["pkg:maven/org.springframework/spring-core@6.0.17?type=jar", "pkg:maven/org.springframework/spring-context@6.0.17?type=jar"] - }, - { - "ref": "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", - "dependsOn": ["pkg:maven/org.springframework/spring-jcl@6.0.17?type=jar"] - }, - { - "ref": "pkg:maven/org.springframework/spring-jcl@6.0.17?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.springframework/spring-context@6.0.17?type=jar", - "dependsOn": [ - "pkg:maven/org.springframework/spring-aop@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-expression@6.0.17?type=jar" - ] - }, - { - "ref": "pkg:maven/org.springframework/spring-aop@6.0.17?type=jar", - "dependsOn": ["pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", "pkg:maven/org.springframework/spring-core@6.0.17?type=jar"] - }, - { - "ref": "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", - "dependsOn": ["pkg:maven/org.springframework/spring-core@6.0.17?type=jar"] - }, - { - "ref": "pkg:maven/org.springframework/spring-expression@6.0.17?type=jar", - "dependsOn": ["pkg:maven/org.springframework/spring-core@6.0.17?type=jar"] - }, - { - "ref": "pkg:maven/org.springframework.boot/spring-boot-autoconfigure@3.1.9?type=jar", - "dependsOn": ["pkg:maven/org.springframework.boot/spring-boot@3.1.9?type=jar"] - }, - { - "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-logging@3.1.9?type=jar", - "dependsOn": [ - "pkg:maven/ch.qos.logback/logback-classic@1.4.14?type=jar", - "pkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.20.0?type=jar", - "pkg:maven/org.slf4j/jul-to-slf4j@2.0.12?type=jar" - ] - }, - { - "ref": "pkg:maven/ch.qos.logback/logback-classic@1.4.14?type=jar", - "dependsOn": ["pkg:maven/ch.qos.logback/logback-core@1.4.14?type=jar", "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar"] - }, - { - "ref": "pkg:maven/ch.qos.logback/logback-core@1.4.14?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.20.0?type=jar", - "dependsOn": ["pkg:maven/org.apache.logging.log4j/log4j-api@2.20.0?type=jar", "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar"] - }, - { - "ref": "pkg:maven/org.apache.logging.log4j/log4j-api@2.20.0?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.slf4j/jul-to-slf4j@2.0.12?type=jar", - "dependsOn": ["pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar"] - }, - { - "ref": "pkg:maven/jakarta.annotation/jakarta.annotation-api@2.1.1?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.yaml/snakeyaml@1.33?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-json@3.1.9?type=jar", - "dependsOn": [ - "pkg:maven/org.springframework.boot/spring-boot-starter@3.1.9?type=jar", - "pkg:maven/org.springframework/spring-web@6.0.17?type=jar", - "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar", - "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.15.4?type=jar", - "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.15.4?type=jar", - "pkg:maven/com.fasterxml.jackson.module/jackson-module-parameter-names@2.15.4?type=jar" - ] - }, - { - "ref": "pkg:maven/org.springframework/spring-web@6.0.17?type=jar", - "dependsOn": [ - "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", - "pkg:maven/io.micrometer/micrometer-observation@1.11.9?type=jar" - ] - }, - { - "ref": "pkg:maven/io.micrometer/micrometer-observation@1.11.9?type=jar", - "dependsOn": ["pkg:maven/io.micrometer/micrometer-commons@1.11.9?type=jar"] - }, - { - "ref": "pkg:maven/io.micrometer/micrometer-commons@1.11.9?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar", - "dependsOn": [ - "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.15.4?type=jar", - "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar" - ] - }, - { - "ref": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.15.4?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.15.4?type=jar", - "dependsOn": [ - "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar", - "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar" - ] - }, - { - "ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.15.4?type=jar", - "dependsOn": [ - "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.15.4?type=jar", - "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar", - "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar" - ] - }, - { - "ref": "pkg:maven/com.fasterxml.jackson.module/jackson-module-parameter-names@2.15.4?type=jar", - "dependsOn": [ - "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar", - "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar" - ] - }, - { - "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-tomcat@3.1.9?type=jar", - "dependsOn": [ - "pkg:maven/jakarta.annotation/jakarta.annotation-api@2.1.1?type=jar", - "pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@10.1.19?type=jar", - "pkg:maven/org.apache.tomcat.embed/tomcat-embed-el@10.1.19?type=jar", - "pkg:maven/org.apache.tomcat.embed/tomcat-embed-websocket@10.1.19?type=jar" - ] - }, - { - "ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@10.1.19?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-el@10.1.19?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.apache.tomcat.embed/tomcat-embed-websocket@10.1.19?type=jar", - "dependsOn": ["pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@10.1.19?type=jar"] - }, - { - "ref": "pkg:maven/org.springframework/spring-webmvc@6.0.17?type=jar", - "dependsOn": [ - "pkg:maven/org.springframework/spring-aop@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-context@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-expression@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-web@6.0.17?type=jar" - ] - }, - { - "ref": "pkg:maven/org.springframework.kafka/spring-kafka@3.0.14?type=jar", - "dependsOn": [ - "pkg:maven/org.springframework/spring-context@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-messaging@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-tx@6.0.17?type=jar", - "pkg:maven/org.springframework.retry/spring-retry@2.0.5?type=jar", - "pkg:maven/org.apache.kafka/kafka-clients@3.4.1?type=jar", - "pkg:maven/io.micrometer/micrometer-observation@1.11.9?type=jar", - "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar" - ] - }, - { - "ref": "pkg:maven/org.springframework/spring-messaging@6.0.17?type=jar", - "dependsOn": ["pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", "pkg:maven/org.springframework/spring-core@6.0.17?type=jar"] - }, - { - "ref": "pkg:maven/org.springframework/spring-tx@6.0.17?type=jar", - "dependsOn": ["pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", "pkg:maven/org.springframework/spring-core@6.0.17?type=jar"] - }, - { - "ref": "pkg:maven/org.springframework.retry/spring-retry@2.0.5?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.apache.kafka/kafka-clients@3.4.1?type=jar", - "dependsOn": [ - "pkg:maven/com.github.luben/zstd-jni@1.5.2-1?type=jar", - "pkg:maven/org.lz4/lz4-java@1.8.0?type=jar", - "pkg:maven/org.xerial.snappy/snappy-java@1.1.10.5?type=jar", - "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar" - ] - }, - { - "ref": "pkg:maven/com.github.luben/zstd-jni@1.5.2-1?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.lz4/lz4-java@1.8.0?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.xerial.snappy/snappy-java@1.1.10.5?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-data-jpa@3.1.9?type=jar", - "dependsOn": [ - "pkg:maven/org.springframework.boot/spring-boot-starter-aop@3.1.9?type=jar", - "pkg:maven/org.springframework.boot/spring-boot-starter-jdbc@3.1.9?type=jar", - "pkg:maven/org.hibernate.orm/hibernate-core@6.2.22.Final?type=jar", - "pkg:maven/org.springframework.data/spring-data-jpa@3.1.9?type=jar", - "pkg:maven/org.springframework/spring-aspects@6.0.17?type=jar" - ] - }, - { - "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-aop@3.1.9?type=jar", - "dependsOn": [ - "pkg:maven/org.springframework.boot/spring-boot-starter@3.1.9?type=jar", - "pkg:maven/org.springframework/spring-aop@6.0.17?type=jar", - "pkg:maven/org.aspectj/aspectjweaver@1.9.21?type=jar" - ] - }, - { - "ref": "pkg:maven/org.aspectj/aspectjweaver@1.9.21?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-jdbc@3.1.9?type=jar", - "dependsOn": [ - "pkg:maven/org.springframework.boot/spring-boot-starter@3.1.9?type=jar", - "pkg:maven/com.zaxxer/HikariCP@5.0.1?type=jar", - "pkg:maven/org.springframework/spring-jdbc@6.0.17?type=jar" - ] - }, - { - "ref": "pkg:maven/com.zaxxer/HikariCP@5.0.1?type=jar", - "dependsOn": ["pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar"] - }, - { - "ref": "pkg:maven/org.springframework/spring-jdbc@6.0.17?type=jar", - "dependsOn": [ - "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-tx@6.0.17?type=jar" - ] - }, - { - "ref": "pkg:maven/org.hibernate.orm/hibernate-core@6.2.22.Final?type=jar", - "dependsOn": [ - "pkg:maven/jakarta.persistence/jakarta.persistence-api@3.1.0?type=jar", - "pkg:maven/jakarta.transaction/jakarta.transaction-api@2.0.1?type=jar", - "pkg:maven/org.jboss.logging/jboss-logging@3.5.3.Final?type=jar", - "pkg:maven/org.hibernate.common/hibernate-commons-annotations@6.0.6.Final?type=jar", - "pkg:maven/io.smallrye/jandex@3.0.5?type=jar", - "pkg:maven/com.fasterxml/classmate@1.5.1?type=jar", - "pkg:maven/net.bytebuddy/byte-buddy@1.14.12?type=jar", - "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@4.0.1?type=jar", - "pkg:maven/org.glassfish.jaxb/jaxb-runtime@4.0.4?type=jar", - "pkg:maven/jakarta.inject/jakarta.inject-api@2.0.1?type=jar", - "pkg:maven/org.antlr/antlr4-runtime@4.10.1?type=jar" - ] - }, - { - "ref": "pkg:maven/jakarta.persistence/jakarta.persistence-api@3.1.0?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/jakarta.transaction/jakarta.transaction-api@2.0.1?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.jboss.logging/jboss-logging@3.5.3.Final?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.hibernate.common/hibernate-commons-annotations@6.0.6.Final?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/io.smallrye/jandex@3.0.5?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/com.fasterxml/classmate@1.5.1?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/net.bytebuddy/byte-buddy@1.14.12?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@4.0.1?type=jar", - "dependsOn": ["pkg:maven/jakarta.activation/jakarta.activation-api@2.1.2?type=jar"] - }, - { - "ref": "pkg:maven/jakarta.activation/jakarta.activation-api@2.1.2?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.glassfish.jaxb/jaxb-runtime@4.0.4?type=jar", - "dependsOn": ["pkg:maven/org.glassfish.jaxb/jaxb-core@4.0.4?type=jar"] - }, - { - "ref": "pkg:maven/org.glassfish.jaxb/jaxb-core@4.0.4?type=jar", - "dependsOn": [ - "pkg:maven/jakarta.xml.bind/jakarta.xml.bind-api@4.0.1?type=jar", - "pkg:maven/jakarta.activation/jakarta.activation-api@2.1.2?type=jar", - "pkg:maven/org.eclipse.angus/angus-activation@2.0.1?type=jar", - "pkg:maven/org.glassfish.jaxb/txw2@4.0.4?type=jar", - "pkg:maven/com.sun.istack/istack-commons-runtime@4.1.2?type=jar" - ] - }, - { - "ref": "pkg:maven/org.eclipse.angus/angus-activation@2.0.1?type=jar", - "dependsOn": ["pkg:maven/jakarta.activation/jakarta.activation-api@2.1.2?type=jar"] - }, - { - "ref": "pkg:maven/org.glassfish.jaxb/txw2@4.0.4?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/com.sun.istack/istack-commons-runtime@4.1.2?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/jakarta.inject/jakarta.inject-api@2.0.1?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.antlr/antlr4-runtime@4.10.1?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.springframework.data/spring-data-jpa@3.1.9?type=jar", - "dependsOn": [ - "pkg:maven/org.springframework.data/spring-data-commons@3.1.9?type=jar", - "pkg:maven/org.springframework/spring-orm@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-context@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-aop@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-tx@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", - "pkg:maven/org.antlr/antlr4-runtime@4.10.1?type=jar", - "pkg:maven/jakarta.annotation/jakarta.annotation-api@2.1.1?type=jar", - "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar" - ] - }, - { - "ref": "pkg:maven/org.springframework.data/spring-data-commons@3.1.9?type=jar", - "dependsOn": [ - "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", - "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar" - ] - }, - { - "ref": "pkg:maven/org.springframework/spring-orm@6.0.17?type=jar", - "dependsOn": [ - "pkg:maven/org.springframework/spring-beans@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-core@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-jdbc@6.0.17?type=jar", - "pkg:maven/org.springframework/spring-tx@6.0.17?type=jar" - ] - }, - { - "ref": "pkg:maven/org.springframework/spring-aspects@6.0.17?type=jar", - "dependsOn": ["pkg:maven/org.aspectj/aspectjweaver@1.9.21?type=jar"] - }, - { - "ref": "pkg:maven/com.oracle/ojdbc8@12.2.0.1?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.apache.commons/commons-compress@1.21?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/io.confluent/kafka-schema-registry-client@5.3.1?type=jar", - "dependsOn": [ - "pkg:maven/org.apache.kafka/kafka-clients@3.4.1?type=jar", - "pkg:maven/io.confluent/common-config@5.3.1?type=jar", - "pkg:maven/org.apache.avro/avro@1.9.2?type=jar", - "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar", - "pkg:maven/io.confluent/common-utils@5.3.1?type=jar" - ] - }, - { - "ref": "pkg:maven/io.confluent/common-config@5.3.1?type=jar", - "dependsOn": ["pkg:maven/io.confluent/common-utils@5.3.1?type=jar", "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar"] - }, - { - "ref": "pkg:maven/io.confluent/common-utils@5.3.1?type=jar", - "dependsOn": [ - "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar", - "pkg:maven/org.apache.zookeeper/zookeeper@3.6.4?type=jar", - "pkg:maven/com.101tec/zkclient@0.10?type=jar" - ] - }, - { - "ref": "pkg:maven/org.apache.zookeeper/zookeeper@3.6.4?type=jar", - "dependsOn": [ - "pkg:maven/org.apache.zookeeper/zookeeper-jute@3.6.4?type=jar", - "pkg:maven/org.apache.yetus/audience-annotations@0.13.0?type=jar", - "pkg:maven/io.netty/netty-handler@4.1.107.Final?type=jar", - "pkg:maven/io.netty/netty-transport-native-epoll@4.1.107.Final?type=jar", - "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar" - ] - }, - { - "ref": "pkg:maven/org.apache.zookeeper/zookeeper-jute@3.6.4?type=jar", - "dependsOn": ["pkg:maven/org.apache.yetus/audience-annotations@0.13.0?type=jar"] - }, - { - "ref": "pkg:maven/org.apache.yetus/audience-annotations@0.13.0?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/io.netty/netty-handler@4.1.107.Final?type=jar", - "dependsOn": [ - "pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar", - "pkg:maven/io.netty/netty-resolver@4.1.107.Final?type=jar", - "pkg:maven/io.netty/netty-buffer@4.1.107.Final?type=jar", - "pkg:maven/io.netty/netty-transport@4.1.107.Final?type=jar", - "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.107.Final?type=jar", - "pkg:maven/io.netty/netty-codec@4.1.107.Final?type=jar" - ] - }, - { - "ref": "pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/io.netty/netty-resolver@4.1.107.Final?type=jar", - "dependsOn": ["pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar"] - }, - { - "ref": "pkg:maven/io.netty/netty-buffer@4.1.107.Final?type=jar", - "dependsOn": ["pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar"] - }, - { - "ref": "pkg:maven/io.netty/netty-transport@4.1.107.Final?type=jar", - "dependsOn": [ - "pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar", - "pkg:maven/io.netty/netty-buffer@4.1.107.Final?type=jar", - "pkg:maven/io.netty/netty-resolver@4.1.107.Final?type=jar" - ] - }, - { - "ref": "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.107.Final?type=jar", - "dependsOn": [ - "pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar", - "pkg:maven/io.netty/netty-buffer@4.1.107.Final?type=jar", - "pkg:maven/io.netty/netty-transport@4.1.107.Final?type=jar" - ] - }, - { - "ref": "pkg:maven/io.netty/netty-codec@4.1.107.Final?type=jar", - "dependsOn": [ - "pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar", - "pkg:maven/io.netty/netty-buffer@4.1.107.Final?type=jar", - "pkg:maven/io.netty/netty-transport@4.1.107.Final?type=jar" - ] - }, - { - "ref": "pkg:maven/io.netty/netty-transport-native-epoll@4.1.107.Final?type=jar", - "dependsOn": [ - "pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar", - "pkg:maven/io.netty/netty-buffer@4.1.107.Final?type=jar", - "pkg:maven/io.netty/netty-transport@4.1.107.Final?type=jar", - "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.107.Final?type=jar", - "pkg:maven/io.netty/netty-transport-classes-epoll@4.1.107.Final?type=jar" - ] - }, - { - "ref": "pkg:maven/io.netty/netty-transport-classes-epoll@4.1.107.Final?type=jar", - "dependsOn": [ - "pkg:maven/io.netty/netty-common@4.1.107.Final?type=jar", - "pkg:maven/io.netty/netty-buffer@4.1.107.Final?type=jar", - "pkg:maven/io.netty/netty-transport@4.1.107.Final?type=jar", - "pkg:maven/io.netty/netty-transport-native-unix-common@4.1.107.Final?type=jar" - ] - }, - { - "ref": "pkg:maven/com.101tec/zkclient@0.10?type=jar", - "dependsOn": ["pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar", "pkg:maven/org.apache.zookeeper/zookeeper@3.6.4?type=jar"] - }, - { - "ref": "pkg:maven/org.apache.avro/avro@1.9.2?type=jar", - "dependsOn": [ - "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar", - "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar", - "pkg:maven/org.apache.commons/commons-compress@1.21?type=jar", - "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar" - ] - }, - { - "ref": "pkg:maven/io.confluent/kafka-avro-serializer@5.3.1?type=jar", - "dependsOn": [ - "pkg:maven/org.apache.avro/avro@1.9.2?type=jar", - "pkg:maven/io.confluent/kafka-schema-registry-client@5.3.1?type=jar", - "pkg:maven/io.confluent/common-config@5.3.1?type=jar", - "pkg:maven/io.confluent/common-utils@5.3.1?type=jar" - ] - }, - { - "ref": "pkg:maven/io.confluent/kafka-json-schema-serializer@7.5.1?type=jar", - "dependsOn": [ - "pkg:maven/io.confluent/kafka-json-schema-provider@7.5.1?type=jar", - "pkg:maven/io.confluent/kafka-schema-serializer@7.5.1?type=jar", - "pkg:maven/io.confluent/kafka-json-serializer@7.5.1?type=jar", - "pkg:maven/io.confluent/kafka-schema-registry-client@5.3.1?type=jar", - "pkg:maven/io.confluent/common-utils@5.3.1?type=jar" - ] - }, - { - "ref": "pkg:maven/io.confluent/kafka-json-schema-provider@7.5.1?type=jar", - "dependsOn": [ - "pkg:maven/io.confluent/kafka-schema-registry-client@5.3.1?type=jar", - "pkg:maven/com.github.erosb/everit-json-schema@1.14.2?type=jar", - "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-guava@2.15.4?type=jar", - "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.15.4?type=jar", - "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-joda@2.15.4?type=jar", - "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.15.4?type=jar", - "pkg:maven/com.fasterxml.jackson.module/jackson-module-parameter-names@2.15.4?type=jar", - "pkg:maven/com.kjetland/mbknor-jackson-jsonschema_2.13@1.0.39?type=jar", - "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar", - "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-jvm@1.8.22?type=jar", - "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-compiler-embeddable@1.6.0?type=jar", - "pkg:maven/io.confluent/common-utils@5.3.1?type=jar" - ] - }, - { - "ref": "pkg:maven/com.github.erosb/everit-json-schema@1.14.2?type=jar", - "dependsOn": [ - "pkg:maven/org.json/json@20230227?type=jar", - "pkg:maven/commons-validator/commons-validator@1.7?type=jar", - "pkg:maven/com.damnhandy/handy-uri-templates@2.1.8?type=jar", - "pkg:maven/com.google.re2j/re2j@1.6?type=jar" - ] - }, - { - "ref": "pkg:maven/org.json/json@20230227?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/commons-validator/commons-validator@1.7?type=jar", - "dependsOn": [ - "pkg:maven/commons-digester/commons-digester@2.1?type=jar", - "pkg:maven/commons-logging/commons-logging@1.2?type=jar", - "pkg:maven/commons-collections/commons-collections@3.2.2?type=jar" - ] - }, - { - "ref": "pkg:maven/commons-digester/commons-digester@2.1?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/commons-logging/commons-logging@1.2?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/commons-collections/commons-collections@3.2.2?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/com.damnhandy/handy-uri-templates@2.1.8?type=jar", - "dependsOn": ["pkg:maven/joda-time/joda-time@2.10.14?type=jar"] - }, - { - "ref": "pkg:maven/joda-time/joda-time@2.10.14?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/com.google.re2j/re2j@1.6?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-guava@2.15.4?type=jar", - "dependsOn": [ - "pkg:maven/com.google.guava/guava@32.1.1-jre?type=jar", - "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar", - "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar" - ] - }, - { - "ref": "pkg:maven/com.google.guava/guava@32.1.1-jre?type=jar", - "dependsOn": [ - "pkg:maven/com.google.guava/failureaccess@1.0.1?type=jar", - "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?type=jar", - "pkg:maven/com.google.code.findbugs/jsr305@3.0.2?type=jar", - "pkg:maven/org.checkerframework/checker-qual@3.33.0?type=jar", - "pkg:maven/com.google.errorprone/error_prone_annotations@2.18.0?type=jar", - "pkg:maven/com.google.j2objc/j2objc-annotations@2.8?type=jar" - ] - }, - { - "ref": "pkg:maven/com.google.guava/failureaccess@1.0.1?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.checkerframework/checker-qual@3.33.0?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/com.google.errorprone/error_prone_annotations@2.18.0?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/com.google.j2objc/j2objc-annotations@2.8?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-joda@2.15.4?type=jar", - "dependsOn": [ - "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.15.4?type=jar", - "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.15.4?type=jar", - "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar", - "pkg:maven/joda-time/joda-time@2.10.14?type=jar" - ] - }, - { - "ref": "pkg:maven/com.kjetland/mbknor-jackson-jsonschema_2.13@1.0.39?type=jar", - "dependsOn": [ - "pkg:maven/org.scala-lang/scala-library@2.13.10?type=jar", - "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-compiler-embeddable@1.6.0?type=jar", - "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar", - "pkg:maven/javax.validation/validation-api@2.0.1.Final?type=jar", - "pkg:maven/org.slf4j/slf4j-api@2.0.12?type=jar", - "pkg:maven/io.github.classgraph/classgraph@4.8.21?type=jar" - ] - }, - { - "ref": "pkg:maven/org.scala-lang/scala-library@2.13.10?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-compiler-embeddable@1.6.0?type=jar", - "dependsOn": [ - "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-compiler-impl-embeddable@1.6.0?type=jar", - "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar" - ] - }, - { - "ref": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-compiler-impl-embeddable@1.6.0?type=jar", - "dependsOn": [ - "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-common@1.8.22?type=jar", - "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-jvm@1.8.22?type=jar", - "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar" - ] - }, - { - "ref": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-common@1.8.22?type=jar", - "dependsOn": ["pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar"] - }, - { - "ref": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar", - "dependsOn": ["pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.8.22?type=jar", "pkg:maven/org.jetbrains/annotations@13.0?type=jar"] - }, - { - "ref": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.8.22?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.jetbrains/annotations@13.0?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-jvm@1.8.22?type=jar", - "dependsOn": [ - "pkg:maven/org.jetbrains.kotlin/kotlin-script-runtime@1.8.22?type=jar", - "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar", - "pkg:maven/org.jetbrains.kotlin/kotlin-scripting-common@1.8.22?type=jar" - ] - }, - { - "ref": "pkg:maven/org.jetbrains.kotlin/kotlin-script-runtime@1.8.22?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/javax.validation/validation-api@2.0.1.Final?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/io.github.classgraph/classgraph@4.8.21?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/io.confluent/kafka-schema-serializer@7.5.1?type=jar", - "dependsOn": ["pkg:maven/io.confluent/kafka-schema-registry-client@5.3.1?type=jar", "pkg:maven/io.confluent/common-utils@5.3.1?type=jar"] - }, - { - "ref": "pkg:maven/io.confluent/kafka-json-serializer@7.5.1?type=jar", - "dependsOn": [ - "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.4?type=jar", - "pkg:maven/io.confluent/common-config@5.3.1?type=jar", - "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.15.4?type=jar", - "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.15.4?type=jar", - "pkg:maven/com.fasterxml.jackson.module/jackson-module-parameter-names@2.15.4?type=jar", - "pkg:maven/io.confluent/common-utils@5.3.1?type=jar" - ] - }, - { - "ref": "pkg:maven/com.splunk.logging/splunk-library-javalogging@1.11.1?type=jar", - "dependsOn": ["pkg:maven/com.squareup.okhttp3/okhttp@4.10.0?type=jar", "pkg:maven/com.google.code.gson/gson@2.10.1?type=jar"] - }, - { - "ref": "pkg:maven/com.squareup.okhttp3/okhttp@4.10.0?type=jar", - "dependsOn": ["pkg:maven/com.squareup.okio/okio-jvm@3.0.0?type=jar", "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar"] - }, - { - "ref": "pkg:maven/com.squareup.okio/okio-jvm@3.0.0?type=jar", - "dependsOn": [ - "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.8.22?type=jar", - "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-common@1.8.22?type=jar" - ] - }, - { - "ref": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.8.22?type=jar", - "dependsOn": [ - "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar", - "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.8.22?type=jar" - ] - }, - { - "ref": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.8.22?type=jar", - "dependsOn": ["pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.8.22?type=jar"] - }, - { - "ref": "pkg:maven/com.google.code.gson/gson@2.10.1?type=jar", - "dependsOn": [] - }, - { - "ref": "pkg:maven/org.apache.logging.log4j/log4j-core@2.20.0?type=jar", - "dependsOn": ["pkg:maven/org.apache.logging.log4j/log4j-api@2.20.0?type=jar"] - }, - { - "ref": "pkg:maven/com.sic/UWProfile2@2.0.2-AWS?type=jar", - "dependsOn": [] - } - ] -} From 8651eb7b3fc7fcc014de9fb6cbd4b984398f52e7 Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Thu, 11 Apr 2024 21:46:49 -0500 Subject: [PATCH 17/17] add test script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c15b9d1..7c0b645 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "prettier:fix": "prettier write .", - "test": "test" + "test": "mocha" }, "author": "Matt Busche ", "license": "\tGPL-3.0-or-later",