Bump com.github.cryptomorin:XSeries from 9.5.0 to 9.7.0 #22

Merged
dependabot[bot] merged 1 commit from dependabot/maven/com.github.cryptomorin-XSeries-9.7.0 into master 2023-11-06 18:52:43 +00:00
dependabot[bot] commented 2023-10-23 02:31:35 +00:00 (Migrated from github.com)

Bumps com.github.cryptomorin:XSeries from 9.5.0 to 9.7.0.

Release notes

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

v9.7.0

Maven

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

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:9.7.0") { isTransitive = false }
}

Warning Don't forget to shade the library.


Added XWorldBorder API.

ReflectionUtils

  • The getClass methods now throw a runtime exception instead of returning null and printing the stacktrace manually.

SkullUtils

  • Fixed an error in outdated versions.

NMSExtras

  • Added various entity data watcher methods.
  • Added spinEntity()

v9.6.1.1

Maven

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

Gradle

repositories {
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot 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)
Bumps [com.github.cryptomorin:XSeries](https://github.com/CryptoMorin/XSeries) from 9.5.0 to 9.7.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>v9.7.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;9.7.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:9.7.0&quot;) { isTransitive = false } } </code></pre> <blockquote> <p><strong>Warning</strong> Don't forget to <a href="https://github.com/CryptoMorin/XSeries#shading">shade</a> the library.</p> </blockquote> <hr /> <p>Added XWorldBorder API.</p> <p><strong>ReflectionUtils</strong></p> <ul> <li>The getClass methods now throw a runtime exception instead of returning null and printing the stacktrace manually.</li> </ul> <p><strong>SkullUtils</strong></p> <ul> <li>Fixed an error in outdated versions.</li> </ul> <p><strong>NMSExtras</strong></p> <ul> <li>Added various entity data watcher methods.</li> <li>Added spinEntity()</li> </ul> <h2>v9.6.1.1</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;9.6.1.1&lt;/version&gt; &lt;/dependency&gt; </code></pre> <h3>Gradle</h3> <pre lang="kotlin"><code>repositories { &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/f7e0e83de5c657229ece8ae5ca386cee581fb8e1"><code>f7e0e83</code></a> v9.7.0</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/5ac9e6a4eaecd879c20f5373bf42080db60cd8a8"><code>5ac9e6a</code></a> v9.6.1.1</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/9f0a627b823bf59ecb2798a490d4f4c769ff8305"><code>9f0a627</code></a> Fix some null checks</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/129b4c73750d9bd313b312c1ae2014f23e9df945"><code>129b4c7</code></a> Fixed some more issues with SkullUtils</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/0c3b021e1c16b5a89e2ef219587aafc913902705"><code>0c3b021</code></a> v9.6.1</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/4caa69403cf396b8b570efa8e64f7fe123e1bbb6"><code>4caa694</code></a> Improve docs and +getRotationOrder()</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/426823bec196e1acf2cf3954b1fdf2ae076efeac"><code>426823b</code></a> Merge pull request <a href="https://redirect.github.com/CryptoMorin/XSeries/issues/231">#231</a> from ImSpooks/master</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/a6d170f436f809722345850e19c29d434686116f"><code>a6d170f</code></a> trim serialization and namespace changes</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/e6fef934fcde85307c521d80060e3cfe85b150dc"><code>e6fef93</code></a> fix unreachable code in serialization</li> <li><a href="https://github.com/CryptoMorin/XSeries/commit/2236951b9fc9dbe2aa5c0bf587d4fe6e7a8a6279"><code>2236951</code></a> armor trim support</li> <li>Additional commits viewable in <a href="https://github.com/CryptoMorin/XSeries/compare/v9.5.0...v9.7.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=9.5.0&new-version=9.7.0)](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>
Sign in to join this conversation.
No description provided.