Skip to content

Commit ff8d126

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump the build-dependencies group across 1 directory with 3 updates
Bumps the build-dependencies group with 3 updates in the / directory: [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured), [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) and org.eclipse.sisu:sisu-maven-plugin. Updates `io.rest-assured:rest-assured` from 5.5.2 to 5.5.5 - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](rest-assured/rest-assured@rest-assured-5.5.2...rest-assured-5.5.5) Updates `com.puppycrawl.tools:checkstyle` from 10.23.1 to 10.24.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.23.1...checkstyle-10.24.0) Updates `org.eclipse.sisu:sisu-maven-plugin` from 0.9.0.M3 to 0.9.0.M4 --- updated-dependencies: - dependency-name: io.rest-assured:rest-assured dependency-version: 5.5.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 10.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.eclipse.sisu:sisu-maven-plugin dependency-version: 0.9.0.M4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e5d9a68 commit ff8d126

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
<version.org.assertj.assertj-core>3.26.3</version.org.assertj.assertj-core>
197197
<version.junit>4.13.2</version.junit>
198198
<version.org.easymock>5.6.0</version.org.easymock>
199-
<version.io.rest-assured>5.5.2</version.io.rest-assured>
199+
<version.io.rest-assured>5.5.5</version.io.rest-assured>
200200
<version.org.apache.groovy>4.0.27</version.org.apache.groovy>
201201
<version.com.google.guava>33.4.8-jre</version.com.google.guava>
202202
<version.org.springframework.spring-expression>6.2.7</version.org.springframework.spring-expression>
@@ -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>10.23.1</puppycrawl.checkstyle.version>
222+
<puppycrawl.checkstyle.version>10.24.0</puppycrawl.checkstyle.version>
223223

224224
<!-- Asciidoctor -->
225225

@@ -261,7 +261,7 @@
261261
<version.failsafe.plugin>${version.surefire.plugin}</version.failsafe.plugin>
262262
<version.flatten-maven-plugin>1.7.0</version.flatten-maven-plugin>
263263
<version.moditect.plugin>1.2.2.Final</version.moditect.plugin>
264-
<version.sisu-maven-plugin>0.9.0.M3</version.sisu-maven-plugin>
264+
<version.sisu-maven-plugin>0.9.0.M4</version.sisu-maven-plugin>
265265
<version.versions.plugin>2.18.0</version.versions.plugin>
266266
<version.maven-wrapper-plugin>3.3.2</version.maven-wrapper-plugin>
267267
<version.spotless-maven-plugin>2.44.4</version.spotless-maven-plugin>

0 commit comments

Comments
 (0)