Bump com.github.cryptomorin:XSeries from 11.2.0 to 11.3.0 #39

Merged
dependabot[bot] merged 1 commit from dependabot/maven/com.github.cryptomorin-XSeries-11.3.0 into master 2024-11-07 19:43:57 +01:00
dependabot[bot] commented 2024-10-03 18:50:38 +02:00 (Migrated from github.com)

Bumps com.github.cryptomorin:XSeries from 11.2.0 to 11.3.0.

Release notes

Sourced from com.github.cryptomorin:XSeries's releases.

v11.3.0

Maven

<dependency>
    <groupId>com.github.cryptomorin</groupId>
    <artifactId>XSeries</artifactId>
    <version>11.3.0</version>
</dependency>

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:11.3.0")
}

[!IMPORTANT] Don't forget to shade the library.


  • Replaced all JavaX annotations with JetBrains annotations.
  • Added more annotations to XSkull APIs.
  • Fixed some errors with XSkull API (specially when used for XItemStack) (Fixes #300)
  • Added AggregateReflectiveSupplier
  • Added more tests.
  • XSkull will now try to create less verbose profile values which can be used for XItemStack but requires extra settings.

v11.2.2

Maven

<dependency>
    <groupId>com.github.cryptomorin</groupId>
    <artifactId>XSeries</artifactId>
    <version>11.2.2</version>
</dependency>

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:11.2.2")
}
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <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)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [com.github.cryptomorin:XSeries](https://github.com/CryptoMorin/XSeries) from 11.2.0 to 11.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/CryptoMorin/XSeries/releases">com.github.cryptomorin:XSeries's releases</a>.</em></p> <blockquote> <h2>v11.3.0</h2> <h3>Maven</h3> <pre lang="xml"><code>&lt;dependency&gt; &lt;groupId&gt;com.github.cryptomorin&lt;/groupId&gt; &lt;artifactId&gt;XSeries&lt;/artifactId&gt; &lt;version&gt;11.3.0&lt;/version&gt; &lt;/dependency&gt; </code></pre> <h3>Gradle</h3> <pre lang="kotlin"><code>repositories { mavenCentral() } dependencies { implementation(&quot;com.github.cryptomorin:XSeries:11.3.0&quot;) } </code></pre> <blockquote> <p>[!IMPORTANT] Don't forget to <a href="https://github.com/CryptoMorin/XSeries#shading">shade</a> the library.</p> </blockquote> <hr /> <ul> <li>Replaced all JavaX annotations with JetBrains annotations.</li> <li>Added more annotations to XSkull APIs.</li> <li>Fixed some errors with XSkull API (specially when used for XItemStack) (Fixes <a href="https://redirect.github.com/CryptoMorin/XSeries/issues/300">#300</a>)</li> <li>Added AggregateReflectiveSupplier</li> <li>Added more tests.</li> <li>XSkull will now try to create less verbose profile values which can be used for XItemStack but requires extra settings.</li> </ul> <h2>v11.2.2</h2> <h3>Maven</h3> <pre lang="xml"><code>&lt;dependency&gt; &lt;groupId&gt;com.github.cryptomorin&lt;/groupId&gt; &lt;artifactId&gt;XSeries&lt;/artifactId&gt; &lt;version&gt;11.2.2&lt;/version&gt; &lt;/dependency&gt; </code></pre> <h3>Gradle</h3> <pre lang="kotlin"><code>repositories { mavenCentral() } dependencies { implementation(&quot;com.github.cryptomorin:XSeries:11.2.2&quot;) } &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CryptoMorin/XSeries/commit/8053b32cbb83f34d76d35500dde39036ad0a278c"><code>8053b32</code></a> v11.3.0</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/95b0796f8af096e3b77ddc5bfe29dea28959d879"><code>95b0796</code></a> Minor profile API additions</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/fe818e8a0797a6b8428af6431391f5b4e62a6d53"><code>fe818e8</code></a> v11.2.2 Final</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/50e5e07be05f1c0babd51ddbb30d9af3ad03f92a"><code>50e5e07</code></a> XItemStack base potion fix</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/6a07cadd6aa613366816213de8fa37c8bcf0e95a"><code>6a07cad</code></a> v11.2.2</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/29d7ac466f09779a067e811c31319ade11f0ab13"><code>29d7ac4</code></a> Merge pull request <a href="https://redirect.github.com/CryptoMorin/XSeries/issues/299">#299</a> from rexlManu/master</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/4ef3c90aed7b2de7a87221637549aaa36888cf25"><code>4ef3c90</code></a> refactor: try catch instead of exists for checking profile type</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/fddbbf1629363c6f89b046a4c5337784c0179d2e"><code>fddbbf1</code></a> feat: support ResolvableProfile type</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/b11b176deca55da6d465e67a3d4be548c3ef06c6"><code>b11b176</code></a> v11.2.1</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/2bb477356a9ba1571769bfccbc542207d790a12c"><code>2bb4773</code></a> v1.21 support</li> <li>Additional commits viewable in <a href="https://github.com/CryptoMorin/XSeries/compare/v11.2.0...v11.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.cryptomorin:XSeries&package-manager=maven&previous-version=11.2.0&new-version=11.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Sign in to join this conversation.
No description provided.