Skip to content

Commit

Permalink
Update lgo4j
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Jan 10, 2025
1 parent 1401415 commit 451475a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ dependencies {
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
implementation 'org.apache.httpcomponents:httpasyncclient:4.1.5'
implementation 'org.apache.commons:commons-exec:1.4.0'
implementation 'org.apache.logging.log4j:log4j-api:2.24.2'
implementation 'org.apache.logging.log4j:log4j-api:2.24.3'
implementation 'net.java.dev.jna:jna:3.4.0'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.4'
testImplementation 'org.dstadler:commons-test:1.0.0.21'
testImplementation 'org.apache.logging.log4j:log4j-core:2.24.2'
testImplementation 'org.apache.logging.log4j:log4j-core:2.24.3'

//rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:2.23.1")
rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.30.1")
Expand Down

0 comments on commit 451475a

Please sign in to comment.