Skip to content

Commit b313208

Browse files
Bump the build-dependencies group with 5 updates
Bumps the build-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.18.1` | `1.18.2` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `12.1.2` | `12.2.0` | | [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) | `3.7.1` | `3.8.0` | | [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.3.1` | `3.4.0` | | [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin) | `3.3.1` | `3.4.0` | Updates `net.bytebuddy:byte-buddy` from 1.18.1 to 1.18.2 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.18.1...byte-buddy-1.18.2) Updates `com.puppycrawl.tools:checkstyle` from 12.1.2 to 12.2.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-12.1.2...checkstyle-12.2.0) Updates `org.apache.maven.plugins:maven-assembly-plugin` from 3.7.1 to 3.8.0 - [Release notes](https://github.com/apache/maven-assembly-plugin/releases) - [Commits](apache/maven-assembly-plugin@maven-assembly-plugin-3.7.1...v3.8.0) Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.1...maven-source-plugin-3.4.0) Updates `org.apache.maven.plugins:maven-resources-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](apache/maven-resources-plugin@maven-resources-plugin-3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.apache.maven.plugins:maven-assembly-plugin dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.apache.maven.plugins:maven-resources-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9784e71 commit b313208

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
<version.org.jboss.arquillian.container.arquillian-weld-embedded>4.0.0.Final</version.org.jboss.arquillian.container.arquillian-weld-embedded>
204204
<version.com.fasterxml.jackson.core.jackson-databind>2.20.1</version.com.fasterxml.jackson.core.jackson-databind>
205205
<version.com.fasterxml.jackson.core.jackson-annotations>2.20</version.com.fasterxml.jackson.core.jackson-annotations>
206-
<version.net.bytebuddy.byte-buddy>1.18.1</version.net.bytebuddy.byte-buddy>
206+
<version.net.bytebuddy.byte-buddy>1.18.2</version.net.bytebuddy.byte-buddy>
207207

208208
<!-- OSGi dependencies -->
209209
<version.org.apache.karaf>4.2.0</version.org.apache.karaf>
@@ -219,7 +219,7 @@
219219
overridden by a CI job of the Checkstyle project so that they can
220220
check for regressions. Which is obviously good for us, too.
221221
-->
222-
<puppycrawl.checkstyle.version>12.1.2</puppycrawl.checkstyle.version>
222+
<puppycrawl.checkstyle.version>12.2.0</puppycrawl.checkstyle.version>
223223

224224
<!-- Asciidoctor -->
225225

@@ -232,7 +232,7 @@
232232
<!-- Maven plugins versions -->
233233

234234
<version.antrun.plugin>3.2.0</version.antrun.plugin>
235-
<version.assembly.plugin>3.7.1</version.assembly.plugin>
235+
<version.assembly.plugin>3.8.0</version.assembly.plugin>
236236
<version.buildhelper.plugin>3.6.1</version.buildhelper.plugin>
237237
<version.bundle.plugin>6.0.0</version.bundle.plugin>
238238
<version.checkstyle.plugin>3.6.0</version.checkstyle.plugin>
@@ -252,10 +252,10 @@
252252
<version.jqassistant.plugin>2.8.0</version.jqassistant.plugin>
253253
<version.javadoc.plugin>3.12.0</version.javadoc.plugin>
254254
<version.release.plugin>3.2.0</version.release.plugin>
255-
<version.resources.plugin>3.3.1</version.resources.plugin>
255+
<version.resources.plugin>3.4.0</version.resources.plugin>
256256
<version.shade.plugin>3.6.1</version.shade.plugin>
257257
<version.sigtest.plugin>2.6</version.sigtest.plugin>
258-
<version.source.plugin>3.3.1</version.source.plugin>
258+
<version.source.plugin>3.4.0</version.source.plugin>
259259
<version.surefire.plugin>3.5.4</version.surefire.plugin>
260260
<version.surefire.plugin.java-version.asm>9.9</version.surefire.plugin.java-version.asm>
261261
<version.failsafe.plugin>${version.surefire.plugin}</version.failsafe.plugin>

0 commit comments

Comments
 (0)