Skip to content

Commit 7b9b122

Browse files
dependabot[bot]franz1981
authored andcommitted
deps(deps): bump the maven-minor-patch group with 6 updates
Bumps the maven-minor-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [io.netty:netty-all](https://github.com/netty/netty) | `4.2.2.Final` | `4.2.7.Final` | | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `3.0.0` | `3.1.0` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.11.0` | `3.14.1` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.1.2` | `3.5.4` | | [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `3.5.0` | `3.6.1` | | [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.1.0` | `3.6.2` | Updates `io.netty:netty-all` from 4.2.2.Final to 4.2.7.Final - [Commits](netty/netty@netty-4.2.2.Final...netty-4.2.7.Final) Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@lib/3.0.0...lib/3.1.0) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.11.0 to 3.14.1 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.14.1) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.1.2 to 3.5.4 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.1.2...surefire-3.5.4) Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.5.0 to 3.6.1 - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.5.0...maven-shade-plugin-3.6.1) Updates `org.codehaus.mojo:exec-maven-plugin` from 3.1.0 to 3.6.2 - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@exec-maven-plugin-3.1.0...3.6.2) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-version: 4.2.7.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.1 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.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.apache.maven.plugins:maven-shade-plugin dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 950bb45 commit 7b9b122

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

benchmarks/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<plugin>
4141
<groupId>org.apache.maven.plugins</groupId>
4242
<artifactId>maven-shade-plugin</artifactId>
43-
<version>3.5.0</version>
43+
<version>3.6.1</version>
4444
<executions>
4545
<execution>
4646
<phase>package</phase>
@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>org.apache.maven.plugins</groupId>
6464
<artifactId>maven-compiler-plugin</artifactId>
65-
<version>3.11.0</version>
65+
<version>3.14.1</version>
6666
<configuration>
6767
<source>${java.version}</source>
6868
<target>${java.version}</target>

example-echo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<plugin>
3434
<groupId>org.codehaus.mojo</groupId>
3535
<artifactId>exec-maven-plugin</artifactId>
36-
<version>3.1.0</version>
36+
<version>3.6.2</version>
3737
<configuration>
3838
<mainClass>io.netty.loom.example.EchoServer</mainClass>
3939
<arguments/>
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>org.apache.maven.plugins</groupId>
5353
<artifactId>maven-shade-plugin</artifactId>
54-
<version>3.5.0</version>
54+
<version>3.6.1</version>
5555
<executions>
5656
<execution>
5757
<phase>package</phase>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20-
<netty.version>4.2.2.Final</netty.version>
20+
<netty.version>4.2.7.Final</netty.version>
2121
<junit.version>6.0.1</junit.version>
2222
<jmh.version>1.37</jmh.version>
2323
<java.version>26</java.version>
@@ -54,7 +54,7 @@
5454
<plugin>
5555
<groupId>com.diffplug.spotless</groupId>
5656
<artifactId>spotless-maven-plugin</artifactId>
57-
<version>3.0.0</version>
57+
<version>3.1.0</version>
5858
<configuration>
5959
<java><eclipse/></java>
6060
</configuration>
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-compiler-plugin</artifactId>
77-
<version>3.11.0</version>
77+
<version>3.14.1</version>
7878
<configuration>
7979
<source>${java.version}</source>
8080
<target>${java.version}</target>
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-surefire-plugin</artifactId>
89-
<version>3.1.2</version>
89+
<version>3.5.4</version>
9090
<executions>
9191
<execution>
9292
<id>default-test</id>

0 commit comments

Comments
 (0)