Skip to content

Commit

Permalink
Updated log4j and gson dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon3055 committed Sep 4, 2022
1 parent baaf0f4 commit d95cb15
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,17 @@ plugins {
java.toolchain.languageVersion = JavaLanguageVersion.of(17)

group = 'com.brandon3055'
version = '0.0.2-' + getDate()
version = '0.0.3-' + getDate()
archivesBaseName = "EDAProToIBOM"

repositories {
mavenCentral()
}

dependencies {
// implementation "com.google.guava:guava:26.0-jre"
implementation "com.google.code.gson:gson:2.7"
// implementation "commons-io:commons-io:2.5"
implementation "org.apache.logging.log4j:log4j-api:2.11.2"
implementation "org.apache.logging.log4j:log4j-core:2.11.2"
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'org.apache.logging.log4j:log4j-api:2.18.0'
implementation 'org.apache.logging.log4j:log4j-core:2.18.0'
}

jar.enabled = false
Expand Down

0 comments on commit d95cb15

Please sign in to comment.