Skip to content

Commit

Permalink
chore: [DevOps] bump the production-minor-patch group with 2 updates (#…
Browse files Browse the repository at this point in the history
…233)

Bumps the production-minor-patch group with 2 updates: [com.fasterxml.jackson.module:jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8) and [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck).


Updates `com.fasterxml.jackson.module:jackson-module-parameter-names` from 2.18.1 to 2.18.2
- [Commits](FasterXML/jackson-modules-java8@jackson-modules-java8-2.18.1...jackson-modules-java8-2.18.2)

Updates `org.owasp:dependency-check-maven` from 11.1.0 to 11.1.1
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v11.1.0...v11.1.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.module:jackson-module-parameter-names
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 0b55dad commit 3e596de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-parameter-names</artifactId>
<version>2.18.1</version>
<version>2.18.2</version>
</dependency>
<!-- scope "test" -->
<dependency>
Expand Down Expand Up @@ -589,7 +589,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>11.1.0</version>
<version>11.1.1</version>
<configuration>
<connectionTimeout>60000</connectionTimeout>
<nvdMaxRetryCount>20</nvdMaxRetryCount>
Expand Down

0 comments on commit 3e596de

Please sign in to comment.