Skip to content

Commit a3f32de

Browse files
Bump org.junit:junit-bom from 5.10.0 to 6.0.3 in /ams-javalin-shopping (#18)
* Bump org.junit:junit-bom from 5.10.0 to 6.0.3 in /ams-javalin-shopping Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.10.0 to 6.0.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.0...r6.0.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * move up junit bom --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manuel Fink <manuel.fink@sap.com>
1 parent 6dd026a commit a3f32de

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

ams-javalin-shopping/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<opencsv.version>5.12.0</opencsv.version>
2424
<slf4j.version>2.0.7</slf4j.version>
2525
<logback.version>1.5.32</logback.version>
26-
<junit.version>5.10.0</junit.version>
26+
<junit.version>6.0.3</junit.version>
2727
<httpclient.version>4.5.14</httpclient.version>
2828
</properties>
2929

@@ -38,6 +38,14 @@
3838
<scope>import</scope>
3939
</dependency>
4040

41+
<dependency>
42+
<groupId>org.junit</groupId>
43+
<artifactId>junit-bom</artifactId>
44+
<version>${junit.version}</version>
45+
<type>pom</type>
46+
<scope>import</scope>
47+
</dependency>
48+
4149
<!-- SAP BTP Service Binding Accessor -->
4250
<dependency>
4351
<groupId>com.sap.cloud.environment.servicebinding</groupId>
@@ -92,14 +100,6 @@
92100
<version>${logback.version}</version>
93101
</dependency>
94102

95-
<!-- Testing -->
96-
<dependency>
97-
<groupId>org.junit</groupId>
98-
<artifactId>junit-bom</artifactId>
99-
<version>${junit.version}</version>
100-
<type>pom</type>
101-
<scope>import</scope>
102-
</dependency>
103103
</dependencies>
104104
</dependencyManagement>
105105

0 commit comments

Comments
 (0)