Skip to content

Commit d6ea5db

Browse files
committed
Java: update dependencies to latest versions
1 parent 34d704b commit d6ea5db

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

java/build.gradle.in

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,16 @@ buildscript {
22
repositories {
33
mavenCentral()
44
}
5-
6-
dependencies {
7-
classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:4.2.0'
8-
}
95
}
106

117
plugins {
12-
id 'java-library'
13-
id 'com.adarshr.test-logger' version '1.7.0'
14-
id 'maven-publish'
15-
id 'signing'
8+
id "java-library"
9+
id "com.adarshr.test-logger" version "2.1.1"
10+
id "maven-publish"
11+
id "signing"
12+
id "biz.aQute.bnd.builder" version "5.3.0"
1613
}
1714

18-
apply plugin: 'biz.aQute.bnd.builder'
19-
2015
version = '4.0.0'
2116
group = 'com.github.tschoonj'
2217
sourceCompatibility = '1.8'
@@ -31,9 +26,9 @@ repositories {
3126

3227
dependencies {
3328
api 'org.apache.commons:commons-math3:3.6.1'
34-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.2'
35-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.4.2'
36-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.2'
29+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.1'
30+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.1'
31+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.1'
3732
}
3833

3934
sourceSets {

0 commit comments

Comments
 (0)