Skip to content

Commit

Permalink
Bump the prod-deps group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 2 updates in the / directory: [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) and [org.junit:junit-bom](https://github.com/junit-team/junit5).


Updates `com.fasterxml.jackson:jackson-bom` from 2.17.1 to 2.17.2
- [Commits](FasterXML/jackson-bom@jackson-bom-2.17.1...jackson-bom-2.17.2)

Updates `org.junit:junit-bom` from 5.10.2 to 5.10.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.2...r5.10.3)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 60919e7 commit c312430
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 @@ -92,7 +92,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -206,7 +206,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.2</version>
<version>5.10.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit c312430

Please sign in to comment.