Skip to content

Commit

Permalink
Bump the dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates: [io.avaje:avaje-jex](https://github.com/avaje/avaje-jex), io.avaje:avaje-jex-htmx, [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [org.assertj:assertj-core](https://github.com/assertj/assertj).


Updates `io.avaje:avaje-jex` from 3.0-RC12 to 3.0-RC13
- [Release notes](https://github.com/avaje/avaje-jex/releases)
- [Commits](https://github.com/avaje/avaje-jex/commits)

Updates `io.avaje:avaje-jex-htmx` from 3.0-RC12 to 3.0-RC13

Updates `io.avaje:avaje-jex-htmx` from 3.0-RC12 to 3.0-RC13

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)

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)

---
updated-dependencies:
- dependency-name: io.avaje:avaje-jex
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jex-htmx
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jex-htmx
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 829fd7e commit 0bc2fc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<junit.version>5.11.4</junit.version>
<assertj.version>3.27.0</assertj.version>
<assertj.version>3.27.2</assertj.version>
<jackson.version>2.18.2</jackson.version>
<jex.version>3.0-RC12</jex.version>
<jex.version>3.0-RC13</jex.version>
<avaje-inject.version>11.0</avaje-inject.version>
<nima.version>4.1.6</nima.version>
<javalin.version>6.4.0</javalin.version>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-client-generation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.15</version>
<version>1.5.16</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 0bc2fc3

Please sign in to comment.