Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps io.smallrye.config:smallrye-config from 3.10.1 to 3.15.0.

Release notes

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

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
  • #1408 Bump version.smallrye.testing from 2.3.1 to 2.4.0
  • #1407 Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0 to 3.6.1
  • #1406 Bump io.sundr:sundr-maven-plugin from 0.220.0 to 0.220.1
  • #1405 Bump com.typesafe:config from 1.4.4 to 1.4.5
  • #1404 Bump kotlin.version from 2.2.10 to 2.2.20
  • #1403 Bump io.sundr:sundr-maven-plugin from 0.201.0 to 0.220.0
  • #1401 Bump actions/setup-python from 5 to 6
  • #1399 Bump org.yaml:snakeyaml from 2.4 to 2.5
  • #1398 Bump io.sundr:sundr-maven-plugin from 0.200.13 to 0.201.0
  • #1397 Bump io.sundr:sundr-maven-plugin from 0.200.4 to 0.200.13

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
io.smallrye.config:smallrye-config [>= 3.14.a0, < 3.15]

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 22, 2025
@evanchooly
Copy link
Member

@dependabot recreate

Bumps [io.smallrye.config:smallrye-config](https://github.com/smallrye/smallrye-config) from 3.10.1 to 3.15.0.
- [Release notes](https://github.com/smallrye/smallrye-config/releases)
- [Commits](smallrye/smallrye-config@3.10.1...3.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/2.5.x/io.smallrye.config-smallrye-config-3.15.0 branch from 38b289f to 2ddd076 Compare January 2, 2026 02:23
@evanchooly
Copy link
Member

@dependabot ignore this dependency

@dependabot dependabot bot closed this Jan 2, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2026

OK, I won't notify you about io.smallrye.config:smallrye-config again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/maven/2.5.x/io.smallrye.config-smallrye-config-3.15.0 branch January 2, 2026 02:33
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.

2 participants