Skip to content

Commit e240887

Browse files
chore(deps-dev): bump the dev-deps group across 1 directory with 2 updates
Bumps the dev-deps group with 2 updates in the / directory: [org.testcontainers:testcontainers-elasticsearch](https://github.com/testcontainers/testcontainers-java) and org.openapitools:openapi-generator-maven-plugin. Updates `org.testcontainers:testcontainers-elasticsearch` from 2.0.3 to 2.0.4 - [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.3...2.0.4) Updates `org.openapitools:openapi-generator-maven-plugin` from 7.20.0 to 7.21.0 --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-elasticsearch dependency-version: 2.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: org.openapitools:openapi-generator-maven-plugin dependency-version: 7.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9845124 commit e240887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
<!-- Plugins versions -->
5757
<folio-module-descriptor-validator.version>1.0.1</folio-module-descriptor-validator.version>
58-
<maven-openapi-generator-plugin.version>7.20.0</maven-openapi-generator-plugin.version>
58+
<maven-openapi-generator-plugin.version>7.21.0</maven-openapi-generator-plugin.version>
5959
<maven-copy-rename-plugin.version>1.0.1</maven-copy-rename-plugin.version>
6060
<maven-build-helper-plugin.version>3.6.1</maven-build-helper-plugin.version>
6161
<maven-clean-plugin.version>3.5.0</maven-clean-plugin.version>
@@ -313,7 +313,7 @@
313313
<dependency>
314314
<groupId>org.testcontainers</groupId>
315315
<artifactId>testcontainers-elasticsearch</artifactId>
316-
<version>2.0.3</version>
316+
<version>2.0.4</version>
317317
<scope>test</scope>
318318
</dependency>
319319

0 commit comments

Comments
 (0)