Skip to content

Commit fe95fec

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump the build-dependencies group across 1 directory with 6 updates
Bumps the build-dependencies group with 6 updates in the / directory: | 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` | | [org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven) | `5.3.0.6276` | `5.4.0.6343` | 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) Updates `org.sonarsource.scanner.maven:sonar-maven-plugin` from 5.3.0.6276 to 5.4.0.6343 - [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases) - [Commits](SonarSource/sonar-scanner-maven@5.3.0.6276...5.4.0.6343) --- 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 - dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin dependency-version: 5.4.0.6343 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 fe95fec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 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>
@@ -266,7 +266,7 @@
266266
<version.maven-wrapper-plugin>3.3.4</version.maven-wrapper-plugin>
267267
<version.spotless-maven-plugin>3.1.0</version.spotless-maven-plugin>
268268
<version.jacoco.plugin>0.8.14</version.jacoco.plugin>
269-
<version.sonar.plugin>5.3.0.6276</version.sonar.plugin>
269+
<version.sonar.plugin>5.4.0.6343</version.sonar.plugin>
270270
<version.maven.injection.plugin>1.0.2</version.maven.injection.plugin>
271271

272272
<!-- Forbidden API related properties -->

0 commit comments

Comments
 (0)