[11.0.x] Bump the dev-dependencies group across 1 directory with 5 updates (#12369)
* [11.0.x] Bump the dev-dependencies group across 1 directory with 5 updates Bumps the dev-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.5.6` | `1.5.9` | | [jakarta.servlet.jsp:jakarta.servlet.jsp-api](https://github.com/eclipse-ee4j/jsp-api) | `3.0.0` | `3.1.0` | | [org.jboss.threads:jboss-threads](https://github.com/jbossas/jboss-threads) | `3.6.1.Final` | `3.8.0.Final` | | [org.mortbay.jetty:h2spec-maven-plugin](https://github.com/jetty-project/h2spec-maven-plugin) | `1.0.12` | `1.0.13` | | [com.hazelcast:hazelcast](https://github.com/hazelcast/hazelcast) | `5.3.8` | `5.5.0` | Updates `ch.qos.logback:logback-core` from 1.5.6 to 1.5.9 - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.6...v_1.5.9) Updates `jakarta.servlet.jsp:jakarta.servlet.jsp-api` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/eclipse-ee4j/jsp-api/releases) - [Commits](https://github.com/eclipse-ee4j/jsp-api/compare/3.0.0-RELEASE...3.1.0-RELEASE) Updates `org.jboss.threads:jboss-threads` from 3.6.1.Final to 3.8.0.Final - [Commits](https://github.com/jbossas/jboss-threads/compare/3.6.1.Final...3.8.0.Final) Updates `org.mortbay.jetty:h2spec-maven-plugin` from 1.0.12 to 1.0.13 - [Release notes](https://github.com/jetty-project/h2spec-maven-plugin/releases) - [Commits](https://github.com/jetty-project/h2spec-maven-plugin/compare/h2spec-maven-plugin-1.0.12...h2spec-maven-plugin-1.0.13) Updates `com.hazelcast:hazelcast` from 5.3.8 to 5.5.0 - [Release notes](https://github.com/hazelcast/hazelcast/releases) - [Commits](https://github.com/hazelcast/hazelcast/compare/v5.3.8...v5.5.0) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: jakarta.servlet.jsp:jakarta.servlet.jsp-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.jboss.threads:jboss-threads dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.mortbay.jetty:h2spec-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: com.hazelcast:hazelcast dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * fix upperBound Signed-off-by: Olivier Lamy <olamy@apache.org> * jboss threads 3.7.0 is java 17 Signed-off-by: Olivier Lamy <olamy@apache.org> * do not upgrade jakarta.servlet.jsp.jstl.api.version Signed-off-by: Olivier Lamy <olamy@apache.org> * downgrade hazelcast Signed-off-by: Olivier Lamy <olamy@apache.org> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Olivier Lamy <olamy@apache.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
3165212411
commit
281554686d
|
@ -52,6 +52,8 @@ updates:
|
|||
versions: [ ">=1.4.0"]
|
||||
- dependency-name: "com.hazelcast:*"
|
||||
versions: [ ">=5.4.0"]
|
||||
- dependency-name: "org.jboss.threads:jboss-threads"
|
||||
versions: [ ">=3.7.0"]
|
||||
|
||||
- package-ecosystem: "maven"
|
||||
directory: "/"
|
||||
|
|
9
pom.xml
9
pom.xml
|
@ -224,7 +224,7 @@
|
|||
<gson.version>2.11.0</gson.version>
|
||||
<guava.version>33.3.1-jre</guava.version>
|
||||
<guice.version>5.1.0</guice.version>
|
||||
<h2spec.maven.plugin.version>1.0.12</h2spec.maven.plugin.version>
|
||||
<h2spec.maven.plugin.version>1.0.13</h2spec.maven.plugin.version>
|
||||
<hamcrest.version>3.0</hamcrest.version>
|
||||
<hawtio.version>3.0.2</hawtio.version>
|
||||
<hazelcast.version>5.3.8</hazelcast.version>
|
||||
|
@ -294,7 +294,7 @@
|
|||
<license.maven.plugin.version>4.6</license.maven.plugin.version>
|
||||
<localRepoPath>${project.build.directory}/local-repo</localRepoPath>
|
||||
<log4j2.version>2.24.1</log4j2.version>
|
||||
<logback.version>1.5.6</logback.version>
|
||||
<logback.version>1.5.9</logback.version>
|
||||
<mariadb.docker.version>10.3.6</mariadb.docker.version>
|
||||
<mariadb.version>3.4.1</mariadb.version>
|
||||
<maven-plugin.plugin.version>3.15.0</maven-plugin.plugin.version>
|
||||
|
@ -519,6 +519,11 @@
|
|||
<version>${hawtio.version}</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.smallrye.common</groupId>
|
||||
<artifactId>smallrye-common-cpu</artifactId>
|
||||
<version>2.6.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta.activation</groupId>
|
||||
<artifactId>jakarta.activation-api</artifactId>
|
||||
|
|
Loading…
Reference in New Issue