Skip to content

Commit

Permalink
Bump the root-gradle-deps group with 10 updates
Browse files Browse the repository at this point in the history
Bumps the root-gradle-deps group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [com.google.guava:guava](https://github.com/google/guava) | `32.1.2-jre` | `32.1.3-jre` |
| com.github.ben-manes.versions | `0.48.0` | `0.49.0` |
| com.google.cloud.tools.jib | `3.3.2` | `3.4.0` |
| [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) | `1.12.553` | `1.12.565` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.5.0` | `5.6.0` |
| [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) | `0.9.10` | `0.9.11` |
| commons-io:commons-io | `2.13.0` | `2.14.0` |
| [io.freefair.lombok](https://github.com/freefair/gradle-plugins) | `8.3` | `8.4` |
| com.diffplug.spotless | `6.21.0` | `6.22.0` |
| software.amazon.awssdk:s3 | `2.20.150` | `2.20.162` |


Updates `com.google.guava:guava` from 32.1.2-jre to 32.1.3-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.github.ben-manes.versions` from 0.48.0 to 0.49.0

Updates `com.google.cloud.tools.jib` from 3.3.2 to 3.4.0

Updates `com.amazonaws:aws-java-sdk-bom` from 1.12.553 to 1.12.565
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.553...1.12.565)

Updates `org.mockito:mockito-core` from 5.5.0 to 5.6.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.5.0...v5.6.0)

Updates `com.github.spullara.mustache.java:compiler` from 0.9.10 to 0.9.11
- [Commits](spullara/mustache.java@0.9.10...mustache.java-0.9.11)

Updates `commons-io:commons-io` from 2.13.0 to 2.14.0

Updates `io.freefair.lombok` from 8.3 to 8.4
- [Release notes](https://github.com/freefair/gradle-plugins/releases)
- [Commits](freefair/gradle-plugins@8.3...8.4)

Updates `com.diffplug.spotless` from 6.21.0 to 6.22.0

Updates `software.amazon.awssdk:s3` from 2.20.150 to 2.20.162

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
- dependency-name: com.github.ben-manes.versions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: com.google.cloud.tools.jib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: com.amazonaws:aws-java-sdk-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: com.github.spullara.mustache.java:compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: io.freefair.lombok
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: software.amazon.awssdk:s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 5e2e8b5 commit 4c8315b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
plugins {
// Apply the java plugin to add support for Java
id 'java'
id 'com.github.ben-manes.versions' version '0.48.0'
id 'com.github.ben-manes.versions' version '0.49.0'
id 'se.patrikerdes.use-latest-versions' version '0.2.18'

}
Expand All @@ -20,7 +20,7 @@ repositories {

dependencies {
// This dependency is used by the application.
implementation 'com.google.guava:guava:32.1.2-jre'
implementation 'com.google.guava:guava:32.1.3-jre'

// Use JUnit test framework
testImplementation 'junit:junit:4.13.2'
Expand Down
4 changes: 2 additions & 2 deletions sample-apps/jaeger-zipkin-sample-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {

// Apply the application plugin to add support for building a CLI application.
id 'application'
id 'com.google.cloud.tools.jib' version "3.3.2"
id 'com.google.cloud.tools.jib' version "3.4.0"
}

group 'com.amazon.sampleapp'
Expand Down Expand Up @@ -37,7 +37,7 @@ application {
dependencies {
implementation "com.sparkjava:spark-core:2.9.4"
implementation "com.squareup.okhttp3:okhttp:4.11.0"
implementation "software.amazon.awssdk:s3:2.20.150"
implementation "software.amazon.awssdk:s3:2.20.162"
implementation "io.grpc:grpc-api:1.58.0"
implementation "io.grpc:grpc-netty-shaded:1.58.0"
implementation "org.slf4j:slf4j-simple:2.0.9"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
plugins {
id("com.google.cloud.tools.jib") version "3.3.2"
id("com.google.cloud.tools.jib") version "3.4.0"
}
}
rootProject.name = 'aws-otel-test-framework'
Expand Down
14 changes: 7 additions & 7 deletions validator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ plugins {
id 'java'

id 'application'
id 'com.google.cloud.tools.jib' version "3.3.2"
id 'com.google.cloud.tools.jib' version "3.4.0"

// lombok
id "io.freefair.lombok" version "8.3"
id("com.diffplug.spotless") version "6.21.0"
id "io.freefair.lombok" version "8.4"
id("com.diffplug.spotless") version "6.22.0"

}

Expand All @@ -29,10 +29,10 @@ dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.20.0'

// mustache template
implementation group: 'com.github.spullara.mustache.java', name: 'compiler', version: '0.9.10'
implementation group: 'com.github.spullara.mustache.java', name: 'compiler', version: '0.9.11'

// apache io utils
implementation group: 'commons-io', name: 'commons-io', version: '2.13.0'
implementation group: 'commons-io', name: 'commons-io', version: '2.14.0'

// yaml reader
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.15.2'
Expand All @@ -47,7 +47,7 @@ dependencies {
compileOnly 'info.picocli:picocli-codegen:4.7.5'

// aws sdk
implementation platform('com.amazonaws:aws-java-sdk-bom:1.12.553')
implementation platform('com.amazonaws:aws-java-sdk-bom:1.12.565')
implementation 'com.amazonaws:aws-java-sdk-s3'
implementation 'com.amazonaws:aws-java-sdk-cloudwatch'
implementation 'com.amazonaws:aws-java-sdk-xray'
Expand All @@ -69,7 +69,7 @@ dependencies {
compileOnly 'info.picocli:picocli-codegen:4.7.5'

// mockito
testImplementation "org.mockito:mockito-core:5.5.0"
testImplementation "org.mockito:mockito-core:5.6.0"

// k8s client
implementation "io.kubernetes:client-java-extended:18.0.1"
Expand Down

0 comments on commit 4c8315b

Please sign in to comment.