Skip to content

Commit

Permalink
Bump net.sourceforge.plantuml:plantuml from 1.2024.5 to 1.2024.6 (#14)
Browse files Browse the repository at this point in the history
Bumps
[net.sourceforge.plantuml:plantuml](https://github.com/plantuml/plantuml)
from 1.2024.5 to 1.2024.6.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/plantuml/plantuml/commit/36e07ea22af348f830db6b44994f9ecbed9bfafa"><code>36e07ea</code></a>
chore: version 1.2024.6</li>
<li><a
href="https://github.com/plantuml/plantuml/commit/c871496e57e9aa49ab019d6c2813c34ac9c6027a"><code>c871496</code></a>
refactor: prepare Elk/Svek/Smetana convergence</li>
<li><a
href="https://github.com/plantuml/plantuml/commit/5633bdf2e54b4223e8337e806f349d32488bd941"><code>5633bdf</code></a>
fix: allow JsonValue on key for the <code>%json_key_exists</code>
builtin function (<a
href="https://redirect.github.com/plantuml/plantuml/issues/1847">#1847</a>)</li>
<li><a
href="https://github.com/plantuml/plantuml/commit/5bf95c6b52657cafc440227301ab47f0eb94b954"><code>5bf95c6</code></a>
upd: update <code>readme.md</code> (add architecture of
<code>JsonValue</code>)</li>
<li><a
href="https://github.com/plantuml/plantuml/commit/4719257b60c6840e6cf5a11a80b0a1f0f8f43c90"><code>4719257</code></a>
docs: update <code>readme.md</code> (add architecture of
<code>TValue</code>)</li>
<li><a
href="https://github.com/plantuml/plantuml/commit/5cb80841a8a565c0d91c081554ec937b14201f99"><code>5cb8084</code></a>
chore: basic rename</li>
<li><a
href="https://github.com/plantuml/plantuml/commit/d3289bad7341a5171bc05a1d5689279dd660e0b8"><code>d3289ba</code></a>
chore: new version beta12</li>
<li><a
href="https://github.com/plantuml/plantuml/commit/d104e39f2451f5854cf2896eb9931db2beb5a019"><code>d104e39</code></a>
- set RenderingHints.VALUE_FRACTIONALMETRICS_ON in DriverTextG2 (<a
href="https://redirect.github.com/plantuml/plantuml/issues/1843">#1843</a>)</li>
<li><a
href="https://github.com/plantuml/plantuml/commit/aa46be31f6e2337a751a1b904e7e82b80abc9630"><code>aa46be3</code></a>
feat: brainstorming about api v2</li>
<li><a
href="https://github.com/plantuml/plantuml/commit/92bd56aebc2baca49074cb2e9c07a4b1144f9b5d"><code>92bd56a</code></a>
chore: non GPL versions only built when CI</li>
<li>Additional commits viewable in <a
href="https://github.com/plantuml/plantuml/compare/v1.2024.5...v1.2024.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.sourceforge.plantuml:plantuml&package-manager=gradle&previous-version=1.2024.5&new-version=1.2024.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 8a84e15 commit dcb42b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {
dependencies {
implementation(gradleApi())

implementation("net.sourceforge.plantuml:plantuml:1.2024.5")
implementation("net.sourceforge.plantuml:plantuml:1.2024.6")

val kotestVersion = "5.9.1"
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
Expand Down

0 comments on commit dcb42b4

Please sign in to comment.