Skip to content

Commit

Permalink
Excavator: Upgrades Baseline to the latest version (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Aug 16, 2021
1 parent c0b016e commit 035efbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.2.0'
classpath 'com.gradle.publish:plugin-publish-plugin:0.15.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:2.0.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.13.0'
classpath 'com.palantir.baseline:gradle-baseline-java:4.17.0'
classpath 'com.palantir.gradle.conjure:gradle-conjure:5.10.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.12.3'
classpath 'gradle.plugin.org.inferred:gradle-processors:3.3.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public interface TagDefinition {

List<String> values();

class TagDefinitionDeserializer extends JsonDeserializer<TagDefinition> {
final class TagDefinitionDeserializer extends JsonDeserializer<TagDefinition> {
@Override
public TagDefinition deserialize(JsonParser parser, DeserializationContext _ctxt) throws IOException {
if (parser.currentToken() == JsonToken.VALUE_STRING) {
Expand Down

0 comments on commit 035efbc

Please sign in to comment.