Skip to content

Commit 2018401

Browse files
deps: bump the minor-patch-dependencies group with 2 updates (#101)
Bumps the minor-patch-dependencies group with 2 updates: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin). Updates `ch.qos.logback:logback-classic` from 1.5.38 to 1.6.0 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.38...v_1.6.0) Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.5.0...maven-jar-plugin-3.5.1) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-version: 3.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 03d7d21 commit 2018401

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>ch.qos.logback</groupId>
3333
<artifactId>logback-classic</artifactId>
34-
<version>1.5.38</version>
34+
<version>1.6.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.bigboxer23</groupId>
@@ -89,7 +89,7 @@
8989
</plugin>
9090
<plugin>
9191
<artifactId>maven-jar-plugin</artifactId>
92-
<version>3.5.0</version>
92+
<version>3.5.1</version>
9393
</plugin>
9494
<plugin>
9595
<artifactId>maven-install-plugin</artifactId>

0 commit comments

Comments
 (0)