Skip to content

Commit

Permalink
Merge branch 'master' into feature/httpClientVersion-5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsamaya authored Aug 12, 2023
2 parents 4dec950 + 9cb39c0 commit 3e9a1c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dependencies {

// Tests
//testImplementation("org.slf4j:slf4j-simple:${slf4jVersion}")
testImplementation(platform("org.junit:junit-bom:5.7.1"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation(platform("org.junit:junit-bom:${junitVersion}"))
testImplementation("org.junit.jupiter:junit-jupiter:${junitVersion}")
}

java {
Expand Down
5 changes: 4 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ group=com.byteowls
artifactId=jopencage
version=1.4.1

slf4jVersion=1.7.32
=======
# slf4jVersion=1.7.32
httpClientVersion=5.2.1
jacksonVersion=2.13.4

junitVersion=5.10.0

0 comments on commit 3e9a1c0

Please sign in to comment.