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: [org.avaje:java11-oss](https://github.com/avaje-pom/java11-oss) and [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback).


Updates `org.avaje:java11-oss` from 4.4 to 4.5
- [Release notes](https://github.com/avaje-pom/java11-oss/releases)
- [Commits](https://github.com/avaje-pom/java11-oss/commits)

Updates `ch.qos.logback:logback-classic` from 1.5.7 to 1.5.8
- [Commits](qos-ch/logback@v_1.5.7...v_1.5.8)

---
updated-dependencies:
- dependency-name: org.avaje:java11-oss
  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 Sep 9, 2024
1 parent fb7ed61 commit a40a820
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 @@ -9,7 +9,7 @@
<parent>
<groupId>org.avaje</groupId>
<artifactId>java11-oss</artifactId>
<version>4.4</version>
<version>4.5</version>
</parent>

<description>Demo project for Javalin</description>
Expand Down Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.7</version>
<version>1.5.8</version>
</dependency>
<dependency>
<groupId>io.avaje</groupId>
Expand Down

0 comments on commit a40a820

Please sign in to comment.