Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2025

Bumps com.google.code.gson:gson from 2.11.0 to 2.12.1.

Release notes

Sourced from com.google.code.gson:gson's releases.

Gson 2.11.1

The only difference between this release and 2.11.0 is that OSGi declarations in the Gson jar now specify that com.google.errorprone.annotations is an optional dependency, not a required one. If you do not use OSGi then there is no effective change.

Gson 2.12.0

What's Changed

The biggest change is that we no longer support Java 7. People who still need to run on Java 7 will need to use an earlier version of Gson.

Other changes:

New Contributors

Full Changelog: google/gson@gson-parent-2.11.0...gson-parent-2.12.0

Commits
  • 29e3d1d [maven-release-plugin] prepare release gson-parent-2.12.1
  • be456cf Make the import of com.google.errorprone optional (#2795)
  • b2e26fa Bump the github-actions group with 3 updates (#2785)
  • 10bdd6d Simplify collection type adapters slightly. (#2791)
  • ab9c54f [maven-release-plugin] prepare for next development iteration
  • aaf7a12 [maven-release-plugin] prepare release gson-parent-2.12.0
  • a2b1c3c Allow registering adapters for JsonElement again (#2789)
  • e5dce84 Bump the maven group with 8 updates (#2784)
  • 84e5f16 Bump the maven group with 7 updates (#2777)
  • 9f3e577 Bump the github-actions group with 2 updates (#2778)
  • Additional commits viewable in compare view

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies 📦️ Pull Requests that update dependencies maven 📦️ Pull Requests that update Maven dependencies labels Jan 31, 2025
@vercel
Copy link

vercel bot commented Jan 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
drifty ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 6, 2025 8:03am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 31, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah! You did it 🎉 Now, Relax 😉, Grab a drink ☕, and wait for the maintainers to check your contributions. Meanwhile, you can discuss on other issues and solve them 😀. Thank You 😃!

Meanwhile you can also discuss about the project in our Discord Server 😀

Copy link
Owner

@SaptarshiSarkar12 SaptarshiSarkar12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@SaptarshiSarkar12 SaptarshiSarkar12 merged commit eebf2ac into master Mar 6, 2025
69 checks passed
@SaptarshiSarkar12 SaptarshiSarkar12 deleted the dependabot/maven/com.google.code.gson-gson-2.12.1 branch March 6, 2025 08:43
bdaf pushed a commit to michalryn/Drifty that referenced this pull request Mar 27, 2025
…aptarshiSarkar12#770)

Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.12.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.11.0...gson-parent-2.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>
bdaf pushed a commit to michalryn/Drifty that referenced this pull request Mar 27, 2025
…aptarshiSarkar12#770)

Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.12.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.11.0...gson-parent-2.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>
bdaf pushed a commit to michalryn/Drifty that referenced this pull request Mar 27, 2025
…aptarshiSarkar12#770)

Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.12.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.11.0...gson-parent-2.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>
SaptarshiSarkar12 added a commit that referenced this pull request Apr 8, 2025
* Added DbConnection

* Add CRUD methods for FILE and SESSION tables

* Added FileState enum and methods to get Job objects from DB

* Fix adding file size to database record

* Added functionality to insert FILE records into the database in the GUI module

* implementation of get, update, delete methods in DbConnection

* Code cleanup

* Code fixes based on CodeQL feedback

* Code fixes based on CodeQL feedback

Signed-off-by: Michał Ryniewicz <misiekxyz18@gmail.com>

* style: format codebase

* fix: Fixed Drifty DB path

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* feat: Added synchronization in DB instantiation

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* fix: Minor formatting issues fixed

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* fix(CI): Fixed linter error for indentation and local variable naming conventions

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* fix: Fixed Spotify download problems for both Drifty CLI and Drifty GUI

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* fix: Fixed batch filename duplication issue

The same filename is being used (even if not provided) starting from the 2nd batch item.

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* Added DbConnection

Signed-off-by: michalryn <misiekxyz18@gmail.com>

* Add CRUD methods for FILE and SESSION tables

Signed-off-by: Rafalrrr159 <rafal.rrr555@gmail.com>

* Added FileState enum and methods to get Job objects from DB

Signed-off-by: michalryn <misiekxyz18@gmail.com>

* Fix adding file size to database record

Signed-off-by: Rafalrrr159 <rafal.rrr555@gmail.com>

* Added functionality to insert FILE records into the database in the GUI module

Signed-off-by: Rafalrrr159 <rafal.rrr555@gmail.com>

* implementation of get, update, delete methods in DbConnection

Signed-off-by: Rafalrrr159 <rafal.rrr555@gmail.com>

* chore(npm): bump next from 14.2.15 to 15.0.0 in /Website (#692)

* chore(npm): bump next from 14.2.15 to 15.0.0 in /Website

Bumps [next](https://github.com/vercel/next.js) from 14.2.15 to 15.0.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.2.15...v15.0.0)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: Deleted `Website/app/api` directory to fix Next.Js 15 build issue

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore(npm): bump eslint-config-next from 14.2.15 to 15.0.0 in /Website (#693)

Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.2.15 to 15.0.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.0.0/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(npm): bump next from 15.0.0 to 15.0.1 in /Website (#695)

Bumps [next](https://github.com/vercel/next.js) from 15.0.0 to 15.0.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.0.0...v15.0.1)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(npm): bump eslint-config-next from 15.0.0 to 15.0.1 in /Website (#694)

Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.0.0 to 15.0.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.0.1/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(maven): bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0 (#696)

chore(maven): bump org.codehaus.mojo:exec-maven-plugin

Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.4.1...3.5.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(maven): bump org.openrewrite.maven:rewrite-maven-plugin from 5.42.2 to 5.43.0 (#699)

chore(maven): bump org.openrewrite.maven:rewrite-maven-plugin

Bumps [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) from 5.42.2 to 5.43.0.
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.42.2...v5.43.0)

---
updated-dependencies:
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(maven): bump org.openrewrite.recipe:rewrite-recommendations from 1.11.0 to 1.12.0 (#698)

chore(maven): bump org.openrewrite.recipe:rewrite-recommendations

Bumps [org.openrewrite.recipe:rewrite-recommendations](https://github.com/openrewrite/rewrite-recommendations) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/openrewrite/rewrite-recommendations/releases)
- [Commits](https://github.com/openrewrite/rewrite-recommendations/compare/v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: org.openrewrite.recipe:rewrite-recommendations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(maven): bump org.openrewrite.recipe:rewrite-static-analysis from 1.18.0 to 1.19.0 (#697)

chore(maven): bump org.openrewrite.recipe:rewrite-static-analysis

Bumps [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis) from 1.18.0 to 1.19.0.
- [Release notes](https://github.com/openrewrite/rewrite-static-analysis/releases)
- [Commits](https://github.com/openrewrite/rewrite-static-analysis/compare/v1.18.0...v1.19.0)

---
updated-dependencies:
- dependency-name: org.openrewrite.recipe:rewrite-static-analysis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(npm): bump @headlessui/react from 2.1.10 to 2.2.0 in /Website (#700)

Bumps [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) from 2.1.10 to 2.2.0.
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.2.0/packages/@headlessui-react)

---
updated-dependencies:
- dependency-name: "@headlessui/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(npm): bump next from 15.0.1 to 15.0.2 in /Website (#703)

Bumps [next](https://github.com/vercel/next.js) from 15.0.1 to 15.0.2.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.0.1...v15.0.2)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(npm): bump eslint-config-next from 15.0.1 to 15.0.2 in /Website (#704)

Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.0.1 to 15.0.2.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.0.2/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(maven): bump org.openrewrite.maven:rewrite-maven-plugin from 5.43.0 to 5.43.3 (#705)

chore(maven): bump org.openrewrite.maven:rewrite-maven-plugin

Bumps [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) from 5.43.0 to 5.43.3.
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.43.0...v5.43.3)

---
updated-dependencies:
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(maven): bump org.openrewrite.maven:rewrite-maven-plugin from 5.43.3 to 5.44.0 (#710)

chore(maven): bump org.openrewrite.maven:rewrite-maven-plugin

Bumps [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) from 5.43.3 to 5.44.0.
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.43.3...v5.44.0)

---
updated-dependencies:
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(npm): bump next from 15.0.2 to 15.0.3 in /Website (#708)

Bumps [next](https://github.com/vercel/next.js) from 15.0.2 to 15.0.3.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.0.2...v15.0.3)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(npm): bump postcss from 8.4.47 to 8.4.48 in /Website (#709)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.47 to 8.4.48.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.47...8.4.48)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(npm): bump eslint-config-next from 15.0.2 to 15.0.3 in /Website (#707)

Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.0.2 to 15.0.3.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.0.3/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(npm): bump tailwindcss from 3.4.14 to 3.4.15 in /Website (#715)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.14 to 3.4.15.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.15/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.14...v3.4.15)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(npm): bump cross-spawn from 7.0.3 to 7.0.6 in /Website in the npm_and_yarn group (#716)

chore(npm): bump cross-spawn in /Website in the npm_and_yarn group

Bumps the npm_and_yarn group in /Website with 1 update: [cross-spawn](https://github.com/moxystudio/node-cross-spawn).


Updates `cross-spawn` from 7.0.3 to 7.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(CI): Removed Git Merge Conflict marker check from linter

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* fix(CI): Fixed node js version to 21.2.0

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore(ci): bump aquasecurity/trivy-action from 0.28.0 to 0.29.0 in /.github/workflows (#717)

chore(ci): bump aquasecurity/trivy-action in /.github/workflows

Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.28.0...0.29.0)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(ci): bump docker/metadata-action from 5.5.1 to 5.6.1 in /.github/workflows (#718)

chore(ci): bump docker/metadata-action in /.github/workflows

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.5.1 to 5.6.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v5.5.1...v5.6.1)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore(maven): bump org.openrewrite.maven:rewrite-maven-plugin from 5.44.0 to 5.45.1 (#719)

* chore(maven): bump org.openrewrite.recipe:rewrite-static-analysis from 1.19.0 to 1.20.0 (#714)

* chore(maven): bump org.codehaus.mojo:versions-maven-plugin from 2.17.1 to 2.18.0 (#713)

* chore(npm): bump postcss from 8.4.48 to 8.4.49 in /Website (#711)

* chore(maven): bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.0 to 3.8.1 (#701)

* chore(maven): bump commons-io:commons-io from 2.17.0 to 2.18.0 (#722)

Bumps commons-io:commons-io from 2.17.0 to 2.18.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(maven): bump org.openrewrite.recipe:rewrite-recommendations from 1.12.0 to 1.13.0 (#723)

* chore(ci): bump docker/build-push-action from 6.9.0 to 6.10.0 in /.github/workflows (#724)

* feat: Revamp the website with modern design (#721)

* "Redesign of buttons, correction of bad practices. A more modern view of the website."

Signed-off-by: FabrizioJordan <dev.fjordan@gmail.com>

* "Responsive size in mobile header buttons and minor changes"

Signed-off-by: FabrizioJordan <dev.fjordan@gmail.com>

* "Completely removed scaling on hover"

Signed-off-by: FabrizioJordan <dev.fjordan@gmail.com>

* chore(maven): bump commons-io:commons-io from 2.17.0 to 2.18.0 (#722)

Bumps commons-io:commons-io from 2.17.0 to 2.18.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(maven): bump org.openrewrite.recipe:rewrite-recommendations from 1.12.0 to 1.13.0 (#723)

* Overflow-hidden corrected

Signed-off-by: FabrizioJordan <dev.fjordan@gmail.com>

* Lint error corrected

Signed-off-by: FabrizioJordan <dev.fjordan@gmail.com>

* "Updated styles and layout for Header and MainSection components"

Signed-off-by: FabrizioJordan <dev.fjordan@gmail.com>

* chore: Formatted the files using prettier

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

---------

Signed-off-by: FabrizioJordan <dev.fjordan@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>
Co-authored-by: FabrizioJordan <dev.fjordan@gmail.com>

* chore(maven): bump org.openrewrite.recipe:rewrite-recommendations from 1.13.0 to 1.14.0 (#727)

chore(maven): bump org.openrewrite.recipe:rewrite-recommendations

Bumps [org.openrewrite.recipe:rewrite-recommendations](https://github.com/openrewrite/rewrite-recommendations) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/openrewrite/rewrite-recommendations/releases)
- [Commits](https://github.com/openrewrite/rewrite-recommendations/compare/v1.13.0...v1.14.0)

---
updated-dependencies:
- dependency-name: org.openrewrite.recipe:rewrite-recommendations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(maven): bump org.openrewrite.maven:rewrite-maven-plugin from 5.45.1 to 5.46.0 (#726)

chore(maven): bump org.openrewrite.maven:rewrite-maven-plugin

Bumps [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) from 5.45.1 to 5.46.0.
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.45.1...v5.46.0)

---
updated-dependencies:
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore(maven): bump org.openrewrite.recipe:rewrite-static-analysis from 1.20.0 to 1.21.0 (#725)

chore(maven): bump org.openrewrite.recipe:rewrite-static-analysis

Bumps [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/openrewrite/rewrite-static-analysis/releases)
- [Commits](https://github.com/openrewrite/rewrite-static-analysis/compare/v1.20.0...v1.21.0)

---
updated-dependencies:
- dependency-name: org.openrewrite.recipe:rewrite-static-analysis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore(maven): bump org.openrewrite.maven:rewrite-maven-plugin from 5.46.0 to 5.46.1 (#728)

chore(maven): bump org.openrewrite.maven:rewrite-maven-plugin

Bumps [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) from 5.46.0 to 5.46.1.
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.46.0...v5.46.1)

---
updated-dependencies:
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(dependabot): Version updates will now onwards be grouped for next and eslint-config-next as well as for org.openrewrite package updates

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore(maven): bump the openrewrite-dependencies group with 2 updates (#731)

* chore(maven): bump the openrewrite-dependencies group with 2 updates

Bumps the openrewrite-dependencies group with 2 updates: [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis) and [org.openrewrite.recipe:rewrite-recommendations](https://github.com/openrewrite/rewrite-recommendations).


Updates `org.openrewrite.recipe:rewrite-static-analysis` from 1.21.0 to 1.21.1
- [Release notes](https://github.com/openrewrite/rewrite-static-analysis/releases)
- [Commits](https://github.com/openrewrite/rewrite-static-analysis/compare/v1.21.0...v1.21.1)

Updates `org.openrewrite.recipe:rewrite-recommendations` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/openrewrite/rewrite-recommendations/releases)
- [Commits](https://github.com/openrewrite/rewrite-recommendations/compare/v1.14.0...v1.14.1)

---
updated-dependencies:
- dependency-name: org.openrewrite.recipe:rewrite-static-analysis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: openrewrite-dependencies
- dependency-name: org.openrewrite.recipe:rewrite-recommendations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: openrewrite-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: Removed StaticAnalysis recipe for open-rewrite to fix wrongly formatted files

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore(maven): bump org.graalvm.buildtools:native-maven-plugin from 0.10.3 to 0.10.4 (#732)

chore(maven): bump org.graalvm.buildtools:native-maven-plugin

Bumps [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.10.3 to 0.10.4.
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](https://github.com/graalvm/native-build-tools/commits)

---
updated-dependencies:
- dependency-name: org.graalvm.buildtools:native-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(npm): bump tailwindcss from 3.4.15 to 3.4.16 in /Website (#733)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.15 to 3.4.16.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.16/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.15...v3.4.16)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(npm): bump the next-eslint-dependencies group in /Website with 2 updates (#735)

chore(npm): bump the next-eslint-dependencies group

Bumps the next-eslint-dependencies group in /Website with 2 updates: [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [next](https://github.com/vercel/next.js).


Updates `eslint-config-next` from 15.0.3 to 15.0.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.0.4/packages/eslint-config-next)

Updates `next` from 15.0.3 to 15.0.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.0.3...v15.0.4)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next-eslint-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next-eslint-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: Added group for npm dependencies - `react` and `react-dom`

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore(npm): bump the react-dependencies group in /Website with 2 updates (#738)

Bumps the react-dependencies group in /Website with 2 updates: [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom).


Updates `react` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react)

Updates `react-dom` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-dependencies
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(maven): bump org.openrewrite.maven:rewrite-maven-plugin from 5.46.1 to 5.46.2 in the openrewrite-dependencies group (#739)

chore(maven): bump org.openrewrite.maven:rewrite-maven-plugin

Bumps the openrewrite-dependencies group with 1 update: [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin).


Updates `org.openrewrite.maven:rewrite-maven-plugin` from 5.46.1 to 5.46.2
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.46.1...v5.46.2)

---
updated-dependencies:
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: openrewrite-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(npm): bump nanoid in /Website in the npm_and_yarn group

Bumps the npm_and_yarn group in /Website with 1 update: [nanoid](https://github.com/ai/nanoid).


Updates `nanoid` from 3.3.7 to 3.3.8
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(npm): bump the next-eslint-dependencies group

Bumps the next-eslint-dependencies group in /Website with 2 updates: [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [next](https://github.com/vercel/next.js).


Updates `eslint-config-next` from 15.0.4 to 15.1.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.0/packages/eslint-config-next)

Updates `next` from 15.0.4 to 15.1.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.0.4...v15.1.0)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: next-eslint-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: next-eslint-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(maven): bump org.openrewrite.maven:rewrite-maven-plugin

Bumps the openrewrite-dependencies group with 1 update: [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin).


Updates `org.openrewrite.maven:rewrite-maven-plugin` from 5.46.2 to 5.46.3
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.46.2...v5.46.3)

---
updated-dependencies:
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: openrewrite-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(maven): bump org.apache.commons:commons-text from 1.12.0 to 1.13.0

Bumps org.apache.commons:commons-text from 1.12.0 to 1.13.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(ci): bump docker/setup-buildx-action in /.github/workflows

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.7.1 to 3.8.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.7.1...v3.8.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(npm): bump the next-eslint-dependencies group

Bumps the next-eslint-dependencies group in /Website with 2 updates: [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [next](https://github.com/vercel/next.js).


Updates `eslint-config-next` from 15.1.0 to 15.1.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.1/packages/eslint-config-next)

Updates `next` from 15.1.0 to 15.1.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.1.0...v15.1.1)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next-eslint-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next-eslint-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(npm): bump the next-eslint-dependencies group

Bumps the next-eslint-dependencies group in /Website with 2 updates: [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [next](https://github.com/vercel/next.js).


Updates `eslint-config-next` from 15.1.1 to 15.1.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.2/packages/eslint-config-next)

Updates `next` from 15.1.1 to 15.1.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.1.1...v15.1.2)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next-eslint-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next-eslint-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(maven): bump the openrewrite-dependencies group with 3 updates

Bumps the openrewrite-dependencies group with 3 updates: [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis), [org.openrewrite.recipe:rewrite-recommendations](https://github.com/openrewrite/rewrite-recommendations) and [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin).


Updates `org.openrewrite.recipe:rewrite-static-analysis` from 1.21.1 to 1.22.0
- [Release notes](https://github.com/openrewrite/rewrite-static-analysis/releases)
- [Commits](https://github.com/openrewrite/rewrite-static-analysis/compare/v1.21.1...v1.22.0)

Updates `org.openrewrite.recipe:rewrite-recommendations` from 1.14.1 to 1.14.2
- [Release notes](https://github.com/openrewrite/rewrite-recommendations/releases)
- [Commits](https://github.com/openrewrite/rewrite-recommendations/compare/v1.14.1...v1.14.2)

Updates `org.openrewrite.maven:rewrite-maven-plugin` from 5.46.3 to 5.47.0
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.46.3...v5.47.0)

---
updated-dependencies:
- dependency-name: org.openrewrite.recipe:rewrite-static-analysis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: openrewrite-dependencies
- dependency-name: org.openrewrite.recipe:rewrite-recommendations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: openrewrite-dependencies
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: openrewrite-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(maven): bump org.openrewrite.maven:rewrite-maven-plugin

Bumps the openrewrite-dependencies group with 1 update: [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin).


Updates `org.openrewrite.maven:rewrite-maven-plugin` from 5.47.0 to 5.47.1
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.47.0...v5.47.1)

---
updated-dependencies:
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: openrewrite-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(npm): bump the next-eslint-dependencies group

Bumps the next-eslint-dependencies group in /Website with 2 updates: [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [next](https://github.com/vercel/next.js).


Updates `eslint-config-next` from 15.1.2 to 15.1.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.3/packages/eslint-config-next)

Updates `next` from 15.1.2 to 15.1.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.1.2...v15.1.3)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next-eslint-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next-eslint-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(maven): bump org.openrewrite.maven:rewrite-maven-plugin

Bumps the openrewrite-dependencies group with 1 update: [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin).


Updates `org.openrewrite.maven:rewrite-maven-plugin` from 5.47.1 to 5.47.2
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.47.1...v5.47.2)

---
updated-dependencies:
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: openrewrite-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(maven): bump org.openrewrite.maven:rewrite-maven-plugin

Bumps the openrewrite-dependencies group with 1 update: [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin).


Updates `org.openrewrite.maven:rewrite-maven-plugin` from 5.47.2 to 5.47.3
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.47.2...v5.47.3)

---
updated-dependencies:
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: openrewrite-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(npm): bump tailwindcss from 3.4.16 to 3.4.17 in /Website

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.16 to 3.4.17.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.16...v3.4.17)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(npm): bump the next-eslint-dependencies group

Bumps the next-eslint-dependencies group in /Website with 2 updates: [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [next](https://github.com/vercel/next.js).


Updates `eslint-config-next` from 15.1.3 to 15.1.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.4/packages/eslint-config-next)

Updates `next` from 15.1.3 to 15.1.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.1.3...v15.1.4)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next-eslint-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next-eslint-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(ci): bump docker/build-push-action in /.github/workflows

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.10.0 to 6.11.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.10.0...v6.11.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(maven): bump the openrewrite-dependencies group with 3 updates

Bumps the openrewrite-dependencies group with 3 updates: [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis), [org.openrewrite.recipe:rewrite-recommendations](https://github.com/openrewrite/rewrite-recommendations) and [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin).


Updates `org.openrewrite.recipe:rewrite-static-analysis` from 1.22.0 to 2.0.1
- [Release notes](https://github.com/openrewrite/rewrite-static-analysis/releases)
- [Commits](https://github.com/openrewrite/rewrite-static-analysis/compare/v1.22.0...v2.0.1)

Updates `org.openrewrite.recipe:rewrite-recommendations` from 1.14.2 to 1.15.0
- [Release notes](https://github.com/openrewrite/rewrite-recommendations/releases)
- [Commits](https://github.com/openrewrite/rewrite-recommendations/compare/v1.14.2...v1.15.0)

Updates `org.openrewrite.maven:rewrite-maven-plugin` from 5.47.3 to 6.0.0
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.47.3...v6.0.0)

---
updated-dependencies:
- dependency-name: org.openrewrite.recipe:rewrite-static-analysis
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: openrewrite-dependencies
- dependency-name: org.openrewrite.recipe:rewrite-recommendations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: openrewrite-dependencies
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: openrewrite-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(npm): bump postcss from 8.4.49 to 8.5.0 in /Website

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.49 to 8.5.0.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.49...8.5.0)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(npm): bump postcss from 8.5.0 to 8.5.1 in /Website

Bumps [postcss](https://github.com/postcss/postcss) from 8.5.0 to 8.5.1.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.5.0...8.5.1)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(ci): bump docker/build-push-action in /.github/workflows

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.11.0 to 6.12.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.11.0...v6.12.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Code cleanup

Signed-off-by: michalryn <misiekxyz18@gmail.com>

* Code fixes based on CodeQL feedback

Signed-off-by: michalryn <misiekxyz18@gmail.com>

* Code fixes based on CodeQL feedback

Signed-off-by: michalryn <misiekxyz18@gmail.com>

* chore(npm): bump the next-eslint-dependencies group across 1 directory with 2 updates

Bumps the next-eslint-dependencies group with 2 updates in the /Website directory: [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [next](https://github.com/vercel/next.js).


Updates `eslint-config-next` from 15.1.4 to 15.1.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.6/packages/eslint-config-next)

Updates `next` from 15.1.4 to 15.1.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.1.4...v15.1.6)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next-eslint-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next-eslint-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(npm): bump the next-eslint-dependencies group across 1 directory with 2 updates

Bumps the next-eslint-dependencies group with 2 updates in the /Website directory: [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [next](https://github.com/vercel/next.js).


Updates `eslint-config-next` from 15.1.6 to 15.2.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.2.0/packages/eslint-config-next)

Updates `next` from 15.1.6 to 15.2.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.1.6...v15.2.0)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: next-eslint-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: next-eslint-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(npm): bump postcss from 8.5.1 to 8.5.3 in /Website

Bumps [postcss](https://github.com/postcss/postcss) from 8.5.1 to 8.5.3.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.5.1...8.5.3)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: Fixed npm dependency errors

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* Update download page for consistency across the website.

Signed-off-by: FabrizioJordan <dev.fjordan@gmail.com>

* Correct the list of classes in the MainSection section.

Signed-off-by: FabrizioJordan <dev.fjordan@gmail.com>

* Fixed incorrect class usage, replaced with className.

Signed-off-by: FabrizioJordan <dev.fjordan@gmail.com>

* style: format codebase

* chore(npm): bump glob from 10.4.5 to 11.0.1 in /Website (#799)

Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 11.0.1.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.4.5...v11.0.1)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* fix(CI): Disabled JSX linter as it is causing issues

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore(npm): bump the next-eslint-dependencies group in /Website with 2 updates (#800)

chore(npm): bump the next-eslint-dependencies group

Bumps the next-eslint-dependencies group in /Website with 2 updates: [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [next](https://github.com/vercel/next.js).


Updates `eslint-config-next` from 15.2.0 to 15.2.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.2.1/packages/eslint-config-next)

Updates `next` from 15.2.0 to 15.2.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.2.0...v15.2.1)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next-eslint-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next-eslint-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(CI): Removed `pull-request-target` from docker prod ci

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore: Upgrade Java to Version 23 and fix Build Issues (#801)

* chore: Upgraded JDK from 21 LTS to 23

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* fix: Fixed GluonFX build issue

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore: Upgraded gluonfx-maven-plugin to 1.0.25

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* fix: Fixed windows build issue

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* fix(CI): Removed `pull-request-target` from docker prod ci

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

---------

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore(maven): bump the openrewrite-dependencies group across 1 directory with 2 updates (#797)

Bumps the openrewrite-dependencies group with 2 updates in the / directory: [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis) and [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin).


Updates `org.openrewrite.recipe:rewrite-static-analysis` from 2.0.1 to 2.3.0
- [Release notes](https://github.com/openrewrite/rewrite-static-analysis/releases)
- [Commits](https://github.com/openrewrite/rewrite-static-analysis/compare/v2.0.1...v2.3.0)

Updates `org.openrewrite.maven:rewrite-maven-plugin` from 6.0.0 to 6.2.2
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](https://github.com/openrewrite/rewrite-maven-plugin/compare/v6.0.0...v6.2.2)

---
updated-dependencies:
- dependency-name: org.openrewrite.recipe:rewrite-static-analysis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: openrewrite-dependencies
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: openrewrite-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore(ci): bump docker/build-push-action from 6.12.0 to 6.15.0 in /.github/workflows (#796)

chore(ci): bump docker/build-push-action in /.github/workflows

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.12.0 to 6.15.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.12.0...v6.15.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore(ci): bump docker/metadata-action from 5.6.1 to 5.7.0 in /.github/workflows (#795)

chore(ci): bump docker/metadata-action in /.github/workflows

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.6.1 to 5.7.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v5.6.1...v5.7.0)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore(ci): bump docker/setup-buildx-action from 3.8.0 to 3.10.0 in /.github/workflows (#794)

chore(ci): bump docker/setup-buildx-action in /.github/workflows

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.8.0 to 3.10.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.10.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore(maven): bump org.openrewrite.maven:rewrite-maven-plugin from 6.2.2 to 6.2.3 in the openrewrite-dependencies group (#803)

chore(maven): bump org.openrewrite.maven:rewrite-maven-plugin

Bumps the openrewrite-dependencies group with 1 update: [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin).


Updates `org.openrewrite.maven:rewrite-maven-plugin` from 6.2.2 to 6.2.3
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](https://github.com/openrewrite/rewrite-maven-plugin/compare/v6.2.2...v6.2.3)

---
updated-dependencies:
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: openrewrite-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(maven): bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 (#789)

chore(maven): bump org.apache.maven.plugins:maven-compiler-plugin

Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.13.0 to 3.14.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore(maven): bump com.google.code.gson:gson from 2.11.0 to 2.12.1 (#770)

Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.12.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.11.0...gson-parent-2.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore(maven): bump org.yaml:snakeyaml from 2.3 to 2.4 (#783)

Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.3 to 2.4.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.4..snakeyaml-2.3)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore(maven): bump org.graalvm.buildtools:native-maven-plugin from 0.10.4 to 0.10.5 (#772)

* chore(maven): bump org.graalvm.buildtools:native-maven-plugin

Bumps [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.10.4 to 0.10.5.
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](https://github.com/graalvm/native-build-tools/compare/0.10.4...0.10.5)

---
updated-dependencies:
- dependency-name: org.graalvm.buildtools:native-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: Upgraded JDK from 21 LTS to 23

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* fix: Fixed GluonFX build issue

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore: Upgraded gluonfx-maven-plugin to 1.0.25

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* fix(CI): Removed default linter CI with `npm run lint`

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

* chore(maven): bump the openrewrite-dependencies group with 2 updates (#810)

Bumps the openrewrite-dependencies group with 2 updates: [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis) and [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin).


Updates `org.openrewrite.recipe:rewrite-static-analysis` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/openrewrite/rewrite-static-analysis/releases)
- [Commits](https://github.com/openrewrite/rewrite-static-analysis/compare/v2.3.0...v2.4.0)

Updates `org.openrewrite.maven:rewrite-maven-plugin` from 6.2.3 to 6.3.0
- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)
- [Commits](https://github.com/openrewrite/rewrite-maven-plugin/compare/v6.2.3...v6.3.0)

---
updated-dependencies:
- dependency-name: org.openrewrite.recipe:rewrite-static-analysis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: openrewrite-dependencies
- dependency-name: org.openrewrite.maven:rewrite-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: openrewrite-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [FEAT] Complete website redesign for improved UI/UX (#807)

* Website 2.0 Initial commit

Signed-off-by: Abhilash Reddy <abhilashreddysh.99@gmail.com>

* chore: migrate images.domains to images.remotePatterns in next.config.js

Signed-off-by: Abhilash Reddy <abhilashreddysh.99@gmail.com>

* chore(contact): Add callout for docs page not available

Signed-off-by: Abhilash Reddy <abhilashreddysh.99@gmail.com>

* fix: Linting issues

Signed-off-by: Abhilash Reddy <abhilashreddysh.99@gmail.com>

* fix: update README.md

Signed-off-by: Abhilash Reddy <abhilashreddysh.99@gmail.com>

* fix(about): Add technology in about page

Signed-off-by: Abhilash Reddy <abhilashreddysh.99@gmail.com>

* fix(CI): Removed default linter CI with `npm linter` and fixed some minor formatting in README

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>
Signed-off-by: Abhilash Reddy <abhilashreddysh.99@gmail.com>

* fix(docs): Remove colons from section headers in README

Removed colons from header to adhere to markdown lint rules

Signed-off-by: Abhilash Reddy <abhilashreddysh.99@gmail.com>

* chore(contact): fix email validation and broken links

Signed-off-by: Abhilash Reddy <abhilashreddysh.99@gmail.com>

* fix(build): Fix lint issues during vercel build

Signed-off-by: Abhilash Reddy <abhilashreddysh.99@gmail.com>

* chore: Fix issues raised in review

Signed-off-by: Abhilash Reddy <abhilashreddysh.99@gmail.com>

* fix(server): rename env variable

Signed-off-by: Abhilash Reddy <abhilashreddysh.99@gmail.com>

* chore: Add docs content from previous version

Signed-off-by: Abhilash Reddy <abhilashreddysh.99@gmail.com>

* fix(about): Fix github handle overflow for maintainer card

Signed-off-by: Abhilash Reddy <abhilashreddysh.99@gmail.com>

---------

Signed-off-by: Abhilash Reddy <abhilashreddysh.99@gmail.com>
Signed-off-by: Saptarshi S…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies 📦️ Pull Requests that update dependencies maven 📦️ Pull Requests that update Maven dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant