Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
karianna authored Jan 4, 2024
2 parents 7dbdcd6 + 3bb0ee3 commit 90ba8ca
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.1"
testcontainersVersion = "1.19.3"
assertjCoreVersion = "3.25.0"
assertjCoreVersion = "3.25.1"
}

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.25.0"
assertjCoreVersion = "3.25.1"
}

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.25.0"
assertjCoreVersion = "3.25.1"
}

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.25.0"
assertjCoreVersion = "3.25.1"
}

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.25.0"
assertjCoreVersion = "3.25.1"
}

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.25.0"
assertjCoreVersion = "3.25.1"
}

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.25.0"
assertjCoreVersion = "3.25.1"
}

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.25.0"
assertjCoreVersion = "3.25.1"
}

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.25.0"
assertjCoreVersion = "3.25.1"
}

repositories {
Expand Down

0 comments on commit 90ba8ca

Please sign in to comment.