Skip to content

build(deps): bump the minor-patch-group group across 1 directory with 9 updates#285

Merged
Dankoy merged 2 commits intomainfrom
dependabot/gradle/minor-patch-group-980c4ebd28
Jan 4, 2026
Merged

build(deps): bump the minor-patch-group group across 1 directory with 9 updates#285
Dankoy merged 2 commits intomainfrom
dependabot/gradle/minor-patch-group-980c4ebd28

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 4, 2026

Bumps the minor-patch-group group with 8 updates in the / directory:

Package From To
org.telegram:telegrambots-longpolling 9.2.0 9.2.1
org.testcontainers:testcontainers-postgresql 2.0.2 2.0.3
org.jooq.jooq-codegen-gradle 3.19.27 3.19.29
org.liquibase.gradle 3.0.2 3.1.0
org.springframework.boot:spring-boot-gradle-plugin 4.0.0 4.0.1
com.diffplug.spotless:spotless-lib 4.0.0 4.1.0
com.diffplug.spotless:spotless-plugin-gradle 8.0.0 8.1.0
com.google.protobuf:protobuf-gradle-plugin 0.9.5 0.9.6

Updates org.telegram:telegrambots-longpolling from 9.2.0 to 9.2.1

Release notes

Sourced from org.telegram:telegrambots-longpolling's releases.

Bug Fixing

Bug fixes: #1548, #1544, #1545, #1546, #1547, #1550, #1552, #1555, #1558

Commits
  • 082d984 Fix bugs
  • 9280416 Fix warning
  • 8be8186 Fix #1548
  • 203c21a Feature: added protected hooks for handling Input, Locality and Privacy abili...
  • 1c67776 Added: validate method to ReplyFlowBuilder
  • 711a8d1 Fix AbilityBot channel updates: logic moved to AbilityUtils, added privacy ch...
  • 08be39b change json serialization unit tests to deterministic impl
  • ab24686 change TestDeleteStory to deterministic implementation
  • 7962d04 Fix topicId type
  • 0400f00 Add missing fields from API 9.2 to SendInvoice
  • Additional commits viewable in compare view

Updates org.telegram:telegrambots-client from 9.2.0 to 9.2.1

Release notes

Sourced from org.telegram:telegrambots-client's releases.

Bug Fixing

Bug fixes: #1548, #1544, #1545, #1546, #1547, #1550, #1552, #1555, #1558

Commits
  • 082d984 Fix bugs
  • 9280416 Fix warning
  • 8be8186 Fix #1548
  • 203c21a Feature: added protected hooks for handling Input, Locality and Privacy abili...
  • 1c67776 Added: validate method to ReplyFlowBuilder
  • 711a8d1 Fix AbilityBot channel updates: logic moved to AbilityUtils, added privacy ch...
  • 08be39b change json serialization unit tests to deterministic impl
  • ab24686 change TestDeleteStory to deterministic implementation
  • 7962d04 Fix topicId type
  • 0400f00 Add missing fields from API 9.2 to SendInvoice
  • Additional commits viewable in compare view

Updates org.testcontainers:testcontainers-postgresql from 2.0.2 to 2.0.3

Release notes

Sourced from org.testcontainers:testcontainers-postgresql's releases.

2.0.3

What's Changed

🐛 Bug Fixes

📖 Documentation

📦 Dependency updates

Commits
  • 43c6a97 Combined dependencies PR (#11353)
  • 7778cc5 Merge remote-tracking branch 'origin/dependabot/gradle/modules/activemq/org.a...
  • 30b043f Merge remote-tracking branch 'origin/dependabot/gradle/modules/db2/com.ibm.db...
  • 17d570b Merge remote-tracking branch 'origin/dependabot/gradle/modules/elasticsearch/...
  • 47e9ae5 Merge remote-tracking branch 'origin/dependabot/gradle/modules/gcloud/com.goo...
  • f34ab26 Merge remote-tracking branch 'origin/dependabot/gradle/modules/couchbase/com....
  • ac66ad6 Merge remote-tracking branch 'origin/dependabot/gradle/modules/activemq/org.a...
  • b6a1f28 Merge remote-tracking branch 'origin/dependabot/gradle/modules/milvus/io.milv...
  • 6a99624 Merge remote-tracking branch 'origin/dependabot/gradle/modules/influxdb/com.i...
  • 4ff0770 Merge remote-tracking branch 'origin/dependabot/gradle/modules/grafana/io.mic...
  • Additional commits viewable in compare view

Updates org.jooq.jooq-codegen-gradle from 3.19.27 to 3.19.29

Release notes

Sourced from org.jooq.jooq-codegen-gradle's releases.

Assets 2

Source code (zip)
last month
Source code (tar.gz)
last month

Version 3.19.29 - December 5, 2025

This is a 3.19 patch release with minor improvements and bug fixes
Features and Improvements

jOOQ/jOOQ#19396 - Add Settings.interpreterWithMetaLookups
Bug Fixes

jOOQ/jOOQ#19363 - SQL Server JSON_ARRAY() emulation produces StackOverflowError with 1000+ arguments
jOOQ/jOOQ#19371 - Bad performance when reading / writing PGInterval values to pgjdbc
jOOQ/jOOQ#19375 - Inconsistent Support annotations between DerivedColumnsList::as and DerivedColumnList[N]::as
jOOQ/jOOQ#19387 - DELETE .. RETURNING with RAW type doesn't work in Oracle
jOOQ/jOOQ#19391 - Compilation error in generated Record POJO constructors when table uses a table type reference in PostgreSQL
jOOQ/jOOQ#19399 - Error when generating code for SQLite table containing both UNIQUE and FOREIGN KEY, when referenced table has no UNIQUE key
jOOQ/jOOQ#19403 - DefaultOtherBinding may produce bind variable marker despite Settings.statementType being set to STATIC_STATEMENT for some dialects
jOOQ/jOOQ#19408 - Generated AbstractRoutine setters aren't all affected by the code generation flag
jOOQ/jOOQ#19412 - BatchSingle executed with R2DBC doesn't attach batched query to Configuration
jOOQ/jOOQ#19421 - Code generator does not maintain DataTypeDefinition::generationOption when applying forced type
jOOQ/jOOQ#19440 - Refactor internal Multiset::accept0 logic to avoid redundancy between JSON and JSONB handling
jOOQ/jOOQ#19443 - Overridable generateRecord(definition, writer) and generateUDTRecord(definition, writer) are not used in JavaGenerator
jOOQ/jOOQ#19447 - DefaultRenderContext.checkForceInline() does not work for R2DBC connections
jOOQ/jOOQ#19450 - KotlinGenerator does not produce deepEquals/deepHashCode calls for jooq-postgres-extensions array types
jOOQ/jOOQ#19455 - Update PostgreSQL parameter count limit to 65535
jOOQ/jOOQ#19460 - DSLContext::batchMerge's Support documentation should match that of UpdatableRecord::merge
jOOQ/jOOQ#19467 - Wrong SQL rendered for ALTER TABLE .. RENAME CONSTRAINT in SQL Server
jOOQ/jOOQ#19470 - Wrong SQL rendered for ALTER TABLE IF EXISTS .. RENAME CONSTRAINT in SQL Server
jOOQ/jOOQ#19475 - Wrong support documented on RENAME CONSTRAINT clause for Db2

... (truncated)

Commits

Updates org.liquibase.gradle from 3.0.2 to 3.1.0

Updates org.springframework.boot:spring-boot-gradle-plugin from 4.0.0 to 4.0.1

Release notes

Sourced from org.springframework.boot:spring-boot-gradle-plugin's releases.

v4.0.1

⚠️ Noteworthy changes

  • Hibernate has been upgraded to 7.2.0.Final in response to Hibernate 7.1 moving to limited support
  • spring-boot-starter-kotlin-serialization has been renamed to to spring-boot-starter-kotlinx-serialization-json and spring-boot-starter-kotlin-serialization-test has been renamed to spring-boot-starter-kotlinx-serialization-json-test. This change aligns the starters' names with those of their respective modules
  • Using TestRestTemplate now requires a dependency on spring-boot-restclient

🐞 Bug Fixes

  • JsonMixinModuleEntriesBeanRegistrationAotProcessor does not handle deprecated code #48564
  • JdbcSessionAutoConfiguration may not match when using the auto-configured DataSource #48552
  • @ServiceConnection for LgtmStackContainer fails when logging endpoint is configured due to multiple OtlpLoggingConnectionDetails beans #48536
  • WebApplicationType does not consider modules when deduced from classpath #48517
  • Spring Session auto-configuration fails in a war deployment as ServerProperties is not available #48493
  • Opentelemetry logging export requires actuator module #48488
  • RabbitHealthIndicator reports an error when version is missing from the connection's server properties #48487
  • Actuator Info class has inconsistent nullability annotations and cannot be built with null value #48480
  • Profiles retained during AOT processing are not configured in a native image #48476
  • Security matchers and WebServerNamespace resolution can fail with NoClassDefFoundError when used in a traditional WAR deployment #48388
  • HealthEndpointGroupMembershipValidator does not consider reactive health indicators causing NoSuchHealthContributorException to be thrown #48387
  • spring.jackson.default-property-inclusion is not applied to content inclusion #48343
  • TestRestTemplate.getRootUri() returns empty string #48330
  • Redis health check reports an error when redis_version is missing from the INFO response #48328
  • Parent's MeterRegistry beans are closed when child context closes #48325
  • HttpMessageConverters picks up converter beans for both client and server #48310
  • Conditions to auto-configure a RestClient are outdated with the modularization #48308
  • A custom JwtTypeValidator that replaces the default can no longer be configured #48301
  • PropertiesRestClientHttpServiceGroupConfigurer has highest precedence, preventing other configurers from being ordered ahead of it #48296
  • SpringBootTest.UseMainMethod.WHEN_AVAILABLE and ALWAYS are incompatible with package-private or parameter-less main method #48275
  • Conditions to auto-configure RestClient-based HTTP service clients are outdated with the modularization #48274
  • Starter for Kotlinx Serialization Json is misnamed #48262
  • ApplicationServletEnvironment is no longer configured in war deployments #48254
  • RestClient.Builder bean present in @SpringBootTest due to spring-boot-starter-webmvc-test, but missing at runtime without restclient starter #48253
  • ProblemDetail is rendered to XML incorrectly #48222

📔 Documentation

  • Harmonize Kotlin example for HTTP Service client support #48577
  • Document HttpMessageConverters detection changes in 4.0.1 #48574
  • Improve javadoc for when to use class names rather than class references #48569
  • Documentation has an outdated reference to the Jackson Kotlin Module #48534
  • Caching documentation should clarify how to use a no-op implementation to run a test suite #48532
  • Document that the default rolling policy for Log4j2 requires logging.file.path to be set #48527
  • Review documentation and migration guide about changes in @AutoConfigureCache #48522
  • License header in build samples is displayed in the reference documentation #48478
  • Configuring Two DataSources How-To code sample is inconsistent #48449
  • Fix links to source files on GitHub #48398
  • Documentation contains broken links to GitHub source files #48394
  • Document that org.aspectj.weaver.Advice must be on the classpath to enable support for Micrometer's annotations #48360
  • Correct the annotation in the Kotlin @ConfigurationPropertiesSource example #48357
  • Polish TestRestTemplate examples in the reference guide #48336

... (truncated)

Commits
  • b2bc463 Release v4.0.1
  • 252b218 Correct renaming of Kotlinx Serialization JSON starters
  • 2fa73c2 Merge pull request #48577 from jwalter
  • 3e68988 Polish "Harmonize Kotlin example for HTTP Service client support"
  • 423373b Harmonize Kotlin example for HTTP Service client support
  • f61ac29 Document HttpMessageConverters detection changes
  • 2519a5d Merge branch '3.5.x'
  • 4fc3ca3 Next development version (v3.5.10-SNAPSHOT)
  • aaf66f4 Merge branch '3.5.x'
  • 08e2cab Polish javadoc for when to use class names rather than class references
  • Additional commits viewable in compare view

Updates com.diffplug.spotless:spotless-lib from 4.0.0 to 4.1.0

Release notes

Sourced from com.diffplug.spotless:spotless-lib's releases.

Lib v4.1.0

Changes

  • Bump default ktfmt version to latest 0.58 -> 0.59. (#2681
  • Bump default jackson version to latest 2.20.0 -> 2.20.1. (#2730)
  • Bump default cleanthat version to latest 2.23 -> 2.24. (#2620)
  • POTENTIALLY BREAKING Removed support for ktlint versions below 1.0. (#2711)

Fixed

  • palantirJavaFormat is no longer arbitrarily set to outdated versions on Java 17, latest available version is always used (#2686 fixes #2685)

Added

  • Add a forbidModuleImports API for java (#2679)
  • new options to customize Flexmark, e.g. to allow YAML front matter (#2616)
Changelog

Sourced from com.diffplug.spotless:spotless-lib's changelog.

[4.1.0] - 2025-11-18

Changes

  • Bump default ktfmt version to latest 0.58 -> 0.59. (#2681
  • Bump default jackson version to latest 2.20.0 -> 2.20.1. (#2730)
  • Bump default cleanthat version to latest 2.23 -> 2.24. (#2620)
  • POTENTIALLY BREAKING Removed support for ktlint versions below 1.0. (#2711)

Fixed

  • palantirJavaFormat is no longer arbitrarily set to outdated versions on Java 17, latest available version is always used (#2686 fixes #2685)

Added

  • Add a forbidModuleImports API for java (#2679)
  • new options to customize Flexmark, e.g. to allow YAML front matter (#2616)
Commits
  • bf212ec Published lib/4.1.0
  • 399bf33 Remove the claude.yml, it wasn't working with the team permissions we had hop...
  • 856c4ef Improve changelogs for end-users.
  • 4761969 Switch from * to - for bullets, less confusion with bold/italic.
  • 57eb3d5 Add step to forbid module imports (#2690 closes #2679)
  • baaa5f2 Merge branch 'main' into forbidModuleImports
  • d9e837a Hotfix rewriteRun of #2713 which merged prematurely due to bug in #2725
  • e686bbf Add more configuration options for flexmark (#2713)
  • 20e61e2 Fixx spotbugs warning.
  • 3518ac5 Merge branch 'main' into markdownExtConfig
  • Additional commits viewable in compare view

Updates com.diffplug.spotless:spotless-plugin-gradle from 8.0.0 to 8.1.0

Release notes

Sourced from com.diffplug.spotless:spotless-plugin-gradle's releases.

Gradle Plugin v8.1.0

Changes

  • Bump default ktfmt version to latest 0.58 -> 0.59. (#2681
  • Bump default jackson version to latest 2.20.0 -> 2.20.1. (#2730)
  • Bump default cleanthat version to latest 2.23 -> 2.24. (#2620)
  • POTENTIALLY BREAKING Removed support for ktlint versions below 1.0. (#2711)

Fixed

  • Tasks were being eagerly instantiated, now avoided using TaskProviders. #2719
    • POTENTIALLY BREAKING Bump minimum supported Gradle version from 7.3 to 8.1. #2719
  • Use absolute path in the git pre push hook.
  • palantirJavaFormat is no longer arbitrarily set to outdated versions on Java 17, latest available version is always used (#2686 fixes #2685)

Added

  • forbidModuleImports() API for java (#2679)
  • new options to customize Flexmark, e.g. to allow YAML front matter (#2616)
Commits
  • aee19c8 Published gradle/8.1.0
  • bf212ec Published lib/4.1.0
  • 399bf33 Remove the claude.yml, it wasn't working with the team permissions we had hop...
  • 856c4ef Improve changelogs for end-users.
  • 4761969 Switch from * to - for bullets, less confusion with bold/italic.
  • 57eb3d5 Add step to forbid module imports (#2690 closes #2679)
  • baaa5f2 Merge branch 'main' into forbidModuleImports
  • d9e837a Hotfix rewriteRun of #2713 which merged prematurely due to bug in #2725
  • e686bbf Add more configuration options for flexmark (#2713)
  • 20e61e2 Fixx spotbugs warning.
  • Additional commits viewable in compare view

Updates com.google.protobuf:protobuf-gradle-plugin from 0.9.5 to 0.9.6

Release notes

Sourced from com.google.protobuf:protobuf-gradle-plugin's releases.

v0.9.6

What's Changed

New Contributors

Full Changelog: google/protobuf-gradle-plugin@v0.9.5...v0.9.6

Commits
  • e19f263 0.9.6 release
  • 23b4c86 README.md: Use implementation instead of old compile for deps
  • 894f2d2 Fix deprecated API usage in ToolsLocator
  • 0cce976 Cleanup testProjectKotlinDslBase imports
  • e0c7bff Use ArchiveOperations instead of internal FileOperations, when available
  • b0f3205 Inline deprecated constant value
  • 6dedfa7 Start 0.9.6 development cycle
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… 9 updates

Bumps the minor-patch-group group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.telegram:telegrambots-longpolling](https://github.com/rubenlagus/TelegramBots) | `9.2.0` | `9.2.1` |
| [org.testcontainers:testcontainers-postgresql](https://github.com/testcontainers/testcontainers-java) | `2.0.2` | `2.0.3` |
| [org.jooq.jooq-codegen-gradle](https://github.com/jOOQ/jOOQ) | `3.19.27` | `3.20.10` |
| org.liquibase.gradle | `3.0.2` | `3.1.0` |
| [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) | `4.0.0` | `4.0.1` |
| [com.diffplug.spotless:spotless-lib](https://github.com/diffplug/spotless) | `4.0.0` | `4.1.0` |
| [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) | `8.0.0` | `8.1.0` |
| [com.google.protobuf:protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) | `0.9.5` | `0.9.6` |



Updates `org.telegram:telegrambots-longpolling` from 9.2.0 to 9.2.1
- [Release notes](https://github.com/rubenlagus/TelegramBots/releases)
- [Commits](rubenlagus/TelegramBots@v9.2.0...v9.2.1)

Updates `org.telegram:telegrambots-client` from 9.2.0 to 9.2.1
- [Release notes](https://github.com/rubenlagus/TelegramBots/releases)
- [Commits](rubenlagus/TelegramBots@v9.2.0...v9.2.1)

Updates `org.testcontainers:testcontainers-postgresql` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@2.0.2...2.0.3)

Updates `org.jooq.jooq-codegen-gradle` from 3.19.27 to 3.20.10
- [Release notes](https://github.com/jOOQ/jOOQ/releases)
- [Commits](jOOQ/jOOQ@version-3.19.27...version-3.20.10)

Updates `org.liquibase.gradle` from 3.0.2 to 3.1.0

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v4.0.0...v4.0.1)

Updates `com.diffplug.spotless:spotless-lib` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@lib/4.0.0...lib/4.1.0)

Updates `com.diffplug.spotless:spotless-plugin-gradle` from 8.0.0 to 8.1.0
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@gradle/8.0.0...gradle/8.1.0)

Updates `com.google.protobuf:protobuf-gradle-plugin` from 0.9.5 to 0.9.6
- [Release notes](https://github.com/google/protobuf-gradle-plugin/releases)
- [Commits](google/protobuf-gradle-plugin@v0.9.5...v0.9.6)

---
updated-dependencies:
- dependency-name: org.telegram:telegrambots-longpolling
  dependency-version: 9.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-group
- dependency-name: org.telegram:telegrambots-client
  dependency-version: 9.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-group
- dependency-name: org.testcontainers:testcontainers-postgresql
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-group
- dependency-name: org.jooq.jooq-codegen-gradle
  dependency-version: 3.20.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-group
- dependency-name: org.liquibase.gradle
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-group
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-group
- dependency-name: com.diffplug.spotless:spotless-lib
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-group
- dependency-name: com.diffplug.spotless:spotless-plugin-gradle
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-group
- dependency-name: com.google.protobuf:protobuf-gradle-plugin
  dependency-version: 0.9.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-group
...

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 4, 2026
@Dankoy Dankoy self-requested a review January 4, 2026 08:49
@Dankoy Dankoy self-assigned this Jan 4, 2026
@Dankoy Dankoy moved this to In Progress in @Dankoy's jforwarder Jan 4, 2026
Copy link
Copy Markdown
Owner

@Dankoy Dankoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@Dankoy Dankoy merged commit 3ec5534 into main Jan 4, 2026
17 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in @Dankoy's jforwarder Jan 4, 2026
@Dankoy Dankoy deleted the dependabot/gradle/minor-patch-group-980c4ebd28 branch January 4, 2026 08:53
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

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant