Skip to content

Commit 1cd34c5

Browse files
authored
Merge branch 'main' into dependabot/gradle/com.google.guava-guava-32.1.3-jre
Signed-off-by: Craig Perkins <cwperx@amazon.com>
2 parents cefc1aa + 23f2261 commit 1cd34c5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/backport.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
backport:
10+
if: github.event.pull_request.merged == true
1011
runs-on: ubuntu-latest
1112
permissions:
1213
contents: write
@@ -25,4 +26,5 @@ jobs:
2526
uses: VachaShah/backport@v2.2.0
2627
with:
2728
github_token: ${{ steps.github_app_token.outputs.token }}
28-
branch_name: backport/backport-${{ github.event.number }}
29+
head_template: backport/backport-<%= number %>-to-<%= base %>
30+
failure_labels: backport-failed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ buildscript {
2424
}
2525

2626
plugins {
27-
id 'com.netflix.nebula.ospackage' version "11.5.0"
27+
id 'com.netflix.nebula.ospackage' version "11.6.0"
2828
id 'java-library'
29-
id "com.diffplug.spotless" version "6.22.0" apply false
29+
id "com.diffplug.spotless" version "6.25.0" apply false
3030
}
3131

3232
apply plugin: 'opensearch.opensearchplugin'
@@ -161,7 +161,7 @@ configurations {
161161
dependencies {
162162
implementation project(path: ":${rootProject.name}-spi", configuration: 'shadow')
163163
implementation group: 'com.google.guava', name: 'guava', version:'32.1.3-jre'
164-
implementation group: 'com.google.guava', name: 'failureaccess', version:'1.0.1'
164+
implementation group: 'com.google.guava', name: 'failureaccess', version:'1.0.2'
165165
javaRestTestImplementation project.sourceSets.main.runtimeClasspath
166166
//spotless
167167
implementation('com.google.googlejavaformat:google-java-format:1.17.0') {

0 commit comments

Comments
 (0)