Skip to content

Commit 3a38015

Browse files
fix(deps): update junit-framework monorepo to v6
1 parent b5ecbd1 commit 3a38015

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ai-mocks-openai/samples/shadow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.junit.jupiter</groupId>
5757
<artifactId>junit-jupiter-api</artifactId>
58-
<version>5.13.4</version>
58+
<version>6.0.0</version>
5959
<scope>test</scope>
6060
</dependency>
6161
</dependencies>

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dokka = "2.0.0"
99
finchly = "0.1.1"
1010
google-genai = "1.20.0"
1111
google-adk = "0.3.0"
12-
junitJupiter = "5.13.4"
12+
junitJupiter = "6.0.0"
1313
kotest = "5.9.1"
1414
kotlin = "2.1.21"
1515
kotlinLogging = "7.0.13"

0 commit comments

Comments
 (0)