Skip to content

Commit

Permalink
Merge pull request #17 from TomPlum/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
TomPlum authored Dec 16, 2024
2 parents 7e7ac9d + d504641 commit c5d0e28
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ subprojects {

//Logging
compileOnly("org.slf4j:slf4j-api:2.0.16")
runtimeOnly("org.apache.logging.log4j:log4j-core:2.24.2")
runtimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.24.2")
runtimeOnly("org.apache.logging.log4j:log4j-core:2.24.3")
runtimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.24.3")

//Testing
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.4")
}

java {
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies {
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.2")

testImplementation(project(":advent-of-code-test-support"))
testImplementation("io.mockk:mockk:1.13.3")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
testImplementation("io.mockk:mockk:1.13.13")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
}
2 changes: 1 addition & 1 deletion test-support/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ version = releaseVersion.toString()

dependencies {
implementation(project(":advent-of-code-libs"))
implementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
implementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
}

0 comments on commit c5d0e28

Please sign in to comment.