Skip to content

Commit

Permalink
Merge branch 'main' into download-certs-from-security
Browse files Browse the repository at this point in the history
  • Loading branch information
cwperks committed Nov 5, 2024
2 parents 5cb8916 + 546d060 commit b14db39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: GitHub App token
id: github_app_token
uses: tibdex/github-app-token@v1.5.0
uses: tibdex/github-app-token@v2.1.0
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ buildscript {

dependencies {
classpath "${opensearch_group}.gradle:build-tools:${opensearch_version}"
classpath "org.jacoco:org.jacoco.agent:0.8.11"
classpath "org.jacoco:org.jacoco.agent:0.8.12"
}
}

Expand All @@ -43,7 +43,7 @@ buildscript {

plugins {
id "de.undercouch.download" version "5.3.0"
id 'com.netflix.nebula.ospackage' version "11.6.0"
id 'com.netflix.nebula.ospackage' version "11.10.0"
id 'checkstyle'
}

Expand Down Expand Up @@ -151,7 +151,7 @@ dependencies {
implementation "org.opensearch:common-utils:${common_utils_version}"
configurations.all {
resolutionStrategy {
force "com.google.guava:guava:32.1.1-jre"
force "com.google.guava:guava:32.1.3-jre"
force "com.puppycrawl.tools:checkstyle:${project.checkstyle.toolVersion}"
}
}
Expand Down

0 comments on commit b14db39

Please sign in to comment.