Skip to content
This repository was archived by the owner on May 12, 2024. It is now read-only.

Commit 6fb87f7

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents d19bef0 + 49abf87 commit 6fb87f7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bootstrap/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ configurations {
1313
dependencies {
1414
include project(":impl-classtransform")
1515

16-
include "net.lenni0451:Reflect:1.3.0"
16+
include "net.lenni0451:Reflect:1.3.1"
1717
}
1818

1919
application {

standalone/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ dependencies {
1515

1616
include "net.sf.jopt-simple:jopt-simple:5.0.4"
1717

18-
include "org.apache.logging.log4j:log4j-core:2.21.1"
19-
include "org.apache.logging.log4j:log4j-slf4j2-impl:2.21.1"
18+
include "org.apache.logging.log4j:log4j-core:2.22.0"
19+
include "org.apache.logging.log4j:log4j-slf4j2-impl:2.22.0"
2020

2121
compileOnly "org.jetbrains:annotations:24.1.0"
2222

0 commit comments

Comments
 (0)