Skip to content

Commit

Permalink
Auto-update dependencies and plugins (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: mellbot <[email protected]>
  • Loading branch information
mellbot and mellbot authored Sep 4, 2022
1 parent 68c63ab commit f749d02
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.10.0"
id("com.google.cloud.tools.jib") version "3.3.0" apply false
id("com.palantir.consistent-versions") version "2.11.0"
id("com.markelliot.versions") version "0.5.0"
id("com.markelliot.versions") version "0.6.0"
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("net.ltgt.errorprone") version "2.0.2" 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: 529db27f)
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.3.0 (1 constraints: 0505f435)
com.markelliot.result:result:0.2.3 (1 constraints: 0705f435)
com.markelliot.barista.tracing:barista-tracing:0.4.0 (1 constraints: 0605f735)
com.markelliot.result:result:0.3.0 (1 constraints: 0505f435)
com.palantir.conjure.java:conjure-java-undertow-runtime:6.62.0 (1 constraints: 4005613b)
com.palantir.conjure.java:conjure-lib:6.62.0 (1 constraints: cb132f62)
com.palantir.conjure.java:conjure-undertow-lib:6.62.0 (1 constraints: 67177f37)
Expand Down
4 changes: 2 additions & 2 deletions versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ com.google.errorprone:error_prone_core = 2.15.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.3.0
com.markelliot.result:result = 0.2.3
com.markelliot.barista.tracing:barista-tracing = 0.4.0
com.markelliot.result:result = 0.3.0
com.palantir.conjure.java:* = 6.62.0
com.squareup:javapoet = 1.13.0
io.undertow:undertow-core = 2.3.0.Alpha2
Expand Down

0 comments on commit f749d02

Please sign in to comment.