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

Update dependencies #7

Merged
merged 12 commits into from
Oct 26, 2024
Merged

Update dependencies #7

merged 12 commits into from
Oct 26, 2024

Commits on Oct 26, 2024

  1. Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1

    Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.5.0 to 3.5.1.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    7514223 View commit details
    Browse the repository at this point in the history
  2. Bump mockito.version from 5.13.0 to 5.14.2

    Bumps `mockito.version` from 5.13.0 to 5.14.2.
    
    Updates `org.mockito:mockito-core` from 5.13.0 to 5.14.2
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.13.0...v5.14.2)
    
    Updates `org.mockito:mockito-junit-jupiter` from 5.13.0 to 5.14.2
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.13.0...v5.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: org.mockito:mockito-junit-jupiter
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    50159ef View commit details
    Browse the repository at this point in the history
  3. Bump org.jetbrains:annotations from 24.1.0 to 26.0.1

    Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.1.0 to 26.0.1.
    - [Release notes](https://github.com/JetBrains/java-annotations/releases)
    - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
    - [Commits](JetBrains/java-annotations@24.1.0...26.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains:annotations
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    5735651 View commit details
    Browse the repository at this point in the history
  4. Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1

    Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.0 to 3.5.1.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    1e036f9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5 from vitalijr2/dependabot/maven/development/org…

    ….apache.maven.plugins-maven-surefire-plugin-3.5.1
    
    Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1
    vitalijr2 authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    d218ec0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4 from vitalijr2/dependabot/maven/development/org…

    ….jetbrains-annotations-26.0.1
    
    Bump org.jetbrains:annotations from 24.1.0 to 26.0.1
    vitalijr2 authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    9dcb251 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3 from vitalijr2/dependabot/maven/development/moc…

    …kito.version-5.14.2
    
    Bump mockito.version from 5.13.0 to 5.14.2
    vitalijr2 authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    ee726e2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1 from vitalijr2/dependabot/maven/development/org…

    ….apache.maven.plugins-maven-failsafe-plugin-3.5.1
    
    Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1
    vitalijr2 authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    1e5a9f6 View commit details
    Browse the repository at this point in the history
  9. Bump junit-jupiter.version from 5.11.0 to 5.11.3

    Bumps `junit-jupiter.version` from 5.11.0 to 5.11.3.
    
    Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.0 to 5.11.3
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.11.0...r5.11.3)
    
    Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.0 to 5.11.3
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.11.0...r5.11.3)
    
    Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.0 to 5.11.3
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.11.0...r5.11.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-api
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.junit.jupiter:junit-jupiter-engine
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.junit.jupiter:junit-jupiter-params
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    3bfb586 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2 from vitalijr2/dependabot/maven/development/jun…

    …it-jupiter.version-5.11.3
    
    Bump junit-jupiter.version from 5.11.0 to 5.11.3
    vitalijr2 authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    dde4d40 View commit details
    Browse the repository at this point in the history
  11. Bump io.github.vitalijr2.logging:mock-jdk-platform-logging

    Bumps [io.github.vitalijr2.logging:mock-jdk-platform-logging](https://github.com/vitalijr2/mock-jdk-platform-logging) from 1.1.1 to 1.1.2.
    - [Release notes](https://github.com/vitalijr2/mock-jdk-platform-logging/releases)
    - [Changelog](https://github.com/vitalijr2/mock-jdk-platform-logging/blob/master/changelog.md)
    - [Commits](vitalijr2/mock-jdk-platform-logging@v1.1.1...v1.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: io.github.vitalijr2.logging:mock-jdk-platform-logging
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    688e869 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #6 from vitalijr2/dependabot/maven/development/io.…

    …github.vitalijr2.logging-mock-jdk-platform-logging-1.1.2
    
    Bump io.github.vitalijr2.logging:mock-jdk-platform-logging from 1.1.1 to 1.1.2
    vitalijr2 authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4c439b9 View commit details
    Browse the repository at this point in the history