davidmoten / aws-lightweight-client-java

A lightweight java client for the AWS API. Signs requests with AWS Version 4 and offers helpful builders.
Apache License 2.0
29 stars 1 forks source link

Bump com.github.davidmoten:kool from 0.1.29 to 0.1.30 #140

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps com.github.davidmoten:kool from 0.1.29 to 0.1.30.

Release notes

Sourced from com.github.davidmoten:kool's releases.

0.1.30

Enhancements

Runtime

Build

Full Changelog: https://github.com/davidmoten/kool/compare/0.1.29...0.1.30

Commits
  • 92aa87c [maven-release-plugin] prepare release 0.1.30
  • ed0d7b7 use long parameters for Stream skip, get, mapWithIndex operators (#95)
  • 0dd9190 Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2
  • 4c20ead Bump org.apache.maven.plugins:maven-compiler-plugin
  • eaa0784 Bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1
  • ddcbecb Bump org.apache.maven.plugins:maven-compiler-plugin
  • 6bc7b71 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3
  • b674bd6 Bump org.apache.maven.plugins:maven-project-info-reports-plugin
  • f340d64 Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1
  • 22360ed Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.16.0
  • 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 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)
dependabot[bot] commented 9 months ago

Superseded by #142.