Skip to content

Commit

Permalink
Merge branch 'master' into jmj/msft_branding
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjaffe37 authored Jul 12, 2024
2 parents f58f627 + 0fa43c7 commit 4dfe91e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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.3"
testcontainersVersion = "1.19.8"
assertjCoreVersion = "3.26.0"
assertjCoreVersion = "3.26.3"
}

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.3"
testcontainersVersion = "1.19.8"
assertjCoreVersion = "3.26.0"
assertjCoreVersion = "3.26.3"
}

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.3"
testcontainersVersion = "1.19.8"
assertjCoreVersion = "3.26.0"
assertjCoreVersion = "3.26.3"
}

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.3"
testcontainersVersion = "1.19.8"
assertjCoreVersion = "3.26.0"
assertjCoreVersion = "3.26.3"
}

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.3"
testcontainersVersion = "1.19.8"
assertjCoreVersion = "3.26.0"
assertjCoreVersion = "3.26.3"
}

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.3"
testcontainersVersion = "1.19.8"
assertjCoreVersion = "3.26.0"
assertjCoreVersion = "3.26.3"
}

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.3"
testcontainersVersion = "1.19.8"
assertjCoreVersion = "3.26.0"
assertjCoreVersion = "3.26.3"
}

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.3"
testcontainersVersion = "1.19.8"
assertjCoreVersion = "3.26.0"
assertjCoreVersion = "3.26.3"
}

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.3"
testcontainersVersion = "1.19.8"
assertjCoreVersion = "3.26.0"
assertjCoreVersion = "3.26.3"
}

repositories {
Expand Down

0 comments on commit 4dfe91e

Please sign in to comment.