Skip to content

Commit dcebcb0

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump the build-dependencies group with 4 updates
Bumps the build-dependencies group with 4 updates: [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless), [org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck), [com.h2database:h2](https://github.com/h2database/h2database) and [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle). Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.46.1 to 3.0.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/2.46.1...lib/3.0.0) Updates `org.owasp:dependency-check-maven` from 12.1.5 to 12.1.6 - [Release notes](https://github.com/dependency-check/DependencyCheck/releases) - [Changelog](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md) - [Commits](dependency-check/DependencyCheck@v12.1.5...v12.1.6) Updates `com.h2database:h2` from 2.3.232 to 2.4.240 - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](h2database/h2database@version-2.3.232...version-2.4.240) Updates `com.puppycrawl.tools:checkstyle` from 11.0.1 to 11.1.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-11.0.1...checkstyle-11.1.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: build-dependencies - dependency-name: org.owasp:dependency-check-maven dependency-version: 12.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: com.h2database:h2 dependency-version: 2.4.240 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd1d560 commit dcebcb0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/parents/build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<version.org.jboss.weld>5.1.6.Final</version.org.jboss.weld>
161161

162162
<!-- >>> JDBC Drivers -->
163-
<version.com.h2database>2.3.232</version.com.h2database>
163+
<version.com.h2database>2.4.240</version.com.h2database>
164164
<version.org.postgresql>42.7.8</version.org.postgresql>
165165
<version.org.mariadb.jdbc>3.5.6</version.org.mariadb.jdbc>
166166
<version.mysql.mysql-connector-j>9.4.0</version.mysql.mysql-connector-j>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
<version.compiler.plugin>3.14.1</version.compiler.plugin>
284284
<version.dependency.plugin>3.8.1</version.dependency.plugin>
285285
<!-- Check dependencies for security vulnerabilities -->
286-
<version.dependency-check.plugin>12.1.5</version.dependency-check.plugin>
286+
<version.dependency-check.plugin>12.1.6</version.dependency-check.plugin>
287287
<version.exec.plugin>3.5.1</version.exec.plugin>
288288
<version.forbiddenapis.plugin>3.9</version.forbiddenapis.plugin>
289289
<!-- Make sure that upgraded Jandex plugin aligns with the Jandex version imported from the ORM platform pom -->
@@ -309,13 +309,13 @@
309309
e.g. 4.0.13 won't work with JDK 23, while 4.0.26 is working just fine.
310310
-->
311311
<version.org.apache.groovy.groovy-jsr223>5.0.1</version.org.apache.groovy.groovy-jsr223>
312-
<version.com.puppycrawl.tools.checkstyle>11.0.1</version.com.puppycrawl.tools.checkstyle>
312+
<version.com.puppycrawl.tools.checkstyle>11.1.0</version.com.puppycrawl.tools.checkstyle>
313313
<version.versions.plugin>2.19.1</version.versions.plugin>
314314
<version.maven-wrapper-plugin>3.3.4</version.maven-wrapper-plugin>
315315
<version.org.eclipse.m2e.lifecycle-mapping>1.0.0</version.org.eclipse.m2e.lifecycle-mapping>
316316
<version.sisu-maven-plugin>0.9.0.M4</version.sisu-maven-plugin>
317317
<version.gitflow-incremental-builder>4.5.6</version.gitflow-incremental-builder>
318-
<version.spotless-maven-plugin>2.46.1</version.spotless-maven-plugin>
318+
<version.spotless-maven-plugin>3.0.0</version.spotless-maven-plugin>
319319
<version.maven-antrun-plugin>3.1.0</version.maven-antrun-plugin>
320320

321321
<!-- Repository Deployment URLs -->

0 commit comments

Comments
 (0)