Skip to content

Commit b412bc2

Browse files
dependabot[bot]airsquared
authored andcommitted
Bump jna-jpms from 5.12.1 to 5.13.0
Bumps [jna-jpms](https://github.com/java-native-access/jna) from 5.12.1 to 5.13.0. - [Release notes](https://github.com/java-native-access/jna/releases) - [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md) - [Commits](java-native-access/jna@5.12.1...5.13.0) --- updated-dependencies: - dependency-name: net.java.dev.jna:jna-jpms dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 37344ef commit b412bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
implementation ('de.jangassen:nsmenufx:3.1.0') {
5656
exclude group: 'net.java.dev.jna', module: 'jna' //different jna version
5757
}
58-
implementation 'net.java.dev.jna:jna-jpms:5.12.1'
58+
implementation 'net.java.dev.jna:jna-jpms:5.13.0'
5959
implementation 'org.apache.commons:commons-compress:1.22'
6060

6161
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'

0 commit comments

Comments
 (0)