Skip to content

Commit 963ac37

Browse files
dependabot[bot]airsquared
authored andcommitted
Bump jna-jpms from 5.10.0 to 5.11.0
Bumps [jna-jpms](https://github.com/java-native-access/jna) from 5.10.0 to 5.11.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.10.0...5.11.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 965c49b commit 963ac37

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
@@ -53,7 +53,7 @@ dependencies {
5353
implementation ('de.jangassen:nsmenufx:3.1.0') {
5454
exclude group: 'net.java.dev.jna', module: 'jna' //separate jna version
5555
}
56-
implementation 'net.java.dev.jna:jna-jpms:5.10.0'
56+
implementation 'net.java.dev.jna:jna-jpms:5.11.0'
5757
implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.21'
5858

5959
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2'

0 commit comments

Comments
 (0)