Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Spring Boot 3.2 #24098

Merged
merged 66 commits into from
Dec 7, 2023
Merged

Upgrade to Spring Boot 3.2 #24098

merged 66 commits into from
Dec 7, 2023

Commits on Nov 4, 2023

  1. Upgrade to Spring Boot 3.2

    mraible committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    28d6e51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc0816f View commit details
    Browse the repository at this point in the history
  3. Update snapshots

    mraible committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    291f68c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a255504 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25fc421 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    c8380be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a44b19 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    65e2b56 View commit details
    Browse the repository at this point in the history
  2. Fix error: Name for argument of type [java.lang.String] not specified…

    …, and parameter name information not found in class file either.
    mraible committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    56cebf9 View commit details
    Browse the repository at this point in the history
  3. Fix Elasticsearch @RequestParam

    mraible committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    37170a9 View commit details
    Browse the repository at this point in the history
  4. Fix Kafka @RequestParam

    mraible committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    4b318e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e124a66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2d7e71 View commit details
    Browse the repository at this point in the history
  7. Change from deprecated UriComponentsBuilder.fromHttpRequest() to Forw…

    …ardedHeaderUtils.adaptFromForwardedHeaders(request.getURI(), request.getHeaders())
    mraible committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    e7fcd7d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    f036b41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b39490 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7a49b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7268b2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b751e0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf69ae1 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Try Hibernate 6.4.0.Final

    mraible committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    8b8f498 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    2d66996 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    748b7d7 View commit details
    Browse the repository at this point in the history
  3. Update snapshots

    mraible committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    0f2f2d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    ab9fa67 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    0219590 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f864fb View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    963c06b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    e88cec6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49e2d87 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. build(deps): bump the typescript-eslint group with 2 updates

    Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.13.1 to 6.13.2
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.13.2/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.13.1 to 6.13.2
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.13.2/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    54a3db2 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump type-fest from 4.8.2 to 4.8.3

    Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 4.8.2 to 4.8.3.
    - [Release notes](https://github.com/sindresorhus/type-fest/releases)
    - [Commits](sindresorhus/type-fest@v4.8.2...v4.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: type-fest
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    134415b View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0

    Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 9.0.0 to 9.1.0.
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/eslint-config-prettier@v9.0.0...v9.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-config-prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    5d19520 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump prettier-plugin-packagejson from 2.4.6 to 2.4.7

    Bumps [prettier-plugin-packagejson](https://github.com/matzkoh/prettier-plugin-packagejson) from 2.4.6 to 2.4.7.
    - [Release notes](https://github.com/matzkoh/prettier-plugin-packagejson/releases)
    - [Commits](matzkoh/prettier-plugin-packagejson@v2.4.6...v2.4.7)
    
    ---
    updated-dependencies:
    - dependency-name: prettier-plugin-packagejson
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    081ff81 View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump @types/node from 18.19.1 to 18.19.2

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.19.1 to 18.19.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    4524125 View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): bump the typescript-eslint group

    Bumps the typescript-eslint group in /generators/react/resources with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.13.1 to 6.13.2
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.13.2/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.13.1 to 6.13.2
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.13.2/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    1559b2d View commit details
    Browse the repository at this point in the history
  7. build(deps-dev): bump @types/react in /generators/react/resources

    Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.41 to 18.2.42.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    fb60af7 View commit details
    Browse the repository at this point in the history
  8. build(deps): bump vue from 3.3.9 to 3.3.10 in /generators/vue/resources

    Bumps [vue](https://github.com/vuejs/core) from 3.3.9 to 3.3.10.
    - [Release notes](https://github.com/vuejs/core/releases)
    - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
    - [Commits](vuejs/core@v3.3.9...v3.3.10)
    
    ---
    updated-dependencies:
    - dependency-name: vue
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    72c3eff View commit details
    Browse the repository at this point in the history
  9. build(deps-dev): bump vite in /generators/vue/resources

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.4 to 5.0.5.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.0.5/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    fde8a92 View commit details
    Browse the repository at this point in the history
  10. build(deps-dev): bump vitest in /generators/vue/resources (#24472)

    Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.34.6 to 1.0.1.
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v1.0.1/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: vitest
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    5b4afd8 View commit details
    Browse the repository at this point in the history
  11. build(deps-dev): bump the typescript-eslint group

    Bumps the typescript-eslint group in /generators/angular/resources with 1 update: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin).
    
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.13.2/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    94aa2c5 View commit details
    Browse the repository at this point in the history
  12. build(deps-dev): bump @cypress/code-coverage

    Bumps [@cypress/code-coverage](https://github.com/cypress-io/code-coverage) from 3.12.12 to 3.12.13.
    - [Release notes](https://github.com/cypress-io/code-coverage/releases)
    - [Changelog](https://github.com/cypress-io/code-coverage/blob/master/.releaserc)
    - [Commits](cypress-io/code-coverage@v3.12.12...v3.12.13)
    
    ---
    updated-dependencies:
    - dependency-name: "@cypress/code-coverage"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    dc2065f View commit details
    Browse the repository at this point in the history
  13. group more dependencies

    mshima authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    42e6d58 View commit details
    Browse the repository at this point in the history
  14. split feign client generator

    mshima authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d1d96c1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9d76d5a View commit details
    Browse the repository at this point in the history
  16. cleanup OAuthIdpTokenResponseDTO

    mshima authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    48e986d View commit details
    Browse the repository at this point in the history
  17. adjust feign-client cleanup

    mshima authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    dbb9317 View commit details
    Browse the repository at this point in the history
  18. build(deps): bump docker/metadata-action from 5.2.0 to 5.3.0

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.2.0 to 5.3.0.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Commits](docker/metadata-action@v5.2.0...v5.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    9636eb6 View commit details
    Browse the repository at this point in the history
  19. build(deps): bump @vueuse/core in /generators/vue/resources

    Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) from 10.6.1 to 10.7.0.
    - [Release notes](https://github.com/vueuse/vueuse/releases)
    - [Commits](https://github.com/vueuse/vueuse/commits/v10.7.0/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@vueuse/core"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    2f8735d View commit details
    Browse the repository at this point in the history
  20. build(deps-dev): bump vitest-sonar-reporter in /generators/vue/resour…

    …ces (#24478)
    
    Bumps [vitest-sonar-reporter](https://github.com/AriPerkkio/vitest-sonar-reporter) from 0.5.0 to 1.0.0.
    - [Release notes](https://github.com/AriPerkkio/vitest-sonar-reporter/releases)
    - [Changelog](https://github.com/AriPerkkio/vitest-sonar-reporter/blob/main/CHANGELOG.md)
    - [Commits](AriPerkkio/vitest-sonar-reporter@v0.5.0...v1.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: vitest-sonar-reporter
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7a6b9c3 View commit details
    Browse the repository at this point in the history
  21. build(deps): bump actions/labeler from 4 to 5

    Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5.
    - [Release notes](https://github.com/actions/labeler/releases)
    - [Commits](actions/labeler@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/labeler
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8f9ada5 View commit details
    Browse the repository at this point in the history
  22. build(deps): bump vitest from 0.34.6 to 1.0.1 in /generators/generate…

    …-blueprint/resources (#24475)
    
    * build(deps): bump vitest in /generators/generate-blueprint/resources
    
    Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.34.6 to 1.0.1.
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v1.0.1/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: vitest
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * update vitest config
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Marcelo Shima <[email protected]>
    2 people authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    53e3271 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e47b280 View commit details
    Browse the repository at this point in the history
  24. build(deps-dev): bump @types/jest in /generators/react/resources

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.10 to 29.5.11.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    3e2bb88 View commit details
    Browse the repository at this point in the history
  25. build(deps-dev): bump core-js in /generators/react/resources

    Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.33.3 to 3.34.0.
    - [Release notes](https://github.com/zloirock/core-js/releases)
    - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/zloirock/core-js/commits/v3.34.0/packages/core-js)
    
    ---
    updated-dependencies:
    - dependency-name: core-js
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    37b116d View commit details
    Browse the repository at this point in the history
  26. build(deps-dev): bump vue-tsc in /generators/vue/resources

    Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) from 1.8.24 to 1.8.25.
    - [Release notes](https://github.com/vuejs/language-tools/releases)
    - [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/vuejs/language-tools/commits/v1.8.25/packages/tsc)
    
    ---
    updated-dependencies:
    - dependency-name: vue-tsc
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    4165c11 View commit details
    Browse the repository at this point in the history
  27. build(deps-dev): bump @types/jest in /generators/angular/resources

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.10 to 29.5.11.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    30f6661 View commit details
    Browse the repository at this point in the history
  28. build(deps-dev): bump cypress in /generators/client/resources

    Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.0 to 13.6.1.
    - [Release notes](https://github.com/cypress-io/cypress/releases)
    - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
    - [Commits](cypress-io/cypress@v13.6.0...v13.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: cypress
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    9895526 View commit details
    Browse the repository at this point in the history
  29. build(deps): bump com.gradle.common-custom-user-data-gradle-plugin

    Bumps com.gradle.common-custom-user-data-gradle-plugin from 1.12 to 1.12.1.
    
    ---
    updated-dependencies:
    - dependency-name: com.gradle.common-custom-user-data-gradle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c41abcb View commit details
    Browse the repository at this point in the history
  30. build(deps): bump com.gradle.enterprise in /generators/server/resources

    Bumps com.gradle.enterprise from 3.15.1 to 3.16.
    
    ---
    updated-dependencies:
    - dependency-name: com.gradle.enterprise
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ac3db09 View commit details
    Browse the repository at this point in the history
  31. Spring Milestone repo is no longer needed

    Spring Cloud 2023.0.0 has been released!
    mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    e5c26e0 View commit details
    Browse the repository at this point in the history
  32. Update snapshot

    mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ea202b9 View commit details
    Browse the repository at this point in the history
  33. Add missing semicolon

    mraible committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    0bf2f7a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    2386cc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f90787 View commit details
    Browse the repository at this point in the history
  3. Remove snapshot and milestone logic

    Co-authored-by: Marcelo Shima <[email protected]>
    mraible and mshima authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    586ffcc View commit details
    Browse the repository at this point in the history