Skip to content

Commit

Permalink
Merge pull request #442 from jenkinsci/dependabot/gradle/org.apache.c…
Browse files Browse the repository at this point in the history
…ommons-commons-math3-3.6.1
  • Loading branch information
nre-ableton authored Nov 22, 2021
2 parents 631b710 + 7754aae commit 4560327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {

testImplementation('junit:junit:4.13.2')

grape('org.apache.commons:commons-math3:3.4.1')
grape('org.apache.commons:commons-math3:3.6.1')
}

defaultTasks 'test'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package net.courtanet.jenkins

@Grab('org.apache.commons:commons-math3:3.4.1')
@Grab('org.apache.commons:commons-math3:3.6.1')
import org.apache.commons.math3.primes.Primes

class Utils implements Serializable {
Expand Down

0 comments on commit 4560327

Please sign in to comment.