Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/upload-a…
Browse files Browse the repository at this point in the history
…rtifact-4.0.0
  • Loading branch information
karianna authored Jan 2, 2024
2 parents d0405b5 + ce1b485 commit d77cce1
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cacert-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
architecture: x64
distribution: 'temurin'

- uses: jfrog/setup-jfrog-cli@901bb9632db90821c2d3f076012bdeaf66598555 # v3.4.1
- uses: jfrog/setup-jfrog-cli@ea63b044d08a3e2d68a22f0c2584483e54a52348 # v3.4.2
env:
JF_URL: https://adoptium.jfrog.io
JF_USER: ${{ secrets.ARTIFACTORY_USER }}
Expand Down
2 changes: 1 addition & 1 deletion linux/ca-certificates/debian/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
ext {
junitVersion = "5.10.1"
testcontainersVersion = "1.19.3"
assertjCoreVersion = "3.24.2"
assertjCoreVersion = "3.25.0"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion linux/jdk/alpine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
ext {
junitVersion = "5.10.1"
testcontainersVersion = "1.19.3"
assertjCoreVersion = "3.24.2"
assertjCoreVersion = "3.25.0"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion linux/jdk/debian/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
ext {
junitVersion = "5.10.1"
testcontainersVersion = "1.19.3"
assertjCoreVersion = "3.24.2"
assertjCoreVersion = "3.25.0"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion linux/jdk/redhat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
ext {
junitVersion = "5.10.1"
testcontainersVersion = "1.19.3"
assertjCoreVersion = "3.24.2"
assertjCoreVersion = "3.25.0"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion linux/jdk/suse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
ext {
junitVersion = "5.10.1"
testcontainersVersion = "1.19.3"
assertjCoreVersion = "3.24.2"
assertjCoreVersion = "3.25.0"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion linux/jre/alpine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
ext {
junitVersion = "5.10.1"
testcontainersVersion = "1.19.3"
assertjCoreVersion = "3.24.2"
assertjCoreVersion = "3.25.0"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion linux/jre/debian/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
ext {
junitVersion = "5.10.1"
testcontainersVersion = "1.19.3"
assertjCoreVersion = "3.24.2"
assertjCoreVersion = "3.25.0"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion linux/jre/redhat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
ext {
junitVersion = "5.10.1"
testcontainersVersion = "1.19.3"
assertjCoreVersion = "3.24.2"
assertjCoreVersion = "3.25.0"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion linux/jre/suse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
ext {
junitVersion = "5.10.1"
testcontainersVersion = "1.19.3"
assertjCoreVersion = "3.24.2"
assertjCoreVersion = "3.25.0"
}

repositories {
Expand Down

0 comments on commit d77cce1

Please sign in to comment.