Skip to content

Commit

Permalink
Update bson4jackson, junit, add commons-rng-simple
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Jul 16, 2024
1 parent 8066505 commit 8d86b29
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ apply plugin: 'de.thetaphi.forbiddenapis'
apply plugin: 'jacoco'
apply plugin: 'signing'

sourceCompatibility = JavaVersion.VERSION_11
java {
toolchain {
sourceCompatibility = JavaVersion.VERSION_11
}
}

group = 'org.dstadler'
archivesBaseName = 'commons-audio'

Expand Down Expand Up @@ -58,14 +63,15 @@ dependencies {
implementation fileTree(dir: 'lib', include: ['*.jar'])

// binary serialization of data during shutdown
implementation 'de.undercouch:bson4jackson:2.13.1'
implementation 'de.undercouch:bson4jackson:2.15.1'

// provide a logging.properties only when running the example, but
// don't include it in the jar-file
runtimeOnly files('src/runtime/resources')

testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.2'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.3'
testImplementation 'org.dstadler:commons-test:1.0.0.21'
testImplementation 'org.apache.commons:commons-rng-simple:1.6'
}

wrapper {
Expand Down

0 comments on commit 8d86b29

Please sign in to comment.