-
-
Notifications
You must be signed in to change notification settings - Fork 7
Bump the prod-dependencies group across 1 directory with 16 updates #282
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
Conversation
Bumps the prod-dependencies group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.1.20` | `2.2.0` | | [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.7.4` | `3.7.8` | | [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) | `3.1.10` | `3.1.11` | | [org.mongodb:mongodb-driver-core](https://github.com/mongodb/mongo-java-driver) | `5.4.0` | `5.5.1` | | [org.mongodb:mongodb-driver-reactivestreams](https://github.com/mongodb/mongo-java-driver) | `5.4.0` | `5.5.1` | | [org.mongodb:mongodb-driver-kotlin-coroutine](https://github.com/mongodb/mongo-java-driver) | `5.4.0` | `5.5.1` | | [org.mongodb:mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) | `5.4.0` | `5.5.1` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.5` | `42.7.7` | | [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) | `9.2.0` | `9.3.0` | | [io.asyncer:r2dbc-mysql](https://github.com/asyncer-io/r2dbc-mysql) | `1.4.0` | `1.4.1` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.12.2` | `5.13.4` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.12.2` | `5.13.4` | | [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) | `1.12.2` | `1.13.4` | | [org.testcontainers:mongodb](https://github.com/testcontainers/testcontainers-java) | `1.20.6` | `1.21.3` | | [org.testcontainers:mysql](https://github.com/testcontainers/testcontainers-java) | `1.20.6` | `1.21.3` | | [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.6` | `1.21.3` | Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.1.20 to 2.2.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.20...v2.2.0) Updates `io.projectreactor:reactor-core` from 3.7.4 to 3.7.8 - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](reactor/reactor-core@v3.7.4...v3.7.8) Updates `io.reactivex.rxjava3:rxjava` from 3.1.10 to 3.1.11 - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](ReactiveX/RxJava@v3.1.10...v3.1.11) Updates `org.mongodb:mongodb-driver-core` from 5.4.0 to 5.5.1 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.4.0...r5.5.1) Updates `org.mongodb:mongodb-driver-reactivestreams` from 5.4.0 to 5.5.1 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.4.0...r5.5.1) Updates `org.mongodb:mongodb-driver-kotlin-coroutine` from 5.4.0 to 5.5.1 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.4.0...r5.5.1) Updates `org.mongodb:mongodb-driver-sync` from 5.4.0 to 5.5.1 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.4.0...r5.5.1) Updates `org.mongodb:mongodb-driver-reactivestreams` from 5.4.0 to 5.5.1 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.4.0...r5.5.1) Updates `org.mongodb:mongodb-driver-kotlin-coroutine` from 5.4.0 to 5.5.1 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.4.0...r5.5.1) Updates `org.mongodb:mongodb-driver-sync` from 5.4.0 to 5.5.1 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.4.0...r5.5.1) Updates `org.postgresql:postgresql` from 42.7.5 to 42.7.7 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.5...REL42.7.7) Updates `com.mysql:mysql-connector-j` from 9.2.0 to 9.3.0 - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES) - [Commits](mysql/mysql-connector-j@9.2.0...9.3.0) Updates `io.asyncer:r2dbc-mysql` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/asyncer-io/r2dbc-mysql/releases) - [Commits](asyncer-io/r2dbc-mysql@r2dbc-mysql-1.4.0...r2dbc-mysql-1.4.1) Updates `org.junit.jupiter:junit-jupiter-api` from 5.12.2 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.2 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.2 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.4) Updates `org.junit.platform:junit-platform-launcher` from 1.12.2 to 1.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) Updates `org.testcontainers:mongodb` from 1.20.6 to 1.21.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.6...1.21.3) Updates `org.testcontainers:mysql` from 1.20.6 to 1.21.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.6...1.21.3) Updates `org.testcontainers:postgresql` from 1.20.6 to 1.21.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.6...1.21.3) Updates `org.testcontainers:mysql` from 1.20.6 to 1.21.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.6...1.21.3) Updates `org.testcontainers:postgresql` from 1.20.6 to 1.21.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.6...1.21.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: io.projectreactor:reactor-core dependency-version: 3.7.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: io.reactivex.rxjava3:rxjava dependency-version: 3.1.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: org.mongodb:mongodb-driver-core dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.mongodb:mongodb-driver-reactivestreams dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.mongodb:mongodb-driver-kotlin-coroutine dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.mongodb:mongodb-driver-sync dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.mongodb:mongodb-driver-reactivestreams dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.mongodb:mongodb-driver-kotlin-coroutine dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.mongodb:mongodb-driver-sync dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.postgresql:postgresql dependency-version: 42.7.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: com.mysql:mysql-connector-j dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: io.asyncer:r2dbc-mysql dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.testcontainers:mongodb dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.testcontainers:mysql dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.testcontainers:postgresql dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.testcontainers:mysql dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.testcontainers:postgresql dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request is auto approved because it includes a non-major update
org.jetbrains.kotlin:kotlin-gradle-plugin, io.projectreactor:reactor-core, io.reactivex.rxjava3:rxjava, org.mongodb:mongodb-driver-core, org.mongodb:mongodb-driver-reactivestreams, org.mongodb:mongodb-driver-kotlin-coroutine, org.mongodb:mongodb-driver-sync, org.mongodb:mongodb-driver-reactivestreams, org.mongodb:mongodb-driver-kotlin-coroutine, org.mongodb:mongodb-driver-sync, org.postgresql:postgresql, com.mysql:mysql-connector-j, io.asyncer:r2dbc-mysql, org.junit.jupiter:junit-jupiter-api, org.junit.jupiter:junit-jupiter-engine, org.junit.jupiter:junit-jupiter-engine, org.junit.platform:junit-platform-launcher, org.testcontainers:mongodb, org.testcontainers:mysql, org.testcontainers:postgresql, org.testcontainers:mysql, org.testcontainers:postgresql ->
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Pull request was closed
Bumps the prod-dependencies group with 16 updates in the / directory:
2.1.202.2.03.7.43.7.83.1.103.1.115.4.05.5.15.4.05.5.15.4.05.5.15.4.05.5.142.7.542.7.79.2.09.3.01.4.01.4.15.12.25.13.45.12.25.13.41.12.21.13.41.20.61.21.31.20.61.21.31.20.61.21.3Updates
org.jetbrains.kotlin:kotlin-gradle-pluginfrom 2.1.20 to 2.2.0Release notes
Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.
... (truncated)
Commits
631e9fdAdd ChangeLog for 2.2.0-RC3f4ff47f[Accessors] Correctly create arguments for accessors4086c4b[Gradle] Apply Dokka versioning plugin also to leaf partial htmla8a8e06[JS] Fix getting names of local delegated properties3b804bc[JS] Introduce theJsNoLiftingannotation classe690a3a[test] Add a reproducer for KT-780730f85940[FIR] Fix collection of DSL markers from function types726a9d7[Tests] Reproduce #KT-77301a6aed74Add ChangeLog for 2.2.0-RC22293f5fCLI: Follow symbolic links of content rootsUpdates
io.projectreactor:reactor-corefrom 3.7.4 to 3.7.8Release notes
Sourced from io.projectreactor:reactor-core's releases.
... (truncated)
Commits
5630334[release] Prepare and release 3.7.823d4de5[test] Fix SinksTest.OptimisticEmitFailureHandlerTest#shouldRetryOptimistical...cd881ceFix RetryBackoffSpec multiplier handling of fractional values (#4048)d358fb1[build] Include GitHub Actions in CodeQL checks (#4047)1f3f015[build] Adjust GitHub Actions permissions4c7b244Remove dependencies.gradle and finish migration to catalog (#4045)ff9874eBump JUnit from 5.13.1 to 5.13.2cb21512Bump com.gradleup.shadow from 8.3.6 to 8.3.7 (#4043)1f0a4faBump byteBuddyVersion from 1.17.5 to 1.17.6 (#4040)beffae2Bump ruby/setup-ruby from 1.176.0 to 1.245.0 in /.github/workflows (#4039)Updates
io.reactivex.rxjava3:rxjavafrom 3.1.10 to 3.1.11Release notes
Sourced from io.reactivex.rxjava3:rxjava's releases.
Commits
df73d033.x: Fix ReplaySubject termination-subscription race emitting wrongly (#7879)be0bd27chore(deps): bump com.vanniktech.maven.publish from 0.32.0 to 0.33.0 (#7875)a206350chore(deps): bump github/codeql-action from 3.29.0 to 3.29.2 (#7877)c9516bechore(deps): bump github/codeql-action from 3.28.19 to 3.29.0 (#7873)19412e6chore(deps): bump github/codeql-action from 3.28.18 to 3.28.19 (#7871)c8c5399Bump JMH Plugin to 0.7.3 & adjust build.gradle (#7869)bf452a7Fix snapshot publishing5a0ef13chore(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 (#7870)6bc940dFix syntax error5081ce2Try another way for sonatype central portalUpdates
org.mongodb:mongodb-driver-corefrom 5.4.0 to 5.5.1Release notes
Sourced from org.mongodb:mongodb-driver-core's releases.
... (truncated)
Commits
a91368dVersion: bump 5.5.1f325224Use OperationContext with NOOP Session (#1733)a2e0c29Fix datalake and k8s test failures (#1732)ebdd5bfEnsure custom KProperty include the name in the hashcode (#1731)02a5722Fix OIDC reauthentication when a session is involved (#1719) (#1725)c59ab52Version: bump 5.5.1-SNAPSHOT6b13ae1Version: bump 5.5.0fdc3ecbBuild: Fix Scala publishingea5e698Revert "Version: bump 5.6.0-SNAPSHOT"6020597Version: bump 5.6.0-SNAPSHOTUpdates
org.mongodb:mongodb-driver-reactivestreamsfrom 5.4.0 to 5.5.1Release notes
Sourced from org.mongodb:mongodb-driver-reactivestreams's releases.
... (truncated)
Commits
a91368dVersion: bump 5.5.1f325224Use OperationContext with NOOP Session (#1733)a2e0c29Fix datalake and k8s test failures (#1732)ebdd5bfEnsure custom KProperty include the name in the hashcode (#1731)02a5722Fix OIDC reauthentication when a session is involved (#1719) (#1725)c59ab52Version: bump 5.5.1-SNAPSHOT6b13ae1Version: bump 5.5.0fdc3ecbBuild: Fix Scala publishingea5e698Revert "Version: bump 5.6.0-SNAPSHOT"6020597Version: bump 5.6.0-SNAPSHOTUpdates
org.mongodb:mongodb-driver-kotlin-coroutinefrom 5.4.0 to 5.5.1Release notes
Sourced from org.mongodb:mongodb-driver-kotlin-coroutine's releases.
... (truncated)
Commits
a91368dVersion: bump 5.5.1f325224Use OperationContext with NOOP Session (#1733)a2e0c29Fix datalake and k8s test failures (#1732)ebdd5bfEnsure custom KProperty include the name in the hashcode (#1731)02a5722Fix OIDC reauthentication when a session is involved (#1719) (#1725)c59ab52Version: bump 5.5.1-SNAPSHOT6b13ae1Version: bump 5.5.0fdc3ecbBuild: Fix Scala publishingea5e698Revert "Version: bump 5.6.0-SNAPSHOT"6020597Version: bump 5.6.0-SNAPSHOTUpdates
org.mongodb:mongodb-driver-syncfrom 5.4.0 to 5.5.1Release notes
Sourced from org.mongodb:mongodb-driver-sync's releases.
... (truncated)
Commits
a91368dVersion: bump 5.5.1f325224Use OperationContext with NOOP Session (#1733)a2e0c29Fix datalake and k8s test failures (#1732)ebdd5bfEnsure custom KProperty include the name in the hashcode (#1731)02a5722Fix OIDC reauthentication when a session is involved (#1719) (#1725)c59ab52Version: bump 5.5.1-SNAPSHOT6b13ae1Version: bump 5.5.0fdc3ecbBuild: Fix Scala publishingea5e698Revert "Version: bump 5.6.0-SNAPSHOT"6020597Version: bump 5.6.0-SNAPSHOTUpdates
org.mongodb:mongodb-driver-reactivestreamsfrom 5.4.0 to 5.5.1Release notes
Sourced from org.mongodb:mongodb-driver-reactivestreams's releases.
... (truncated)
Commits
a91368dVersion: bump 5.5.1f325224Use OperationContext with NOOP Session (#1733)a2e0c29Fix datalake and k8s test failures (#1732)ebdd5bfEnsure custom KProperty include the name in the hashcode (#1731)02a5722Fix OIDC reauthentication when a session is involved (#1719) (#1725)c59ab52Version: bump 5.5.1-SNAPSHOT6b13ae1Version: bump 5.5.0fdc3ecbBuild: Fix Scala publishingea5e698Revert "Version: bump 5.6.0-SNAPSHOT"6020597Version: bump 5.6.0-SNAPSHOTUpdates
org.mongodb:mongodb-driver-kotlin-coroutinefrom 5.4.0 to 5.5.1Release notes
Sourced from org.mongodb:mongodb-driver-kotlin-coroutine's releases.
... (truncated)
Commits
a91368dVersion: bump 5.5.1f325224Use OperationContext with NOOP Session (#1733)a2e0c29Fix datalake and k8s test failures (#1732)ebdd5bfEnsure custom KProperty include the name in the hashcode (#1731)02a5722Fix OIDC reauthentication when a session is involved (#1719) (#1725)c59ab52Version: bump 5.5.1-SNAPSHOT6b13ae1Version: bump 5.5.0fdc3ecbBuild: Fix Scala publishingea5e698Revert "Version: bump 5.6.0-SNAPSHOT"602059...Description has been truncated