-
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
Bump the dependencies group with 20 updates #332
Closed
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 dependencies group with 20 updates: | Package | From | To | | --- | --- | --- | | [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-client-apache](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-serialization-jackson](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [com.fasterxml.jackson.module:jackson-module-jaxb-annotations](https://github.com/FasterXML/jackson-modules-base) | `2.15.3` | `2.16.0` | | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.15.3` | `2.16.0` | | [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.15.3` | `2.16.0` | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.15.3` | `2.16.0` | | [no.nav.helse:syfosm-common-models](https://github.com/navikt/syfosm-common) | `2.0.5` | `2.0.6` | | [no.nav.helse:syfosm-common-networking](https://github.com/navikt/syfosm-common) | `2.0.5` | `2.0.6` | | [no.nav.helse:syfosm-common-kafka](https://github.com/navikt/syfosm-common) | `2.0.5` | `2.0.6` | | [no.nav.helse:syfosm-common-mq](https://github.com/navikt/syfosm-common) | `2.0.5` | `2.0.6` | | [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) | `2.29.0` | `2.29.1` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.6.0` | `42.7.0` | | [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) | `5.0.1` | `5.1.0` | | [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `9.22.3` | `10.1.0` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.10.0` | `5.10.1` | Updates `io.ktor:ktor-server-core` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-server-netty` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-client-core` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-client-apache` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-serialization-jackson` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-server-test-host` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `com.fasterxml.jackson.module:jackson-module-jaxb-annotations` from 2.15.3 to 2.16.0 - [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.15.3...jackson-modules-base-2.16.0) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.15.3 to 2.16.0 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.15.3...jackson-module-kotlin-2.16.0) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.15.3 to 2.16.0 - [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.15.3...jackson-dataformat-xml-2.16.0) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.15.3 to 2.16.0 Updates `no.nav.helse:syfosm-common-models` from 2.0.5 to 2.0.6 - [Release notes](https://github.com/navikt/syfosm-common/releases) - [Commits](navikt/syfosm-common@2.0.5...2.0.6) Updates `no.nav.helse:syfosm-common-networking` from 2.0.5 to 2.0.6 - [Release notes](https://github.com/navikt/syfosm-common/releases) - [Commits](navikt/syfosm-common@2.0.5...2.0.6) Updates `no.nav.helse:syfosm-common-kafka` from 2.0.5 to 2.0.6 - [Release notes](https://github.com/navikt/syfosm-common/releases) - [Commits](navikt/syfosm-common@2.0.5...2.0.6) Updates `no.nav.helse:syfosm-common-mq` from 2.0.5 to 2.0.6 - [Release notes](https://github.com/navikt/syfosm-common/releases) - [Commits](navikt/syfosm-common@2.0.5...2.0.6) Updates `com.google.cloud:google-cloud-storage` from 2.29.0 to 2.29.1 - [Release notes](https://github.com/googleapis/java-storage/releases) - [Changelog](https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md) - [Commits](googleapis/java-storage@v2.29.0...v2.29.1) Updates `org.postgresql:postgresql` from 42.6.0 to 42.7.0 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.6.0...REL42.7.0) Updates `com.zaxxer:HikariCP` from 5.0.1 to 5.1.0 - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](brettwooldridge/HikariCP@HikariCP-5.0.1...HikariCP-5.1.0) Updates `org.flywaydb:flyway-core` from 9.22.3 to 10.1.0 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-9.22.3...flyway-10.1.0) Updates `org.junit.jupiter:junit-jupiter` from 5.10.0 to 5.10.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-netty dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-client-apache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-serialization-jackson dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-test-host dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.module:jackson-module-jaxb-annotations dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: no.nav.helse:syfosm-common-models dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: no.nav.helse:syfosm-common-networking dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: no.nav.helse:syfosm-common-kafka dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: no.nav.helse:syfosm-common-mq dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.google.cloud:google-cloud-storage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.zaxxer:HikariCP dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
java
Pull requests that update Java code
labels
Nov 23, 2023
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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 dependencies group with 20 updates:
2.3.5
2.3.6
2.3.5
2.3.6
2.3.5
2.3.6
2.3.5
2.3.6
2.3.5
2.3.6
2.3.5
2.3.6
2.3.5
2.3.6
2.15.3
2.16.0
2.15.3
2.16.0
2.15.3
2.16.0
2.15.3
2.16.0
2.0.5
2.0.6
2.0.5
2.0.6
2.0.5
2.0.6
2.0.5
2.0.6
2.29.0
2.29.1
42.6.0
42.7.0
5.0.1
5.1.0
9.22.3
10.1.0
5.10.0
5.10.1
Updates
io.ktor:ktor-server-core
from 2.3.5 to 2.3.6Release notes
Sourced from io.ktor:ktor-server-core's releases.
Changelog
Sourced from io.ktor:ktor-server-core's changelog.
Commits
97362b8
Update versions4d00349
Fix publication config8daecf7
Fix mingwx64 compilation (#3808)4af16bb
Add a changelogd599b54
KTOR-6411 resolve connectors in the test engine (#3798)d55a1ff
Update dependency com.auth0:jwks-rsa to v0.22.1 (#3750)89805f7
KTOR-6354 Revert 1.9.10 Kotlin update (#3785)2d0ddda
Drop flaky test (#3756)a65b2ed
Fixed formatting9046e26
Bump versionUpdates
io.ktor:ktor-server-netty
from 2.3.5 to 2.3.6Release notes
Sourced from io.ktor:ktor-server-netty's releases.
Changelog
Sourced from io.ktor:ktor-server-netty's changelog.
Commits
97362b8
Update versions4d00349
Fix publication config8daecf7
Fix mingwx64 compilation (#3808)4af16bb
Add a changelogd599b54
KTOR-6411 resolve connectors in the test engine (#3798)d55a1ff
Update dependency com.auth0:jwks-rsa to v0.22.1 (#3750)89805f7
KTOR-6354 Revert 1.9.10 Kotlin update (#3785)2d0ddda
Drop flaky test (#3756)a65b2ed
Fixed formatting9046e26
Bump versionUpdates
io.ktor:ktor-client-core
from 2.3.5 to 2.3.6Release notes
Sourced from io.ktor:ktor-client-core's releases.
Changelog
Sourced from io.ktor:ktor-client-core's changelog.
Commits
97362b8
Update versions4d00349
Fix publication config8daecf7
Fix mingwx64 compilation (#3808)4af16bb
Add a changelogd599b54
KTOR-6411 resolve connectors in the test engine (#3798)d55a1ff
Update dependency com.auth0:jwks-rsa to v0.22.1 (#3750)89805f7
KTOR-6354 Revert 1.9.10 Kotlin update (#3785)2d0ddda
Drop flaky test (#3756)a65b2ed
Fixed formatting9046e26
Bump versionUpdates
io.ktor:ktor-client-apache
from 2.3.5 to 2.3.6Release notes
Sourced from io.ktor:ktor-client-apache's releases.
Changelog
Sourced from io.ktor:ktor-client-apache's changelog.
Commits
97362b8
Update versions4d00349
Fix publication config8daecf7
Fix mingwx64 compilation (#3808)4af16bb
Add a changelogd599b54
KTOR-6411 resolve connectors in the test engine (#3798)d55a1ff
Update dependency com.auth0:jwks-rsa to v0.22.1 (#3750)89805f7
KTOR-6354 Revert 1.9.10 Kotlin update (#3785)2d0ddda
Drop flaky test (#3756)a65b2ed
Fixed formatting9046e26
Bump versionUpdates
io.ktor:ktor-client-content-negotiation
from 2.3.5 to 2.3.6Release notes
Sourced from io.ktor:ktor-client-content-negotiation's releases.
Changelog
Sourced from io.ktor:ktor-client-content-negotiation's changelog.
Commits
97362b8
Update versions4d00349
Fix publication config8daecf7
Fix mingwx64 compilation (#3808)4af16bb
Add a changelogd599b54
KTOR-6411 resolve connectors in the test engine (#3798)d55a1ff
Update dependency com.auth0:jwks-rsa to v0.22.1 (#3750)89805f7
KTOR-6354 Revert 1.9.10 Kotlin update (#3785)2d0ddda
Drop flaky test (#3756)a65b2ed
Fixed formatting9046e26
Bump versionUpdates
io.ktor:ktor-serialization-jackson
from 2.3.5 to 2.3.6Release notes
Sourced from io.ktor:ktor-serialization-jackson's releases.
Changelog
Sourced from io.ktor:ktor-serialization-jackson's changelog.
Commits
97362b8
Update versions4d00349
Fix publication config8daecf7
Fix mingwx64 compilation (#3808)4af16bb
Add a changelogd599b54
KTOR-6411 resolve connectors in the test engine (#3798)d55a1ff
Update dependency com.auth0:jwks-rsa to v0.22.1 (#3750)89805f7
KTOR-6354 Revert 1.9.10 Kotlin update (#3785)2d0ddda
Drop flaky test (#3756)a65b2ed
Fixed formatting9046e26
Bump versionUpdates
io.ktor:ktor-server-test-host
from 2.3.5 to 2.3.6Release notes
Sourced from io.ktor:ktor-server-test-host's releases.
Changelog
Sourced from io.ktor:ktor-server-test-host's changelog.
Commits
97362b8
Update versions4d00349
Fix publication config8daecf7
Fix mingwx64 compilation (#3808)4af16bb
Add a changelogd599b54
KTOR-6411 resolve connectors in the test engine (#3798)d55a1ff
Update dependency com.auth0:jwks-rsa to v0.22.1 (#3750)89805f7
KTOR-6354 Revert 1.9.10 Kotlin update (#3785)2d0ddda
Drop flaky test (#3756)a65b2ed
Fixed formatting9046e26
Bump versionUpdates
com.fasterxml.jackson.module:jackson-module-jaxb-annotations
from 2.15.3 to 2.16.0Commits
8aec482
[maven-release-plugin] prepare release jackson-modules-base-2.16.056bc483
Prepare for 2.16.0 releasecd40fa8
Merge pull request #230 from eranl/2.166dc7604
Updated doc.1b501f2
Minor test improvement to android moduleef85387
Update release notes wrt #22740ec12c
Merge pull request #227 from eranl/2.16cc269c5
Updated doc.102e00b
Addressed review commentsd6c4b7d
Add jackson-core dependency, animal-sniffer-maven-plugin, per review commentsUpdates
com.fasterxml.jackson.module:jackson-module-kotlin
from 2.15.3 to 2.16.0Commits
2a6f5cf
[maven-release-plugin] prepare release jackson-module-kotlin-2.16.04d6a77b
Prepare for 2.16.0 releasefc47a94
Merge pull request #723 from k163377/add-inject-test07552a5
Add test for #72216e523a
Merge pull request #720 from k163377/fix/617865cef2
Fix japicmp param8347577
Fix comments and deprecationse9463e9
Revert "Merge pull request #682 from k163377/fix/617"49369a3
Back to snapshot dep7bb1468
[maven-release-plugin] prepare for next development iterationUpdates
com.fasterxml.jackson.dataformat:jackson-dataformat-xml
from 2.15.3 to 2.16.0Commits
fe6ffce
[maven-release-plugin] prepare release jackson-dataformat-xml-2.16.0f265cbb
Prepare for 2.16.0 release34cd570
Back to snapshot depad8b5f8
[maven-release-plugin] prepare for next development iteration7639c87
[maven-release-plugin] prepare release jackson-dataformat-xml-2.16.0-rc1d795d24
Prepare for 2.16.0-rc1 releasebba471a
Add OpenSSF Score badge177beb2
Remove maven wrapper jarbc0adc2
Create reproducer test case for #509 (#604)36459c6
Prepare for 2.16.0-rc1Updates
com.fasterxml.jackson.datatype:jackson-datatype-jsr310
from 2.15.3 to 2.16.0Updates
no.nav.helse:syfosm-common-models
from 2.0.5 to 2.0.6Release notes
Sourced from no.nav.helse:syfosm-common-models's releases.
Commits
ddc78b2
Merge pull request #116 from navikt/dependabot/gradle/io.kotest-kotest-runner...a52d920
Bump io.kotest:kotest-runner-junit5 from 5.7.2 to 5.8.0f8edab7
Merge pull request #114 from navikt/MikAoJk-patch-193289c6
Small clean up8228315
Upgrade gradle wrapper to 8.4c7c9793
Fixed build filed4277b5
Update build.gradle.kts5735024
Update build.gradle.ktsa52f0f3
Update build.gradle.ktsUpdates
no.nav.helse:syfosm-common-networking
from 2.0.5 to 2.0.6Release notes
Sourced from no.nav.helse:syfosm-common-networking's releases.
Commits
ddc78b2
Merge pull request #116 from navikt/dependabot/gradle/io.kotest-kotest-runner...a52d920
Bump io.kotest:kotest-runner-junit5 from 5.7.2 to 5.8.0f8edab7
Merge pull request #114 from navikt/MikAoJk-patch-193289c6
Small clean up8228315
Upgrade gradle wrapper to 8.4c7c9793
Fixed build filed4277b5
Update build.gradle.kts5735024
Update build.gradle.ktsa52f0f3
Update build.gradle.ktsUpdates
no.nav.helse:syfosm-common-kafka
from 2.0.5 to 2.0.6Release notes
Sourced from no.nav.helse:syfosm-common-kafka's releases.
Commits
ddc78b2
Merge pull request #116 from navikt/dependabot/gradle/io.kotest-kotest-runner...a52d920
Bump io.kotest:kotest-runner-junit5 from 5.7.2 to 5.8.0f8edab7
Merge pull request #114 from navikt/MikAoJk-patch-193289c6
Small clean up8228315
Upgrade gradle wrapper to 8.4c7c9793
Fixed build filed4277b5
Update build.gradle.kts5735024
Update build.gradle.kts