Skip to content

Commit c1b0666

Browse files
Bump the gradle-dependencies group across 1 directory with 6 updates (#176)
Bumps the gradle-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | commons-io:commons-io | `2.18.0` | `2.19.0` | | [com.squareup.okio:okio](https://github.com/square/okio) | `3.10.2` | `3.11.0` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.11.4` | `5.12.2` | | [org.codehaus.groovy:groovy-json](https://github.com/apache/groovy) | `3.0.23` | `3.0.24` | | [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) | `1.5.5` | `1.5.6` | | [com.google.code.gson:gson](https://github.com/google/gson) | `2.12.1` | `2.13.0` | Updates `commons-io:commons-io` from 2.18.0 to 2.19.0 Updates `com.squareup.okio:okio` from 3.10.2 to 3.11.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/square/okio/blob/master/CHANGELOG.md">com.squareup.okio:okio's changelog</a>.</em></p> <blockquote> <h2>Version 3.11.0</h2> <p><em>2025-04-09</em></p> <ul> <li>Fix: Clear the deflater's byte array reference</li> <li>New: Faster implementation of <code>String.decodeHex()</code> on Kotlin/JS.</li> <li>New: Declare <code>EXACTLY_ONCE</code> execution for blocks like <code>Closeable.use {}</code> and <code>FileSystem.read {}</code>.</li> <li>Upgrade: [Kotlin 2.1.20][kotlin_2_1_20].</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/square/okio/commit/a5b94203c22f94e291bc61d71cf8b84b063d4a9e"><code>a5b9420</code></a> Revert publish plugin</li> <li><a href="https://github.com/square/okio/commit/e3c8d933a1685e97c1c46d421aceed572e1acfda"><code>e3c8d93</code></a> Prepare for release 3.11.0.</li> <li><a href="https://github.com/square/okio/commit/a8040d3836448db839bf65f0636b7182aaa55a38"><code>a8040d3</code></a> Merge pull request <a href="https://redirect.github.com/square/okio/issues/1614">#1614</a> from square/jwilson.0409.promote_fast_js_hex</li> <li><a href="https://github.com/square/okio/commit/a571c3101e1fca04a5cbb4b9e734385d8ad03c5a"><code>a571c31</code></a> Fix appleMain dependency</li> <li><a href="https://github.com/square/okio/commit/b43d833b16c724fb9f513b9bb1ba7c6888e537a1"><code>b43d833</code></a> Spotless</li> <li><a href="https://github.com/square/okio/commit/6326888dbe95d5dc36986324edf824bb30f70156"><code>6326888</code></a> Custom JS implementation of decodeHex</li> <li><a href="https://github.com/square/okio/commit/9b42a9783984caba92a0def3924c873ed8239623"><code>9b42a97</code></a> Update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.0.3 (<a href="https://redirect.github.com/square/okio/issues/1613">#1613</a>)</li> <li><a href="https://github.com/square/okio/commit/9ed2595d247cd09cd3a597f82fdf1762bc8bcfa7"><code>9ed2595</code></a> Clear the deflater's byte array reference (<a href="https://redirect.github.com/square/okio/issues/1612">#1612</a>)</li> <li><a href="https://github.com/square/okio/commit/7f14587bc20c6187bec31f521093ca3d6c2a2611"><code>7f14587</code></a> Update dependency com.android.tools.build:gradle to v8.9.1 (<a href="https://redirect.github.com/square/okio/issues/1610">#1610</a>)</li> <li><a href="https://github.com/square/okio/commit/992d1893ecabaa849082999c81dfb9365c6fc955"><code>992d189</code></a> Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.20 (<a href="https://redirect.github.com/square/okio/issues/1605">#1605</a>)</li> <li>Additional commits viewable in <a href="https://github.com/square/okio/compare/3.10.2...parent-3.11.0">compare view</a></li> </ul> </details> <br /> Updates `org.junit.jupiter:junit-jupiter` from 5.11.4 to 5.12.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit5/releases">org.junit.jupiter:junit-jupiter's releases</a>.</em></p> <blockquote> <p>JUnit 5.12.2 = Platform 1.12.2 + Jupiter 5.12.2 + Vintage 5.12.2</p> <p>See <a href="https://junit.org/junit5/docs/5.12.2/release-notes/">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2">https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2</a></p> <p>JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1</p> <p>See <a href="https://junit.org/junit5/docs/5.12.1/release-notes/">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit5/compare/r5.12.0...r5.12.1">https://github.com/junit-team/junit5/compare/r5.12.0...r5.12.1</a></p> <p>JUnit 5.12.0 = Platform 1.12.0 + Jupiter 5.12.0 + Vintage 5.12.0</p> <p>See <a href="https://junit.org/junit5/docs/5.12.0/release-notes/">Release Notes</a>.</p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/chris-carneiro"><code>@​chris-carneiro</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit5/pull/3938">junit-team/junit5#3938</a></li> <li><a href="https://github.com/amaembo"><code>@​amaembo</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit5/pull/4024">junit-team/junit5#4024</a></li> <li><a href="https://github.com/vdmitrienko"><code>@​vdmitrienko</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit5/pull/3889">junit-team/junit5#3889</a></li> <li><a href="https://github.com/JojOatXGME"><code>@​JojOatXGME</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit5/pull/4032">junit-team/junit5#4032</a></li> <li><a href="https://github.com/yhkuo41"><code>@​yhkuo41</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit5/pull/3169">junit-team/junit5#3169</a></li> <li><a href="https://github.com/AndreasTu"><code>@​AndreasTu</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit5/pull/3431">junit-team/junit5#3431</a></li> <li><a href="https://github.com/YongGoose"><code>@​YongGoose</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit5/pull/4115">junit-team/junit5#4115</a></li> <li><a href="https://github.com/JonasJebing"><code>@​JonasJebing</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit5/pull/4045">junit-team/junit5#4045</a></li> <li><a href="https://github.com/ky0n"><code>@​ky0n</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit5/pull/4152">junit-team/junit5#4152</a></li> <li><a href="https://github.com/filiphr"><code>@​filiphr</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit5/pull/4148">junit-team/junit5#4148</a></li> <li><a href="https://github.com/Anmavel"><code>@​Anmavel</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit5/pull/4149">junit-team/junit5#4149</a></li> <li><a href="https://github.com/awelless"><code>@​awelless</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit5/pull/3259">junit-team/junit5#3259</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.0">https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.0</a></p> <p>JUnit 5.12.0-RC2 = Platform 1.12.0-RC2 + Jupiter 5.12.0-RC2 + Vintage 5.12.0-RC2</p> <p>See <a href="https://junit.org/junit5/docs/5.12.0-RC2/release-notes/">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit5/compare/r5.12.0-RC1...r5.12.0-RC2">https://github.com/junit-team/junit5/compare/r5.12.0-RC1...r5.12.0-RC2</a></p> <p>JUnit 5.12.0-RC1 = Platform 1.12.0-RC1 + Jupiter 5.12.0-RC1 + Vintage 5.12.0-RC1</p> <p>See <a href="https://junit.org/junit5/docs/5.12.0-RC1/release-notes/">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit5/compare/r5.12.0-M1...r5.12.0-RC1">https://github.com/junit-team/junit5/compare/r5.12.0-M1...r5.12.0-RC1</a></p> <p>JUnit 5.12.0-M1 = Platform 1.12.0-M1 + Jupiter 5.12.0-M1 + Vintage 5.12.0-M1</p> <p>See <a href="https://junit.org/junit5/docs/5.12.0-M1/release-notes/">Release Notes</a>.</p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/chris-carneiro"><code>@​chris-carneiro</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit5/pull/3938">junit-team/junit5#3938</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit5/commit/0a446598f2b90bb0f52f1945f08755b430ec474b"><code>0a44659</code></a> Release 5.12.2</li> <li><a href="https://github.com/junit-team/junit5/commit/4c7dfdc0c08b7b0f72aff22b3c0cf8471a3c1ed5"><code>4c7dfdc</code></a> Finalize 5.12.2 release notes</li> <li><a href="https://github.com/junit-team/junit5/commit/561613e18307ce164e0f9c9eea8a5e00c12122af"><code>561613e</code></a> Fix handling of <code>CleanupMode.ON_SUCCESS</code></li> <li><a href="https://github.com/junit-team/junit5/commit/19d07d2306073d1cb0663073e66ee9e752df6c13"><code>19d07d2</code></a> Add 5.12.2 release notes from template</li> <li><a href="https://github.com/junit-team/junit5/commit/803cbb6d6e8bcdc62cd9fda5ea6913805f656bb7"><code>803cbb6</code></a> Add build parameter for enabling dry-run mode for test execution</li> <li><a href="https://github.com/junit-team/junit5/commit/eb43e62247c70c29473cb81825ab0361c6ff3d5f"><code>eb43e62</code></a> Back to snapshots for further development</li> <li><a href="https://github.com/junit-team/junit5/commit/ba9c9ae111f5f06645ebcda2bb831c8e093cc002"><code>ba9c9ae</code></a> Release 5.12.1</li> <li><a href="https://github.com/junit-team/junit5/commit/e28ad4a89047da0aca6aca32b0e45ac8309954e1"><code>e28ad4a</code></a> Finalize 5.12.1 release notes</li> <li><a href="https://github.com/junit-team/junit5/commit/1044e2c63c435f735ab78dbbca09e78b13fb5f80"><code>1044e2c</code></a> Move entry to 5.12.1 release notes</li> <li><a href="https://github.com/junit-team/junit5/commit/bea821d69ae8848aa21f7ee10692c6185abfc9ac"><code>bea821d</code></a> Fix Javadoc formatting</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.2">compare view</a></li> </ul> </details> <br /> Updates `org.codehaus.groovy:groovy-json` from 3.0.23 to 3.0.24 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/apache/groovy/commits">compare view</a></li> </ul> </details> <br /> Updates `com.networknt:json-schema-validator` from 1.5.5 to 1.5.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/networknt/json-schema-validator/releases">com.networknt:json-schema-validator's releases</a>.</em></p> <blockquote> <h2>1.5.6- 2025-02-19</h2> <h3>Added</h3> <h3>Changed</h3> <ul> <li>Set requires static for optional and excludable dependencies (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1155">#1155</a>) Thanks <a href="https://github.com/justin-tay"><code>@​justin-tay</code></a></li> <li>Fix NPE when walking a missing node that will have missing properties (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1152">#1152</a>) Thanks <a href="https://github.com/justin-tay"><code>@​justin-tay</code></a></li> <li>Fix relative iris with colons (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1147">#1147</a>) Thanks <a href="https://github.com/justin-tay"><code>@​justin-tay</code></a></li> <li>Fix explicit disabling of format assertions (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1145">#1145</a>) Thanks <a href="https://github.com/justin-tay"><code>@​justin-tay</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md">com.networknt:json-schema-validator's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <p>All notable changes to this project will be documented in this file.</p> <p>This format is based on <a href="http://keepachangelog.com/">Keep a Changelog</a>.</p> <p>This project does not adhere to <a href="https://semver.org/">Semantic Versioning</a> and minor version changes can have incompatible API changes. These incompatible API changes will largely affect those who have custom validator or walker implementations. Those who just use the library to validate using the standard JSON Schema Draft specifications may not need changes.</p> <h2>[Unreleased]</h2> <h3>Added</h3> <h3>Changed</h3> <h2>1.5.6- 2025-02-19</h2> <h3>Added</h3> <h3>Changed</h3> <ul> <li>Set requires static for optional and excludable dependencies (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1155">#1155</a>) Thanks <a href="https://github.com/justin-tay"><code>@​justin-tay</code></a></li> <li>Fix NPE when walking a missing node that will have missing properties (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1152">#1152</a>) Thanks <a href="https://github.com/justin-tay"><code>@​justin-tay</code></a></li> <li>Fix relative iris with colons (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1147">#1147</a>) Thanks <a href="https://github.com/justin-tay"><code>@​justin-tay</code></a></li> <li>Fix explicit disabling of format assertions (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1145">#1145</a>) Thanks <a href="https://github.com/justin-tay"><code>@​justin-tay</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/networknt/json-schema-validator/commit/2e3fa10362b024a6a11643e1948bfb57939b1444"><code>2e3fa10</code></a> upgrade to 1.5.6 and update changelog</li> <li><a href="https://github.com/networknt/json-schema-validator/commit/6bff075d30b3f1610045d2b150f243c134dfdd57"><code>6bff075</code></a> Set requires static for optional and excludable dependencies (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1155">#1155</a>)</li> <li><a href="https://github.com/networknt/json-schema-validator/commit/da3865cb4b4155e4321c48998018634c32ce859d"><code>da3865c</code></a> Fix NPE when walking a missing node that will have missing properties (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1152">#1152</a>)</li> <li><a href="https://github.com/networknt/json-schema-validator/commit/6c379356799b61c20c5fefb154b22125b30b7baa"><code>6c37935</code></a> Fix relative iris with colons (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1147">#1147</a>)</li> <li><a href="https://github.com/networknt/json-schema-validator/commit/77c91a23087b569ea7bab2841c9202e05217b480"><code>77c91a2</code></a> Fix explicit disabling of format assertions (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/1145">#1145</a>)</li> <li>See full diff in <a href="https://github.com/networknt/json-schema-validator/compare/1.5.5...1.5.6">compare view</a></li> </ul> </details> <br /> Updates `com.google.code.gson:gson` from 2.12.1 to 2.13.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/gson/releases">com.google.code.gson:gson's releases</a>.</em></p> <blockquote> <h2>Gson 2.13.0</h2> <h2>What's Changed</h2> <ul> <li> <p>A bug in deserializing collections has been fixed. Previously, if you did something like this:</p> <pre><code>gson.fromJson(jsonString, new TypeToken&lt;ImmutableList&lt;String&gt;&gt;() {}) </code></pre> <p>then the inferred type would be <code>ImmutableList&lt;String&gt;</code>, but Gson actually gave you an <code>ArrayList&lt;String&gt;</code>. Usually that would lead to an immediate <code>ClassCastException</code>, but in some circumstances the code might sometimes succeed despite the wrong type. Now you will see an exception like this:</p> <pre><code>com.google.gson.JsonIOException: Abstract classes can't be instantiated! Adjust the R8 configuration or register an InstanceCreator or a TypeAdapter for this type. Class name: com.google.common.collect.ImmutableList </code></pre> <p>because Gson now really is trying to create an <code>ImmutableList</code> through its constructor, but that isn't possible. Either change the requested type (in the <code>TypeToken</code>) to <code>List&lt;String&gt;</code>, or register a <code>TypeAdapter</code> or <code>JsonDeserializer</code> for <code>ImmutableList</code>.</p> </li> <li> <p>The internal classes <code>$Gson$Types</code> and <code>$Gson$Preconditions</code> have been renamed to remove the <code>$</code> characters. Since these are internal classes (as signaled not only by the package name but by the <code>$</code> characters), client code should not be affected. If your code <em>was</em> depending on these classes then we suggest making a copy of the class (subject to the <a href="https://www.apache.org/licenses/LICENSE-2.0">license</a>) rather than depending on the new names.</p> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/gson/compare/gson-parent-2.12.1...gson-parent-2.13.0">https://github.com/google/gson/compare/gson-parent-2.12.1...gson-parent-2.13.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/gson/commit/bfe0fd58e3efc9f54938a87b955bbfc42dfd45e1"><code>bfe0fd5</code></a> [maven-release-plugin] prepare release gson-parent-2.13.0</li> <li><a href="https://github.com/google/gson/commit/6ed64ca3a8990c60b758d838e16713b2a1e0f461"><code>6ed64ca</code></a> add multi-catch support to the code base (<a href="https://redirect.github.com/google/gson/issues/2841">#2841</a>)</li> <li><a href="https://github.com/google/gson/commit/0074376f7e605700f218ff7362dd45a690926074"><code>0074376</code></a> Bump the maven group with 3 updates (<a href="https://redirect.github.com/google/gson/issues/2840">#2840</a>)</li> <li><a href="https://github.com/google/gson/commit/45e5e141b1a39926e6b43c6eacd3dc0280321f71"><code>45e5e14</code></a> Rename <code>$Gson$Preconditions</code> and <code>$Gson$Types</code>. (<a href="https://redirect.github.com/google/gson/issues/2838">#2838</a>)</li> <li><a href="https://github.com/google/gson/commit/c6d44259b53a9b2756b5767b843d15e8acacaa31"><code>c6d4425</code></a> Remove obsolete comment in pom.xml (<a href="https://redirect.github.com/google/gson/issues/2835">#2835</a>)</li> <li><a href="https://github.com/google/gson/commit/9afd6f8e6c2d71ba0b3b7e77d56198793b9f3bcc"><code>9afd6f8</code></a> Bump the maven group with 10 updates (<a href="https://redirect.github.com/google/gson/issues/2831">#2831</a>)</li> <li><a href="https://github.com/google/gson/commit/ad5371eaa4af3555a6277c85a8ba27c09804b712"><code>ad5371e</code></a> Fix findings that are new with the latest Error Prone. (<a href="https://redirect.github.com/google/gson/issues/2834">#2834</a>)</li> <li><a href="https://github.com/google/gson/commit/de190d7ef5feb4950d5daca819a625b39f3fd2f5"><code>de190d7</code></a> Restructure code to avoid assignment expression warning. (<a href="https://redirect.github.com/google/gson/issues/2833">#2833</a>)</li> <li><a href="https://github.com/google/gson/commit/3d6684741e1086e589783e78a356293c6ea9f8d6"><code>3d66847</code></a> Bump the github-actions group with 3 updates (<a href="https://redirect.github.com/google/gson/issues/2832">#2832</a>)</li> <li><a href="https://github.com/google/gson/commit/2549ba93fc48f4c29f1a5c82553ce666712f183a"><code>2549ba9</code></a> Fix ConstructorConstructor creating mismatching Collection and Map instances ...</li> <li>Additional commits viewable in <a href="https://github.com/google/gson/compare/gson-parent-2.12.1...gson-parent-2.13.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 394b23c commit c1b0666

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ jackson-databind = { group = "com.fasterxml.jackson.core", name = "jackson-datab
88
jackson-parameter-names = { group = "com.fasterxml.jackson.module", name = "jackson-module-parameter-names" }
99
jackson-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin" }
1010

11-
apache-commons-io = { group = "commons-io", name = "commons-io", version = "2.18.0" }
11+
apache-commons-io = { group = "commons-io", name = "commons-io", version = "2.19.0" }
1212

1313
github-packageurl = { group = "com.github.package-url", name = "packageurl-java", version = "1.5.0" }
14-
okio = { group = "com.squareup.okio", name = "okio", version = "3.10.2" }
14+
okio = { group = "com.squareup.okio", name = "okio", version = "3.11.0" }
1515

1616
### Test dependencies
1717

1818
spock-core = { group = "org.spockframework", name = "spock-core", version.ref = "spock" }
1919
spock-junit4 = { group = "org.spockframework", name = "spock-junit4", version.ref = "spock" }
2020
junit-junit4 = { group = "junit", name = "junit", version = "4.13.2" }
21-
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.11.4" }
21+
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.12.2" }
2222

23-
groovy-json = { group = "org.codehaus.groovy", name = "groovy-json", version = "3.0.23" }
24-
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.5" }
23+
groovy-json = { group = "org.codehaus.groovy", name = "groovy-json", version = "3.0.24" }
24+
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.6" }
2525
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version = "26.0.2" }
26-
google-gson = { group = "com.google.code.gson", name = "gson", version = "2.12.1" }
26+
google-gson = { group = "com.google.code.gson", name = "gson", version = "2.13.0" }
2727

2828
[plugins]
2929
shadow-jar = { id = "com.github.johnrengelman.shadow", version = "8.1.1"}

0 commit comments

Comments
 (0)