Skip to content

Commit 710adb5

Browse files
build(deps): Bump the maven group across 1 directory with 7 updates (#174)
* build(deps): Bump the maven group across 1 directory with 9 updates Bumps the maven group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | io.vertx:vertx-stack-depchain | `4.5.21` | `4.5.22` | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.13.4` | `6.0.1` | | [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `1.21.3` | `2.0.2` | | [org.redisson:redisson](https://github.com/redisson/redisson) | `3.51.0` | `3.52.0` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.18` | `1.5.21` | | [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.3.1` | `3.4.0` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.13` | `0.8.14` | | [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.6.1` | `3.6.2` | | [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.8.0` | `0.9.0` | Updates `io.vertx:vertx-stack-depchain` from 4.5.21 to 4.5.22 Updates `org.junit:junit-bom` from 5.13.4 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.1) Updates `org.testcontainers:testcontainers-bom` from 1.21.3 to 2.0.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.21.3...2.0.2) Updates `org.redisson:redisson` from 3.51.0 to 3.52.0 - [Release notes](https://github.com/redisson/redisson/releases) - [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md) - [Commits](redisson/redisson@redisson-3.51.0...redisson-3.52.0) Updates `ch.qos.logback:logback-classic` from 1.5.18 to 1.5.21 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.18...v_1.5.21) Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.1...maven-source-plugin-3.4.0) 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 `org.apache.maven.plugins:maven-enforcer-plugin` from 3.6.1 to 3.6.2 - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](apache/maven-enforcer@enforcer-3.6.1...enforcer-3.6.2) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.8.0 to 0.9.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: io.vertx:vertx-stack-depchain dependency-version: 4.5.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.junit:junit-bom dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven - dependency-name: org.redisson:redisson dependency-version: 3.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-version: 3.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven ... Signed-off-by: dependabot[bot] <support@github.com> * fix(deps): Update testcontainers artifact ID * build(deps): Downgrade to junit 5.14.1 * build: Pin testcontainers and junit to older versions * build: Update maven wrapper --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Samuel Sjöberg <samuel.sjoberg@extendaretail.com>
1 parent 6e8f766 commit 710adb5

File tree

8 files changed

+439
-467
lines changed

8 files changed

+439
-467
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ updates:
88
maven:
99
patterns:
1010
- '*'
11+
ignore:
12+
- dependency-name: "org.junit:junit-bom"
13+
update-types:
14+
- "version-update:semver-major"
15+
- dependency-name: "org.testcontainers:testcontainers-bom"
16+
update-types:
17+
- "version-update:semver-major"
1118
- package-ecosystem: github-actions
1219
directory: '/'
1320
schedule:

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: maven
2323

2424
- name: Run tests
25-
run: ./mvnw verify
25+
run: ./mvnw -V -B verify
2626

2727
- name: Scan with SonarCloud
2828
if: github.repository == 'extenda/vertx-redis-clustermanager'

.mvn/wrapper/maven-wrapper.jar

-57.4 KB
Binary file not shown.
Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
# Licensed to the Apache Software Foundation (ASF) under one
2-
# or more contributor license agreements. See the NOTICE file
3-
# distributed with this work for additional information
4-
# regarding copyright ownership. The ASF licenses this file
5-
# to you under the Apache License, Version 2.0 (the
6-
# "License"); you may not use this file except in compliance
7-
# with the License. You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing,
12-
# software distributed under the License is distributed on an
13-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14-
# KIND, either express or implied. See the License for the
15-
# specific language governing permissions and limitations
16-
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.5/apache-maven-3.8.5-bin.zip
18-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
1+
wrapperVersion=3.3.4
2+
distributionType=only-script
3+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_stages: [pre-commit]
2-
2+
exclude: '^mvnw.*$'
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
55
rev: v6.0.0

0 commit comments

Comments
 (0)