Skip to content

Commit d21103d

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump the build-dependencies group with 5 updates
Bumps the build-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.13` | `0.8.14` | | [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) | `0.24.1` | `0.24.2` | | [org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck) | `12.1.6` | `12.1.8` | | [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) | `13.2.0.jre11` | `13.2.1.jre11` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `11.1.0` | `12.0.1` | Updates `org.jacoco:jacoco-maven-plugin` from 0.8.13 to 0.8.14 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.13...v0.8.14) Updates `com.github.siom79.japicmp:japicmp-maven-plugin` from 0.24.1 to 0.24.2 - [Release notes](https://github.com/siom79/japicmp/releases) - [Changelog](https://github.com/siom79/japicmp/blob/master/release.py) - [Commits](siom79/japicmp@japicmp-base-0.24.1...japicmp-base-0.24.2) Updates `org.owasp:dependency-check-maven` from 12.1.6 to 12.1.8 - [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.6...v12.1.8) Updates `com.microsoft.sqlserver:mssql-jdbc` from 13.2.0.jre11 to 13.2.1.jre11 - [Release notes](https://github.com/Microsoft/mssql-jdbc/releases) - [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/mssql-jdbc/commits) Updates `com.puppycrawl.tools:checkstyle` from 11.1.0 to 12.0.1 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-11.1.0...checkstyle-12.0.1) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin dependency-version: 0.24.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.owasp:dependency-check-maven dependency-version: 12.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: com.microsoft.sqlserver:mssql-jdbc dependency-version: 13.2.1.jre11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 12.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 41b9ba7 commit d21103d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build/parents/build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<version.mysql.mysql-connector-j>9.4.0</version.mysql.mysql-connector-j>
167167
<version.com.ibm.db2.jcc>12.1.2.0</version.com.ibm.db2.jcc>
168168
<version.com.oracle.database.jdbc>23.9.0.25.07</version.com.oracle.database.jdbc>
169-
<version.com.microsoft.sqlserver.mssql-jdbc>13.2.0.jre11</version.com.microsoft.sqlserver.mssql-jdbc>
169+
<version.com.microsoft.sqlserver.mssql-jdbc>13.2.1.jre11</version.com.microsoft.sqlserver.mssql-jdbc>
170170

171171
<!-- >>> Performance tests -->
172172
<version.org.openjdk.jmh>1.37</version.org.openjdk.jmh>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
<version.install.plugin>3.1.4</version.install.plugin>
274274
<version.enforcer.plugin>3.6.2</version.enforcer.plugin>
275275
<version.project-info.plugin>3.9.0</version.project-info.plugin>
276-
<version.japicmp.plugin>0.24.1</version.japicmp.plugin>
276+
<version.japicmp.plugin>0.24.2</version.japicmp.plugin>
277277
<version.deploy.plugin>3.1.4</version.deploy.plugin>
278278
<version.flatten-maven-plugin>1.7.3</version.flatten-maven-plugin>
279279
<version.assembly.plugin>3.7.1</version.assembly.plugin>
@@ -283,7 +283,7 @@
283283
<version.compiler.plugin>3.14.1</version.compiler.plugin>
284284
<version.dependency.plugin>3.9.0</version.dependency.plugin>
285285
<!-- Check dependencies for security vulnerabilities -->
286-
<version.dependency-check.plugin>12.1.6</version.dependency-check.plugin>
286+
<version.dependency-check.plugin>12.1.8</version.dependency-check.plugin>
287287
<version.exec.plugin>3.6.1</version.exec.plugin>
288288
<version.forbiddenapis.plugin>3.10</version.forbiddenapis.plugin>
289289
<!-- Make sure that upgraded Jandex plugin aligns with the Jandex version imported from the ORM platform pom -->
@@ -299,7 +299,7 @@
299299
<!-- Surefire versions are a minefield of bugs: be careful with upgrades -->
300300
<version.surefire.plugin>3.5.4</version.surefire.plugin>
301301
<version.surefire.plugin.java-version.asm>9.9</version.surefire.plugin.java-version.asm>
302-
<version.jacoco.plugin>0.8.13</version.jacoco.plugin>
302+
<version.jacoco.plugin>0.8.14</version.jacoco.plugin>
303303
<version.com.buschmais.jqassistant.plugin>2.7.1</version.com.buschmais.jqassistant.plugin>
304304
<version.moditect.plugin>1.3.0.Final</version.moditect.plugin>
305305
<version.sonar.plugin>5.2.0.4988</version.sonar.plugin>
@@ -309,7 +309,7 @@
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.1.0</version.com.puppycrawl.tools.checkstyle>
312+
<version.com.puppycrawl.tools.checkstyle>12.0.1</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>

0 commit comments

Comments
 (0)