Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into W-16093303.optimize…
Browse files Browse the repository at this point in the history
…-index-id-read
  • Loading branch information
peterzxu-crm committed Jul 2, 2024
2 parents 44516a8 + f29b33f commit 53521de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion carbonj.service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
#

FROM registry.access.redhat.com/ubi9/ubi:9.4-1123
FROM registry.access.redhat.com/ubi9/ubi:9.4-1123.1719560047
ARG DEPENDENCY=build/docker/dependency
ARG VERSION=latest

Expand Down
2 changes: 1 addition & 1 deletion carbonj.service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ dependencies {
implementation group: 'net.razorvine', name: 'pickle', version: '1.5'
implementation group: 'org.python', name: 'jython-standalone', version: '2.7.3'
implementation group: 'com.amazonaws', name: 'amazon-kinesis-client', version: '1.15.1'
implementation group: 'com.amazonaws', name: 'aws-java-sdk-sts', version: '1.12.750'
implementation group: 'com.amazonaws', name: 'aws-java-sdk-sts', version: '1.12.753'
implementation group: 'io.dropwizard.metrics', name: 'metrics-core', version: '4.2.26'
implementation group: 'io.dropwizard.metrics', name: 'metrics-jvm', version: '4.2.26'
implementation group: 'io.dropwizard.metrics', name: 'metrics-graphite', version: '4.2.26'
Expand Down

0 comments on commit 53521de

Please sign in to comment.