Skip to content

Commit 9a798de

Browse files
Bump the minor-and-patch group across 1 directory with 7 updates
Bumps the minor-and-patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) | `3.3.0` | `3.6.0` | | [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.24` | `1.18.34` | | [javax.validation:validation-api](https://github.com/beanvalidation/beanvalidation-api) | `2.0.0.Final` | `2.0.1.Final` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.9.1` | `5.9.3` | | [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.9.1` | `5.9.3` | | [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.15` | `1.17.0` | | org.mock-server:mockserver-junit-jupiter-no-dependencies | `5.14.0` | `5.15.0` | Updates `org.codehaus.mojo:build-helper-maven-plugin` from 3.3.0 to 3.6.0 - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases) - [Commits](mojohaus/build-helper-maven-plugin@build-helper-maven-plugin-3.3.0...3.6.0) Updates `org.projectlombok:lombok` from 1.18.24 to 1.18.34 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.24...v1.18.34) Updates `javax.validation:validation-api` from 2.0.0.Final to 2.0.1.Final - [Release notes](https://github.com/beanvalidation/beanvalidation-api/releases) - [Commits](jakartaee/validation@2.0.0.Final...2.0.1.Final) Updates `org.junit.jupiter:junit-jupiter-api` from 5.9.1 to 5.9.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.1...r5.9.3) Updates `org.junit.jupiter:junit-jupiter-params` from 5.9.1 to 5.9.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.1...r5.9.3) Updates `org.junit.jupiter:junit-jupiter-params` from 5.9.1 to 5.9.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.1...r5.9.3) Updates `commons-codec:commons-codec` from 1.15 to 1.17.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.15...rel/commons-codec-1.17.0) Updates `org.mock-server:mockserver-junit-jupiter-no-dependencies` from 5.14.0 to 5.15.0 --- updated-dependencies: - dependency-name: org.codehaus.mojo:build-helper-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: javax.validation:validation-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.mock-server:mockserver-junit-jupiter-no-dependencies dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bea65b6 commit 9a798de

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
</site>
4242
</distributionManagement>
4343
<properties>
44-
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
45-
<commons-codec.version>1.15</commons-codec.version>
44+
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
45+
<commons-codec.version>1.17.0</commons-codec.version>
4646
<java-poet.version>1.13.0</java-poet.version>
47-
<javax-validation-api.version>2.0.0.Final</javax-validation-api.version>
48-
<junit.version>5.9.1</junit.version>
49-
<lombok.version>1.18.24</lombok.version>
47+
<javax-validation-api.version>2.0.1.Final</javax-validation-api.version>
48+
<junit.version>5.9.3</junit.version>
49+
<lombok.version>1.18.34</lombok.version>
5050
<lombok-maven-plugin.version>1.18.20.0</lombok-maven-plugin.version>
51-
<mockserver.version>5.14.0</mockserver.version>
51+
<mockserver.version>5.15.0</mockserver.version>
5252
<reflections.version>0.10.2</reflections.version>
5353
</properties>
5454
<modules>

0 commit comments

Comments
 (0)