Skip to content

Commit b12c242

Browse files
committed
Downgrade JUnit
1 parent eb6b8b9 commit b12c242

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ and this project follows the [Ragnarök Versioning Convention](https://github.co
2626
- Updated to [RetroFuturaGradle](https://github.com/GTNewHorizons/RetroFuturaGradle) 2.0.2
2727
- Updated to [foojay-resolver](https://github.com/gradle/foojay-toolchains) 1.0.0
2828
- Updated to [Gradle](https://gradle.org) 9.2.1
29-
- Updated to [JUnit](https://junit.org/) 6.0.1
29+
- Updated to [JUnit](https://junit.org/) 5.14.1
3030

3131
### Red Core MC
3232

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ val jafamaVersion = "2.3.2"
99

1010
val log4jVersion = "2.17.1" // Forged
1111

12-
val jUnitVersion = "6.0.1"
12+
val jUnitVersion = "5.14.1"
1313

1414
dependencies {
1515
embed("net.jafama", "jafama", jafamaVersion)

0 commit comments

Comments
 (0)