Skip to content

Commit

Permalink
Bump the maven-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the maven-dependencies group with 3 updates: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson), [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) and [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin).


Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.0 to 2.17.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `org.apache.maven.plugins:maven-install-plugin` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/apache/maven-install-plugin/releases)
- [Commits](apache/maven-install-plugin@maven-install-plugin-3.1.1...maven-install-plugin-3.1.2)

Updates `org.apache.maven.plugins:maven-deploy-plugin` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
- [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-install-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-deploy-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 5, 2024
1 parent 8177cec commit ffc840a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<!-- Database -->
<jakarta.persistence.version>3.1.0</jakarta.persistence.version>
<!-- Serialization -->
<jackson.version>2.17.0</jackson.version>
<jackson.version>2.17.1</jackson.version>
<!-- Testing -->
<assertj.version>3.25.3</assertj.version>
<junit.jupiter.version>5.10.1</junit.jupiter.version>
Expand All @@ -63,9 +63,9 @@
<maven-assembly.version>3.7.1</maven-assembly.version>
<maven-clean.version>3.3.2</maven-clean.version>
<maven-compiler.version>3.13.0</maven-compiler.version>
<maven-deploy.version>3.1.1</maven-deploy.version>
<maven-deploy.version>3.1.2</maven-deploy.version>
<maven-gpg.version>3.2.4</maven-gpg.version>
<maven-install.version>3.1.1</maven-install.version>
<maven-install.version>3.1.2</maven-install.version>
<maven-jar.version>3.4.1</maven-jar.version>
<maven-javadoc.version>3.6.3</maven-javadoc.version>
<maven-release.version>3.0.1</maven-release.version>
Expand Down

0 comments on commit ffc840a

Please sign in to comment.