Skip to content

Commit

Permalink
Auto-update dependencies and plugins (#295)
Browse files Browse the repository at this point in the history
## Updated Dependencies
 * `com.markelliot.barista.tracing:barista-tracing 0.52.0 -> 0.53.0`
 * `org.assertj:assertj-core 3.24.2 -> 3.25.1`
 * `com.google.googlejavaformat:google-java-format 1.19.1 -> 1.19.2`
 * `com.google.errorprone:error_prone_core 2.24.0 -> 2.24.1`
  • Loading branch information
mellbot[bot] authored Jan 8, 2024
1 parent 3a6a5ea commit 03e5a95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ com.google.auto.service:auto-service:1.1.1 (1 constraints: 0505f435)
com.google.auto.service:auto-service-annotations:1.1.1 (1 constraints: 9c0f6a86)
com.google.code.findbugs:jsr305:3.0.2 (7 constraints: e07d3d0c)
com.google.errorprone:error_prone_annotations:2.23.0 (12 constraints: 6bce3a96)
com.google.googlejavaformat:google-java-format:1.19.1 (1 constraints: 3e05453b)
com.google.googlejavaformat:google-java-format:1.19.2 (1 constraints: 3f05463b)
com.google.guava:failureaccess:1.0.2 (1 constraints: 150ae2b4)
com.google.guava:guava:33.0.0-jre (11 constraints: fbcff15e)
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava (1 constraints: bd17c918)
com.jakewharton.nopen:nopen-annotations:1.0.1 (3 constraints: 7d256836)
com.markelliot.barista.tracing:barista-tracing:0.52.0 (1 constraints: 3905393b)
com.markelliot.barista.tracing:barista-tracing:0.53.0 (1 constraints: 3a053c3b)
com.markelliot.result:result:0.52.0 (1 constraints: 3905393b)
com.palantir.conjure.java:conjure-java-undertow-runtime:8.2.0 (1 constraints: 0c051936)
com.palantir.conjure.java:conjure-lib:8.2.0 (2 constraints: c92a756a)
Expand Down Expand Up @@ -62,8 +62,8 @@ org.wildfly.common:wildfly-common:1.7.0.Final (3 constraints: 203237d9)
org.yaml:snakeyaml:2.2 (1 constraints: 3c178b10)

[Test dependencies]
net.bytebuddy:byte-buddy:1.12.21 (1 constraints: 7d0bbfea)
org.assertj:assertj-core:3.24.2 (1 constraints: 3d05473b)
net.bytebuddy:byte-buddy:1.14.11 (1 constraints: 7e0bc5ea)
org.assertj:assertj-core:3.25.1 (1 constraints: 3d05493b)
org.junit:junit-bom:5.10.1 (5 constraints: 63496ab2)
org.junit.jupiter:junit-jupiter-api:5.10.1 (2 constraints: 141a501f)
org.junit.jupiter:junit-jupiter-engine:5.10.1 (2 constraints: 760e5f71)
Expand Down
8 changes: 4 additions & 4 deletions versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ com.auth0:java-jwt = 4.4.0
com.fasterxml.jackson.*:* = 2.16.1
com.github.ben-manes.caffeine:caffeine = 3.1.8
com.google.auto.service:auto-service = 1.1.1
com.google.errorprone:error_prone_core = 2.24.0
com.google.googlejavaformat:google-java-format = 1.19.1
com.google.errorprone:error_prone_core = 2.24.1
com.google.googlejavaformat:google-java-format = 1.19.2
com.google.guava:guava = 33.0.0-jre
com.jakewharton.nopen:* = 1.0.1
com.markelliot.barista.tracing:barista-tracing = 0.52.0
com.markelliot.barista.tracing:barista-tracing = 0.53.0
com.markelliot.result:result = 0.52.0
com.palantir.conjure.java:* = 8.2.0
com.squareup:javapoet = 1.13.0
io.undertow:undertow-core = 2.3.10.Final
org.apache.logging.log4j:* = 2.22.1
org.assertj:assertj-core = 3.24.2
org.assertj:assertj-core = 3.25.1
org.junit:junit-bom = 5.10.1
org.junit.jupiter:junit-jupiter-engine = 5.10.1
org.slf4j:* = 2.0.10
Expand Down

0 comments on commit 03e5a95

Please sign in to comment.