Skip to content

Commit f4df3d0

Browse files
deps: bump the minor-patch-dependencies group with 3 updates (#102)
Bumps the minor-patch-dependencies group with 3 updates: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), [com.bigboxer23:utils](https://github.com/bigboxer23/utils) and [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless). Updates `ch.qos.logback:logback-classic` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.6.0...v_1.6.1) Updates `com.bigboxer23:utils` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/bigboxer23/utils/releases) - [Commits](bigboxer23/utils@v2.3.0...v2.4.0) Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.8.0 to 3.9.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/3.8.0...maven/3.9.0) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: com.bigboxer23:utils dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.9.0 dependency-type: direct:development update-type: version-update:semver-minor 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 2018401 commit f4df3d0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
<dependency>
3232
<groupId>ch.qos.logback</groupId>
3333
<artifactId>logback-classic</artifactId>
34-
<version>1.6.0</version>
34+
<version>1.6.1</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.bigboxer23</groupId>
3838
<artifactId>utils</artifactId>
39-
<version>2.3.0</version>
39+
<version>2.4.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.projectlombok</groupId>
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>com.diffplug.spotless</groupId>
116116
<artifactId>spotless-maven-plugin</artifactId>
117-
<version>3.8.0</version>
117+
<version>3.9.0</version>
118118
<configuration>
119119
<java>
120120
<googleJavaFormat>

0 commit comments

Comments
 (0)