Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [de.thetaphi:forbiddenapis](https://github.com/policeman-tools/forbidden-apis) | `3.5.1` | `3.6` |
| [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) | `0.18.0` | `0.18.1` |
| [com.buschmais.jqassistant:jqassistant-maven-plugin](https://github.com/jqassistant/jqa-maven-plugin) | `2.0.7` | `2.0.8` |
| com.oracle.database.jdbc:ojdbc11 | `23.2.0.0` | `23.3.0.23.09` |
| org.jboss.marshalling:jboss-marshalling | `2.1.2.Final` | `2.1.3.Final` |


Updates `de.thetaphi:forbiddenapis` from 3.5.1 to 3.6
- [Commits](policeman-tools/forbidden-apis@3.5.1...3.6)

Updates `com.github.siom79.japicmp:japicmp-maven-plugin` from 0.18.0 to 0.18.1
- [Release notes](https://github.com/siom79/japicmp/releases)
- [Changelog](https://github.com/siom79/japicmp/blob/master/release.py)
- [Commits](siom79/japicmp@japicmp-base-0.18.0...japicmp-base-0.18.1)

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

Updates `com.oracle.database.jdbc:ojdbc11` from 23.2.0.0 to 23.3.0.23.09

Updates `org.jboss.marshalling:jboss-marshalling` from 2.1.2.Final to 2.1.3.Final

---
updated-dependencies:
- dependency-name: de.thetaphi:forbiddenapis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: com.github.siom79.japicmp:japicmp-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: com.oracle.database.jdbc:ojdbc11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.jboss.marshalling:jboss-marshalling
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent ab1f6e7 commit 41c62e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/parents/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<version.org.mariadb.jdbc>3.1.4</version.org.mariadb.jdbc>
<version.mysql.mysql-connector-j>8.1.0</version.mysql.mysql-connector-j>
<version.com.ibm.db2.jcc>11.5.8.0</version.com.ibm.db2.jcc>
<version.com.oracle.database.jdbc>23.2.0.0</version.com.oracle.database.jdbc>
<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>

<!-- >>> Performance tests -->
Expand All @@ -150,7 +150,7 @@
<version.com.ibm.jbatch>2.1.1</version.com.ibm.jbatch>

<!-- >>> Jakarta Batch: JBeret SE dependencies -->
<version.org.jboss.marshalling>2.1.2.Final</version.org.jboss.marshalling>
<version.org.jboss.marshalling>2.1.3.Final</version.org.jboss.marshalling>
<version.org.wildfly.security.wildfly-security-manager>1.1.2.Final</version.org.wildfly.security.wildfly-security-manager>
<version.org.google.guava>32.1.2-jre</version.org.google.guava>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
<version.install.plugin>3.1.1</version.install.plugin>
<version.enforcer.plugin>3.4.0</version.enforcer.plugin>
<version.project-info.plugin>3.4.5</version.project-info.plugin>
<version.japicmp.plugin>0.18.0</version.japicmp.plugin>
<version.japicmp.plugin>0.18.1</version.japicmp.plugin>
<version.nexus-staging.plugin>1.6.13</version.nexus-staging.plugin>
<version.deploy.plugin>3.1.1</version.deploy.plugin>
<version.gpg.plugin>3.1.0</version.gpg.plugin>
Expand All @@ -275,7 +275,7 @@
<!-- Check dependencies for security vulnerabilities -->
<version.dependency-check.plugin>8.4.0</version.dependency-check.plugin>
<version.exec.plugin>3.1.0</version.exec.plugin>
<version.forbiddenapis.plugin>3.5.1</version.forbiddenapis.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>
<version.jar.plugin>3.3.0</version.jar.plugin>
Expand All @@ -289,7 +289,7 @@
<version.surefire.plugin>3.1.2</version.surefire.plugin>
<version.surefire.plugin.java-version.asm>9.5</version.surefire.plugin.java-version.asm>
<version.jacoco.plugin>0.8.10</version.jacoco.plugin>
<version.com.buschmais.jqassistant.plugin>2.0.7</version.com.buschmais.jqassistant.plugin>
<version.com.buschmais.jqassistant.plugin>2.0.8</version.com.buschmais.jqassistant.plugin>
<version.docker.maven.plugin>0.43.4</version.docker.maven.plugin>
<version.moditect.plugin>1.0.0.Final</version.moditect.plugin>
<version.sonar.plugin>3.10.0.2594</version.sonar.plugin>
Expand Down

0 comments on commit 41c62e9

Please sign in to comment.