Skip to content

Commit

Permalink
fix(deps): update dependency org.junit.jupiter:junit-jupiter-engine t…
Browse files Browse the repository at this point in the history
…o v5.10.2 (#173)

* fix(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v5.10.2

* build use org.junit.jupiter:junit-jupiter-engine version from test bom

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dean Wette <wetted@unityfoundation.io>
  • Loading branch information
renovate[bot] and wetted authored Apr 1, 2024
1 parent b355897 commit eac3d46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ spock = "2.3-groovy-4.0"

jetbrains-annotations = "24.1.0"
jflex = "1.9.1"
junit = "5.10.1"

[libraries]
# Core
micronaut-core = { module = 'io.micronaut:micronaut-core-bom', version.ref = 'micronaut' }

jetbrains-annotations = { module = "org.jetbrains:annotations", version.ref = "jetbrains-annotations" }
jflex = { module = "de.jflex:jflex", version.ref = "jflex" }
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }

0 comments on commit eac3d46

Please sign in to comment.