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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.raynigon.spring-boot:ecs-logging-access from 1.1.4 to 2.1.4 #189

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2023

Bumps com.raynigon.spring-boot:ecs-logging-access from 1.1.4 to 2.1.4.

Release notes

Sourced from com.raynigon.spring-boot:ecs-logging-access's releases.

v2.1.4

What's Changed

馃殌 Features & Enhancements

  • Fix NullPointerException in EcsConsumerInterceptor PR: #259

馃摝 Dependency updates

  • Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 PR: #257
  • Bump actions/checkout from 3 to 4 PR: #258

v2.1.3

What's Changed

馃摝 Dependency updates

  • Bump com.github.ben-manes.versions from 0.46.0 to 0.47.0 PR: #232
  • Bump ch.qos.logback:logback-access from 1.4.7 to 1.4.8 PR: #233
  • Bump eskatos/gradle-command-action from 2.4.2 to 2.5.0 PR: #235
  • Bump org.apache.groovy:groovy from 4.0.12 to 4.0.13 PR: #236
  • Bump eskatos/gradle-command-action from 2.5.0 to 2.5.1 PR: #237
  • Bump eskatos/gradle-command-action from 2.5.1 to 2.6.0 PR: #238
  • Bump io.spring.dependency-management from 1.1.0 to 1.1.1 PR: #239
  • Bump eskatos/gradle-command-action from 2.6.0 to 2.6.1 PR: #240
  • Bump io.spring.dependency-management from 1.1.1 to 1.1.2 PR: #241
  • Bump actions/setup-java from 3.11.0 to 3.12.0 PR: #243
  • Bump eskatos/gradle-command-action from 2.6.1 to 2.7.0 PR: #244
  • Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 PR: #245
  • Bump ch.qos.logback:logback-access from 1.4.8 to 1.4.11 PR: #249
  • Bump io.spring.dependency-management from 1.1.2 to 1.1.3 PR: #250
  • Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.6 PR: #251
  • Bump eskatos/gradle-command-action from 2.7.0 to 2.7.1 PR: #252
  • Bump org.apache.groovy:groovy from 4.0.13 to 4.0.14 PR: #253
  • Bump net.bytebuddy:byte-buddy from 1.14.6 to 1.14.7 PR: #255
  • Bump eskatos/gradle-command-action from 2.7.1 to 2.8.0 PR: #256

v2.1.2

What's Changed

馃殌 Features & Enhancements

  • Update Producer Name Handling PR: #230

馃悰 Bug Fixes

  • Do not override in Producer Interceptor PR: #228

... (truncated)

Commits
  • f5425a2 [Release] Version: 'v2.1.4'.
  • b4b5db9 Merge pull request #260 from raynigon/release
  • 618264a Merge pull request #259 from raynigon/feature/add-tests-for-interceptors
  • 237c235 Fix NullPointerException in EcsConsumerInterceptor
  • 939d8a7 Merge pull request #258 from raynigon/dependabot/github_actions/actions/check...
  • 1f9a8cc Bump actions/checkout from 3 to 4
  • f6ee913 Merge pull request #257 from raynigon/dependabot/gradle/org.slf4j-slf4j-api-2...
  • 1ac898d Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9
  • 72c9c51 [Release] Update Version: 'v2.1.4-SNAPSHOT'.
  • 1e85902 [Release] Version: 'v2.1.3'.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.raynigon.spring-boot:ecs-logging-access](https://github.com/raynigon/spring-boot) from 1.1.4 to 2.1.4.
- [Release notes](https://github.com/raynigon/spring-boot/releases)
- [Commits](raynigon/spring-boot@v1.1.4...v2.1.4)

---
updated-dependencies:
- dependency-name: com.raynigon.spring-boot:ecs-logging-access
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2023
@raynigon raynigon merged commit 13b3767 into main Dec 20, 2023
4 of 8 checks passed
@raynigon raynigon deleted the dependabot/gradle/com.raynigon.spring-boot-ecs-logging-access-2.1.4 branch December 20, 2023 14:01
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant