update dependencies
This commit is contained in:
parent
94fb54f6b8
commit
5aab599eca
3 changed files with 6 additions and 6 deletions
|
@ -1,3 +1,3 @@
|
|||
group = org.xbib
|
||||
name = net
|
||||
version = 4.3.1
|
||||
version = 4.3.2
|
||||
|
|
|
@ -45,7 +45,7 @@ public class Path {
|
|||
}
|
||||
|
||||
public Path(String pathSpec, String pathSeparator, boolean trimTokens, boolean caseSensitive) {
|
||||
init(pathSpec, pathSeparator, trimTokens, caseSensitive);
|
||||
this.init(pathSpec, pathSeparator, trimTokens, caseSensitive);
|
||||
}
|
||||
|
||||
public static Path of(String pathSpec) {
|
||||
|
|
|
@ -15,14 +15,14 @@ pluginManagement {
|
|||
dependencyResolutionManagement {
|
||||
versionCatalogs {
|
||||
libs {
|
||||
version('gradle', '8.5')
|
||||
version('gradle', '8.7')
|
||||
library('bouncycastle', 'org.bouncycastle', 'bcpkix-jdk18on').version('1.77')
|
||||
library('jackson', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.16.0')
|
||||
library('jackson', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.17.0')
|
||||
library('jna', 'net.java.dev.jna', 'jna').version('5.14.0')
|
||||
library('datastructures-common', 'org.xbib', 'datastructures-common').version('5.0.6')
|
||||
library('datastructures-common', 'org.xbib', 'datastructures-common').version('5.0.7')
|
||||
}
|
||||
testLibs {
|
||||
version('junit', '5.10.1')
|
||||
version('junit', '5.10.2')
|
||||
library('junit-jupiter-api', 'org.junit.jupiter', 'junit-jupiter-api').versionRef('junit')
|
||||
library('junit-jupiter-params', 'org.junit.jupiter', 'junit-jupiter-params').versionRef('junit')
|
||||
library('junit-jupiter-engine', 'org.junit.jupiter', 'junit-jupiter-engine').versionRef('junit')
|
||||
|
|
Loading…
Reference in a new issue