-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix: bump the other-dependencies group with 5 updates #36
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the other-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `1.9.22` | `1.9.23` | | [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `1.9.22` | `1.9.23` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.1` | `42.7.2` | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.16.1` | `2.17.0` | | org.slf4j:slf4j-api | `2.0.11` | `2.0.12` | Updates `org.jetbrains.kotlin.jvm` from 1.9.22 to 1.9.23 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.22...v1.9.23) Updates `org.jetbrains.kotlin.plugin.serialization` from 1.9.22 to 1.9.23 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.22...v1.9.23) Updates `org.postgresql:postgresql` from 42.7.1 to 42.7.2 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.1...REL42.7.2) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.16.1 to 2.17.0 Updates `org.slf4j:slf4j-api` from 2.0.11 to 2.0.12 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other-dependencies - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other-dependencies - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other-dependencies - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other-dependencies - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Mar 13, 2024
@dependabot merge (if checks succeed) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #36 +/- ##
=========================================
Coverage 94.63% 94.63%
Complexity 27 27
=========================================
Files 5 5
Lines 149 149
Branches 8 8
=========================================
Hits 141 141
Misses 8 8 ☔ View full report in Codecov by Sentry. |
Dependabot tried to merge this PR, but received the following error from GitHub:
|
Superseded by #37. |
dependabot
bot
deleted the
dependabot/gradle/other-dependencies-30e34427e5
branch
March 15, 2024 10:36
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the other-dependencies group with 5 updates:
1.9.22
1.9.23
1.9.22
1.9.23
42.7.1
42.7.2
2.16.1
2.17.0
2.0.11
2.0.12
Updates
org.jetbrains.kotlin.jvm
from 1.9.22 to 1.9.23Release notes
Sourced from org.jetbrains.kotlin.jvm's releases.
Changelog
Sourced from org.jetbrains.kotlin.jvm's changelog.
Commits
4c571ac
Edit changelog for 1.9.231ca6f32
Revert "[Wasm] Implement IrLinkageError end enable partial linker"3b90682
Add changelog for 1.9.23f327391
Add validation for empty kotlin.build.report.json.directory property2f19d2e
Add JSON output type for build reports666a2f2
[Wasm] Implement IrLinkageError end enable partial linker4dc6689
[Native] Support Xcode 15.3 — add back the TargetConditional.h macrosd3b2c6f
K1: change depr. level of List.getFirst to HIDDEN but don't force it on overr...c041815
K1/K2: add tests for KT-65441 current behaviorc262b97
K1: introduce BUILDER_INFERENCE_STUB_PARAMETER_TYPE to prevent compiler crashesUpdates
org.jetbrains.kotlin.plugin.serialization
from 1.9.22 to 1.9.23Release notes
Sourced from org.jetbrains.kotlin.plugin.serialization's releases.
Changelog
Sourced from org.jetbrains.kotlin.plugin.serialization's changelog.
Commits
4c571ac
Edit changelog for 1.9.231ca6f32
Revert "[Wasm] Implement IrLinkageError end enable partial linker"3b90682
Add changelog for 1.9.23f327391
Add validation for empty kotlin.build.report.json.directory property2f19d2e
Add JSON output type for build reports666a2f2
[Wasm] Implement IrLinkageError end enable partial linker4dc6689
[Native] Support Xcode 15.3 — add back the TargetConditional.h macrosd3b2c6f
K1: change depr. level of List.getFirst to HIDDEN but don't force it on overr...c041815
K1/K2: add tests for KT-65441 current behaviorc262b97
K1: introduce BUILDER_INFERENCE_STUB_PARAMETER_TYPE to prevent compiler crashesUpdates
org.postgresql:postgresql
from 42.7.1 to 42.7.2Release notes
Sourced from org.postgresql:postgresql's releases.
Changelog
Sourced from org.postgresql:postgresql's changelog.
Commits
06abfb7
Merge pull request from GHSA-24rp-q3w6-vc5693b0fcb
Merge pull request from GHSA-24rp-q3w6-vc56a408946
Revert "WIP speed up getDate (#3108)" (#3125)f5d6e3f
WIP speed up getDate (#3108)4e6a501
chore(deps): update release-drafter/release-drafter action to v60b90367
chore(deps): update dependency gradle to v8.64075f70
chore(deps): update oracle-actions/setup-java action to v1.3.38de5beb
fix(deps): update junit5 monorepo to v5.10.26f741dd
fix(deps): update dependency checkstyle to v10.13.007e0535
fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...Updates
com.fasterxml.jackson.datatype:jackson-datatype-jsr310
from 2.16.1 to 2.17.0Updates
org.slf4j:slf4j-api
from 2.0.11 to 2.0.12Dependabot 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 will merge this PR once CI passes on it, as requested by @nickmcdowall.
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