Skip to content

Commit

Permalink
Auto-update dependencies and plugins (#182)
Browse files Browse the repository at this point in the history
## Updated Dependencies
 * `org.junit.jupiter:junit-jupiter-engine 5.9.1 -> 5.9.2`
 * `org.junit:junit-bom 5.9.1 -> 5.9.2`
  • Loading branch information
mellbot authored Jan 10, 2023
1 parent a9cbd6d commit c0e3ba3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ org.jboss.xnio:xnio-api:3.8.8.Final (2 constraints: 791a6546)
org.jboss.xnio:xnio-nio:3.8.8.Final (1 constraints: c90dd230)
org.jetbrains:annotations:23.0.0 (1 constraints: 31115ed1)
org.jetbrains.kotlin:kotlin-bom:1.7.21 (1 constraints: 31109caf)
org.junit:junit-bom:5.9.1 (6 constraints: 9f588b17)
org.junit:junit-bom:5.9.2 (6 constraints: a458a319)
org.ow2.asm:asm-bom:9.4 (1 constraints: a50fb27f)
org.slf4j:slf4j-api:2.0.6 (6 constraints: 6b58ab23)
org.wildfly.client:wildfly-client-config:1.0.1.Final (1 constraints: 940c6308)
Expand All @@ -68,8 +68,8 @@ org.yaml:snakeyaml:1.33 (2 constraints: 3d2760ed)
[Test dependencies]
net.bytebuddy:byte-buddy:1.12.21 (1 constraints: 7d0bbfea)
org.assertj:assertj-core:3.24.1 (1 constraints: 3c05463b)
org.junit.jupiter:junit-jupiter-api:5.9.1 (2 constraints: c419c5f4)
org.junit.jupiter:junit-jupiter-engine:5.9.1 (2 constraints: 260e7e59)
org.junit.platform:junit-platform-commons:1.9.1 (3 constraints: ee29f32b)
org.junit.platform:junit-platform-engine:1.9.1 (2 constraints: bc19e1f3)
org.junit.jupiter:junit-jupiter-api:5.9.2 (2 constraints: c619f6f4)
org.junit.jupiter:junit-jupiter-engine:5.9.2 (2 constraints: 280e9c59)
org.junit.platform:junit-platform-commons:1.9.2 (3 constraints: f129842c)
org.junit.platform:junit-platform-engine:1.9.2 (2 constraints: be1912f4)
org.opentest4j:opentest4j:1.2.0 (2 constraints: cd205b49)
4 changes: 2 additions & 2 deletions versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ com.squareup:javapoet = 1.13.0
io.undertow:undertow-core = 2.3.3.Final
org.apache.logging.log4j:* = 2.19.0
org.assertj:assertj-core = 3.24.1
org.junit:junit-bom = 5.9.1
org.junit.jupiter:junit-jupiter-engine = 5.9.1
org.junit:junit-bom = 5.9.2
org.junit.jupiter:junit-jupiter-engine = 5.9.2
org.slf4j:* = 2.0.6

0 comments on commit c0e3ba3

Please sign in to comment.