Skip to content

Commit

Permalink
Auto-update dependencies and plugins (#201)
Browse files Browse the repository at this point in the history
## Updated Gradle Plugins
 * `com.markelliot.versions {-> 0.42.0}`

## Updated Dependencies
 * `com.markelliot.barista.tracing:barista-tracing 0.31.0 -> 0.32.0`
 * `com.markelliot.result:result 0.31.0 -> 0.32.0`
  • Loading branch information
mellbot authored Feb 13, 2023
1 parent 0cd9c8e commit 1f593cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("com.diffplug.spotless") version "6.15.0"
id("com.google.cloud.tools.jib") version "3.3.1" apply false
id("com.palantir.consistent-versions") version "2.12.0"
id("com.markelliot.versions") version "0.41.0"
id("com.markelliot.versions") version "0.42.0"
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("net.ltgt.errorprone") version "3.0.1" apply false
id("org.inferred.processors") version "3.7.0" apply false
Expand Down
4 changes: 2 additions & 2 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ com.google.guava:guava:31.1-jre (9 constraints: 4e9d3c7f)
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava (1 constraints: bd17c918)
com.google.j2objc:j2objc-annotations:1.3 (1 constraints: b809eda0)
com.jakewharton.nopen:nopen-annotations:1.0.1 (3 constraints: 7d256836)
com.markelliot.barista.tracing:barista-tracing:0.31.0 (1 constraints: 36052e3b)
com.markelliot.result:result:0.31.0 (1 constraints: 36052e3b)
com.markelliot.barista.tracing:barista-tracing:0.32.0 (1 constraints: 3705313b)
com.markelliot.result:result:0.32.0 (1 constraints: 3705313b)
com.palantir.conjure.java:conjure-java-undertow-runtime:6.69.0 (1 constraints: 4705763b)
com.palantir.conjure.java:conjure-lib:6.69.0 (1 constraints: d2134462)
com.palantir.conjure.java:conjure-undertow-lib:6.69.0 (1 constraints: 6e179437)
Expand Down
4 changes: 2 additions & 2 deletions versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ com.google.errorprone:error_prone_core = 2.18.0
com.google.googlejavaformat:google-java-format = 1.15.0
com.google.guava:guava = 31.1-jre
com.jakewharton.nopen:* = 1.0.1
com.markelliot.barista.tracing:barista-tracing = 0.31.0
com.markelliot.result:result = 0.31.0
com.markelliot.barista.tracing:barista-tracing = 0.32.0
com.markelliot.result:result = 0.32.0
com.palantir.conjure.java:* = 6.69.0
com.squareup:javapoet = 1.13.0
io.undertow:undertow-core = 2.3.3.Final
Expand Down

0 comments on commit 1f593cf

Please sign in to comment.