Skip to content

Commit

Permalink
Bump the dev-deps group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dev-deps group with 2 updates: [org.assertj:assertj-core](https://github.com/assertj/assertj) and [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback).


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

Updates `ch.qos.logback:logback-classic` from 1.5.13 to 1.5.14
- [Commits](qos-ch/logback@v_1.5.13...v_1.5.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent 169068e commit 98bae4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,13 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.3</version>
<version>3.27.0</version>
</dependency>

<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.13</version>
<version>1.5.14</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 98bae4b

Please sign in to comment.