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 gradle group with 5 updates #469

Merged
merged 1 commit into from
May 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2024

Bumps the gradle group with 5 updates:

Package From To
no.nav.security:token-validation-spring 4.1.5 4.1.7
no.nav.security:token-client-spring 4.1.5 4.1.7
no.nav.security:token-validation-spring-test 4.1.5 4.1.7
org.springframework.retry:spring-retry 2.0.5 2.0.6
io.mockk:mockk 1.13.10 1.13.11

Updates no.nav.security:token-validation-spring from 4.1.5 to 4.1.7

Release notes

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

4.1.7

What's Changed

  • No changes

4.1.6

What's Changed

  • Support for publishing to Github package registry (#892) @​qtips
Commits
  • 6ecc14e profile
  • 61529bd profile
  • a87302b build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.39 to 9.39.1 (#894)
  • 1a89af8 build(deps): bump commons-logging:commons-logging from 1.3.1 to 1.3.2 (#893)
  • 96d2285 Support for publishing to Github package registry (#892)
  • See full diff in compare view

Updates no.nav.security:token-client-spring from 4.1.5 to 4.1.7

Release notes

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

4.1.7

What's Changed

  • No changes

4.1.6

What's Changed

  • Support for publishing to Github package registry (#892) @​qtips
Commits
  • 6ecc14e profile
  • 61529bd profile
  • a87302b build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.39 to 9.39.1 (#894)
  • 1a89af8 build(deps): bump commons-logging:commons-logging from 1.3.1 to 1.3.2 (#893)
  • 96d2285 Support for publishing to Github package registry (#892)
  • See full diff in compare view

Updates no.nav.security:token-validation-spring-test from 4.1.5 to 4.1.7

Release notes

Sourced from no.nav.security:token-validation-spring-test's releases.

4.1.7

What's Changed

  • No changes

4.1.6

What's Changed

  • Support for publishing to Github package registry (#892) @​qtips
Commits
  • 6ecc14e profile
  • 61529bd profile
  • a87302b build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.39 to 9.39.1 (#894)
  • 1a89af8 build(deps): bump commons-logging:commons-logging from 1.3.1 to 1.3.2 (#893)
  • 96d2285 Support for publishing to Github package registry (#892)
  • See full diff in compare view

Updates no.nav.security:token-client-spring from 4.1.5 to 4.1.7

Release notes

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

4.1.7

What's Changed

  • No changes

4.1.6

What's Changed

  • Support for publishing to Github package registry (#892) @​qtips
Commits
  • 6ecc14e profile
  • 61529bd profile
  • a87302b build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.39 to 9.39.1 (#894)
  • 1a89af8 build(deps): bump commons-logging:commons-logging from 1.3.1 to 1.3.2 (#893)
  • 96d2285 Support for publishing to Github package registry (#892)
  • See full diff in compare view

Updates no.nav.security:token-validation-spring-test from 4.1.5 to 4.1.7

Release notes

Sourced from no.nav.security:token-validation-spring-test's releases.

4.1.7

What's Changed

  • No changes

4.1.6

What's Changed

  • Support for publishing to Github package registry (#892) @​qtips
Commits
  • 6ecc14e profile
  • 61529bd profile
  • a87302b build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.39 to 9.39.1 (#894)
  • 1a89af8 build(deps): bump commons-logging:commons-logging from 1.3.1 to 1.3.2 (#893)
  • 96d2285 Support for publishing to Github package registry (#892)
  • See full diff in compare view

Updates org.springframework.retry:spring-retry from 2.0.5 to 2.0.6

Release notes

Sourced from org.springframework.retry:spring-retry's releases.

v2.0.6

⭐ New Features

  • No distinction in the logs between different retried methods #422
  • Rework Exception-wrapping #82

🐞 Bug Fixes

  • @Retryable annotation retrying with ExponentialBackOff instead of ExponentialRandomBackOff when randomExpression provided #427
  • fix: Null pointer error may occur #421

📔 Documentation

  • Wrong method recommended for build.gradle? #423
  • put GAV in docs #418
  • Improve Javadoc for setThrowLastExceptionOnExhausted of RetryTemplate #137

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 6.0.20 #435

❤️ Contributors

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

@​aozeyu

Commits
  • 16015a0 Release v2.0.6
  • f2ec721 Upgrade to Spring Framework 6.0.20
  • 22228f8 Polish
  • f069b39 Upgrade to Maven Surefire Plugin 3.2.5
  • 3bd7e17 Upgrade to Maven Sources Plugin 3.3.1
  • edd221c Upgrade to Maven Compiler Plugin 3.13.0
  • 09f8c0a Upgrade to spring javaformat 0.0.41
  • 7d9b887 Start building against Spring Framework 6.0.20 snapshots
  • a578884 Upgrade to Mockito 5.11.0
  • c87be51 Upgrade to Log4J 2.23.1
  • Additional commits viewable in compare view

Updates io.mockk:mockk from 1.13.10 to 1.13.11

Release notes

Sourced from io.mockk:mockk's releases.

1.13.11

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.10...1.13.11

Commits
  • 3d1cbd1 Merge pull request #1240 from krocard/contributing-gradle-check
  • 9292631 Merge pull request #1239 from krocard/clearStaticMockk
  • f1166ef Run gradle check when contributing
  • 8e024f0 Update mockk.api
  • 4917ecc Implement clearStaticMockk for KFunction and KProperty
  • 143f6bb Merge pull request #1238 from Evenprime/fix_parallel_testing
  • 131bc61 Fix parallel testing flag
  • fe0e306 Merge pull request #1234 from T45K/introduce_verifyCount_DSL
  • b11b732 update mockk.api
  • e0166d3 update README.md
  • 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 gradle group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `4.1.5` | `4.1.7` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `4.1.5` | `4.1.7` |
| [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `4.1.5` | `4.1.7` |
| [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry) | `2.0.5` | `2.0.6` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.10` | `1.13.11` |


Updates `no.nav.security:token-validation-spring` from 4.1.5 to 4.1.7
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@4.1.5...4.1.7)

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

Updates `no.nav.security:token-validation-spring-test` from 4.1.5 to 4.1.7
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@4.1.5...4.1.7)

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

Updates `no.nav.security:token-validation-spring-test` from 4.1.5 to 4.1.7
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@4.1.5...4.1.7)

Updates `org.springframework.retry:spring-retry` from 2.0.5 to 2.0.6
- [Release notes](https://github.com/spring-projects/spring-retry/releases)
- [Commits](spring-projects/spring-retry@v2.0.5...v2.0.6)

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

---
updated-dependencies:
- dependency-name: no.nav.security:token-validation-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: no.nav.security:token-validation-spring-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: no.nav.security:token-validation-spring-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.springframework.retry:spring-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 16, 2024 20:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 16, 2024
@ramrock93 ramrock93 merged commit 5b27ebe into master May 21, 2024
4 of 5 checks passed
@ramrock93 ramrock93 deleted the dependabot/gradle/gradle-af7f6d6297 branch May 21, 2024 05:52
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