Skip to content

Commit 9a11505

Browse files
Bump the dependencies group with 2 updates
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] <[email protected]>
1 parent 0e7628d commit 9a11505

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

avaje-aws-appconfig/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.avaje</groupId>
88
<artifactId>java11-oss</artifactId>
9-
<version>4.4</version>
9+
<version>4.5</version>
1010
<relativePath/>
1111
</parent>
1212

avaje-config-toml/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.avaje</groupId>
66
<artifactId>java11-oss</artifactId>
7-
<version>4.4</version>
7+
<version>4.5</version>
88
<relativePath/>
99
</parent>
1010

@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>ch.qos.logback</groupId>
4646
<artifactId>logback-classic</artifactId>
47-
<version>1.5.7</version>
47+
<version>1.5.8</version>
4848
<scope>test</scope>
4949
</dependency>
5050

avaje-config/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.avaje</groupId>
66
<artifactId>java11-oss</artifactId>
7-
<version>4.4</version>
7+
<version>4.5</version>
88
<relativePath/>
99
</parent>
1010

@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>ch.qos.logback</groupId>
6565
<artifactId>logback-classic</artifactId>
66-
<version>1.5.7</version>
66+
<version>1.5.8</version>
6767
<scope>test</scope>
6868
</dependency>
6969

avaje-dynamic-logback/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.avaje</groupId>
88
<artifactId>java11-oss</artifactId>
9-
<version>4.4</version>
9+
<version>4.5</version>
1010
<relativePath/>
1111
</parent>
1212

@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>ch.qos.logback</groupId>
4040
<artifactId>logback-classic</artifactId>
41-
<version>1.5.7</version>
41+
<version>1.5.8</version>
4242
</dependency>
4343

4444
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.avaje</groupId>
66
<artifactId>java11-oss</artifactId>
7-
<version>4.4</version>
7+
<version>4.5</version>
88
<relativePath/>
99
</parent>
1010

0 commit comments

Comments
 (0)