Skip to content

Commit

Permalink
fix(deps): update dependency black.ninia:jep to v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent e1863de commit 267cd9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/nf-quilt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ dependencies {
compileOnly 'org.pf4j:pf4j:3.12.1'
// add here plugins depepencies
compileOnly 'org.slf4j:slf4j-simple:2.1.0-alpha1'
compileOnly 'black.ninia:jep:4.2.0'
runtime 'black.ninia:jep:4.2.0'
compileOnly 'black.ninia:jep:4.2.1'
runtime 'black.ninia:jep:4.2.1'
runtimeOnly 'org.junit.platform:junit-platform-launcher:1.11.2'
implementation 'commons-io:commons-io:2.17.0'
implementation 'black.ninia:jep:4.2.0'
testImplementation 'black.ninia:jep:4.2.0'
implementation 'black.ninia:jep:4.2.1'
testImplementation 'black.ninia:jep:4.2.1'
//testImplementation(testFixtures('black.ninia:jep:4.0.3'))

// test configuration
Expand Down

0 comments on commit 267cd9c

Please sign in to comment.