Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps gson from 2.9.0 to 2.9.1.

Release notes

Sourced from gson's releases.

Gson 2.9.1

  • Make Object and JsonElement deserialization iterative rather than recursive (#1912)
  • Added parsing support for enum that has overridden toString() method (#1950)
  • Removed support for building Gson with Gradle (#2081)
  • Removed obsolete codegen hierarchy (#2099)
  • Add support for reflection access filter (#1905)
  • Improve TypeToken creation validation (#2072)
  • Add explicit support for float in JsonWriter (#2130, #2132)
  • Fail when parsing invalid local date (#2134)

Also many small improvements to javadoc.

Changelog

Sourced from gson's changelog.

Version 2.9.1

  • Make Object and JsonElement deserialization iterative rather than recursive (#1912)
  • Added parsing support for enum that has overridden toString() method (#1950)
  • Removed support for building Gson with Gradle (#2081)
  • Removed obsolete codegen hierarchy (#2099)
  • Add support for reflection access filter (#1905)
  • Improve TypeToken creation validation (#2072)
  • Add explicit support for float in JsonWriter (#2130, #2132)
  • Fail when parsing invalid local date (#2134)

Also many small improvements to javadoc.

Commits
  • bb9a1f2 [maven-release-plugin] prepare release gson-parent-2.9.1
  • 893a7e1 Fix malformed JsonElement.getAsBigDecimal() javadoc (#1772)
  • 6d2557d Remove unused package-private FieldAttributes methods (#2162)
  • 2deb209 Make RuntimeTypeAdapterFactory recognize subclasses only conditionally. (#2...
  • 924c496 Bump maven-resources-plugin from 3.2.0 to 3.3.0 (#2157)
  • 503c20b Rename ReflectiveTypeAdapterFactory field inclusion check method (#2121)
  • 0106247 Bump maven-deploy-plugin from 3.0.0-M2 to 3.0.0 (#2148)
  • eeba71c Upgrade to oss-parent 9 (#2149)
  • 2eb3758 Fix RuntimeTypeAdapterFactory (#2139)
  • cbc0af8 Improve lenient mode documentation (#2122)
  • Additional commits viewable in compare view

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 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 [gson](https://github.com/google/gson) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.9.0...gson-parent-2.9.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Aug 1, 2022
@mergify mergify bot merged commit 405584f into main Aug 19, 2022
@dependabot dependabot bot deleted the dependabot/maven/com.google.code.gson-gson-2.9.1 branch August 19, 2022 08:27
mergify bot added a commit that referenced this pull request Nov 16, 2025
…2 to 3.5.0 [skip ci]

Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.2 to 3.5.0.
Release notes

*Sourced from [org.apache.maven.plugins:maven-jar-plugin's releases](https://github.com/apache/maven-jar-plugin/releases).*

> 3.5.0
> -----
>
> 🚀 New features and improvements
> -------------------------------
>
> * Add new "attach" configuration parameter (3.x port of [#482](https://redirect.github.com/apache/maven-jar-plugin/issues/482)) ([#483](https://redirect.github.com/apache/maven-jar-plugin/pull/483)) [`@​hgschmie`](https://github.com/hgschmie)
> * add Java-Version to MANIFEST.MF ([#465](https://redirect.github.com/apache/maven-jar-plugin/pull/465)) [`@​hboutemy`](https://github.com/hboutemy)
>
> 🐛 Bug Fixes
> -----------
>
> * Fix detecting java version for toolchains and JDK 1.8 ([#500](https://redirect.github.com/apache/maven-jar-plugin/pull/500)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Ignore stderr when parsing javac version from toolchain ([#471](https://redirect.github.com/apache/maven-jar-plugin/pull/471)) [`@​jaredstehler`](https://github.com/jaredstehler)
>
> 👻 Maintenance
> -------------
>
> * Update site descriptor to 2.0.0 ([#501](https://redirect.github.com/apache/maven-jar-plugin/pull/501)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * chore: remove junit3 references ([#494](https://redirect.github.com/apache/maven-jar-plugin/pull/494)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Migrate component injection to JSR-330 ([#492](https://redirect.github.com/apache/maven-jar-plugin/pull/492)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Add PR Automation to 3.x ([#132](https://redirect.github.com/apache/maven-jar-plugin/pull/132)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Improve release-drafter configuration ([#128](https://redirect.github.com/apache/maven-jar-plugin/pull/128)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Fix for Maven 4.0.0-rc-3 ([#130](https://redirect.github.com/apache/maven-jar-plugin/pull/130)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * [[MNGSITE-529]](https://issues.apache.org/jira/browse/MNGSITE-529) - Rename "Goals" to "Plugin Documentation" ([#119](https://redirect.github.com/apache/maven-jar-plugin/pull/119)) [`@​Bukama`](https://github.com/Bukama)
>
> 🔧 Build
> -------
>
> * Bump m-invoker-p to 3.9.1 for Java 25 ([#480](https://redirect.github.com/apache/maven-jar-plugin/pull/480)) [`@​hboutemy`](https://github.com/hboutemy)
>
> 📦 Dependency updates
> --------------------
>
> * Bump commons-io:commons-io from 2.20.0 to 2.21.0 ([#499](https://redirect.github.com/apache/maven-jar-plugin/pull/499)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4 ([#498](https://redirect.github.com/apache/maven-jar-plugin/pull/498)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Use maven-plugin-testing-harness version 3.4.0 ([#491](https://redirect.github.com/apache/maven-jar-plugin/pull/491)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.1 to 3.15.2 ([#488](https://redirect.github.com/apache/maven-jar-plugin/pull/488)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to 4.10.3 ([#478](https://redirect.github.com/apache/maven-jar-plugin/pull/478)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.1 ([#464](https://redirect.github.com/apache/maven-jar-plugin/pull/464)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugins:maven-plugins from 42 to 45 ([#452](https://redirect.github.com/apache/maven-jar-plugin/pull/452)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven:maven-archiver from 3.6.2 to 3.6.4 ([#461](https://redirect.github.com/apache/maven-jar-plugin/pull/461)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.19.0 to 2.20.0 ([#457](https://redirect.github.com/apache/maven-jar-plugin/pull/457)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.9.10 to 3.9.11 ([#456](https://redirect.github.com/apache/maven-jar-plugin/pull/456)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.9.9 to 3.9.10 ([#146](https://redirect.github.com/apache/maven-jar-plugin/pull/146)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.shared:file-management from 3.1.0 to 3.2.0 ([#143](https://redirect.github.com/apache/maven-jar-plugin/pull/143)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.6.3 to 3.9.9 ([#107](https://redirect.github.com/apache/maven-jar-plugin/pull/107)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.18.0 to 2.19.0 ([#140](https://redirect.github.com/apache/maven-jar-plugin/pull/140)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.16.1 to 2.18.0 ([#114](https://redirect.github.com/apache/maven-jar-plugin/pull/114)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 ([#109](https://redirect.github.com/apache/maven-jar-plugin/pull/109)) @[dependabot[bot]](https://github.com/apps/dependabot)


Commits

* [`68d00f1`](apache/maven-jar-plugin@68d00f1) [maven-release-plugin] prepare release maven-jar-plugin-3.5.0
* [`357b9bf`](apache/maven-jar-plugin@357b9bf) Update site descriptor to 2.0.0
* [`340249c`](apache/maven-jar-plugin@340249c) Fix detecting java version for toolchains and JDK 1.8
* [`06a6245`](apache/maven-jar-plugin@06a6245) chore: remove junit3 references
* [`d302b2c`](apache/maven-jar-plugin@d302b2c) Bump commons-io:commons-io from 2.20.0 to 2.21.0
* [`6081bdb`](apache/maven-jar-plugin@6081bdb) Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4
* [`ef8ed4c`](apache/maven-jar-plugin@ef8ed4c) Migrate component injection to JSR-330
* [`704a35c`](apache/maven-jar-plugin@704a35c) Ignore stderr when parsing javac version from toolchain ([#471](https://redirect.github.com/apache/maven-jar-plugin/issues/471))
* [`0beb969`](apache/maven-jar-plugin@0beb969) Use maven-plugin-testing-harness version 3.4.0
* [`c2624c8`](apache/maven-jar-plugin@c2624c8) Bump org.apache.maven.plugin-tools:maven-plugin-annotations ([#488](https://redirect.github.com/apache/maven-jar-plugin/issues/488))
* Additional commits viewable in [compare view](apache/maven-jar-plugin@maven-jar-plugin-3.4.2...maven-jar-plugin-3.5.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.apache.maven.plugins:maven-jar-plugin&package-manager=maven&previous-version=3.4.2&new-version=3.5.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)
---
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  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)
mergify bot added a commit that referenced this pull request Dec 14, 2025
…o 5.18.4 in /studio [skip ci]

Bumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 5.18.3 to 5.18.4.
Release notes

*Sourced from [enhanced-resolve's releases](https://github.com/webpack/enhanced-resolve/releases).*

> v5.18.4
> -------
>
> ### Fixes
>
> * Allow subpath imports that start with `#/`
> * Handle `file:` schema


Commits

* [`e8a6ac9`](webpack/enhanced-resolve@e8a6ac9) chore(release): 5.18.4
* [`b953768`](webpack/enhanced-resolve@b953768) fix: support `file:` schema ([#467](https://redirect.github.com/webpack/enhanced-resolve/issues/467))
* [`6ff935b`](webpack/enhanced-resolve@6ff935b) fix: allow subpath imports that start with `#/` ([#468](https://redirect.github.com/webpack/enhanced-resolve/issues/468))
* [`79e2961`](webpack/enhanced-resolve@79e2961) fix(AliasPlugin): correct wildcard replacement in multi-target aliases ([#465](https://redirect.github.com/webpack/enhanced-resolve/issues/465))
* [`b8af813`](webpack/enhanced-resolve@b8af813) fix: fix always-false condition ([#464](https://redirect.github.com/webpack/enhanced-resolve/issues/464))
* [`f1bc1c2`](webpack/enhanced-resolve@f1bc1c2) fix: note the conditions under which the request couldn't be found ([#460](https://redirect.github.com/webpack/enhanced-resolve/issues/460))
* See full diff in [compare view](webpack/enhanced-resolve@v5.18.3...v5.18.4)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=enhanced-resolve&package-manager=npm\_and\_yarn&previous-version=5.18.3&new-version=5.18.4)](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)
---
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  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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants