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 |
| --- | --- | --- |
| [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) | `0.21.1` | `0.21.2` |
| [com.buschmais.jqassistant:jqassistant-maven-plugin](https://github.com/jqassistant/jqa-maven-plugin) | `2.2.0` | `2.2.1` |
| [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) | `8.3.0` | `8.4.0` |
| com.oracle.database.jdbc:ojdbc11 | `23.3.0.23.09` | `23.4.0.24.05` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.1.0-jre` | `33.2.0-jre` |

Updates `com.github.siom79.japicmp:japicmp-maven-plugin` from 0.21.1 to 0.21.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.21.1...japicmp-base-0.21.2)

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

Updates `com.mysql:mysql-connector-j` from 8.3.0 to 8.4.0
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.x/CHANGES)
- [Commits](mysql/mysql-connector-j@8.3.0...8.4.0)

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

Updates `com.google.guava:guava` from 33.1.0-jre to 33.2.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-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.mysql:mysql-connector-j
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: com.google.guava:guava
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and marko-bekhta committed May 7, 2024
1 parent c348893 commit 134529e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/container/database/mysql.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# MySQL
# See https://hub.docker.com/_/mysql/tags
FROM docker.io/mysql:8.3.0
FROM docker.io/mysql:8.4.0
2 changes: 1 addition & 1 deletion build/container/database/oracle.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Oracle
# See https://hub.docker.com/r/gvenzl/oracle-free/tags
FROM docker.io/gvenzl/oracle-free:23.3-slim-faststart
FROM docker.io/gvenzl/oracle-free:23.4-slim-faststart
6 changes: 3 additions & 3 deletions build/parents/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@
<version.org.apache.derby>10.15.2.0</version.org.apache.derby>
<version.org.postgresql>42.7.3</version.org.postgresql>
<version.org.mariadb.jdbc>3.3.3</version.org.mariadb.jdbc>
<version.mysql.mysql-connector-j>8.3.0</version.mysql.mysql-connector-j>
<version.mysql.mysql-connector-j>8.4.0</version.mysql.mysql-connector-j>
<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.oracle.database.jdbc>23.4.0.24.05</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 @@ -173,7 +173,7 @@
<!-- >>> Jakarta Batch: JBeret SE dependencies -->
<version.org.jboss.marshalling>2.1.4.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>33.1.0-jre</version.org.google.guava>
<version.org.google.guava>33.2.0-jre</version.org.google.guava>

<!-- >>> Spring integration tests -->
<!-- When updating Spring Boot check if it supports JDK23 and enable testing with it if so (see testWithJdk23 profile). -->
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
<version.install.plugin>3.1.2</version.install.plugin>
<version.enforcer.plugin>3.4.1</version.enforcer.plugin>
<version.project-info.plugin>3.5.0</version.project-info.plugin>
<version.japicmp.plugin>0.21.1</version.japicmp.plugin>
<version.japicmp.plugin>0.21.2</version.japicmp.plugin>
<version.nexus-staging.plugin>1.6.13</version.nexus-staging.plugin>
<version.deploy.plugin>3.1.2</version.deploy.plugin>
<version.gpg.plugin>3.2.4</version.gpg.plugin>
Expand Down Expand Up @@ -295,7 +295,7 @@
<version.surefire.plugin>3.2.5</version.surefire.plugin>
<version.surefire.plugin.java-version.asm>9.7</version.surefire.plugin.java-version.asm>
<version.jacoco.plugin>0.8.12</version.jacoco.plugin>
<version.com.buschmais.jqassistant.plugin>2.2.0</version.com.buschmais.jqassistant.plugin>
<version.com.buschmais.jqassistant.plugin>2.2.1</version.com.buschmais.jqassistant.plugin>
<version.moditect.plugin>1.2.1.Final</version.moditect.plugin>
<version.sonar.plugin>3.11.0.3922</version.sonar.plugin>
<version.scripting.plugin>3.0.0</version.scripting.plugin>
Expand Down

0 comments on commit 134529e

Please sign in to comment.