Skip to content

Commit 9ebd374

Browse files
chore: [DevOps] bump the production-minor-patch group with 3 updates (#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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fbad7a5 commit 9ebd374

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@
5858
<cloud-sdk.version>5.15.0</cloud-sdk.version>
5959
<junit-jupiter.version>5.11.4</junit-jupiter.version>
6060
<wiremock.version>3.10.0</wiremock.version>
61-
<assertj-core.version>3.27.0</assertj-core.version>
61+
<assertj-core.version>3.27.2</assertj-core.version>
6262
<slf4j.version>2.0.16</slf4j.version>
6363
<checkstyle.version>10.21.1</checkstyle.version>
6464
<system-stubs.version>2.1.3</system-stubs.version>
6565
<surefire.version>3.5.2</surefire.version>
6666
<springframework.version>6.2.1</springframework.version>
6767
<dotenv-java.version>3.1.0</dotenv-java.version>
68-
<mockito.version>5.14.2</mockito.version>
68+
<mockito.version>5.15.2</mockito.version>
6969
<!-- Formatting -->
7070
<spotless.version>2.43.0</spotless.version>
7171
<spotless.skip>false</spotless.skip>

sample-code/spring-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<properties>
3535
<project.rootdir>${project.basedir}/../../</project.rootdir>
3636
<spring-boot.version>3.4.1</spring-boot.version>
37-
<logback.version>1.5.15</logback.version>
37+
<logback.version>1.5.16</logback.version>
3838
<cf-logging.version>3.8.4</cf-logging.version>
3939
<!-- Skip end-to-end tests by default, can be overridden with -DskipTests=false -->
4040
<skipTests>true</skipTests>

0 commit comments

Comments
 (0)