Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/custom-package-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
echo "build_version=${{inputs.version}}" >> $GITHUB_OUTPUT
fi
- name: Build and publish container image
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
with:
build-args: |
VERSION=${{ steps.tags.outputs.build_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
echo "tags=ghcr.io/atlanhq/atlan-java:${{ needs.merge-build.outputs.version }},ghcr.io/atlanhq/atlan-java:latest" >> $GITHUB_OUTPUT
fi
- name: Build and publish container image
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
with:
push: true
tags: ${{ steps.tags.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
name: package-toolkit-runtime-arm64
path: ./containers/base/arm64/assembly
- name: Build and publish container image
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
with:
push: true
tags: ghcr.io/atlanhq/atlan-java:${{ needs.merge-build.outputs.version }}
Expand Down
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[versions]
jackson = "2.21.0"
slf4j = "2.0.17"
elasticsearch = "9.3.0"
elasticsearch = "9.3.1"
freemarker = "2.3.34"
classgraph = "4.8.184"
testng = "7.12.0"
log4j = "2.25.3"
wiremock = "3.13.2"
jnanoid = "2.0.0"
awssdk = "2.41.27"
gcs = "26.75.0"
awssdk = "2.41.32"
gcs = "26.76.0"
system-stubs = "2.1.8"
fastcsv = "4.1.0"
poi = "5.5.1"
parsson = "1.1.7"
simplejavamail = "8.12.6"
swagger = "2.1.37"
swagger = "2.1.38"
jsonpath = "2.10.0"
jsonsmart = "2.6.0"
commons-compress = "1.28.0"
Expand All @@ -28,16 +28,16 @@ pkl = "0.30.2"
adls = "12.26.2"
azure = "1.18.2"
guava = "33.5.0-jre"
openlineage = "1.43.0"
openlineage = "1.44.0"
kotlin = "2.3.10"
kotlin-mu = "3.0.5"
rocksdb = "10.4.2"
jetty = "12.1.6"
netty = "4.2.10.Final"
rhino = "1.9.0"
rhino = "1.9.1"
nimbus = "10.7"
otel = "1.58.0"
otel-instrumentation = "2.24.0-alpha"
otel = "1.59.0"
otel-instrumentation = "2.25.0-alpha"

[libraries]
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" }
Expand Down