Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps io.smallrye.config:smallrye-config from 3.5.2 to 3.15.1.

Release notes

Sourced from io.smallrye.config:smallrye-config's releases.

3.15.1

  • #1458 Release 3.15.1
  • #1455 Move Converters lambdas to static classes
  • #1453 Avoid using a lambda when releasing config
  • #1452 Add a getValueOrDefault method to ConfigValue to avoid checking if a value exists when a default is required
  • #1451 Bump urllib3 from 2.6.0 to 2.6.3 in /documentation
  • #1450 Bump io.smallrye.common:smallrye-common-bom from 2.14.0 to 2.15.0
  • #1449 Make ImplicitConverterTest.simpleDateFormat timezone independent
  • #1448 Correctly set the config source position in ConfigValue

3.15.0

  • #1447 Release 3.15.0
  • #1446 Matcher for property names
  • #1444 Ensure modular access when reflecting
  • #1442 Bump kotlin.version from 2.2.21 to 2.3.0
  • #1441 Bump pymdown-extensions from 10.15 to 10.16.1 in /documentation
  • #1440 Bump org.ow2.asm:asm from 9.9 to 9.9.1
  • #1439 Bump actions/upload-artifact from 5 to 6
  • #1438 Support Map<String, Optional<String>> in @ConfigMapping
  • #1437 Add a isDefault method to ConfigValue to check if the value is a default
  • #1435 Bump urllib3 from 2.5.0 to 2.6.0 in /documentation
  • #1434 Provide a way to enable / disable cache of property names when building the config
  • #1433 Bump io.smallrye:smallrye-parent from 47 to 48
  • #1432 Bump actions/checkout from 5 to 6
  • #1431 Bump io.fabric8:docker-maven-plugin from 0.47.0 to 0.48.0
  • #1430 Document that when using Map quoted key, they must be use the same quoted format
  • #1429 Support single underscore to represent ending quote in property name environment variable matching
  • #1428 Throw IllegalArgumentException when using self-reference types
  • #1426 Bump io.smallrye.common:smallrye-common-bom from 2.13.9 to 2.14.0
  • #1425 docs: remove unexisting converters
  • #1424 Bump version.smallrye.testing from 2.4.0 to 2.4.1
  • #1423 Bump io.fabric8:docker-maven-plugin from 0.46.0 to 0.47.0
  • #1422 Bump io.sundr:sundr-maven-plugin from 0.230.1 to 0.230.2
  • #1421 Bump actions/upload-artifact from 4 to 5
  • #1420 Bump kotlin.version from 2.2.20 to 2.2.21
  • #1419 Introduce exact methods to get values from String, int and boolean
  • #1418 Bump io.sundr:sundr-maven-plugin from 0.230.0 to 0.230.1
  • #1417 Bump io.sundr:sundr-maven-plugin from 0.220.1 to 0.230.0
  • #1416 Bump org.ow2.asm:asm from 9.8 to 9.9

3.14.1

  • #1415 Release 3.14.1
  • #1414 fix: typos
  • #1413 Keep all the @​ConfigMapping path and names operations to resolve the final property name in ConfigMappingContext
  • #1412 Return a pre-registered Converter if one exists when calling getImplicitConverter
  • #1411 Improve ConfigMapping generation error

3.14.0

  • #1410 Release 3.14.0
  • #1409 Bump io.smallrye.common:smallrye-common-bom from 2.13.8 to 2.13.9

... (truncated)

Commits
  • 07b97e0 [maven-release-plugin] prepare release 3.15.1
  • cae47ce Release 3.15.1 (#1458)
  • ff33b15 Move Converters lambdas to static classes (#1455)
  • be6bd75 Bump urllib3 from 2.6.0 to 2.6.3 in /documentation (#1451)
  • cf5f85f Avoid using a lambda when releasing config (#1453)
  • a42fa42 Add a getValueOrDefault method to ConfigValue to avoid checking if a valu...
  • 34085cc Bump io.smallrye.common:smallrye-common-bom from 2.14.0 to 2.15.0 (#1450)
  • d6575ec Fix SimpleDateFormat test to be timezone independent (#1449)
  • c083f63 Update Sonar plugin
  • 1ac4667 Correctly set the config source position in ConfigValue (#1448)
  • 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 [io.smallrye.config:smallrye-config](https://github.com/smallrye/smallrye-config) from 3.5.2 to 3.15.1.
- [Release notes](https://github.com/smallrye/smallrye-config/releases)
- [Commits](smallrye/smallrye-config@3.5.2...3.15.1)

---
updated-dependencies:
- dependency-name: io.smallrye.config:smallrye-config
  dependency-version: 3.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jan 27, 2026
@jmartisk jmartisk merged commit 0a6212a into main Jan 28, 2026
7 checks passed
@dependabot dependabot bot deleted the dependabot/maven/io.smallrye.config-smallrye-config-3.15.1 branch January 28, 2026 09:07
@github-actions github-actions bot added this to the 2.12.3 milestone Jan 28, 2026
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