Skip to content

Commit

Permalink
chore: [DevOps] bump the production-minor-patch group with 3 updates (#…
Browse files Browse the repository at this point in the history
…259)

Bumps the production-minor-patch group with 3 updates: [org.assertj:assertj-core](/~https://github.com/assertj/assertj), [org.mockito:mockito-core](/~https://github.com/mockito/mockito) and [ch.qos.logback:logback-classic](/~https://github.com/qos-ch/logback).


Updates `org.assertj:assertj-core` from 3.27.0 to 3.27.2
- [Release notes](/~https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.27.0...assertj-build-3.27.2)

Updates `org.mockito:mockito-core` from 5.14.2 to 5.15.2
- [Release notes](/~https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.14.2...v5.15.2)

Updates `ch.qos.logback:logback-classic` from 1.5.15 to 1.5.16
- [Commits](qos-ch/logback@v_1.5.15...v_1.5.16)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent fbad7a5 commit 9ebd374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
<cloud-sdk.version>5.15.0</cloud-sdk.version>
<junit-jupiter.version>5.11.4</junit-jupiter.version>
<wiremock.version>3.10.0</wiremock.version>
<assertj-core.version>3.27.0</assertj-core.version>
<assertj-core.version>3.27.2</assertj-core.version>
<slf4j.version>2.0.16</slf4j.version>
<checkstyle.version>10.21.1</checkstyle.version>
<system-stubs.version>2.1.3</system-stubs.version>
<surefire.version>3.5.2</surefire.version>
<springframework.version>6.2.1</springframework.version>
<dotenv-java.version>3.1.0</dotenv-java.version>
<mockito.version>5.14.2</mockito.version>
<mockito.version>5.15.2</mockito.version>
<!-- Formatting -->
<spotless.version>2.43.0</spotless.version>
<spotless.skip>false</spotless.skip>
Expand Down
2 changes: 1 addition & 1 deletion sample-code/spring-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<properties>
<project.rootdir>${project.basedir}/../../</project.rootdir>
<spring-boot.version>3.4.1</spring-boot.version>
<logback.version>1.5.15</logback.version>
<logback.version>1.5.16</logback.version>
<cf-logging.version>3.8.4</cf-logging.version>
<!-- Skip end-to-end tests by default, can be overridden with -DskipTests=false -->
<skipTests>true</skipTests>
Expand Down

0 comments on commit 9ebd374

Please sign in to comment.