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

Bump the all group across 1 directory with 11 updates #58

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps the all group with 11 updates in the / directory:

Package From To
org.kohsuke:github-api 1.324 1.326
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.17.2 2.18.0
com.google.guava:guava 33.3.0-jre 33.3.1-jre
ch.qos.logback:logback-core 1.5.7 1.5.10
ch.qos.logback:logback-classic 1.5.7 1.5.10
org.junit.jupiter:junit-jupiter-engine 5.11.0 5.11.2
org.junit.jupiter:junit-jupiter-params 5.11.0 5.11.2
org.mockito:mockito-core 5.12.0 5.14.1
net.jqwik:jqwik 1.9.0 1.9.1
org.apache.maven.plugins:maven-surefire-plugin 3.4.0 3.5.1
org.apache.maven.plugins:maven-failsafe-plugin 3.4.0 3.5.1

Updates org.kohsuke:github-api from 1.324 to 1.326

Release notes

Sourced from org.kohsuke:github-api's releases.

v1.326 🌈

Description

Backporting updates from 2.0.0-alpha-2 and stabilizing 1.x builds.

What's Changed

Full Changelog: hub4j/github-api@github-api-1.325...github-api-1.326

v1.325 🌈

Changes

Commits
  • 6ab7c66 Prepare release (bitwiseman): github-api-1.326
  • 204587f Merge pull request #1944 from bitwiseman/backport/main-1.x
  • a0c87ae Merge remote-tracking branch 'upstream/main' into backport/main-1.x
  • d10f7e0 Update AbuseLimitHandlerTest
  • 4ed6537 Update japicmp to 0.23.0 (#1946)
  • 6e6c2c2 Merge pull request #1945 from bitwiseman/feature/testGetEmails
  • f14aa53 Test getEmails
  • 6609bd4 Test getEmails
  • b9a4c80 Update .github/workflows/maven-build.yml
  • 3c47c92 Merge branch 'main' into main-1.x
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.17.2 to 2.18.0

Updates com.google.guava:guava from 33.3.0-jre to 33.3.1-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.3.1

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.3.1-jre</version>
  <!-- or, for Android: -->
  <version>33.3.1-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

Commits

Updates ch.qos.logback:logback-core from 1.5.7 to 1.5.10

Commits
  • 56ec7b2 prepare release 1.5.10
  • a95bbc2 minor refactorings to allow ConfigurationModelHandlerFull and PropertiesConfi...
  • cbbd820 fix issues/866
  • 77e95e0 start work on 1.5.10-SNAPSHOT
  • 49663a8 disable flaky test
  • 2756640 prepare release 1.5.9
  • 81d8376 test for properties change detection from URL/http
  • a496a04 adding http scan capability, had to move tests
  • 67c24f6 minor changes in RollingFileAppenderTest
  • 42caff8 fix writing the header for RollingFileAppender (#862)
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.5.7 to 1.5.10

Commits
  • 56ec7b2 prepare release 1.5.10
  • a95bbc2 minor refactorings to allow ConfigurationModelHandlerFull and PropertiesConfi...
  • cbbd820 fix issues/866
  • 77e95e0 start work on 1.5.10-SNAPSHOT
  • 49663a8 disable flaky test
  • 2756640 prepare release 1.5.9
  • 81d8376 test for properties change detection from URL/http
  • a496a04 adding http scan capability, had to move tests
  • 67c24f6 minor changes in RollingFileAppenderTest
  • 42caff8 fix writing the header for RollingFileAppender (#862)
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.5.7 to 1.5.10

Commits
  • 56ec7b2 prepare release 1.5.10
  • a95bbc2 minor refactorings to allow ConfigurationModelHandlerFull and PropertiesConfi...
  • cbbd820 fix issues/866
  • 77e95e0 start work on 1.5.10-SNAPSHOT
  • 49663a8 disable flaky test
  • 2756640 prepare release 1.5.9
  • 81d8376 test for properties change detection from URL/http
  • a496a04 adding http scan capability, had to move tests
  • 67c24f6 minor changes in RollingFileAppenderTest
  • 42caff8 fix writing the header for RollingFileAppender (#862)
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.11.0 to 5.11.2

Release notes

Sourced from org.junit.jupiter:junit-jupiter-engine's releases.

JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.1...r5.11.2

JUnit 5.11.1 = Platform 1.11.1 + Jupiter 5.11.1 + Vintage 5.11.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.0...r5.11.1

Commits
  • 5b1a6d1 Release 5.11.2
  • b7816b6 Finalize 5.11.2 release notes
  • f8e22c7 Finalize 5.10.5 release notes
  • 8e63938 Remove reference to 5.10.4 in 5.11.2 release notes
  • 7e9d728 Document #4043 in 5.10.5 release notes
  • c11f224 Create initial 5.10.5 release notes from template
  • ab94140 Fix global read-write lock handling when not declared on top level
  • 9658fac Add initial 5.11.2 release notes from template
  • 5f52ced Fix link to milestone page
  • 558f480 Back to snapshots for further development
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.11.0 to 5.11.2

Release notes

Sourced from org.junit.jupiter:junit-jupiter-params's releases.

JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.1...r5.11.2

JUnit 5.11.1 = Platform 1.11.1 + Jupiter 5.11.1 + Vintage 5.11.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.0...r5.11.1

Commits
  • 5b1a6d1 Release 5.11.2
  • b7816b6 Finalize 5.11.2 release notes
  • f8e22c7 Finalize 5.10.5 release notes
  • 8e63938 Remove reference to 5.10.4 in 5.11.2 release notes
  • 7e9d728 Document #4043 in 5.10.5 release notes
  • c11f224 Create initial 5.10.5 release notes from template
  • ab94140 Fix global read-write lock handling when not declared on top level
  • 9658fac Add initial 5.11.2 release notes from template
  • 5f52ced Fix link to milestone page
  • 558f480 Back to snapshots for further development
  • Additional commits viewable in compare view

Updates org.mockito:mockito-core from 5.12.0 to 5.14.1

Release notes

Sourced from org.mockito:mockito-core's releases.

v5.14.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.1

v5.14.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.0

v5.13.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.13.0

... (truncated)

Commits
  • 39a0c75 fix: gradle mockitoAgent configuration should not be transitive (#3454)
  • e928059 Bump bytebuddy from 1.15.2 to 1.15.3 (#3452)
  • 8a0e586 Disable mocks with an error message (#3424)
  • d28b012 Fix typo in Javadoc of ArgumentCaptor (#3448)
  • a2fc9c6 Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 (#3451)
  • c3fcc6e Split subprojects by deliverable and integration tests (#3447)
  • f5858c2 Bump bytebuddy from 1.15.1 to 1.15.2 (#3450)
  • 1e337ed Allow for installing a Java agent within the Mockito jar, without exposing By...
  • a1d5860 Bump org.eclipse.platform:org.eclipse.osgi from 3.20.0 to 3.21.0 (#3440)
  • 0438593 Bump com.gradle.enterprise from 3.18 to 3.18.1 (#3439)
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.11.0 to 5.11.2

Release notes

Sourced from org.junit.jupiter:junit-jupiter-params's releases.

JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.1...r5.11.2

JUnit 5.11.1 = Platform 1.11.1 + Jupiter 5.11.1 + Vintage 5.11.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.0...r5.11.1

Commits
  • 5b1a6d1 Release 5.11.2
  • b7816b6 Finalize 5.11.2 release notes
  • f8e22c7 Finalize 5.10.5 release notes
  • 8e63938 Remove reference to 5.10.4 in 5.11.2 release notes
  • 7e9d728 Document #4043 in 5.10.5 release notes
  • c11f224 Create initial 5.10.5 release notes from template
  • ab94140 Fix global read-write lock handling when not declared on top level
  • 9658fac Add initial 5.11.2 release notes from template
  • 5f52ced Fix link to milestone page
  • 558f480 Back to snapshots for further development
  • Additional commits viewable in compare view

Updates net.jqwik:jqwik from 1.9.0 to 1.9.1

Release notes

Sourced from net.jqwik:jqwik's releases.

JqwikSession Enhancements

New and Enhanced Features

  • Introduced API to handle random seeds outside jqwik's lifecycle. See issue 581.

    • Added JqwikSession.getRandom()
    • Added JqwikSession.start(String randomSeed)
    • Added JqwikSession.run(String randomSeed, Runnable runnable)

Breaking Changes

No breaking changes

Dependency Upgrades and Bug Fixes

  • Upgrade to Gradle 8.10.2
  • Upgraded to JUnit Platform 1.11.1
  • Upgraded to KotlinX 1.9.0
Commits
  • d0b0516 Set version to 1.9.1 for release publishing
  • 0853f5a Upgrade to Gradle 8.10.2
  • fd4b469 Bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1
  • 290de7b Bump junitPlatformVersion from 1.11.0 to 1.11.1
  • e47ad1e Bump com.google.errorprone:error_prone_annotations from 2.31.0 to 2.32.0
  • d730994 Bump kotlinxVersion from 1.8.1 to 1.9.0
  • 75a5912 Bump com.google.errorprone:error_prone_annotations from 2.30.0 to 2.31.0
  • 7b064f5 Bump com.github.seancfoley:ipaddress from 5.5.0 to 5.5.1
  • b6b7ee0 Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0
  • b9a59c1 Bump junitPlatformVersion from 1.10.3 to 1.11.0
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.1

Release notes

Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.

3.5.1

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

3.5.0

... (truncated)

Commits
  • a69b0f8 [maven-release-plugin] prepare release surefire-3.5.1
  • ccc54d0 [SUREFIRE-2273] Bump org.hamcrest:hamcrest from 2.2 to 3.0 (#784)
  • ab77c35 [SUREFIRE-2272] Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0 - JD...
  • 93317ff [SUREFIRE-2269] Allow fail during clean in surefire-its
  • d7f4dbb [SUREFIRE-2270] Use JUnit5 in surefire-shadefire
  • 7a98850 Drop comment from jira integration
  • b2aa8a6 [SUREFIRE-2267] Packages for commons-codec should be relocated in surefire-sh...
  • a928255 [SUREFIRE-1737] Fix disable in statelessTestsetReporter
  • 4584ebb [SUREFIRE-2226] Upgrade to Maven Verifier 2.0.0-M1
  • 5aa3515 [SUREFIRE-2266] Execute ITs in parallel
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-failsafe-plugin from 3.4.0 to 3.5.1

Release notes

Sourced from org.apache.maven.plugins:maven-failsafe-plugin's releases.

3.5.1

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

3.5.0

... (truncated)

Commits
  • a69b0f8 [maven-release-plugin] prepare release surefire-3.5.1
  • ccc54d0 [SUREFIRE-2273] Bump org.hamcrest:hamcrest from 2.2 to 3.0 (#784)
  • ab77c35 [SUREFIRE-2272] Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0 - JD...
  • 93317ff [SUREFIRE-2269] Allow fail during clean in surefire-its
  • d7f4dbb [SUREFIRE-2270] Use JUnit5 in surefire-shadefire
  • 7a98850 Drop comment from jira integration
  • b2aa8a6 [SUREFIRE-2267] Packages for commons-codec should be relocated in surefire-sh...
  • a928255 [SUREFIRE-1737] Fix disable in statelessTestsetReporter
  • 4584ebb [SUREFIRE-2226] Upgrade to Maven Verifier 2.0.0-M1
  • 5aa3515 [SUREFIRE-2266] Execute ITs in parallel
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-failsafe-plugin from 3.4.0 to 3.5.1

Release notes

Sourced from org.apache.maven.plugins:maven-failsafe-plugin's releases.

3.5.1

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

3.5.0

... (truncated)

Commits
  • a69b0f8 [maven-release-plugin] prepare release surefire-3.5.1
  • ccc54d0 [SUREFIRE-2273] Bump org.hamcrest:hamcrest from 2.2 to 3.0 (#784)
  • ab77c35 [SUREFIRE-2272] Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0 - JD...
  • 93317ff [SUREFIRE-2269] Allow fail during clean in surefire-its
  • d7f4dbb [SUREFIRE-2270] Use JUnit5 in surefire-shadefire
  • 7a98850 Drop comment from jira integration
  • b2aa8a6 [SUREFIRE-2267] Packages for commons-codec should be relocated in surefire-sh...
  • a928255 [SUREFIRE-1737] Fix disable in statelessTestsetReporter
  • 4584ebb [SUREFIRE-2226] Upgrade to Maven Verifier 2.0.0-M1
  • 5aa3515 [SUREFIRE-2266] Execute ITs in parallel
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.kohsuke:github-api](https://github.com/hub4j/github-api) | `1.324` | `1.326` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.17.2` | `2.18.0` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.3.0-jre` | `33.3.1-jre` |
| [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.5.7` | `1.5.10` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.7` | `1.5.10` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.0` | `5.11.2` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.11.0` | `5.11.2` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.12.0` | `5.14.1` |
| [net.jqwik:jqwik](https://github.com/jqwik-team/jqwik) | `1.9.0` | `1.9.1` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.4.0` | `3.5.1` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.4.0` | `3.5.1` |



Updates `org.kohsuke:github-api` from 1.324 to 1.326
- [Release notes](https://github.com/hub4j/github-api/releases)
- [Changelog](https://github.com/hub4j/github-api/blob/main/CHANGELOG.md)
- [Commits](hub4j/github-api@github-api-1.324...github-api-1.326)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.17.2 to 2.18.0

Updates `com.google.guava:guava` from 33.3.0-jre to 33.3.1-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `ch.qos.logback:logback-core` from 1.5.7 to 1.5.10
- [Commits](qos-ch/logback@v_1.5.7...v_1.5.10)

Updates `ch.qos.logback:logback-classic` from 1.5.7 to 1.5.10
- [Commits](qos-ch/logback@v_1.5.7...v_1.5.10)

Updates `ch.qos.logback:logback-classic` from 1.5.7 to 1.5.10
- [Commits](qos-ch/logback@v_1.5.7...v_1.5.10)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.0 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.0...r5.11.2)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.0 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.0...r5.11.2)

Updates `org.mockito:mockito-core` from 5.12.0 to 5.14.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.12.0...v5.14.1)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.0 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.0...r5.11.2)

Updates `net.jqwik:jqwik` from 1.9.0 to 1.9.1
- [Release notes](https://github.com/jqwik-team/jqwik/releases)
- [Commits](jqwik-team/jqwik@1.9.0...1.9.1)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.4.0 to 3.5.1
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.4.0...surefire-3.5.1)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.4.0 to 3.5.1
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.4.0...surefire-3.5.1)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.4.0 to 3.5.1
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.4.0...surefire-3.5.1)

---
updated-dependencies:
- dependency-name: org.kohsuke:github-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: net.jqwik:jqwik
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2024

Superseded by #59.

@dependabot dependabot bot closed this Oct 21, 2024
@dependabot dependabot bot deleted the dependabot/maven/all-961418c99e branch October 21, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants