Skip to content

Commit

Permalink
Bump version.junit from 5.9.2 to 5.10.0 in /winery-launcher
Browse files Browse the repository at this point in the history
Bumps `version.junit` from 5.9.2 to 5.10.0.

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.9.2 to 5.10.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.2...r5.10.0)

Updates `org.junit.jupiter:junit-jupiter` from 5.9.2 to 5.10.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.2...r5.10.0)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.9.2 to 5.10.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.2...r5.10.0)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and olvidalo committed Sep 14, 2023
1 parent 668bda8 commit 7362091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winery-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<maven.compiler.target>17</maven.compiler.target>
<version.jetty>9.4.51.v20230217</version.jetty>
<version.spring>5.3.29</version.spring>
<version.junit>5.9.2</version.junit>
<version.junit>5.10.0</version.junit>
<javax.websocket.api.version>1.0</javax.websocket.api.version>
</properties>

Expand Down

0 comments on commit 7362091

Please sign in to comment.