Skip to content

Commit

Permalink
Bump the build-dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the build-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.1.0` | `3.1.1` |
| [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.16.1` | `2.16.2` |
| [com.buschmais.jqassistant:jqassistant-maven-plugin](https://github.com/jqassistant/jqa-maven-plugin) | `2.0.8` | `2.0.9` |
| [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) | `8.4.2` | `8.4.3` |
| [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `1.19.1` | `1.19.2` |
| com.ibm.db2:jcc | `11.5.8.0` | `11.5.9.0` |


Updates `org.codehaus.mojo:exec-maven-plugin` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@exec-maven-plugin-3.1.0...3.1.1)

Updates `org.codehaus.mojo:versions-maven-plugin` from 2.16.1 to 2.16.2
- [Release notes](https://github.com/mojohaus/versions/releases)
- [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
- [Commits](mojohaus/versions@2.16.1...2.16.2)

Updates `com.buschmais.jqassistant:jqassistant-maven-plugin` from 2.0.8 to 2.0.9
- [Commits](jQAssistant/jqa-maven-plugin@REL-2.0.8...REL-2.0.9)

Updates `org.owasp:dependency-check-maven` from 8.4.2 to 8.4.3
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v8.4.2...v8.4.3)

Updates `org.testcontainers:testcontainers-bom` from 1.19.1 to 1.19.2
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.1...1.19.2)

Updates `com.ibm.db2:jcc` from 11.5.8.0 to 11.5.9.0

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.codehaus.mojo:versions-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: com.buschmais.jqassistant:jqassistant-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: com.ibm.db2:jcc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 21, 2023
1 parent b6a254d commit d19b799
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build/parents/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<version.junit-platform-suite-engine>1.10.0</version.junit-platform-suite-engine>
<version.org.osgi.core>6.0.0</version.org.osgi.core>
<!-- Make sure to update Ryuk container version in `ryuk.Dockerfile` whenever updating testcontainers to align it with the lib. -->
<version.testcontainers>1.19.1</version.testcontainers>
<version.testcontainers>1.19.2</version.testcontainers>

<version.org.hamcrest>2.2</version.org.hamcrest>
<version.org.mockito>5.7.0</version.org.mockito>
Expand All @@ -143,7 +143,7 @@
<version.org.postgresql>42.6.0</version.org.postgresql>
<version.org.mariadb.jdbc>3.1.4</version.org.mariadb.jdbc>
<version.mysql.mysql-connector-j>8.2.0</version.mysql.mysql-connector-j>
<version.com.ibm.db2.jcc>11.5.8.0</version.com.ibm.db2.jcc>
<version.com.ibm.db2.jcc>11.5.9.0</version.com.ibm.db2.jcc>
<version.com.oracle.database.jdbc>23.3.0.23.09</version.com.oracle.database.jdbc>
<version.com.microsoft.sqlserver.mssql-jdbc>12.2.0.jre11</version.com.microsoft.sqlserver.mssql-jdbc>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@
<version.compiler.plugin>3.11.0</version.compiler.plugin>
<version.dependency.plugin>3.6.1</version.dependency.plugin>
<!-- Check dependencies for security vulnerabilities -->
<version.dependency-check.plugin>8.4.2</version.dependency-check.plugin>
<version.exec.plugin>3.1.0</version.exec.plugin>
<version.dependency-check.plugin>8.4.3</version.dependency-check.plugin>
<version.exec.plugin>3.1.1</version.exec.plugin>
<version.forbiddenapis.plugin>3.6</version.forbiddenapis.plugin>
<version.jandex.plugin>3.1.5</version.jandex.plugin>
<version.maven.injection.plugin>1.0.2</version.maven.injection.plugin>
Expand All @@ -290,13 +290,13 @@
<version.surefire.plugin>3.2.2</version.surefire.plugin>
<version.surefire.plugin.java-version.asm>9.6</version.surefire.plugin.java-version.asm>
<version.jacoco.plugin>0.8.11</version.jacoco.plugin>
<version.com.buschmais.jqassistant.plugin>2.0.8</version.com.buschmais.jqassistant.plugin>
<version.com.buschmais.jqassistant.plugin>2.0.9</version.com.buschmais.jqassistant.plugin>
<version.moditect.plugin>1.1.0</version.moditect.plugin>
<version.sonar.plugin>3.10.0.2594</version.sonar.plugin>
<version.scripting.plugin>3.0.0</version.scripting.plugin>
<version.org.apache.groovy.groovy-jsr223>4.0.13</version.org.apache.groovy.groovy-jsr223>
<version.com.puppycrawl.tools.checkstyle>10.9.3</version.com.puppycrawl.tools.checkstyle>
<version.versions.plugin>2.16.1</version.versions.plugin>
<version.versions.plugin>2.16.2</version.versions.plugin>
<version.maven-wrapper-plugin>3.2.0</version.maven-wrapper-plugin>
<version.impsort-maven-plugin>1.9.0</version.impsort-maven-plugin>
<version.formatter-maven-plugin>2.23.0</version.formatter-maven-plugin>
Expand Down

0 comments on commit d19b799

Please sign in to comment.