Skip to content

Commit 4d903cb

Browse files
chore(deps): Bump the java group with 7 updates (#39)
[skip ci] Bumps the java group with 7 updates: | Package | From | To | | --- | --- | --- | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.0.2` | `6.0.3` | | [org.mockito:mockito-bom](https://github.com/mockito/mockito) | `5.21.0` | `5.23.0` | | [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `2.0` | `2.6` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.29` | `1.5.32` | | [com.google.code.gson:gson](https://github.com/google/gson) | `2.13.2` | `2.14.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.4` | `3.5.5` | | [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.5.4` | `3.5.5` | Updates `org.junit:junit-bom` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) Updates `org.mockito:mockito-bom` from 5.21.0 to 5.23.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.21.0...v5.23.0) Updates `org.yaml:snakeyaml` from 2.0 to 2.6 - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.6..snakeyaml-2.0) Updates `ch.qos.logback:logback-classic` from 1.5.29 to 1.5.32 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.29...v_1.5.32) Updates `com.google.code.gson:gson` from 2.13.2 to 2.14.0 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.13.2...gson-parent-2.14.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.4 to 3.5.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.4...surefire-3.5.5) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.4 to 3.5.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.4...surefire-3.5.5) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: org.mockito:mockito-bom dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.yaml:snakeyaml dependency-version: '2.6' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.32 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: java - dependency-name: com.google.code.gson:gson dependency-version: 2.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: java - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: java - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-version: 3.5.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: java ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6299d82 commit 4d903cb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<dependency>
2424
<groupId>org.junit</groupId>
2525
<artifactId>junit-bom</artifactId>
26-
<version>6.0.2</version>
26+
<version>6.0.3</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.mockito</groupId>
3232
<artifactId>mockito-bom</artifactId>
33-
<version>5.21.0</version>
33+
<version>5.23.0</version>
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.yaml</groupId>
4343
<artifactId>snakeyaml</artifactId>
44-
<version>2.0</version>
44+
<version>2.6</version>
4545
<optional>true</optional>
4646
</dependency>
4747
<dependency>
@@ -54,13 +54,13 @@
5454
<dependency>
5555
<groupId>ch.qos.logback</groupId>
5656
<artifactId>logback-classic</artifactId>
57-
<version>1.5.29</version>
57+
<version>1.5.32</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.google.code.gson</groupId>
6262
<artifactId>gson</artifactId>
63-
<version>2.13.2</version>
63+
<version>2.14.0</version>
6464
<scope>test</scope>
6565
</dependency>
6666
<dependency>
@@ -137,7 +137,7 @@
137137
<plugin>
138138
<groupId>org.apache.maven.plugins</groupId>
139139
<artifactId>maven-surefire-plugin</artifactId>
140-
<version>3.5.4</version>
140+
<version>3.5.5</version>
141141
<configuration>
142142
<!-- Remove Mockito agent warning -->
143143
<argLine>@{argLine} -javaagent:${org.mockito:mockito-core:jar}</argLine>
@@ -146,7 +146,7 @@
146146
<plugin>
147147
<groupId>org.apache.maven.plugins</groupId>
148148
<artifactId>maven-failsafe-plugin</artifactId>
149-
<version>3.5.4</version>
149+
<version>3.5.5</version>
150150
<configuration>
151151
<!-- Remove Mockito agent warning -->
152152
<argLine>@{argLine} -javaagent:${org.mockito:mockito-core:jar}</argLine>

0 commit comments

Comments
 (0)