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 backend group with 9 updates #1757

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the backend group with 9 updates:

Package From To
no.nav.security:token-client-core 5.0.13 5.0.16
no.nav.security:token-validation-ktor-v2 5.0.13 5.0.16
org.flywaydb:flyway-core 11.1.0 11.3.0
org.flywaydb:flyway-database-postgresql 11.1.0 11.3.0
org.postgresql:postgresql 42.7.4 42.7.5
ch.qos.logback:logback-classic 1.5.15 1.5.16
io.micrometer:micrometer-registry-prometheus 1.14.2 1.14.3
io.mockk:mockk 1.13.14 1.13.16
io.getunleash:unleash-client-java 9.2.6 10.0.0

Updates no.nav.security:token-client-core from 5.0.13 to 5.0.16

Release notes

Sourced from no.nav.security:token-client-core's releases.

5.0.16

What's Changed

  • No changes

5.0.15

What's Changed

⬆️ Dependency upgrades

5.0.14

What's Changed

⬆️ Dependency upgrades

Commits

Updates no.nav.security:token-validation-ktor-v2 from 5.0.13 to 5.0.16

Release notes

Sourced from no.nav.security:token-validation-ktor-v2's releases.

5.0.16

What's Changed

  • No changes

5.0.15

What's Changed

⬆️ Dependency upgrades

5.0.14

What's Changed

⬆️ Dependency upgrades

Commits

Updates no.nav.security:token-validation-ktor-v2 from 5.0.13 to 5.0.16

Release notes

Sourced from no.nav.security:token-validation-ktor-v2's releases.

5.0.16

What's Changed

  • No changes

5.0.15

What's Changed

⬆️ Dependency upgrades

5.0.14

What's Changed

⬆️ Dependency upgrades

Commits

Updates org.flywaydb:flyway-core from 11.1.0 to 11.3.0

Release notes

Sourced from org.flywaydb:flyway-core's releases.

Flyway 11.3.0

See release notes here

CLI artifact available here

Flyway 11.2.0

See release notes here

CLI artifact available here

Flyway 11.1.1

See release notes here

CLI artifact available here

Commits

Updates org.flywaydb:flyway-database-postgresql from 11.1.0 to 11.3.0

Updates org.flywaydb:flyway-database-postgresql from 11.1.0 to 11.3.0

Updates org.postgresql:postgresql from 42.7.4 to 42.7.5

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.5

Changes

⬆️ Dependencies

... (truncated)

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.5] (2025-01-14 08:00:00 -0400)

Added

Fixed

Commits
  • 94a1693 update changelogs and increment version in gradle.properties for release (#3478)
  • ce54dfd chore: replace deprecated kotlinOptions with a replacement API
  • 398029e chore: avoid failure in osgi-test/onlyIf if -PjdkBuildVersion is missing at t...
  • 7245443 test: skip :pgjdbc-osgi-test:test when runnning tests with Java 8
  • 7747527 chore(deps): update dependency gradle to v8.12
  • bb07a4b chore(deps): update codecov/codecov-action digest to adfacf2
  • f545514 chore(deps): update dependency sbt/sbt to v1.10.7
  • 45df56c fix(deps): update dependency org.ops4j.pax.url:pax-url-aether to v2.6.15
  • b87e106 fix(deps): update junit5 monorepo to v5.11.4
  • 5603477 fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.5.15 to 1.5.16

Commits
  • 74c9ebd prepare release 1.5.16
  • 9308a58 javadocs structure changed
  • 8935470 adapt test to SLF4J version 2.0.16
  • cb60369 addded StubEventEvaluator as default class for evaluator element so as to dir...
  • 1da2f17 bump jxr version
  • 5bde644 bump slf4j version to 2.0.16
  • aa2ebae remove stax related code
  • 80db86b fix issues/860
  • a8a2303 start work on 1.5.16-SNAPSHOT
  • bf14c2c minor javadoc update
  • See full diff in compare view

Updates io.micrometer:micrometer-registry-prometheus from 1.14.2 to 1.14.3

Release notes

Sourced from io.micrometer:micrometer-registry-prometheus's releases.

1.14.3

🐞 Bug Fixes

  • Handle RuntimeException when getting/setting JMS headers #5746
  • NPE occurs when AOP is applied to a method that returns CompletableFuture #5741
  • Performance regression in MeterRegistry#remove with many meters #5466
  • Exponential histogram throws ArrayIndexOutOfBoundsException #5740

🔨 Dependency Upgrades

  • Bump com.netflix.spectator:spectator-reg-atlas from 1.8.2 to 1.8.3 #5799
  • Bump software.amazon.awssdk:cloudwatch from 2.29.23 to 2.29.46 #5795
  • Bump io.prometheus:prometheus-metrics-bom from 1.3.4 to 1.3.5 #5783

📔 Documentation

  • Polish gh-5751 #5760
  • Improve docs for same name with different tags #5751
  • Document no support for meta-annotations with @Timed/@Counted #5737
  • Remove outdated warnings in docs for @Counted/@Timed #5736

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​cfredri4 and @​izeye

Commits
  • 73e7928 Merge branch '1.13.x' into 1.14.x
  • 229a787 Adds post release action; fixes gh-5805
  • 4c64ed5 Merge branch '1.13.x' into 1.14.x
  • d1c8045 Merge branch '1.12.x' into 1.13.x
  • 5010e2d Polish (#5759)
  • 96f6e5d Polish 1c891c7 (#5804)
  • 521d57d Add a test verifying that a single character meter name is allowed for Promet...
  • 7e35196 Merge branch '1.13.x' into 1.14.x
  • 819fa61 Merge branch '1.12.x' into 1.13.x
  • be6f962 Handle all exceptions when getting/setting JMS headers
  • Additional commits viewable in compare view

Updates io.mockk:mockk from 1.13.14 to 1.13.16

Release notes

Sourced from io.mockk:mockk's releases.

1.13.16

What's Changed

Full Changelog: mockk/mockk@1.13.14...1.13.16

Commits
  • 9d151cb Version bump
  • 59d8d16 Merge pull request #1332 from kpadhiamex/1073-fix-issue-with-mocking-value-cl...
  • f602f77 Used Result.success("") for Kotlin class comparison instead of string name co...
  • 580c1d7 Used Kotlin class comparison instead of name comparison
  • 2ddd49d Fix( Issue #1073): Bug fix for the issue with mocking value classes with coEv...
  • See full diff in compare view

Updates io.getunleash:unleash-client-java from 9.2.6 to 10.0.0

Release notes

Sourced from io.getunleash:unleash-client-java's releases.

unleash-client-java-10.0.0

What's Changed

Full Changelog: Unleash/unleash-client-java@unleash-client-java-9.3.2...unleash-client-java-10.0.0

unleash-client-java-10.0.0-beta.0

What's Changed

Full Changelog: Unleash/unleash-client-java@unleash-client-java-9.3.2...unleash-client-java-10.0.0-beta.0

unleash-client-java-9.3.2

What's Changed

New Contributors

Full Changelog: Unleash/unleash-client-java@unleash-client-java-9.3.1...unleash-client-java-9.3.2

unleash-client-java-9.3.1

What's Changed

Full Changelog: Unleash/unleash-client-java@unleash-client-java-9.3.0...unleash-client-java-9.3.1

unleash-client-java-9.3.0

What's Changed

Full Changelog: Unleash/unleash-client-java@unleash-client-java-9.2.6...unleash-client-java-9.3.0

Commits
  • 7535698 [maven-release-plugin] prepare release unleash-client-java-10.0.0
  • 6415366 [maven-release-plugin] prepare for next development iteration
  • 3528a64 [maven-release-plugin] prepare release unleash-client-java-10.0.0-beta.2
  • 46e98e7 [maven-release-plugin] prepare for next development iteration
  • b7bfe32 chore: bump yggdrasil (#273)
  • 820eb35 [maven-release-plugin] prepare release unleash-client-java-10.0.0-beta.1
  • 9cb34fc chore: bump yggdrasil to a version that doesn't need os resolution, remove os...
  • 0dbc618 [maven-release-plugin] prepare for next development iteration
  • 2d89de2 [maven-release-plugin] prepare release unleash-client-java-10.0.0-beta.0
  • 6433d4f chore(lint): spotless
  • 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 backend group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [no.nav.security:token-client-core](https://github.com/navikt/token-support) | `5.0.13` | `5.0.16` |
| [no.nav.security:token-validation-ktor-v2](https://github.com/navikt/token-support) | `5.0.13` | `5.0.16` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `11.1.0` | `11.3.0` |
| org.flywaydb:flyway-database-postgresql | `11.1.0` | `11.3.0` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.4` | `42.7.5` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.15` | `1.5.16` |
| [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.14.2` | `1.14.3` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.14` | `1.13.16` |
| [io.getunleash:unleash-client-java](https://github.com/Unleash/unleash-client-java) | `9.2.6` | `10.0.0` |


Updates `no.nav.security:token-client-core` from 5.0.13 to 5.0.16
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.13...5.0.16)

Updates `no.nav.security:token-validation-ktor-v2` from 5.0.13 to 5.0.16
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.13...5.0.16)

Updates `no.nav.security:token-validation-ktor-v2` from 5.0.13 to 5.0.16
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.13...5.0.16)

Updates `org.flywaydb:flyway-core` from 11.1.0 to 11.3.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.1.0...flyway-11.3.0)

Updates `org.flywaydb:flyway-database-postgresql` from 11.1.0 to 11.3.0

Updates `org.flywaydb:flyway-database-postgresql` from 11.1.0 to 11.3.0

Updates `org.postgresql:postgresql` from 42.7.4 to 42.7.5
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.4...REL42.7.5)

Updates `ch.qos.logback:logback-classic` from 1.5.15 to 1.5.16
- [Commits](qos-ch/logback@v_1.5.15...v_1.5.16)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.14.2 to 1.14.3
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.14.2...v1.14.3)

Updates `io.mockk:mockk` from 1.13.14 to 1.13.16
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.14...1.13.16)

Updates `io.getunleash:unleash-client-java` from 9.2.6 to 10.0.0
- [Release notes](https://github.com/Unleash/unleash-client-java/releases)
- [Changelog](https://github.com/Unleash/unleash-client-java/blob/main/CHANGELOG.md)
- [Commits](Unleash/unleash-client-java@unleash-client-java-9.2.6...unleash-client-java-10.0.0)

---
updated-dependencies:
- dependency-name: no.nav.security:token-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: no.nav.security:token-validation-ktor-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: no.nav.security:token-validation-ktor-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.getunleash:unleash-client-java
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2025 04:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 1, 2025
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants