Skip to content

Commit c43acf7

Browse files
Bump the all_together group with 3 updates (#10)
Bumps the all_together group with 3 updates: org.slf4j:slf4j-simple, [org.mockito:mockito-core](https://github.com/mockito/mockito) and [org.codehaus.mojo:flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin). Updates `org.slf4j:slf4j-simple` from 2.0.16 to 2.0.17 Updates `org.mockito:mockito-core` from 4.11.0 to 5.16.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.11.0...v5.16.0) Updates `org.codehaus.mojo:flatten-maven-plugin` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases) - [Commits](mojohaus/flatten-maven-plugin@1.6.0...1.7.0) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all_together - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-major dependency-group: all_together - dependency-name: org.codehaus.mojo:flatten-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all_together ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab3555a commit c43acf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<jacoco.version>0.8.12</jacoco.version>
2525
<maven.plugin.testing.version>3.3.0</maven.plugin.testing.version>
2626
<jetbrains-annotations.version>26.0.2</jetbrains-annotations.version>
27-
<slf4j-simple.version>2.0.16</slf4j-simple.version>
27+
<slf4j-simple.version>2.0.17</slf4j-simple.version>
2828
<maven-plugin-plugin.version>3.15.1</maven-plugin-plugin.version>
2929
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
3030
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
@@ -36,7 +36,7 @@
3636
<maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version>
3737
<lombok.version>1.18.36</lombok.version>
3838
<jline.version>3.29.0</jline.version>
39-
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
39+
<flatten-maven-plugin.version>1.7.0</flatten-maven-plugin.version>
4040
</properties>
4141

4242
<dependencyManagement>
@@ -151,7 +151,7 @@
151151
<dependency>
152152
<groupId>org.mockito</groupId>
153153
<artifactId>mockito-core</artifactId>
154-
<version>4.11.0</version>
154+
<version>5.16.0</version>
155155
<scope>test</scope>
156156
</dependency>
157157

0 commit comments

Comments
 (0)