Skip to content

Commit

Permalink
Bump net.harawata:appdirs from 1.2.2 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [net.harawata:appdirs](https://github.com/harawata/appdirs) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/harawata/appdirs/releases)
- [Commits](harawata/appdirs@appdirs-1.2.2...appdirs-1.3.0)

---
updated-dependencies:
- dependency-name: net.harawata:appdirs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent 4690bcd commit 4826158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ganttproject/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ dependencies {
jooqGenerator 'org.jooq:jooq-meta-extensions:3.19.16'

implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3'
implementation('net.harawata:appdirs:1.2.2') {
implementation('net.harawata:appdirs:1.3.0') {
exclude group: 'net.java.dev.jna', module: 'jna'
}
implementation "com.michael-bull.kotlin-result:kotlin-result:2.0.1"

implementation('net.harawata:appdirs:1.2.2') {
implementation('net.harawata:appdirs:1.3.0') {
exclude group: 'net.java.dev.jna', module: 'jna'
}
testImplementation group: 'org.easymock', name: 'easymock', version: '5.+'
Expand Down

0 comments on commit 4826158

Please sign in to comment.