Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: io.avaje:avaje-spi-service and [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback).


Updates `io.avaje:avaje-spi-service` from 2.6 to 2.7

Updates `ch.qos.logback:logback-classic` from 1.5.10 to 1.5.11
- [Commits](qos-ch/logback@v_1.5.10...v_1.5.11)

---
updated-dependencies:
- dependency-name: io.avaje:avaje-spi-service
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 2c747ab commit de489cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion avaje-aws-appconfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-spi-service</artifactId>
<version>2.6</version>
<version>2.7</version>
<optional>true</optional>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion avaje-config-toml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.10</version>
<version>1.5.11</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions avaje-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-spi-service</artifactId>
<version>2.6</version>
<version>2.7</version>
<optional>true</optional>
</dependency>

Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.10</version>
<version>1.5.11</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions avaje-dynamic-logback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-spi-service</artifactId>
<version>2.6</version>
<version>2.7</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.10</version>
<version>1.5.11</version>
</dependency>

<dependency>
Expand Down

0 comments on commit de489cd

Please sign in to comment.