Skip to content

Commit 7dcb70d

Browse files
Dependabot Bump (#164)
* Bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17 in /finish Bumps org.slf4j:slf4j-api from 2.0.16 to 2.0.17. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.testcontainers:testcontainers from 1.20.4 to 1.20.5 in /finish Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.4 to 1.20.5. - [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.20.4...1.20.5) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.slf4j:slf4j-reload4j from 2.0.16 to 2.0.17 in /finish Bumps org.slf4j:slf4j-reload4j from 2.0.16 to 2.0.17. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-reload4j dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.0 in /finish Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.0 in /start Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ee7a26 commit 7dcb70d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: finish/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.junit.jupiter</groupId>
4747
<artifactId>junit-jupiter</artifactId>
48-
<version>5.11.4</version>
48+
<version>5.12.0</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>
@@ -76,23 +76,23 @@
7676
<dependency>
7777
<groupId>org.testcontainers</groupId>
7878
<artifactId>testcontainers</artifactId>
79-
<version>1.20.4</version>
79+
<version>1.20.5</version>
8080
<scope>test</scope>
8181
</dependency>
8282
<!-- end::testcontainers[] -->
8383
<!-- tag::slf4j[] -->
8484
<dependency>
8585
<groupId>org.slf4j</groupId>
8686
<artifactId>slf4j-reload4j</artifactId>
87-
<version>2.0.16</version>
87+
<version>2.0.17</version>
8888
<scope>test</scope>
8989
</dependency>
9090
<!-- end::slf4j[] -->
9191
<!-- tag::slf4j-api[] -->
9292
<dependency>
9393
<groupId>org.slf4j</groupId>
9494
<artifactId>slf4j-api</artifactId>
95-
<version>2.0.16</version>
95+
<version>2.0.17</version>
9696
</dependency>
9797
<!-- end::slf4j-api[] -->
9898
<!-- end::testDependenies[] -->

Diff for: start/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.junit.jupiter</groupId>
4646
<artifactId>junit-jupiter</artifactId>
47-
<version>5.11.4</version>
47+
<version>5.12.0</version>
4848
<scope>test</scope>
4949
</dependency>
5050
<dependency>

0 commit comments

Comments
 (0)