Skip to content

Commit

Permalink
Merge pull request #93 from MicroShed/dependabot/gradle/sample-apps/j…
Browse files Browse the repository at this point in the history
…axrs-mpjwt/org.slf4j-slf4j-log4j12-1.7.29

Bump slf4j-log4j12 from 1.7.26 to 1.7.29 in /sample-apps/jaxrs-mpjwt
  • Loading branch information
aguibert authored Nov 11, 2019
2 parents 20c938a + 33032fd commit f453c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-apps/jaxrs-mpjwt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
providedCompile 'javax:javaee-api:8.0.1'
providedCompile 'org.eclipse.microprofile:microprofile:2.1'
testCompile project(':microshed-testing-testcontainers')
testCompile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.26'
testCompile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.29'
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.2'
}

Expand Down

0 comments on commit f453c56

Please sign in to comment.