Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/jfrog/setup-jfro…
Browse files Browse the repository at this point in the history
…g-cli-4.0.0
  • Loading branch information
karianna authored Feb 6, 2024
2 parents cd322d6 + 063c9ba commit 689fc01
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions linux/ca-certificates/debian/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ plugins {
}

ext {
junitVersion = "5.10.1"
junitVersion = "5.10.2"
testcontainersVersion = "1.19.4"
assertjCoreVersion = "3.25.2"
assertjCoreVersion = "3.25.3"
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions linux/jdk/alpine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ plugins {
}

ext {
junitVersion = "5.10.1"
junitVersion = "5.10.2"
testcontainersVersion = "1.19.4"
assertjCoreVersion = "3.25.2"
assertjCoreVersion = "3.25.3"
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions linux/jdk/debian/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ plugins {
}

ext {
junitVersion = "5.10.1"
junitVersion = "5.10.2"
testcontainersVersion = "1.19.4"
assertjCoreVersion = "3.25.2"
assertjCoreVersion = "3.25.3"
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions linux/jdk/redhat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ plugins {
}

ext {
junitVersion = "5.10.1"
junitVersion = "5.10.2"
testcontainersVersion = "1.19.4"
assertjCoreVersion = "3.25.2"
assertjCoreVersion = "3.25.3"
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions linux/jdk/suse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ plugins {
}

ext {
junitVersion = "5.10.1"
junitVersion = "5.10.2"
testcontainersVersion = "1.19.4"
assertjCoreVersion = "3.25.2"
assertjCoreVersion = "3.25.3"
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions linux/jre/alpine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ plugins {
}

ext {
junitVersion = "5.10.1"
junitVersion = "5.10.2"
testcontainersVersion = "1.19.4"
assertjCoreVersion = "3.25.2"
assertjCoreVersion = "3.25.3"
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions linux/jre/debian/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ plugins {
}

ext {
junitVersion = "5.10.1"
junitVersion = "5.10.2"
testcontainersVersion = "1.19.4"
assertjCoreVersion = "3.25.2"
assertjCoreVersion = "3.25.3"
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions linux/jre/redhat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ plugins {
}

ext {
junitVersion = "5.10.1"
junitVersion = "5.10.2"
testcontainersVersion = "1.19.4"
assertjCoreVersion = "3.25.2"
assertjCoreVersion = "3.25.3"
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions linux/jre/suse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ plugins {
}

ext {
junitVersion = "5.10.1"
junitVersion = "5.10.2"
testcontainersVersion = "1.19.4"
assertjCoreVersion = "3.25.2"
assertjCoreVersion = "3.25.3"
}

repositories {
Expand Down

0 comments on commit 689fc01

Please sign in to comment.