Skip to content

Commit

Permalink
Merge pull request #195 from avaje/dependabot/maven/master/dependenci…
Browse files Browse the repository at this point in the history
…es-09ce6eb969

Bump the dependencies group with 2 updates
  • Loading branch information
github-actions[bot] authored Dec 23, 2024
2 parents 4c7e563 + b9b8e0e commit eb8f2bc
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.8</version>
<version>2.9</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.12</version>
<version>1.5.15</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.8</version>
<version>2.9</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.12</version>
<version>1.5.15</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.8</version>
<version>2.9</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.12</version>
<version>1.5.15</version>
</dependency>

<dependency>
Expand Down

0 comments on commit eb8f2bc

Please sign in to comment.