Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wisskirchenj committed Jun 27, 2023
1 parent 8b02d53 commit ed6610d
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ out/

### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/libraries/
.idea/sonarlint/
!.idea/compiler.xml
Expand Down
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "0.0.1-SNAPSHOT"

dependencies {
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.20.0")
implementation("info.picocli:picocli:4.7.1")
implementation("info.picocli:picocli:4.7.4")
val jacksonVersion = "2.14.2"
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:$jacksonVersion")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksonVersion")
Expand All @@ -24,8 +24,8 @@ dependencies {
testCompileOnly("org.projectlombok:lombok:$lombokVersion")
testAnnotationProcessor("org.projectlombok:lombok:$lombokVersion")

testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
testImplementation("org.mockito:mockito-junit-jupiter:5.2.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0-M1")
testImplementation("org.mockito:mockito-junit-jupiter:5.4.0")
}

tasks.named<Test>("test") {
Expand Down

0 comments on commit ed6610d

Please sign in to comment.