Skip to content

Commit 6c083b7

Browse files
dependabot[bot]shikharj05
authored andcommitted
Bump com.google.googlejavaformat:google-java-format from 1.28.0 to 1.30.0 (opensearch-project#5741)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shikhar Jain <[email protected]> Signed-off-by: Dennis Toepker <[email protected]>
1 parent f37748a commit 6c083b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3838
- Bump `com.github.spotbugs` from 6.4.2 to 6.4.4 ([#5727](https://github.com/opensearch-project/security/pull/5727))
3939
- Bump `com.autonomousapps.build-health` from 3.0.4 to 3.1.0 ([#5726](https://github.com/opensearch-project/security/pull/5726))
4040
- Bump `spring_version` from 6.2.11 to 6.2.12 ([#5725](https://github.com/opensearch-project/security/pull/5725))
41+
- Bump `com.google.googlejavaformat:google-java-format` from 1.28.0 to 1.30.0 ([#5741](https://github.com/opensearch-project/security/pull/5741))
4142

4243
### Documentation
4344

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ dependencies {
795795
compileOnly "org.opensearch:opensearch:${opensearch_version}"
796796

797797
//spotless
798-
implementation('com.google.googlejavaformat:google-java-format:1.28.0') {
798+
implementation('com.google.googlejavaformat:google-java-format:1.30.0') {
799799
exclude group: 'com.google.guava'
800800
}
801801
}

0 commit comments

Comments
 (0)