v2.2.1
·
77 commits
to refs/heads/main
since this release
Summary
🐛 A critical bug was fixed in the Parameters utility causing the AppConfig provider to wrongly return null
values in some instances. Thanks to @chrisclayson for reporting this bug ⭐️.
Changes
- chore(ci): bump version to 2.2.1 (#1983) by @github-actions[bot]
- build(deps): bump io.github.ascopes:protobuf-maven-plugin from 3.3.0 to 3.6.1 (#1980) by @dependabot[bot]
- build(deps): bump com.amazonaws:aws-lambda-java-tests from 1.1.1 to 1.1.2 (#1979) by @dependabot[bot]
- chore: bump github/codeql-action from 3.29.3 to 3.29.4 (#1978) by @dependabot[bot]
- chore: bump org.apache.logging.log4j:log4j-transform-maven-shade-plugin-extensions from 0.1.0 to 0.2.0 (#1977) by @dependabot[bot]
- chore: bump aws.sdk.version from 2.31.78 to 2.32.6 (#1976) by @dependabot[bot]
- chore: bump com.amazonaws:aws-lambda-java-events from 3.16.0 to 3.16.1 (#1975) by @dependabot[bot]
- build(deps): bump aws.sdk.version from 2.31.78 to 2.32.5 (#1971) by @dependabot[bot]
- chore: bump com.networknt:json-schema-validator from 1.5.1 to 1.5.8 (#1974) by @dependabot[bot]
- chore(ci): Remove osv workflow (#1973) by @phipag
- chore: bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 (#1972) by @dependabot[bot]
- build(deps): bump mockito.version from 4.11.0 to 5.18.0 (#1970) by @dependabot[bot]
- build(deps): bump jackson.version from 2.19.1 to 2.19.2 (#1969) by @dependabot[bot]
- chore: bump actions/download-artifact from 4.2.1 to 4.3.0 (#1967) by @dependabot[bot]
- build(deps): bump commons-io:commons-io from 2.19.0 to 2.20.0 (#1966) by @dependabot[bot]
- chore: bump aws-actions/configure-aws-credentials from 2.2.0 to 4.2.1 (#1965) by @dependabot[bot]
- chore: bump actions/dependency-review-action from 4.5.0 to 4.7.1 (#1968) by @dependabot[bot]
- build(deps): bump slf4j.version from 2.0.7 to 2.0.17 (#1964) by @dependabot[bot]
- chore: bump actions/checkout from 3.5.3 to 4.2.2 (#1963) by @dependabot[bot]
- chore: bump sam/build-java21 from
a5554d6
to44e9166
in /powertools-e2e-tests/src/test/resources/docker (#1962) by @dependabot[bot] - chore: bump squidfunk/mkdocs-material from
23b6978
to0bfdba4
in /docs (#1961) by @dependabot[bot] - chore(ci): Add Docker paths via globs to dependabot and update Dockerfiles to pin sha256 (#1960) by @phipag
- build(deps): bump com.google.protobuf:protobuf-java from 4.31.0 to 4.31.1 (#1959) by @dependabot[bot]
- chore: bump github/codeql-action from 3.27.9 to 3.29.3 (#1958) by @dependabot[bot]
- chore: bump actions/setup-java from 3.11.0 to 4.7.1 (#1957) by @dependabot[bot]
- build(deps): bump org.graalvm.buildtools:native-maven-plugin from 0.10.1 to 0.11.0 (#1956) by @dependabot[bot]
- chore: bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 (#1954) by @dependabot[bot]
- chore: bump actions/upload-artifact from 4.5.0 to 4.6.2 (#1953) by @dependabot[bot]
- build(deps): bump com.amazonaws:aws-lambda-java-serialization from 1.1.5 to 1.1.6 (#1952) by @dependabot[bot]
- build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 (#1951) by @dependabot[bot]
- chore: bump ossf/scorecard-action from 2.4.0 to 2.4.2 (#1950) by @dependabot[bot]
- chore(ci): add new dependabot package ecosystems (#1948) by @leandrodamascena
- chore(ci): Add GraalVM E2E tests and GH workflows (#1945) by @phipag
- chore(ci): bump version to 2.2.0 (#1942) by @github-actions[bot]
🐛 Bug and hot fixes
- fix(parameters): Correctly check for empty values in AppConfig Parameters Provider. (#1982) by @phipag