Skip to content

Commit

Permalink
Bump junit in /src/main/resources/archetype-resources (#3)
Browse files Browse the repository at this point in the history
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](junit-team/junit4@r4.13...r4.13.1)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2023
1 parent 85899fa commit 68906ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<java.version>11</java.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<junit.version>4.13</junit.version>
<junit.version>4.13.1</junit.version>
<spring-boot-dependencies.version>2.5.4</spring-boot-dependencies.version>
<c8y.version>${c8yVersion}</c8y.version>
<microservice.name>${microserviceName}</microservice.name>
Expand Down

0 comments on commit 68906ea

Please sign in to comment.