Skip to content

Commit

Permalink
dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Apr 14, 2024
1 parent 5d453e9 commit f90fed4
Show file tree
Hide file tree
Showing 25 changed files with 85 additions and 89 deletions.
18 changes: 9 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,36 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: monthly
- package-ecosystem: github-actions
directory: /.github/actions/run-gradle
schedule:
interval: daily
interval: monthly
- package-ecosystem: gradle
directory: /
schedule:
interval: daily
interval: monthly
- package-ecosystem: gradle
directory: gradle/plugins
schedule:
interval: daily
interval: monthly
- package-ecosystem: gradle
directory: examples/coalescing-bulkloader-reactor
schedule:
interval: daily
interval: monthly
- package-ecosystem: gradle
directory: examples/write-behind-rxjava
schedule:
interval: daily
interval: monthly
- package-ecosystem: gradle
directory: examples/hibernate
schedule:
interval: daily
interval: monthly
- package-ecosystem: gradle
directory: examples/resilience-failsafe
schedule:
interval: daily
interval: monthly
- package-ecosystem: gradle
directory: examples/graal-native
schedule:
interval: daily
interval: monthly
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ permissions: read-all
on: [ push, pull_request ]

env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
ALLOWED_ENDPOINTS: >
api.adoptium.net:443
api.github.com:443
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ permissions: read-all
on: [ push, pull_request ]

env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
PUBLISH_JDK: 21

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
permissions: read-all

env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
ALLOWED_ENDPOINTS: >
*.actions.githubusercontent.com:443
api.adoptium.net:443
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:
security-events: write

env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
JAVA_VERSION: 21

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
permissions: read-all

env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
JAVA_VERSION: 22

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-submission-pr-retreive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [completed]

env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
JAVA_VERSION: 22

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-submission-pr-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ permissions: read-all
on: [ pull_request ]

env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
JAVA_VERSION: 21

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ permissions: read-all
on: [ push ]

env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
JAVA_VERSION: 21

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ permissions: read-all
on: [ push, pull_request ]

env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
JAVA_VERSION: 21

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ permissions: read-all
on: [ push, pull_request ]

env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
JAVA_VERSION: 11

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
permissions: read-all

env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
JAVA_VERSION: 11

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
permissions: read-all

env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}

jobs:
snyk:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
caffeine = "3.1.8"
junit = "5.10.2"
reactor = "3.6.4"
reactor = "3.6.5"
truth = "1.4.2"
versions = "0.51.0"

Expand Down
6 changes: 3 additions & 3 deletions examples/coalescing-bulkloader-reactor/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("com.gradle.enterprise") version "3.16.2"
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.13"
id("com.gradle.develocity") version "3.17.1"
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

Expand All @@ -10,6 +10,6 @@ dependencyResolutionManagement {
}
}

apply(from = "../../gradle/gradle-enterprise.gradle")
apply(from = "../../gradle/develocity.gradle")

rootProject.name = "coalescing-bulkloader-reactor"
6 changes: 3 additions & 3 deletions examples/graal-native/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pluginManagement {
}
}
plugins {
id("com.gradle.enterprise") version "3.16.2"
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.13"
id("com.gradle.develocity") version "3.17.1"
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

Expand All @@ -16,6 +16,6 @@ dependencyResolutionManagement {
}
}

apply(from = "../../gradle/gradle-enterprise.gradle")
apply(from = "../../gradle/develocity.gradle")

rootProject.name = "graal-native"
2 changes: 1 addition & 1 deletion examples/hibernate/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
caffeine = "3.1.8"
h2 = "2.2.224"
hibernate = "6.5.0.CR1"
hibernate = "6.5.0.CR2"
junit = "5.10.2"
log4j2 = "3.0.0-beta2"
slf4j = "2.0.7"
Expand Down
6 changes: 3 additions & 3 deletions examples/hibernate/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("com.gradle.enterprise") version "3.16.2"
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.13"
id("com.gradle.develocity") version "3.17.1"
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

Expand All @@ -10,6 +10,6 @@ dependencyResolutionManagement {
}
}

apply(from = "../../gradle/gradle-enterprise.gradle")
apply(from = "../../gradle/develocity.gradle")

rootProject.name = "hibernate"
6 changes: 3 additions & 3 deletions examples/resilience-failsafe/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("com.gradle.enterprise") version "3.16.2"
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.13"
id("com.gradle.develocity") version "3.17.1"
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

Expand All @@ -10,6 +10,6 @@ dependencyResolutionManagement {
}
}

apply(from = "../../gradle/gradle-enterprise.gradle")
apply(from = "../../gradle/develocity.gradle")

rootProject.name = "resilience-failsafe"
6 changes: 3 additions & 3 deletions examples/write-behind-rxjava/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("com.gradle.enterprise") version "3.16.2"
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.13"
id("com.gradle.develocity") version "3.17.1"
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

Expand All @@ -10,6 +10,6 @@ dependencyResolutionManagement {
}
}

apply(from = "../../gradle/gradle-enterprise.gradle")
apply(from = "../../gradle/develocity.gradle")

rootProject.name = "writebehind-rxjava"
28 changes: 28 additions & 0 deletions gradle/develocity.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
develocity {
if (!gradle.startParameter.isBuildScan()) {
server = 'https://caffeine.gradle-enterprise.cloud/'
buildScan.publishing.onlyIf { it.authenticated }
}
buildScan {
if (System.env.CI) {
uploadInBackground = false
} else {
obfuscation.ipAddresses { [] }
}
if (System.env.GITHUB_ACTIONS) {
obfuscation.username { 'github' }
}

termsOfUseUrl = 'https://gradle.com/terms-of-service'
termsOfUseAgree = 'yes'
}
}

buildCache {
remote(develocity.buildCache) {
// Check access key presence to avoid build cache errors on PR builds when not present
push = System.env.CI && System.env.DEVELOCITY_ACCESS_KEY
enabled = true
}
local.enabled = true
}
32 changes: 0 additions & 32 deletions gradle/gradle-enterprise.gradle

This file was deleted.

26 changes: 13 additions & 13 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ bouncycastle-jdk18on = "1.77"
cache2k = "2.6.1.Final"
caffeine = "3.1.8"
checker-framework = "3.42.0"
checkstyle = "10.14.2"
checkstyle = "10.15.0"
coherence = "22.06.2"
commons-collections4 = "4.4"
commons-compress = "1.26.1"
commons-io = "2.16.0"
commons-io = "2.16.1"
commons-lang3 = "3.14.0"
commons-math3 = "3.6.1"
commons-text = "1.11.0"
Expand All @@ -34,17 +34,17 @@ felix-scr = "2.2.10"
findsecbugs = "1.13.0"
flip-tables = "1.1.1"
forbidden-apis = "3.7"
google-java-format = "1.21.0"
google-java-format = "1.22.0"
guava = "33.1.0-jre"
guice = "6.0.0"
h2 = "2.2.224"
hamcrest = "2.2"
hazelcast = "5.3.6"
hazelcast = "5.3.7"
httpclient = "4.5.14"
idea = "1.1.8"
jackrabbit = "1.60.0"
jackrabbit = "1.62.0"
jackson = "2.17.0"
jacoco = "0.8.11"
jacoco = "0.8.12"
jakarta-inject = "2.0.1"
jamm = "0.4.0"
java-object-layout = "0.17"
Expand All @@ -65,9 +65,9 @@ junit-testng = "1.0.5"
junit4 = "4.13.2"
junit5 = "5.10.2"
kotlin = "1.9.23"
lincheck = "2.27"
lincheck = "2.29"
mockito = "5.11.0"
nexus-publish = "2.0.0-rc-2"
nexus-publish = "2.0.0"
nullaway-core = "0.10.25"
nullaway-plugin = "2.0.0"
okhttp-bom = "4.12.0"
Expand All @@ -80,23 +80,23 @@ pax-url = "2.6.14"
picocli = "4.7.5"
pmd = "7.0.0"
protobuf = "4.26.1"
slf4j = "2.0.12"
slf4j = "2.0.13"
slf4j-test = "3.0.1"
snakeyaml = "2.2"
sonarqube = "5.0.0.4638"
spotbugs-contrib = "7.6.4"
spotbugs-core = "4.8.3"
spotbugs-plugin = "6.0.9"
spotbugs-core = "4.8.4"
spotbugs-plugin = "6.0.12"
stream = "2.9.8"
tcache = "2.0.1"
testng = "7.9.0"
testng = "7.10.1"
truth = "1.4.2"
univocity-parsers = "2.9.1"
versions = "0.51.0"
xz = "1.9"
ycsb = "0.17.0"
zero-allocation-hashing = "0.16"
zstd = "1.5.6-1"
zstd = "1.5.6-2"

[libraries]
asm-bom = { module = "org.ow2.asm:asm-bom", version.ref = "asm" }
Expand Down

0 comments on commit f90fed4

Please sign in to comment.