Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lpellegr committed Nov 27, 2022
1 parent 0704695 commit 09f8af3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'com.github.ben-manes.versions' version '0.42.0'
id 'com.github.ben-manes.versions' version '0.44.0'
id 'java-library'
id 'maven-publish'
}
Expand All @@ -13,10 +13,10 @@ sourceCompatibility = 17
targetCompatibility = 17

dependencies {
implementation 'dnsjava:dnsjava:3.5.1'
implementation 'dnsjava:dnsjava:3.5.2'
implementation 'com.sanctionco.jmail:jmail:1.4.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
}

publishing {
Expand Down

0 comments on commit 09f8af3

Please sign in to comment.