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

feat: Support 1.17.x and other changes #26

Merged
merged 20 commits into from
Aug 12, 2024
Merged

feat: Support 1.17.x and other changes #26

merged 20 commits into from
Aug 12, 2024

Commits on Aug 7, 2024

  1. chore(deps-dev): [skip ci] bump org.junit.jupiter:junit-jupiter-engine (

    #24)
    
    Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.10.2...r5.10.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-engine
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    24de930 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): [skip ci] bump org.junit.jupiter:junit-jupiter-api (#22

    )
    
    Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.10.2...r5.10.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-api
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    80a6cf5 View commit details
    Browse the repository at this point in the history
  3. chore(deps): [skip ci] bump org.projectlombok:lombok in /Scenamatica (#…

    …23)
    
    Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.32 to 1.18.34.
    - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
    - [Commits](projectlombok/lombok@v1.18.32...v1.18.34)
    
    ---
    updated-dependencies:
    - dependency-name: org.projectlombok:lombok
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8d40261 View commit details
    Browse the repository at this point in the history
  4. chore(deps): [skip ci] bump org.apache.maven.plugins:maven-shade-plug…

    …in (#20)
    
    Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.3 to 3.6.0.
    - [Release notes](https://github.com/apache/maven-shade-plugin/releases)
    - [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.5.3...maven-shade-plugin-3.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-shade-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    bd8834a View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): [skip ci] bump org.mockito:mockito-core in /Scenamat…

    …ica (#19)
    
    Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.11.0 to 5.12.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.11.0...v5.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f0ed9ff View commit details
    Browse the repository at this point in the history
  6. chore(deps): [skip ci] bump ws from 7.5.9 to 7.5.10 in /docs (#21)

    Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.5.9...7.5.10)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Peyang <[email protected]>
    (cherry picked from commit 7ab4e4a)
    dependabot[bot] authored and PeyaPeyaPeyang committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3602cea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f0388a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33a30bd View commit details
    Browse the repository at this point in the history
  9. ci: Fix ci deployment

    PeyaPeyaPeyang committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b8434bc View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    f2e82e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36e57ba View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    3e13ccf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ba4b31 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

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

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    ac7acc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eddd37b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78a3985 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    204c4ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1030e6 View commit details
    Browse the repository at this point in the history
  6. chore: v1.5.0

    PeyaPeyaPeyang committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    feacbec View commit details
    Browse the repository at this point in the history