Skip to content

Commit

Permalink
chore: [DevOps] bump the production-minor-patch group across 1 direct…
Browse files Browse the repository at this point in the history
…ory with 3 updates

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


Updates `org.mockito:mockito-core` from 5.12.0 to 5.13.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.12.0...v5.13.0)

Updates `com.puppycrawl.tools:checkstyle` from 10.18.0 to 10.18.1
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.18.0...checkstyle-10.18.1)

Updates `ch.qos.logback:logback-classic` from 1.5.7 to 1.5.8
- [Commits](qos-ch/logback@v_1.5.7...v_1.5.8)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 712949a commit e2a4294
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e-test-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<properties>
<spring-boot.version>3.3.3</spring-boot.version>
<logback.version>1.5.7</logback.version>
<logback.version>1.5.8</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
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
<assertj-core.version>3.26.3</assertj-core.version>
<slf4j.version>2.0.16</slf4j.version>
<spotless.version>2.43.0</spotless.version>
<checkstyle.version>10.18.0</checkstyle.version>
<checkstyle.version>10.18.1</checkstyle.version>
<system-stubs.version>2.1.3</system-stubs.version>
<surefire.version>3.4.0</surefire.version>
<system-stubs.version>2.1.3</system-stubs.version>
<springframework.version>6.1.12</springframework.version>
<mockito.version>5.12.0</mockito.version>
<mockito.version>5.13.0</mockito.version>
<!-- Quality assurance -->
<enforcer.skipBanLoggingFrameworks>false</enforcer.skipBanLoggingFrameworks>
<enforcer.skipEnforceScopeLoggerBridges>false</enforcer.skipEnforceScopeLoggerBridges>
Expand Down

0 comments on commit e2a4294

Please sign in to comment.