Skip to content

Bump the gradle-dependencies group across 1 directory with 24 updates #1021

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps the gradle-dependencies group with 24 updates in the / directory:

Package From To
io.swagger.core.v3:swagger-integration-jakarta 2.2.28 2.2.30
org.projectlombok:lombok 1.18.34 1.18.38
org.mapstruct:mapstruct 1.6.2 1.6.3
org.mapstruct:mapstruct-processor 1.6.2 1.6.3
org.apache.commons:commons-lang3 3.12.0 3.17.0
commons-io:commons-io 2.18.0 2.19.0
org.apache.avro:avro 1.11.4 1.12.0
software.amazon.msk:aws-msk-iam-auth 2.3.0 2.3.2
org.antlr:antlr4 4.12.0 4.13.2
org.antlr:antlr4-runtime 4.12.0 4.13.2
dev.cel:cel 0.3.0 0.8.0
org.mockito:mockito-core 5.16.0 5.17.0
org.mockito:mockito-junit-jupiter 5.16.0 5.17.0
net.bytebuddy:byte-buddy 1.14.19 1.17.5
org.assertj:assertj-core 3.25.3 3.27.3
com.codeborne:selenide 7.2.3 7.8.1
org.testng:testng 7.10.0 7.11.0
org.aspectj:aspectjweaver 1.9.21 1.9.24
io.netty:netty-common 4.1.119.Final 4.2.0.Final
io.netty:netty-handler 4.1.119.Final 4.2.0.Final
io.spring.dependency-management 1.1.3 1.1.7
org.openapi.generator 7.9.0 7.12.0
io.qameta.allure 2.10.0 2.12.0
org.sonarqube 6.0.1.5171 6.1.0.5360

Updates io.swagger.core.v3:swagger-integration-jakarta from 2.2.28 to 2.2.30

Updates org.projectlombok:lombok from 1.18.34 to 1.18.38

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.38 (March 31st, 2025)

  • PLATFORM: JDK24 support added.
  • FEATURE: Lombok's nullity annotation now supports JSpecify out of the box, using config key jspecify.
  • BUGFIX: Recent eclipse releases would get you 'negative length' error. The bug had always been in lombok but didn't matter until recent releases. [Issue #3823](projectlombok/lombok#3823).
  • BUGFIX: The 'extract local variable' refactor script of VSCode wouldn't replace all occurrences if run on a method call to a lombok generated method. [Issue #3783](projectlombok/lombok#3783).

v1.18.36 (November 15th, 2024)

  • PLATFORM: JDK23 support added.
  • BUGFIX: Eclipse projects using the com.pro-crafting.tools:jasperreports-maven-plugin will now compile.
Commits
  • 37b7e19 [release] pre-release version bump for v1.18.38
  • ec886ae [changelog] Mention fixing of #3783 in changelog.
  • ed0965b [docs] Cleaned up use of \<p> in maven and edge html.
  • b7896c5 #3824 Our own 'Comment' ad hoc impl now also needs to provide an impl for `...
  • 8ed8234 [unused-code] We kept a ref to the storeEnd in PrettyPrinter but we never u...
  • 975f96f Merge pull request #3856 from mmoayyed/github-workflow-config
  • 7783760 Fix github workflow YAML configuration
  • 3aa9779 [changelog] Mention fix for eclipse negative length (#3823) in changelog.
  • f4e5bbb [fix #3839] Fixing a mistake in my merge of 3939.
  • 41dfb0d [fix #3825] Stub compilation requires all non-core-java classes to be stubbed.
  • Additional commits viewable in compare view

Updates org.mapstruct:mapstruct from 1.6.2 to 1.6.3

Release notes

Sourced from org.mapstruct:mapstruct's releases.

1.6.3

Bugs

  • Redundant if condition in Java record mapping with RETURN_DEFAULT strategy (#3747)
  • Stackoverflow with Immutables custom builder (#3370)
  • Unused import of java.time.LocalDate when mapping source LocalDateTime to target LocalDate (#3732)

Documentation

  • Add section to README.md comparing mapstruct with Java Records (#3751)
Commits
  • b4e25e4 Releasing version 1.6.3
  • 772fae4 Prepare release notes for 1.6.3
  • efdf435 #3751 Improve readme to include support for Java 16+ records
  • c2bd847 #3732 Do not generate obsolete imports for LocalDateTime <-> LocalDate conver...
  • 21fdaa0 #3747 Do not generate redundant if condition with constructor mapping and RET...
  • 32f1fea #3370 Prevent stack overflow error for Immutables with custom builder
  • 26c5bcd Update readme with 1.6.2
  • 4e0d73d Next version 1.7.0-SNAPSHOT
  • See full diff in compare view

Updates org.mapstruct:mapstruct-processor from 1.6.2 to 1.6.3

Release notes

Sourced from org.mapstruct:mapstruct-processor's releases.

1.6.3

Bugs

  • Redundant if condition in Java record mapping with RETURN_DEFAULT strategy (#3747)
  • Stackoverflow with Immutables custom builder (#3370)
  • Unused import of java.time.LocalDate when mapping source LocalDateTime to target LocalDate (#3732)

Documentation

  • Add section to README.md comparing mapstruct with Java Records (#3751)
Commits
  • b4e25e4 Releasing version 1.6.3
  • 772fae4 Prepare release notes for 1.6.3
  • efdf435 #3751 Improve readme to include support for Java 16+ records
  • c2bd847 #3732 Do not generate obsolete imports for LocalDateTime <-> LocalDate conver...
  • 21fdaa0 #3747 Do not generate redundant if condition with constructor mapping and RET...
  • 32f1fea #3370 Prevent stack overflow error for Immutables with custom builder
  • 26c5bcd Update readme with 1.6.2
  • 4e0d73d Next version 1.7.0-SNAPSHOT
  • See full diff in compare view

Updates org.mapstruct:mapstruct-processor from 1.6.2 to 1.6.3

Release notes

Sourced from org.mapstruct:mapstruct-processor's releases.

1.6.3

Bugs

  • Redundant if condition in Java record mapping with RETURN_DEFAULT strategy (#3747)
  • Stackoverflow with Immutables custom builder (#3370)
  • Unused import of java.time.LocalDate when mapping source LocalDateTime to target LocalDate (#3732)

Documentation

  • Add section to README.md comparing mapstruct with Java Records (#3751)
Commits
  • b4e25e4 Releasing version 1.6.3
  • 772fae4 Prepare release notes for 1.6.3
  • efdf435 #3751 Improve readme to include support for Java 16+ records
  • c2bd847 #3732 Do not generate obsolete imports for LocalDateTime <-> LocalDate conver...
  • 21fdaa0 #3747 Do not generate redundant if condition with constructor mapping and RET...
  • 32f1fea #3370 Prevent stack overflow error for Immutables with custom builder
  • 26c5bcd Update readme with 1.6.2
  • 4e0d73d Next version 1.7.0-SNAPSHOT
  • See full diff in compare view

Updates org.apache.commons:commons-lang3 from 3.12.0 to 3.17.0

Updates commons-io:commons-io from 2.18.0 to 2.19.0

Updates org.apache.avro:avro from 1.11.4 to 1.12.0

Updates software.amazon.msk:aws-msk-iam-auth from 2.3.0 to 2.3.2

Release notes

Sourced from software.amazon.msk:aws-msk-iam-auth's releases.

2.3.2

  • Fix unreleased file lock issue in Gradle
  • Enable FIPS endpoint support

2.3.1

  • Upgrade Jackson Databind version
Commits
  • d12d07a Merge pull request #209 from aws/release_2.3.2
  • 9b50e43 Preparing release 2.3.2
  • 1577927 Merge pull request #208 from cfikeatlass/feature/add_support_for_fips_environ...
  • 256af88 Fix whitespace.
  • fe0f3ff Make log a debug.
  • 8871c17 Fix whitespace.
  • b162fa4 Fix whitespace.
  • aa985fa Ignore endpoint override if awsShouldUseFips is passed in. Add test.
  • 30e5339 Merge pull request #206 from aws/autoclose-resources
  • cbbb014 Close version.properties file in Gradle after use
  • Additional commits viewable in compare view

Updates org.antlr:antlr4 from 4.12.0 to 4.13.2

Release notes

Sourced from org.antlr:antlr4's releases.

4.13.2

Minor updates release.

Pull requests grouped by target

cpp target

go target

javascript target

python3 target

Contributors

4.13.1

Pull requests grouped by target

csharp target

  • [[CSharp] Fix for #4386 -- change signatures for ReportAttemptingFullContext() and ReportContextSensitivity() to be identical to all other targets](antlr/antlr4#4399) (target:csharp, type:cleanup)

go target

java target

javascript target

swift target

... (truncated)

Changelog

Sourced from org.antlr:antlr4's changelog.

Changes to the Go Runtime over time

Commits
  • cc82115 [maven-release-plugin] prepare release 4.13.2
  • b91cecf Update 4.13.1 -> 4.13.2
  • 35ff30d Update release docs to say 4.13.2; rebuild XPathLexers
  • 2559349 fix(javascript): fix types not being recognized for NodeNext module resolutio...
  • e8bf978 rule name 'state' conflict with Python runtime.
  • 88a0c7a Support TypeScript bundler module resolution
  • caf46b9 [Python3] Replace deprecated assertEquals() to fix py3.12 compat
  • 17f3f5e Add include dirs direclty to cpp targets
  • b3bb743 chore: fix error link
  • 7d4cea9 Fix singleton memory leaks
  • Additional commits viewable in compare view

Updates org.antlr:antlr4-runtime from 4.12.0 to 4.13.2

Release notes

Sourced from org.antlr:antlr4-runtime's releases.

4.13.2

Minor updates release.

Pull requests grouped by target

cpp target

go target

javascript target

python3 target

Contributors

4.13.1

Pull requests grouped by target

csharp target

  • [[CSharp] Fix for #4386 -- change signatures for ReportAttemptingFullContext() and ReportContextSensitivity() to be identical to all other targets](antlr/antlr4#4399) (target:csharp, type:cleanup)

go target

java target

javascript target

swift target

... (truncated)

Changelog

Sourced from org.antlr:antlr4-runtime's changelog.

Changes to the Go Runtime over time

Commits
  • cc82115 [maven-release-plugin] prepare release 4.13.2
  • b91cecf Update 4.13.1 -> 4.13.2
  • 35ff30d Update release docs to say 4.13.2; rebuild XPathLexers
  • 2559349 fix(javascript): fix types not being recognized for NodeNext module resolutio...
  • e8bf978 rule name 'state' conflict with Python runtime.
  • 88a0c7a Support TypeScript bundler module resolution
  • caf46b9 [Python3] Replace deprecated assertEquals() to fix py3.12 compat
  • 17f3f5e Add include dirs direclty to cpp targets
  • b3bb743 chore: fix error link
  • 7d4cea9 Fix singleton memory leaks
  • Additional commits viewable in compare view

Updates org.antlr:antlr4-runtime from 4.12.0 to 4.13.2

Release notes

Sourced from org.antlr:antlr4-runtime's releases.

4.13.2

Minor updates release.

Pull requests grouped by target

cpp target

go target

javascript target

python3 target

Contributors

4.13.1

Pull requests grouped by target

csharp target

  • [[CSharp] Fix for #4386 -- change signatures for ReportAttemptingFullContext() and ReportContextSensitivity() to be identical to all other targets](antlr/antlr4#4399) (target:csharp, type:cleanup)

go target

java target

javascript target

swift target

... (truncated)

Changelog

Sourced from org.antlr:antlr4-runtime's changelog.

Changes to the Go Runtime over time

Commits
  • cc82115 [maven-release-plugin] prepare release 4.13.2
  • b91cecf Update 4.13.1 -> 4.13.2
  • 35ff30d Update release docs to say 4.13.2; rebuild XPathLexers
  • 2559349 fix(javascript): fix types not being recognized for NodeNext module resolutio...
  • e8bf978 rule name 'state' conflict with Python runtime.
  • 88a0c7a Support TypeScript bundler module resolution
  • caf46b9 [Python3] Replace deprecated assertEquals() to fix py3.12 compat
  • 17f3f5e Add include dirs direclty to cpp targets
  • b3bb743 chore: fix error link
  • 7d4cea9 Fix singleton memory leaks
  • Additional commits viewable in compare view

Updates dev.cel:cel from 0.3.0 to 0.8.0

Release notes

Sourced from dev.cel:cel's releases.

v0.8.0

Fixes

Features

Miscellaneous

Full Changelog: google/cel-java@v0.7.1...v0.8.0

v0.7.1

[!IMPORTANT] enableUnsignedLongs in CelOptions is now enabled by default as of #410. Unsigned integer literals (uint) in CEL expressions will now be represented as com.google.common.primitives.UnsignedLong instead of java.lang.Long when evaluated. If your expressions expose these unsigned integer literals directly or you have custom functions that work with unsigned integers, you may need to explicitly disable this flag and make adjustments to avoid errors.

Features

Fixes

Miscellaneous Changes

Full Changelog: google/cel-java@v0.6.0...v0.7.1

... (truncated)

Commits
  • e560d88 Release 0.8.0
  • 23354f4 Fix CEL-Java to be fully protobuf v4 compatible
  • 0da0145 Additional test case and error message refinement
  • 2f6f308 Ensure empty YAML inputs yield checked exceptions
  • d80531c Make CelAbstractSyntaxTree and its dependents an AutoValue class to allow for...
  • a9e8c82 Load the builtin Bazel java rules from @​rules_java
  • 1fdbc4f Load the builtin Bazel java rules from @​rules_java
  • d98e0b1 Load the builtin Bazel java rules from @​rules_java
  • 1a2a396 Expose CelPolicyValidationException constructors
  • 10bb524 Internal Changes
  • Additional commits viewable in compare view

Updates org.mockito:mockito-core from 5.16.0 to 5.17.0

Release notes

Sourced from org.mockito:mockito-core's releases.

v5.17.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.17.0

v5.16.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.1

Commits
  • 7764992 Remove mention of mockito-inline from mockmaker exception (#3628)
  • ee92ad4 Fix broken banner image link (#3632)
  • 3edab52 Clarify structure of commit messages (#3626)
  • bfab743 Fall back to Throwable Location strategy on Android (#3619)
  • 4f469c8 MockitoExtension fails cleanup when aborted before setup (#3623)
  • 1764e62 Update links to javadoc.io (#3616)
  • 1e029d7 Add missing requirement to objenesis.
  • d000e63 Rework of injection strategy in the context of modules (#3608)
  • 0215884 Remove Arrays.asList from critical stubbing path in GenericMetadataSupport (#...
  • d185035 Add reference to Gradle documentation on how to make task relocatable (#3606)
  • See full diff in compare view

Updates org.mockito:mockito-junit-jupiter from 5.16.0 to 5.17.0

Release notes

Sourced from org.mockito:mockito-junit-jupiter's releases.

v5.17.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.17.0

v5.16.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.1

Commits
  • 7764992 Remove mention of mockito-inline from mockmaker exception (#3628)
  • ee92ad4 Fix broken banner image link (#3632)
  • 3edab52 Clarify structure of commit messages (#3626)
  • bfab743 Fall back to Throwable Location strategy on Android (#3619)
  • 4f469c8 MockitoExtension fails cleanup when aborted before setup (#3623)
  • 1764e62 Update links to javadoc.io (#3616)
  • 1e029d7 Add missing requirement to objenesis.
  • d000e63 Rework of injection strategy in the context of modules (#3608)
  • 0215884 Remove Arrays.asList from critical stubbing path in GenericMetadataSupport (#...
  • d185035 Add reference to Gradle documentation on how to make task relocatable (#3606)
  • See full diff in compare view

Updates org.mockito:mockito-junit-jupiter from 5.16.0 to 5.17.0

Release notes

Sourced from org.mockito:mockito-junit-jupiter's releases.

v5.17.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.17.0

v5.16.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.1

Commits

Bumps the gradle-dependencies group with 24 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| io.swagger.core.v3:swagger-integration-jakarta | `2.2.28` | `2.2.30` |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.34` | `1.18.38` |
| [org.mapstruct:mapstruct](https://github.com/mapstruct/mapstruct) | `1.6.2` | `1.6.3` |
| [org.mapstruct:mapstruct-processor](https://github.com/mapstruct/mapstruct) | `1.6.2` | `1.6.3` |
| org.apache.commons:commons-lang3 | `3.12.0` | `3.17.0` |
| commons-io:commons-io | `2.18.0` | `2.19.0` |
| org.apache.avro:avro | `1.11.4` | `1.12.0` |
| [software.amazon.msk:aws-msk-iam-auth](https://github.com/aws/aws-msk-iam-auth) | `2.3.0` | `2.3.2` |
| [org.antlr:antlr4](https://github.com/antlr/antlr4) | `4.12.0` | `4.13.2` |
| [org.antlr:antlr4-runtime](https://github.com/antlr/antlr4) | `4.12.0` | `4.13.2` |
| [dev.cel:cel](https://github.com/google/cel-java) | `0.3.0` | `0.8.0` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.16.0` | `5.17.0` |
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.16.0` | `5.17.0` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.14.19` | `1.17.5` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.25.3` | `3.27.3` |
| [com.codeborne:selenide](https://github.com/selenide/selenide) | `7.2.3` | `7.8.1` |
| [org.testng:testng](https://github.com/testng-team/testng) | `7.10.0` | `7.11.0` |
| [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) | `1.9.21` | `1.9.24` |
| [io.netty:netty-common](https://github.com/netty/netty) | `4.1.119.Final` | `4.2.0.Final` |
| [io.netty:netty-handler](https://github.com/netty/netty) | `4.1.119.Final` | `4.2.0.Final` |
| [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.3` | `1.1.7` |
| org.openapi.generator | `7.9.0` | `7.12.0` |
| io.qameta.allure | `2.10.0` | `2.12.0` |
| org.sonarqube | `6.0.1.5171` | `6.1.0.5360` |



Updates `io.swagger.core.v3:swagger-integration-jakarta` from 2.2.28 to 2.2.30

Updates `org.projectlombok:lombok` from 1.18.34 to 1.18.38
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.34...v1.18.38)

Updates `org.mapstruct:mapstruct` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](mapstruct/mapstruct@1.6.2...1.6.3)

Updates `org.mapstruct:mapstruct-processor` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](mapstruct/mapstruct@1.6.2...1.6.3)

Updates `org.mapstruct:mapstruct-processor` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](mapstruct/mapstruct@1.6.2...1.6.3)

Updates `org.apache.commons:commons-lang3` from 3.12.0 to 3.17.0

Updates `commons-io:commons-io` from 2.18.0 to 2.19.0

Updates `org.apache.avro:avro` from 1.11.4 to 1.12.0

Updates `software.amazon.msk:aws-msk-iam-auth` from 2.3.0 to 2.3.2
- [Release notes](https://github.com/aws/aws-msk-iam-auth/releases)
- [Commits](aws/aws-msk-iam-auth@v2.3.0...v2.3.2)

Updates `org.antlr:antlr4` from 4.12.0 to 4.13.2
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/doc/go-changes.md)
- [Commits](antlr/antlr4@4.12.0...4.13.2)

Updates `org.antlr:antlr4-runtime` from 4.12.0 to 4.13.2
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/doc/go-changes.md)
- [Commits](antlr/antlr4@4.12.0...4.13.2)

Updates `org.antlr:antlr4-runtime` from 4.12.0 to 4.13.2
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/doc/go-changes.md)
- [Commits](antlr/antlr4@4.12.0...4.13.2)

Updates `dev.cel:cel` from 0.3.0 to 0.8.0
- [Release notes](https://github.com/google/cel-java/releases)
- [Commits](google/cel-java@v0.3.0...v0.8.0)

Updates `org.mockito:mockito-core` from 5.16.0 to 5.17.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.16.0...v5.17.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.16.0 to 5.17.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.16.0...v5.17.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.16.0 to 5.17.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.16.0...v5.17.0)

Updates `net.bytebuddy:byte-buddy` from 1.14.19 to 1.17.5
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.14.19...byte-buddy-1.17.5)

Updates `org.assertj:assertj-core` from 3.25.3 to 3.27.3
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.25.3...assertj-build-3.27.3)

Updates `com.codeborne:selenide` from 7.2.3 to 7.8.1
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md)
- [Commits](selenide/selenide@v7.2.3...v7.8.1)

Updates `org.testng:testng` from 7.10.0 to 7.11.0
- [Release notes](https://github.com/testng-team/testng/releases)
- [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt)
- [Commits](testng-team/testng@7.10.0...7.11.0)

Updates `org.aspectj:aspectjweaver` from 1.9.21 to 1.9.24
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

Updates `io.netty:netty-common` from 4.1.119.Final to 4.2.0.Final
- [Commits](netty/netty@netty-4.1.119.Final...netty-4.2.0.Final)

Updates `io.netty:netty-handler` from 4.1.119.Final to 4.2.0.Final
- [Commits](netty/netty@netty-4.1.119.Final...netty-4.2.0.Final)

Updates `io.netty:netty-handler` from 4.1.119.Final to 4.2.0.Final
- [Commits](netty/netty@netty-4.1.119.Final...netty-4.2.0.Final)

Updates `io.spring.dependency-management` from 1.1.3 to 1.1.7
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.3...v1.1.7)

Updates `org.openapi.generator` from 7.9.0 to 7.12.0

Updates `io.qameta.allure` from 2.10.0 to 2.12.0

Updates `org.sonarqube` from 6.0.1.5171 to 6.1.0.5360

---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-integration-jakarta
  dependency-version: 2.2.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.mapstruct:mapstruct
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.mapstruct:mapstruct-processor
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.mapstruct:mapstruct-processor
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: commons-io:commons-io
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.apache.avro:avro
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: software.amazon.msk:aws-msk-iam-auth
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.antlr:antlr4
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.antlr:antlr4-runtime
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.antlr:antlr4-runtime
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: dev.cel:cel
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-version: 5.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-version: 5.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: net.bytebuddy:byte-buddy
  dependency-version: 1.17.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.assertj:assertj-core
  dependency-version: 3.27.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.codeborne:selenide
  dependency-version: 7.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.testng:testng
  dependency-version: 7.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.aspectj:aspectjweaver
  dependency-version: 1.9.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: io.netty:netty-common
  dependency-version: 4.2.0.Final
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: io.netty:netty-handler
  dependency-version: 4.2.0.Final
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: io.netty:netty-handler
  dependency-version: 4.2.0.Final
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: io.spring.dependency-management
  dependency-version: 1.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.openapi.generator
  dependency-version: 7.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: io.qameta.allure
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.sonarqube
  dependency-version: 6.1.0.5360
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner April 14, 2025 09:43
@dependabot dependabot bot requested a review from a team April 14, 2025 09:43
@dependabot dependabot bot added scope/backend Related to backend changes type/dependencies A pull request/issue dedicated to updating the dependency(-ies) labels Apr 14, 2025
@kapybro kapybro bot added status/triage Issues pending maintainers triage status/triage/manual Manual triage in progress status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Apr 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope/backend Related to backend changes status/triage/completed Automatic triage completed status/triage/manual Manual triage in progress type/dependencies A pull request/issue dedicated to updating the dependency(-ies)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants