Skip to content

Commit

Permalink
Upgraded sonatype scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilszewc committed Feb 1, 2024
1 parent ec99aec commit 14bf6fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java-library'
id 'maven-publish' // To publish into github
id 'signing' // Required by maven central
id 'org.sonatype.gradle.plugins.scan' version '2.6.1'
id 'org.sonatype.gradle.plugins.scan' version '2.7.0'
}

group 'io.github.kamilszewc'
Expand All @@ -18,8 +18,8 @@ repositories {
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'
}

test {
Expand Down

0 comments on commit 14bf6fc

Please sign in to comment.