Skip to content

Commit

Permalink
Bump the minor-and-patch group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
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/junit5@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/junit5@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/junit5@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]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent bea65b6 commit 9a798de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
</site>
</distributionManagement>
<properties>
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
<commons-codec.version>1.15</commons-codec.version>
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
<commons-codec.version>1.17.0</commons-codec.version>
<java-poet.version>1.13.0</java-poet.version>
<javax-validation-api.version>2.0.0.Final</javax-validation-api.version>
<junit.version>5.9.1</junit.version>
<lombok.version>1.18.24</lombok.version>
<javax-validation-api.version>2.0.1.Final</javax-validation-api.version>
<junit.version>5.9.3</junit.version>
<lombok.version>1.18.34</lombok.version>
<lombok-maven-plugin.version>1.18.20.0</lombok-maven-plugin.version>
<mockserver.version>5.14.0</mockserver.version>
<mockserver.version>5.15.0</mockserver.version>
<reflections.version>0.10.2</reflections.version>
</properties>
<modules>
Expand Down

0 comments on commit 9a798de

Please sign in to comment.