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 across 1 directory with 9 updates #1765

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the backend group with 9 updates in the / directory:

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.1
org.flywaydb:flyway-database-postgresql 11.1.0 11.3.1
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.4
io.mockk:mockk 1.13.14 1.13.16
io.getunleash:unleash-client-java 9.2.6 10.0.1

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.1

Release notes

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

Flyway 11.3.1

See release notes here

CLI artifact available here

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.1

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

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

Release notes

Sourced from ch.qos.logback:logback-classic's releases.

Logback 1.5.16

2025-01-05 Release of logback version 1.5.16

• In order to ease the migration of configuration files depending on JaninoEventEvaluator, logback-classic will emit a warning about the removal of JaninoEventEvaluator in version 1.5.13 and suggest an online migration tool.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit 74c9ebd0e784d9e9ffc6c627cf5016d0157956b2 associated with the tag v_1.5.16. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

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.4

Release notes

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

1.14.4

🐞 Bug Fixes

  • Log4j2Metrics does not work with multiple registries and non-root loggers #5893
  • Fix LongTaskTimer output for LoggingMeterRegistry #5834
  • Log4j2Metrics creates more MetricsFilter instances than needed #5818
  • Fix unit discrepancy between Timer and FunctionTimer in LoggingMeterRegistry #5816
  • Distribution bucket_counts sum does not equal the count #4868

📔 Documentation

  • Remove obviated GraalVM native image compilation section from Stackdriver docs #5819
  • Update Docs with right contract of MeterFilter #5480

🔨 Dependency Upgrades

  • Bump com.netflix.spectator:spectator-reg-atlas from 1.8.3 to 1.8.4 #5907
  • Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to 5.4.2 #5876
  • Bump io.netty:netty-bom from 4.1.116.Final to 4.1.117.Final #5872
  • Bump org.postgresql:postgresql from 42.7.4 to 42.7.5 #5871
  • Bump jersey3 from 3.1.9 to 3.1.10 #5870
  • Bump software.amazon.awssdk:cloudwatch from 2.29.46 to 2.29.52 #5869
  • Bump jetty9 from 9.4.56.v20240826 to 9.4.57.v20241219 #5868
  • Bump dropwizard-metrics from 4.2.29 to 4.2.30 #5867
  • Bump com.signalfx.public:signalfx-java from 1.0.48 to 1.0.49 #5895
  • Bump org.apache.commons:commons-pool2 from 2.12.0 to 2.12.1 #5865

📝 Tasks

  • Increase sleep time to avoid exemplar sampling rate limiting for openMetricsScrapeWithExemplars() #5908
  • Fix flakiness in DynatraceMeterRegistryTest.shouldTrackPercentilesWhenDynatraceSummaryInstrumentsNotUsed() #5900
  • Fix flakiness in JmsInstrumentationTests.shouldInstrumentMessageListener() #5899
  • Fix flakiness in JettyClientMetricsWithObservationTest.activeTimer() #5894
  • Increase wait duration in PushMeterRegistryTest.closeRespectsInterrupt() #5890
  • Enable TimedAspectTest.pjpFunctionThrows() #5889
  • Add .kotlin to .gitignore #5888
  • Polish #5886
  • Migrate to dependabot auto-merge function #5874
  • Back-port LoggingMeterRegistry tests #5833
  • Bump build machine image to ubuntu-2404:2024.11.1 #5829
  • Bump build JDKs to 21.0.6, 17.0.14, 11.0.26 #5828
  • Upgrade to Gradle Wrapper 8.12.1 #5823

❤️ Contributors

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

@​izeye

1.14.3

... (truncated)

Commits
  • e387558 Merge branch '1.13.x' into 1.14.x
  • f334566 Increase sleep time to avoid exemplar sampling rate limiting for openMetricsS...
  • 94686e8 Merge branch '1.13.x' into 1.14.x
  • 9e4dfbf Migrates post actions to java gh action
  • e44147a Bump com.netflix.spectator:spectator-reg-atlas from 1.8.3 to 1.8.4 (#5907)
  • 7c65ad6 Fix flakiness in DynatraceMeterRegistryTest.shouldTrackPercentilesWhenDynatra...
  • f879d3a Fix flakiness in JmsInstrumentationTests.shouldInstrumentMessageListener() (#...
  • 20d0a9e Fix flakiness in JettyClientMetricsWithObservationTest.activeTimer() (#5894)
  • fd6d438 Bump com.signalfx.public:signalfx-java from 1.0.48 to 1.0.49 (#5898)
  • 9311c17 Bump com.signalfx.public:signalfx-java from 1.0.48 to 1.0.49 (#5895)
  • 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.1

Release notes

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

Release v10.0.1

No release notes provided.

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
  • 44c6b26 fix(ci): Use token not password for uploading to maven central
  • 518a116 fix(build): removed jitpack repositories entry
  • 5cbc3d9 fix(ci): Use mvn jreleaser
  • 33dc773 fix(ci): use correct path to jreleaser
  • 78641d5 Releasing version 10.0.1
  • 16d8689 chore(ci): use unleash bot token to checkout code
  • 55c698d fix: drop x prefix (#276)
  • 99228a5 fix(ci): add version to upload action
  • 381b659 task: This sets up JReleaser, so we can run future releases from Github Actio...
  • 80e155a chore: add jmh benchmarks for sdk (#270)
  • 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

@dependabot dependabot bot requested a review from a team as a code owner February 11, 2025 13:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 11, 2025
Bumps the backend group with 9 updates in the / directory:

| 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.1` |
| org.flywaydb:flyway-database-postgresql | `11.1.0` | `11.3.1` |
| [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.4` |
| [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.1` |



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.1
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.1.0...flyway-11.3.1)

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

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

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
- [Release notes](https://github.com/qos-ch/logback/releases)
- [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.4
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.14.2...v1.14.4)

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.1
- [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...v10.0.1)

---
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 force-pushed the dependabot/gradle/backend-a92ac2829d branch from d72692c to 035f801 Compare February 12, 2025 11:23
Copy link
Contributor

@henrikg henrikg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Denne ser grei ut nå etter litt mindre endringer

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.

1 participant