Skip to content

Commit 34ae521

Browse files
dependabot[bot]franz1981
authored andcommitted
deps(deps): bump the maven-minor-patch group across 1 directory with 5 updates
Bumps the maven-minor-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `3.2.1` | `3.3.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.4` | `3.5.5` | | [org.jctools:jctools-core](https://github.com/JCTools/JCTools) | `4.0.5` | `4.0.6` | | [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `3.6.1` | `3.6.2` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.21.0` | `2.21.1` | Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.2.1 to 3.3.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/3.2.1...lib/3.3.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.4 to 3.5.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.4...surefire-3.5.5) Updates `org.jctools:jctools-core` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/JCTools/JCTools/releases) - [Changelog](https://github.com/JCTools/JCTools/blob/master/RELEASE-NOTES.md) - [Commits](JCTools/JCTools@v4.0.5...v4.0.6) Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.6.1 to 3.6.2 - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.6.1...maven-shade-plugin-3.6.2) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.0 to 2.21.1 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: org.jctools:jctools-core dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-shade-plugin dependency-version: 3.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c5e2d8 commit 34ae521

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

benchmark-runner/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.fasterxml.jackson.core</groupId>
4141
<artifactId>jackson-databind</artifactId>
42-
<version>2.21.0</version>
42+
<version>2.21.1</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.apache.httpcomponents.client5</groupId>
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-shade-plugin</artifactId>
80-
<version>3.6.1</version>
80+
<version>3.6.2</version>
8181
<executions>
8282
<execution>
8383
<phase>package</phase>

benchmarks/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>org.jctools</groupId>
1818
<artifactId>jctools-core</artifactId>
19-
<version>4.0.5</version>
19+
<version>4.0.6</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>io.netty.loom</groupId>
@@ -45,7 +45,7 @@
4545
<plugin>
4646
<groupId>org.apache.maven.plugins</groupId>
4747
<artifactId>maven-shade-plugin</artifactId>
48-
<version>3.6.1</version>
48+
<version>3.6.2</version>
4949
<executions>
5050
<execution>
5151
<phase>package</phase>

example-echo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>org.apache.maven.plugins</groupId>
5353
<artifactId>maven-shade-plugin</artifactId>
54-
<version>3.6.1</version>
54+
<version>3.6.2</version>
5555
<executions>
5656
<execution>
5757
<phase>package</phase>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<plugin>
7474
<groupId>com.diffplug.spotless</groupId>
7575
<artifactId>spotless-maven-plugin</artifactId>
76-
<version>3.2.1</version>
76+
<version>3.3.0</version>
7777
<configuration>
7878
<java>
7979
<eclipse/>
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-surefire-plugin</artifactId>
114-
<version>3.5.4</version>
114+
<version>3.5.5</version>
115115
<executions>
116116
<execution>
117117
<id>default-test</id>

0 commit comments

Comments
 (0)