Skip to content

Commit

Permalink
Excavator: Emergency bump for library dependencies to remediate a cri…
Browse files Browse the repository at this point in the history
…tical issue (#125)
  • Loading branch information
svc-excavator-bot authored Dec 17, 2021
1 parent 32f4084 commit 3c58aa0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
- attach_workspace: { at: /home/circleci }
- restore_cache: { key: 'gradle-wrapper-v2-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}' }
- restore_cache: { key: 'check-gradle-cache-v2-{{ checksum "versions.props" }}-{{ checksum "build.gradle" }}' }
- run: ./gradlew --parallel --stacktrace --continue check idea -x test
- run:
command: ./gradlew --parallel --stacktrace --continue check idea -x test
no_output_timeout: 50m
- save_cache:
key: 'check-gradle-cache-v2-{{ checksum "versions.props" }}-{{ checksum "build.gradle" }}'
paths: [ ~/.gradle/caches ]
Expand Down
8 changes: 7 additions & 1 deletion .excavator.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Excavator auto-updates this file. Please contribute improvements to the central template:
# https://github.palantir.build/foundry/standards/blob/develop/excavator/excavator-config/templates/excavator.yml.template

auto-label:
names:
versions-props/upgrade-all: [ "merge when ready" ]
circleci/manage-circleci: [ "merge when ready" ]
tags:
roomba: [ "merge when ready" ]
swiffer: [ "merge when ready" ]
automerge: [ "merge when ready" ]
standards: [ "merge when ready" ]
autorelease: [ "autorelease" ]
6 changes: 3 additions & 3 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ org.apache.httpcomponents:httpcore:4.4.11 (1 constraints: 571014a2)
org.apache.httpcomponents.client5:httpclient5:5.1.2 (12 constraints: 6fe7d672)
org.apache.httpcomponents.core5:httpcore5:5.1.2 (14 constraints: 0f0d238b)
org.apache.httpcomponents.core5:httpcore5-h2:5.1.2 (13 constraints: aafaf182)
org.apache.logging.log4j:log4j-api:2.15.0 (4 constraints: f53317a6)
org.apache.logging.log4j:log4j-core:2.15.0 (3 constraints: 3b2566aa)
org.apache.logging.log4j:log4j-slf4j-impl:2.15.0 (1 constraints: 3a053e3b)
org.apache.logging.log4j:log4j-api:2.16.0 (4 constraints: f833e1a6)
org.apache.logging.log4j:log4j-core:2.16.0 (3 constraints: 3d25cdaa)
org.apache.logging.log4j:log4j-slf4j-impl:2.16.0 (1 constraints: 3b05413b)
org.bouncycastle:bcprov-jdk15on:1.61 (1 constraints: 9010cdad)
org.checkerframework:checker-qual:3.19.0 (20 constraints: 9d5d820d)
org.hdrhistogram:HdrHistogram:2.1.12 (16 constraints: 1128a3c5)
Expand Down
2 changes: 1 addition & 1 deletion versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ com.palantir.conjure:conjure = 4.20.0
com.palantir.conjure.java:* = 6.12.0
com.palantir.conjure.java.api:test-utils = 2.20.0
com.palantir.dialogue:* = 3.35.0
org.apache.logging.log4j:* = 2.15.0
org.apache.logging.log4j:* = 2.16.0
org.junit.jupiter:* = 5.7.2
org.assertj:assertj-core = 3.20.2
org.mockito:* = 3.12.4
Expand Down

0 comments on commit 3c58aa0

Please sign in to comment.