Skip to content

Commit

Permalink
Bump org.jetbrains.intellij from 1.16.1 to 1.17.3 (#290)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 20, 2024
1 parent 79e1e3b commit 955a4aa
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
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'idea'
id 'jacoco'
id 'java'
id 'org.jetbrains.intellij' version '1.16.1'
id 'org.jetbrains.intellij' version '1.17.3'
}

group 'io.github.thepieterdc.dodona'
Expand Down Expand Up @@ -33,10 +33,10 @@ dependencies {

implementation group: 'com.github.marlonlom', name: 'timeago', version: '4.0.3'

testImplementation platform("org.junit:junit-bom:5.10.1")
testImplementation platform("org.junit:junit-bom:5.10.2")

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.10.1'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.8.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.10.2'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.11.0'
testImplementation group: 'io.github.thepieterdc.random', name: 'random', version: '1.0.2'
}

Expand Down

0 comments on commit 955a4aa

Please sign in to comment.